Factor out argv splitting into rad_expand_xlat
[freeradius.git] / src / include / radiusd.h
2013-02-26 Brian CandlerFactor out argv splitting into rad_expand_xlat
2013-02-20 Arran Cudbard-BellMerge pull request #203 from alanbuxey/master
2013-02-20 Arran Cudbard-BellMore docs, rename struct from auth_req to request
2013-02-20 Arran Cudbard-BellSome documentation for the request struct
2013-02-19 Alan T. DeKokAssociate client lists with a parent section.
2013-02-19 Alan T. DeKokMove all pair* to talloc
2013-02-19 Arran Cudbard-BellAdd talloc memory report on -M
2013-02-18 Alan T. DeKokMore debug macros
2013-02-18 Alan T. DeKokRemove L_CONS
2013-02-18 Arran Cudbard-BellQuick hack for colourising log output to stderr/stdout
2013-02-16 Arran Cudbard-BellRename some arguments to be more consistent in pair...
2013-02-16 Arran Cudbard-BellAdd radius_xlat_do and rename pairxlatmove to radius_xl...
2013-02-16 Alan T. DeKokRemove "type" from paircreate() function.
2013-02-12 Alan T. DeKokAdded radmin command "hup main.log". Closes issue...
2013-02-06 Arran Cudbard-BellStartup check for mismatched OpenSSL library versions
2013-01-24 Arran Cudbard-BellMerge pull request #171 from arr2036/master
2013-01-24 Arran Cudbard-BellSet sticky bit properly on dir creation
2013-01-20 Arran Cudbard-BellUse of 'op' instead of 'operator', and declare it as...
2013-01-20 Arran Cudbard-BellRemove @version, doxygen seems to parse $id ok
2013-01-16 Arran Cudbard-BellSwitch to using explicit template types
2013-01-15 Arran Cudbard-BellUpdate attrmap functions to be more flexible, and add...
2013-01-15 Arran Cudbard-BellAdd function for printing lists to request debug log
2013-01-11 Arran Cudbard-BellMove license declarations outside of file descriptions
2012-12-10 Arran Cudbard-BellRename cfree to rad_cfree
2012-12-09 Arran Cudbard-BellAdd cfree for freeing consts
2012-12-03 Arran Cudbard-BellFix memory leak in radius_get_vp
2012-12-01 Arran Cudbard-BellVPT should be const in callback
2012-12-01 Arran Cudbard-BellAdd attribute mapping functions to valuepair.c, and...
2012-11-12 Arran Cudbard-BellMerge pull request #129 from arr2036/master
2012-11-12 Arran Cudbard-BellAllow src ipaddr to be set on a per client basis
2012-11-07 Arran Cudbard-BellRemove old feature defines from src/include/radiusd.h
2012-11-06 Arran Cudbard-BellMerge pull request #126 from arr2036/autoconf_fellation
2012-11-06 Arran Cudbard-BellRemove redundant #include <freeradius-devel/autoconf.h>
2012-10-25 Iliya PeregoudovCreate threads as joinable, not detached.
2012-10-20 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-10-16 Arran Cudbard-BellMove boolean constants to libradius
2012-10-08 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-10-05 Alan DeKokMerge pull request #101 from philmayers/escape-context2
2012-10-05 Phil Mayersadd REQUEST* and void* to escape functions
2012-10-05 Phil Mayersremove escape function from xlat handlers; perform...
2012-10-05 Phil Mayersadd extra argument to radius_xlat for escape function...
2012-10-04 Arran Cudbard-BellMerge pull request #87 from armitasp/master
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-09-28 Arran Cudbard-BellMerge pull request #95 from alanbuxey/master
2012-09-27 Alan DeKokMerge pull request #93 from mcnewton/rad_virtual_server
2012-09-25 Matthew NewtonAdd rad_virtual_server to call rad_authenticate and...
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-07-17 Arran Cudbard-BellMerge pull request #59 from sionescu/master
2012-06-11 Alan T. DeKokmake xlat() take "const char *fmt"
2012-04-30 Alan T. DeKokAbsolutely horrible hacks to get radmin on a TCP socket.
2012-04-29 Alan T. DeKokRate limit some triggers.
2012-04-15 Alan T. DeKokMove connection limiting code to its own data structure
2012-04-13 Alan T. DeKokAdded "instance" to xlat_unregister
2012-02-23 Alan T. DeKokExport Queue PPS in/out via the "status" interface
2012-02-23 Alan T. DeKokSet TLS receive buffer from fragment size
2012-02-22 Alan T. DeKokMoved PPS calculations to a utility function
2012-02-22 Alan DeKokMerge pull request #50 from arr2036/rlm_rest
2012-02-21 Alan T. DeKokAdd rate limiting for network sockets
2011-12-02 Alan T. DeKokAdded rad_calloc to mirror rad_malloc
2011-11-29 Alan T. DeKokMove timers to macro
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-07 Alan T. DeKokAdded new APIs to add / del a connection
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-10-26 Alan T. DeKokRearranged code to build with various compile options
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-06-26 Phil Mayersexamples of Doxygen on the source base
2011-06-03 Alan T. DeKokMake RADCLIENT always have stats structures
2011-06-03 Alan T. DeKokRemoved unused prototypes
2011-05-13 Phil Mayerssplit exec functionality into 3 parts
2011-05-11 DanteAdd preliminary support for TLS socket send/receive
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 section for sockets
2011-05-10 Alan T. DeKokFix build errors
2011-05-09 Alan T. DeKokTrack / print CoA && Disconnect stats
2011-05-03 Alan T. DeKokAdded "proto" to listener_find_byipaddr
2011-04-28 Alan T. DeKokMoved timestamps to RADIUS_PACKET structure
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-03-29 Alan T. DeKokBuild with various compile flags.
2011-03-29 Alan T. DeKokFix function prototype
2010-12-26 Alan T. DeKokAdded %{listen:} to mirror %{client:}
2010-10-09 Alan T. DeKokAdd "extern C {...} to header files for C++ builds.
2010-10-03 Alan T. DeKokSigned / unsigned fixes and function prototypes
2010-09-30 Alan T. DeKokAllow building WITHOUT_STATS
2010-09-29 Alan T. DeKokEnable building WITHOUT_ACCOUNTING
2010-09-21 Alan T. DeKokMade listener_print be CONST
2010-08-26 Alan T. DeKokEnsure WITHOUT flags are set if they're not being used
2010-06-30 Alan T. DeKokChange default lifetime for dynamic clients from 1d...
2010-05-31 Alan T. DeKokAll of the modules now build.
2010-04-14 Alan T. DeKokMake request->number unsigned
2010-03-09 Alan T. DeKokMove struct definition to the correct place
2009-12-08 Alan T. DeKokComplain about too many sockets earlier
2009-10-06 Alan T. DeKokForgot to include this...
2009-09-27 Alan T. DeKokInclude proto in API, no matter what build options
2009-09-24 Alan T. DeKokJumbo patch to clean up socket handling
next