* @copyright 2000 Miquel van Smoorenburg (miquels@cistron.nl)
* @copyright 2000 Alan DeKok (aland@freeradius.org)
*/
-#include "lib/util/syserror.h"
-#include <sys/errno.h>
-#include <sys/fcntl.h>
RCSID("$Id$")
#include <string.h>
+#include <sys/errno.h>
+#include <sys/fcntl.h>
#include <freeradius-devel/server/cf_file.h>
#include <freeradius-devel/server/cf_parse.h>
#include <freeradius-devel/util/inet.h>
#include <freeradius-devel/util/misc.h>
#include <freeradius-devel/util/perm.h>
+#include <freeradius-devel/util/syserror.h>
static conf_parser_t conf_term = CONF_PARSER_TERMINATOR;
static char const parse_spaces[] = " ";
* @copyright 2021 The FreeRADIUS server project
* @copyright 2021 Network RADIUS SAS (legal@networkradius.com)
*/
-
RCSID("$Id$")
#include <freeradius-devel/server/base.h>
#include <freeradius-devel/unlang/xlat_priv.h>
#include <freeradius-devel/util/calc.h>
+#include <freeradius-devel/util/debug.h>
#include <freeradius-devel/server/tmpl_dcursor.h>
#undef XLAT_DEBUG
* @copyright 2024 Arran Cudbard-Bell (a.cudbardb@freeradius.org)
* @copyright 2012-2014 The FreeRADIUS server project
*/
-#include "lib/unlang/action.h"
RCSID("$Id$")
#define LOG_PREFIX mctx->mi->name
#include <freeradius-devel/util/debug.h>
#include <freeradius-devel/util/types.h>
#include <freeradius-devel/util/value.h>
+#include <freeradius-devel/unlang/action.h>
#include <freeradius-devel/unlang/xlat_func.h>
#include <freeradius-devel/unlang/call_env.h>
+#include <freeradius-devel/unlang/xlat.h>
#include "rlm_cache.h"
*/
/* MPPE support from Takahiro Wagatsuma <waga@sic.shibaura-it.ac.jp> */
-
-#include "lib/unlang/action.h"
RCSID("$Id$")
#define LOG_PREFIX mctx->mi->name
#include <freeradius-devel/util/misc.h>
#include <freeradius-devel/util/sha1.h>
+#include <freeradius-devel/unlang/action.h>
#include <freeradius-devel/unlang/function.h>
#include <freeradius-devel/unlang/xlat_func.h>
* @copyright 2012 Matthew Newton (matthew@newtoncomputing.co.uk)
* @copyright 2001 Kostas Kalevras (kkalev@noc.ntua.gr)
*/
-#include "lib/unlang/action.h"
RCSID("$Id$")
USES_APPLE_DEPRECATED_API
#include <freeradius-devel/util/md5.h>
#include <freeradius-devel/util/sha1.h>
+#include <freeradius-devel/unlang/action.h>
#include <freeradius-devel/unlang/call_env.h>
#include <freeradius-devel/protocol/freeradius/freeradius.internal.password.h>
* @copyright 2000,2006,2015-2016 The FreeRADIUS server project
* @copyright 2025 Network RADIUS SAS
*/
-#include "lib/unlang/action.h"
RCSID("$Id$")
#define LOG_PREFIX inst->name
#include <freeradius-devel/server/module_rlm.h>
#include <freeradius-devel/util/debug.h>
#include <freeradius-devel/util/lsan.h>
+#include <freeradius-devel/unlang/action.h>
#include <Python.h>
#include <structmember.h>
*
* @copyright 2023 Network RADIUS SAS (legal@networkradius.com)
*/
-#include "lib/unlang/action.h"
RCSID("$Id$")
#include <freeradius-devel/io/application.h>
#include <freeradius-devel/server/modpriv.h>
#include <freeradius-devel/util/debug.h>
#include <freeradius-devel/util/dlist.h>
+#include <freeradius-devel/unlang/action.h>
#include "rlm_tacacs.h"
* @copyright 2013 The FreeRADIUS server project
* @copyright 2013 Network RADIUS (legal@networkradius.com)
*/
-#include "lib/server/rcode.h"
-#include "lib/unlang/action.h"
RCSID("$Id$")
#include <freeradius-devel/radius/radius.h>
#include <freeradius-devel/unlang/xlat_func.h>
+#include <freeradius-devel/server/rcode.h>
+#include <freeradius-devel/unlang/action.h>
#include "rlm_yubikey.h"
#ifdef HAVE_YKCLIENT