Note recent changes
[freeradius.git] / src / include /
2012-01-11 Alan T. DeKokFinal fix for system libltdl (or not)
2011-12-23 Alan T. DeKokAdded new method to get name of enum from values
2011-12-02 Alan T. DeKokAdded rad_calloc to mirror rad_malloc
2011-11-29 Alan T. DeKokMove timers to macro
2011-11-29 Alan T. DeKokMove do_xlat=1 code to pairmake_xlat()
2011-11-26 Alan T. DeKokRearrange packet list code
2011-11-23 Alan T. DeKokRe-arrange structure to remove padding
2011-11-22 Alan T. DeKokNow that no one uses lvalue, delete it.
2011-11-22 Alan T. DeKokRemoved "addport" functionality.
2011-11-17 Alan T. DeKokAdded fr_dhcp_add_arp_entry
2011-11-12 Arran Cudbard-BellMerge pull request #34 from arr2036/valuepair_lists
2011-11-11 Arran Cudbard-BellPrevent radius_list_name matching on tags, assume strin...
2011-11-10 Arran Cudbard-BellDeduplicate attribute name resolution code between...
2011-11-08 Arran Cudbard-BellMark section_type_value as external (holds string names...
2011-11-08 Arran Cudbard-BellConvert bare enums into types, in C they don't do anyth...
2011-11-07 Alan T. DeKokAdded new APIs to add / del a connection
2011-11-07 Arran Cudbard-BellMake fr_tokens available from token.h or libradius.h
2011-11-04 Arran Cudbard-BellMerge pull request #32 from arr2036/valuepair_lists
2011-11-04 Arran Cudbard-BellAdd radius_get_vps function to find attribute list...
2011-11-04 Alan T. DeKokFix typo
2011-11-01 Alan T. DeKokMkae it build on FreeBSD. Fixes bug #177
2011-10-31 Arran Cudbard-BellAdd function to compare substrings to FR_NAME_NUMBER...
2011-10-28 Arran Cudbard-BellMake dict_attr_types available from libradius.h so...
2011-10-28 Arran Cudbard-BellFix whitespace
2011-10-26 Alan T. DeKokRearranged code to build with various compile options
2011-10-26 Alan T. DeKokFix session id len
2011-10-25 Arran Cudbard-BellAdd function to print VP values as JSON strings
2011-10-20 Alan DeKokMerge pull request #26 from philmayers/fix-sess-cache
2011-10-20 Phil Mayersuse the OpenSSL ex_data functions to allocate an index...
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-10-17 Alan T. DeKokMake vp_print_name return size_t
2011-10-10 Alan T. DeKokFixes to make FR use the local libltld
2011-09-26 Arran Cudbard-BellAdd EAP-Failure if EAP is called in Post-Auth REJECT...
2011-08-28 Alan T. DeKokEnable elliptical curve cryptography
2011-08-09 Alan T. DeKokInitial support for integer64 data type
2011-07-29 Alan T. DeKokAdd connection pool API
2011-07-09 Stephen R. van den... DHCP compile fixes
2011-07-04 Arran Cudbard-BellAdd relax-filter check item to override the relaxed...
2011-06-26 Phil Mayersexamples of Doxygen on the source base
2011-06-19 Alan T. DeKokMore hacks to make dlopen() work natively
2011-06-15 Alan T. DeKokTrack parent virtual server in home server.
2011-06-13 Alan T. DeKokAllow policies to refer to modules of the same name
2011-06-03 Alan T. DeKokSplit request_receive() into two functions.
2011-06-03 Alan T. DeKokMake RADCLIENT always have stats structures
2011-06-03 Alan T. DeKokRemoved unused prototypes
2011-05-31 Alan T. DeKokLast set of vp_print fixes
2011-05-23 Alan T. DeKokPrint, parse, and encode, decode "long" attributes
2011-05-18 Alan T. DeKokAdded deprecated flag to variables
2011-05-13 Ruslan Shevchenkoadded support of dhcp to rlm_ippool
2011-05-13 Phil Mayersadd support for MS-CHAPv2 password changes to rlm_mschap
2011-05-13 Phil Mayerssplit exec functionality into 3 parts
2011-05-12 Alan T. DeKokDefine EAP-MD5-Password
2011-05-11 DanteAdd preliminary support for TLS socket send/receive
2011-05-11 Alan T. DeKokMove more code into server core
2011-05-11 Alan T. DeKokMove more functions to global namespace
2011-05-11 Alan T. DeKokFix build errors
2011-05-11 Alan T. DeKokMove include <tls.h> to after checks for WITH_TLS
2011-05-10 Alan T. DeKokParse TLS configuration for home servers
2011-05-10 Alan T. DeKokAdded code for tls client configuration
2011-05-10 Alan T. DeKokParse "tls" configuration section for sockets
2011-05-10 Alan T. DeKokRemoved EAP names from global TLS definitions and struc...
2011-05-10 Alan T. DeKokFix build errors
2011-05-10 Alan T. DeKokMove more TLS functions into the server core.
2011-05-10 Alan T. DeKokRemoved references to EAP from code now in server core.
2011-05-10 Alan T. DeKokMove TLS functions to new header file
2011-05-10 Alan T. DeKokAdded socket thaw API
2011-05-10 Alan T. DeKokClean up statistics gathering
2011-05-10 Alan T. DeKokTrack global coa/disconnect stats
2011-05-09 Alan T. DeKokTrack / print CoA && Disconnect stats
2011-05-03 Alan T. DeKokAdded "proto" to listener_find_byipaddr
2011-05-03 Alan T. DeKokAdded stats for "last packet seen from X"
2011-05-02 Alan T. DeKokUse built-in "offsetof"
2011-04-29 Alan T. DeKokSimplify statistics code
2011-04-28 Alan T. DeKokTrack and print time-based statistics
2011-04-28 Alan T. DeKokMoved timestamps to RADIUS_PACKET structure
2011-04-28 Alan T. DeKokMake packet timestamp be "struct timeval"
2011-04-28 Alan T. DeKokCheck for OpenSSL MD4/MD5/SHA functions
2011-04-22 Alan T. DeKokAdded triggers for HUP, TERM, home server alive/zombie...
2011-04-22 Alan T. DeKokAdded function to run SNMP triggers
2011-04-13 Alan T. DeKokNew state machine for 3.0
2011-04-06 Alan T. DeKokFix prototype
2011-04-02 Alan T. DeKokRevert "Make event timer callback take el pointer"
2011-03-29 Alan T. DeKokBuild with various compile flags.
2011-03-29 Alan T. DeKokFix function prototype
2011-03-25 Alan T. DeKokMake event timer callback take el pointer
2011-03-25 Alan T. DeKokFix generation of autoheader, and re-build it
2011-03-23 Alan T. DeKokExpose API to get token names
2011-03-16 Alan T. DeKokExpose rad_print_hex, and use it in radsniff
2011-03-15 Alan T. DeKokVP encoding routines now take "const" VP.
2011-03-15 Alan T. DeKokAdded more "const" to functions.
2011-03-15 Alan T. DeKokAdd a "wimax" format flag to the attributes.
2011-03-13 Alan T. DeKokAdded cf_section_find_name2() API
2011-02-23 Alan T. DeKokExpose digest_cmp function
2011-02-23 Alan T. DeKokUpdated license to LGPL rather than GPL
2011-02-17 Chris MikkelsonUpdate DHCP code to reflect valuepair API changes.
2011-01-30 Alan T. DeKokmake fr_print_string return the string length
2010-12-30 Alan T. DeKokAdded "one shot" configuration
2010-12-26 Alan T. DeKokAdded %{listen:} to mirror %{client:}
2010-11-21 Alan T. DeKokMore tests
2010-11-19 Alan T. DeKokComplete rewrite of RADIUS encode/decode routines.
next