Associate client lists with a parent section.
[freeradius.git] / src / main / client.c
2013-02-19 Alan T. DeKokAssociate client lists with a parent section.
2013-02-19 Alan T. DeKokUse talloc for clients.c
2013-02-19 Alan T. DeKokMove all conf file stuff to talloc
2013-02-18 Alan T. DeKokMore debug macros
2013-02-12 Arran Cudbard-BellAdd CONST to functions that return DICT_ATTR
2013-01-04 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-12-30 Arran Cudbard-BellAdd support for tags to remaining functions in lib...
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-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-09-07 Arran Cudbard-BellDon't die if the clients file doesn't contain client...
2012-09-07 Arran Cudbard-BellDon't die if the clients file doesn't contain client {}
2012-09-06 Alan T. DeKokClose directory when done with it. Bug found by Coverity
2012-08-29 Alan T. DeKokCheck for NULL secret on dynamic clients
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-07-30 Alan T. DeKokCheck for NULL parameter
2012-04-17 Alan T. DeKokFix typo in parsing limit configuration
2012-04-15 Alan T. DeKokMove connection limiting code to its own data structure
2011-10-19 Alan T. DeKokCall closedir() on error
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-08-13 Alan T. DeKokAllow empty strings to mean NULL
2011-06-03 Alan T. DeKokMake RADCLIENT always have stats structures
2010-09-30 Alan T. DeKokAllow building WITHOUT_STATS
2010-09-17 Alan T. DeKokAdded "del client <ipaddr>" command for dynamic clients
2010-06-30 Alan T. DeKokChange default lifetime for dynamic clients from 1d...
2010-05-31 Alan T. DeKokMiracle of miracles... it seems to work
2010-03-06 Alan T. DeKokWork around implementation-dependent shift results
2010-03-06 Alan T. DeKokCalculate IPv6 netmask correctly.
2010-02-04 Alan T. DeKokFixes to build without TCP
2009-09-27 Alan T. DeKokInclude proto in API, no matter what build options
2009-09-17 Alan T. DeKokFix arguments to client_find
2009-09-15 DanteAllow clients to use TCP
2009-08-12 Alan T. DeKokLook up home servers by type, too.
2009-03-10 Alan T. DeKokSilently ignore duplicate clients
2009-03-08 Alan T. DeKokPop it rather than just peeking it
2009-03-06 Alan T. DeKokHackery to delete dynamic clients.
2009-01-02 Alan T. DeKokEnable the server to originate CoA-Request && Disconnec...
2008-09-14 Alan T. DeKokOne more flag to client_read
2008-09-09 Alan T. DeKokMerge branch 'master' of ../git.freeradius.org into vs
2008-09-09 Alan T. DeKokAdd dynamic clients without a directory
2008-09-01 Alan T. DeKokDynamic clients can read files from a directory
2008-08-26 Alan T. DeKokfr_strerror -> fr_strerror()
2008-08-26 Alan T. DeKokRename librad_* to fr_*
2008-06-21 aland Missed in last commit
2008-06-20 aland Allow more slicing && dicing of statistics.
2008-06-13 aland The feature everyone's been waiting for.
2008-06-06 aland Compile-time option WITH_ACCOUNTING
2008-05-29 aland Prefix of /0 is special
2008-04-30 aland Clean up more memory
2008-04-20 aland Integrate more into the server. Dp4
2008-04-14 aland When adding a client, it's OK to be in a subsection...
2008-01-03 aland Removed unused prototypes and functions
2008-01-01 aland Add "require_message_authenticator" to client config...
2007-11-25 aland Many "unsigned char" to "uint8_t" and "int" to "size_t...
2007-11-23 aland More changes to make a common naming scheme. This...
2007-11-16 aland Move parse of CONF_SECTION -> RADCLIENT into it's...
2007-10-14 aland remove dumb assert
2007-10-14 aland Update clients from root_clients, if possible
2007-10-09 aland listen / client config changes server -> virtual_serve...
2007-10-09 aland Added %{client:foo} expansion
2007-09-28 aland Removed all references to mainconfig.clients.
2007-09-07 aland Change "prefix" to "netmask"
2007-09-04 aland Allow new syntax:
2007-08-13 aland Pulled fix from branch_1_1
2007-07-05 aland Use new cf_log_err function
2007-06-19 aland More use of new cf_section_filename(cs) API
2007-06-19 aland Rename "identity" to "server", for virtual server...
2007-06-19 aland Added "identity" field to the REQUEST struct. It...
2007-05-25 fcusackimport from HEAD:
2007-05-24 fcusackimport from HEAD:
2007-05-23 fcusackimport from branch_1_1:
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusackimport from HEAD:
2007-05-15 aland Port fix for Coverity bug #27 from 1.1.x
2007-05-14 nbk Delete trailing whitespace.
2007-04-19 aland Set tree_num to NULL after freeing it
2007-04-19 aland If free'ing mainconfig.clients, set it to NULL.
2007-04-18 aland Catch clients added by rlm_sql
2007-04-17 aland Remember per-listener clients in the "tree by number...
2007-04-17 aland Remember the tree of clients by number.
2007-04-11 aland move lrad_ipaddr_cmp() from packet.c to misc.c, make...
2007-04-10 aland Keep SNMP statistics for packets we receive from clien...
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
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-05 aland Free clients on error. Mostly a theoretical bug,...
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-12 aland Free allocated memory
2006-11-26 aland pull fixes from branch_1_1
2006-11-26 aland From branch_1_1
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:
next