find_client: min prefix of 0 needs to work
[freeradius.git] / src / main / client.c
2014-07-10 Sam Hartmanfind_client: min prefix of 0 needs to work
2014-06-26 Kevin WassermanMerge remote-tracking branch 'freeradius/v3.0.x' into...
2014-06-18 Sam HartmanMerge tag 'release_3_0_4_rc1' into tr-upgrade
2014-06-18 Arran Cudbard-BellParent rbtrees correctly
2014-06-13 Herwin WeststrateReintroduced a comma to make sentence readable
2014-06-03 Alan T. DeKokresponse_window of zero is OK for clients.
2014-05-31 Arran Cudbard-BellBetter way of doing wildcards
2014-05-31 Arran Cudbard-BellMissed label
2014-05-31 Arran Cudbard-BellRe-enable wildcard clients. The clients.conf had a...
2014-05-31 Arran Cudbard-BellMissed check for ipv4addr in clients.c
2014-05-30 Arran Cudbard-BellUpdate warning for clients
2014-05-30 Arran Cudbard-BellRename PW_TYPE_IP* so they're all consistent
2014-05-30 Arran Cudbard-BellAdd PW_TYPE_COMBO_IP_PREFIX (conffile parser only)
2014-05-30 Arran Cudbard-BellRename fr_pton functions to fr_pton4, fr_pton6 and...
2014-05-30 Arran Cudbard-BellFix issue where use of FreeRADIUS-Client-IPv6-Prefix...
2014-05-30 Arran Cudbard-BellMinor typos in error messages
2014-05-30 Arran Cudbard-BellSwitch to using fr_ipaddr_t for client prefixes, and...
2014-05-30 Arran Cudbard-BellWhitespace changes
2014-05-30 Nikolai KondrashovAdd FR_TIMEVAL_BOUND_CHECK
2014-05-30 Arran Cudbard-BellFix all remaining config items to use FR_CONF_OFFSET
2014-05-30 Arran Cudbard-BellBreak out IP parsing into fr_pton and fr_pton6. Any...
2014-05-29 Alan T. DeKokMore conversion to FR_CONF_OFFSET
2014-05-29 Arran Cudbard-BellFix scan error
2014-05-29 Alan T. DeKokMove prefix_ptr to a higher scope
2014-05-29 Alan T. DeKokSet prefix to /32 if it wasn't set
2014-05-29 Alan T. DeKokRemove one last check for zero
2014-05-29 Alan T. DeKokMove last few conf items to FR_CONF_OFFSET
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-24 Arran Cudbard-BellDon't SEGV on parse error in unittest
2014-05-21 Arran Cudbard-BellApply pointer type validation to config items which...
2014-05-21 Arran Cudbard-BellChange PW_TYPE_STRING_PTR to PW_TYPE_STRING
2014-05-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-05-10 Arran Cudbard-BellIfdef out unfixable warnings
2014-05-09 Arran Cudbard-BellReplace EDEBUG and WDEBUG with ERROR and WARN
2014-04-22 Alan T. DeKokFix duplicate condition in if/elseif. found by cppcheck
2014-04-04 Arran Cudbard-BellSet types correctly on talloced VALUE_PAIR buffers
2014-02-26 Alan T. DeKokFix error message
2014-02-21 Arran Cudbard-BellFix more booleans
2014-02-21 Alan T. DeKokBuild without dynamic clients
2014-02-17 Alan T. DeKokAdd "secret" flag to configuration items.
2014-02-10 Alan T. DeKokTLS clients and non-TLS listeners are forbidden
2014-02-10 Alan T. DeKokWARN for old-style client configuration
2014-02-04 Sam HartmanMerge tag 'release_3_0_1' into tr-integ
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2014-01-14 Arran Cudbard-BellAdd support for IPv[4|6] prefixes in dynamic clients
2013-12-20 Arran Cudbard-BellMark tls_required as unused if were building without...
2013-11-14 Arran Cudbard-BellUpdate the conffile parser to treat the fields mapped...
2013-10-14 Alan T. DeKokAllow clients to have "proto = tls".
2013-07-30 Arran Cudbard-BellUse the same const order everywhere
2013-07-30 Arran Cudbard-BellReverse DICT_ATTR const order
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-06-26 Arran Cudbard-BellUse nas_type consistently
2013-06-24 Arran Cudbard-Belluse client_from_query in rlm_sql
2013-06-21 Arran Cudbard-BellRemove support for 'server' in clients (should be ...
2013-06-20 Arran Cudbard-BellMinor fixes
2013-06-20 Arran Cudbard-BellDynamic LDAP clients
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
2013-04-23 Arran Cudbard-BellUse C99 bool type for truth values
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-18 Arran Cudbard-BellApparently error messages shouldn't have been converted...
2013-04-18 Arran Cudbard-BellShould be da->attr not da->type
2013-04-17 Arran Cudbard-BellReplace radlog(L_ERR with DEBUGE
2013-04-02 Alan T. DeKok(void) talloc_steal
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-04-01 Arran Cudbard-BellFix some clang specific compiler warnings
2013-03-29 Alan T. DeKokUse cf_log_err_cs/cp everywhere
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-03-13 Alan T. DeKokAdd the client to the section
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
next