Move to the correct place
[freeradius.git] / src /
2011-11-06 Arran Cudbard-BellAdd cleanup_delay configuration item with a default...
2011-11-04 Arran Cudbard-Bellmy_request should initially be set to request
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. DeKokTurn assert into run-time check
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-28 Alan T. DeKokSet last_spawned time
2011-10-27 Alan T. DeKokMake Session-Timeout the default
2011-10-27 Alan T. DeKokClean upo logic See bug #181
2011-10-27 Alan T. DeKokConvert error messages to debug messages.
2011-10-26 Arran Cudbard-BellProperly account for trailing double quote when calcula...
2011-10-26 Arran Cudbard-BellCheck for possible value truncation when calling vp_pri...
2011-10-26 Alan T. DeKokRearranged code to build with various compile options
2011-10-26 Alan T. DeKokFix session id len
2011-10-26 Alan T. DeKokOnly 'integer' and 'string' attributes can have tags
2011-10-25 Arran Cudbard-BellAdd function to print VP values as JSON strings
2011-10-24 Alan T. DeKokRestrict dictionary names to ones that make sense
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-20 Alan T. DeKokTell OpenSSL that the data is gone
2011-10-19 Alan T. DeKokQuiet compiler warning
2011-10-19 Alan T. DeKokInitialize the structure
2011-10-19 Alan T. DeKokInitialize all of the structure
2011-10-19 Alan T. DeKokFree memory on error
2011-10-19 Alan T. DeKokFree memory on instantiation error
2011-10-19 Alan T. DeKokFree memory on error
2011-10-19 Alan T. DeKokClose fp on error
2011-10-19 Alan T. DeKokCall closedir() on error
2011-10-19 Alan T. DeKokCatch case where User-Name may be > 250 octets
2011-10-19 Alan T. DeKokOnly "string" can have "encrypt=2"
2011-10-19 Alan T. DeKokAdd FALL-THROUGH for 'case' without 'break'
2011-10-19 Alan T. DeKokUnlink file only if it exists
2011-10-19 Alan T. DeKokCheck auth_pool_name
2011-10-19 Alan T. DeKokAdd port if it's available
2011-10-19 Alan T. DeKokCheck passed parameter
2011-10-19 Alan T. DeKokError if there is no detail file listener
2011-10-19 Alan T. DeKokFix sizeof() checks found by coverity
2011-10-19 Alan T. DeKokClean up error message so it makes more sense
2011-10-19 Alan T. DeKokMove "free cached VPs" to the correct location
2011-10-18 Arran Cudbard-BellRe-alphabetise one char expansions
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-10-17 Alan T. DeKokRelease the mutex lock when trying to make a new connection
2011-10-17 Alan T. DeKokAdd undocumented "lazy init" configuration.
2011-10-17 Alan T. DeKokClean up spare connections on release
2011-10-17 Alan T. DeKokRemove unused configuration parameters
2011-10-17 Alan T. DeKokAlive isn't used. Don't require it
2011-10-17 Alan T. DeKokRemoved knowledge of sqlsocket->id
2011-10-17 Arran Cudbard-BellAdd one char expansion for RADIUS request ID
2011-10-17 Alan T. DeKokHack to work around race condition
2011-10-17 Alan T. DeKokMake vp_print_name return size_t
2011-10-17 Alan T. DeKokFix weird issue where it wouldn't update Stripped-User...
2011-10-17 Alan T. DeKokUse new connection pool API
2011-10-17 Alan T. DeKokCorrect logic in reconnect
2011-10-17 Alan T. DeKokWhitespace && formatting
2011-10-12 Arran Cudbard-BellAssert should be false
2011-10-11 Arran Cudbard-BellAdd even more logging, and use unambigous tense for...
2011-10-11 Arran Cudbard-BellOnly attempt to closed connections which are unused
2011-10-11 Arran Cudbard-BellShould return connection, not connection struct
2011-10-11 Arran Cudbard-BellAdd log messages on connection reservation and release
2011-10-11 Arran Cudbard-BellMerge pull request #22 from arr2036/connection_api
2011-10-11 Arran Cudbard-BellAdd additional logging to connection pool api
2011-10-11 Arran Cudbard-BellSet last_used on spawn, else all connections are closed...
2011-10-10 Arran Cudbard-BellNeed to check if the max_uses/lifetime/idle_timeout...
2011-10-10 Alan T. DeKokFixes to make FR use the local libltld
2011-10-10 Alan T. DeKokMore information in debug messages
2011-10-09 Alan T. DeKokUse parent rather than cs if cs doesn't exist
2011-10-09 Alan T. DeKokTLS private key password isn't required
2011-10-09 Alan T. DeKokClean up build to be less verbose
2011-10-09 Alan T. DeKokFix typo
2011-10-07 Arran Cudbard-BellAdd a Message-Authenticator attribute to the response...
2011-10-04 Alan T. DeKokAdded simple module to "clean" the request of non-UTF...
2011-09-30 Alan T. DeKokECONNRESET and EWOULDBLOCK aren't portable
2011-09-29 Alan T. DeKokLoad "server {...}" sections properly
2011-09-29 Alan T. DeKokBe more graceful if caller passes us a NULL ptr
2011-09-28 Alan T. DeKokDistinguish virtual servers from physical ones
2011-09-28 Alan T. DeKokUpdated debug message
2011-09-26 Arran Cudbard-BellAdd EAP-Failure if EAP is called in Post-Auth REJECT...
2011-09-23 Alan T. DeKokFix typo (arg)
2011-09-23 Alan T. DeKokMore checks for -C, to not open sockets
2011-09-22 Alan T. DeKokDon't really open sockets if we're doing -C
2011-09-21 John DennisAlways send Message-Authenticator in radtest
2011-09-20 Alan T. DeKokEnsure src_ipaddr is initialized when finding a home...
2011-09-20 Alan T. DeKokFixed typo
2011-09-19 Alan DeKokMerge pull request #18 from bmork/radsniff-decode
2011-09-18 Dmitry BorodaenkoFix rlm_sql noop for accounting start
2011-09-18 John DennisDocument all command line args & add missing man pages
2011-09-18 Arran Cudbard-BellUse our instead of the old vars pragma, and turn on...
2011-09-16 Bjørn Morkradsniff: decoding encrypted attributes
2011-09-16 Alan T. DeKokNote which Auth-Type we're creating
2011-09-14 Alan T. DeKokMade more coherent
2011-09-14 Alan T. DeKokMake warning message more coherent
2011-09-14 Alan T. DeKokWARNING on potential proxy loop
2011-09-10 Alan T. DeKokFixed typo in huntgroup name addition
2011-09-10 Alan T. DeKokTwigged blocked messages && logic
2011-09-10 Alan T. DeKokNo one uses this
2011-09-07 Alan T. DeKokFixed typo
next