Add "extern C {...} to header files for C++ builds.
[freeradius.git] / src / include / radiusd.h
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-07 aland add "client-balance", which is load-balancing to home...
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
2007-04-05 aland Include missing.h from libradius.h
2007-04-03 aland Massive change to the server core to remove horrid...
2007-03-26 aland port fix from branch_1_1
2007-03-21 fcusackimport from branch_1_1:
2007-03-21 fcusackimport from branch_1_1:
2007-03-20 fcusack remove delete_blocked_requests option due to unsafe...
2007-02-26 aland Pulled from branch_1_1, with formatting
2007-02-23 aland Pull fix from branch_1_1
2007-02-16 aland Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
2007-02-15 aland Port fix for bug #419 from branch_1_1
2007-02-09 aland cleaned up the exec stuff again, and moved the "wait for
2007-02-09 aland Cleaned up exec stuff, to make it more like the CVS...
2007-02-03 pnixonAdd new log type (L_ACCT) and use it in rlm_acctlog
2007-01-26 aland use fork() where we don't need to wait.
2006-11-26 aland pull fixes from branch_1_1
2006-11-26 aland From branch_1_1
2006-11-22 aland Remove rfc_clean function
2006-11-22 aland Pull fix from branch_1_1, so proxied EAP replies work
2006-11-14 fcusack use new RCSID macro to prevent Id keyword from being...
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-03 aland ./scripts/min-includes +n <files listed here>
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-09 fcusackimport from HEAD:
2006-04-13 aland Use hash tables for "users" file entries, and add...
2006-03-29 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-20 bjordanovPolled from branch_1_1 fix for bug #348
2006-03-06 fcusackimport from HEAD:
2006-03-03 fcusackimport from HEAD:
2006-02-17 fcusackimport from HEAD:
2006-02-09 fcusackimport from HEAD:
2006-02-08 aland Allow multiple references to %{1} & friends.
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-11 aland Include files used to build the server are now <freera...
2005-10-18 aland Renamed paircmp to paircompare, as we should probably...
2005-09-14 aland Allow NULL as the log destination, in which case logs...
2005-08-23 aland Make rad_check_password 'static', as no one else needs it
2005-08-22 aland Removed support for old-style "naslist" file, and...
2005-08-22 aland Removed support for old-style "clients" file, as it...
2005-08-18 aland Got rid of read_radius_conf(), as it's no longer needed
2005-08-11 aland Removed {lower,nospace}_{user,pass}. They're terrible...
2005-08-08 nbk Delete post_proxy_authorize. The modules dealing with...
2005-08-01 aland Removed usercollide functionality. It can be done...
2005-07-25 aland Make realm_disable() work for all kinds of packets.
2005-07-21 aland Allow multiple "listen" sections to use the same clien...
2005-07-21 aland Added support for per-socket client lists.
2005-07-19 aland Enable SNMP support for clients again.
2005-07-18 aland Call client_free() if client_add() fails.
2005-07-18 aland Move RADCLIENT* in mainconfig to rbtree's. This means...
2005-05-31 aland Add re-transmits of accounting packets back in, that...
2005-05-27 aland Moved per-type data for rad_listen_t to dynamically...
2005-05-26 aland Make new request_list_t structure, and return it from...
2005-05-24 aland Look for, and set, timestamp & client IP, so that...
2005-05-20 aland Abstracted listen parse/free/send/recv into callbacks...
2005-05-17 aland Add name for "radiusd.conf" to mainconfig, so that...
2005-05-13 aland Include "identity" in the listen{} section, so that...
2005-05-12 aland Implemented a "max_outstanding" directive for detail...
2005-05-12 aland Multiple integrated patches:
2005-05-12 aland First pass at have a "listen" directive for reading...
2005-05-11 raghuNetmask is replaced with Prefix that can be used for...
2005-05-04 aland Prototypes for functions in main/listen.c
2005-05-03 aland Add entry for new per-socket receive function.
2005-04-28 aland make radlog_stdout = 0, so that memset will make logs...
2005-04-27 aland include missing.h BEFORE libradius.h
2005-04-22 aland remove length restrictions on strings in RADCLIENT...
2005-04-21 aland rad_listen_t now has lrad_ipaddr_t instead of uint32_t
2005-04-19 aland Massive change to add foundational support for IPv6.
2005-03-02 aland Re-enable '-i ipaddr' and '-p port'.
2005-02-28 aland Moved copy_string && copy_var from exec.c to util...
2005-02-16 aland removed external declaration of rad_savepid. This...
2005-02-15 kkalevChange session_zap to include a session_time argument.
2005-02-09 aland When log_dest == stdout/stderr, DUP it to another...
2004-12-30 phampsonnon-struct-contained-auth_port is only used in mainconf...
2004-12-29 phampsonAdd an option to rlm_exec to control whether shell...
2004-10-20 aland Move yet more code around.
2004-10-20 aland move rad_respond() to threads.c. It's not the perfect...
2004-10-20 aland If we've rejected a request because it's taken too...
2004-10-20 aland More debug messages in request_reject
2004-10-20 aland When we're rejecting a request, include the reason...
2004-09-09 aland Pull regex fix from the head
2004-09-09 aland Define a macro for max regex matches, so we don't...
next