freeradius.git
2011-11-07 Arran Cudbard... Make fr_tokens available from token.h or libradius.h
2011-11-06 Alan T. DeKokAdded support for triggers
2011-11-06 Alan T. DeKokPrint WARNING if we fall below "min" connections
2011-11-06 Alan T. DeKokRemoved unused variable
2011-11-06 Alan T. DeKokWe're freeing the connection, so don't use this->next
2011-11-06 Alan T. DeKokDon't unlock the mutex. We didn't lock it
2011-11-06 Alan T. DeKokInitialize "last_used" when spawning a new connection
2011-11-06 Arran Cudbard... Add cleanup_delay configuration item with a default...
2011-11-04 Arran Cudbard... my_request should initially be set to request
2011-11-04 Arran Cudbard... Merge pull request #32 from arr2036/valuepair_lists
2011-11-04 Arran Cudbard... Add 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-03 Arran Cudbard... Merge pull request #31 from duchscherd/tamu
2011-11-02 Dave DuchscherAdd additional attributes and values for Netbotz Rack...
2011-11-01 Alan T. DeKokMkae it build on FreeBSD. Fixes bug #177
2011-10-31 Arran Cudbard... Add function to compare substrings to FR_NAME_NUMBER...
2011-10-28 Arran Cudbard... Make dict_attr_types available from libradius.h so...
2011-10-28 Arran Cudbard... Fix 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... Properly account for trailing double quote when calcula...
2011-10-26 Arran Cudbard... Check for possible value truncation when calling vp_pri...
2011-10-26 Arran Cudbard... Add temporary autoconf files to .gitignore
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... Add function to print VP values as JSON strings
2011-10-25 Arran Cudbard... Add .swp files to git ignore
2011-10-25 Arran Cudbard... Add loT files to .gitignore
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... Re-alphabetise one char expansions
2011-10-18 Arran Cudbard... Merge pull request #11 from amne/master
2011-10-18 Alan T. DeKokSwitch to SHA1 for message digest
2011-10-18 Alan T. DeKokUpdate dependencies so that it works in more situations
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. DeKokDocument new "pool" subsection
2011-10-17 Alan T. DeKokRemoved knowledge of sqlsocket->id
2011-10-17 Arran Cudbard... Make Class value more unique
2011-10-17 Arran Cudbard... Add one char expansion for RADIUS request ID
2011-10-17 Alan T. DeKokAdded F5 dictionary, as posted to the list
2011-10-17 Alan T. DeKokTie radrelay && detail writer together
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... Assert should be false
2011-10-11 Arran Cudbard... Add even more logging, and use unambigous tense for...
2011-10-11 Arran Cudbard... Only attempt to closed connections which are unused
2011-10-11 Arran Cudbard... Should return connection, not connection struct
2011-10-11 Arran Cudbard... Add log messages on connection reservation and release
2011-10-11 Arran Cudbard... Ignore libltdl makefile
2011-10-11 Arran Cudbard... Merge pull request #22 from arr2036/connection_api
2011-10-11 Arran Cudbard... Add additional logging to connection pool api
2011-10-11 Arran Cudbard... Set last_used on spawn, else all connections are closed...
2011-10-10 Arran Cudbard... Need 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... Add a Message-Authenticator attribute to the response...
2011-10-04 Alan T. DeKokAdded simple module to "clean" the request of non-UTF...
2011-10-03 Arran Cudbard... Merge pull request #21 from alagoutte/master
2011-10-03 Alexis La GoutteUpdate RADIUS Dictionary Aruba
2011-09-30 Peter LemenkovDrop dead link
2011-09-30 Peter LemenkovNow it's possible to include Zyxel's dictionary by...
2011-09-30 Peter LemenkovAnother one attribute
2011-09-30 Peter LemenkovProper VENDOR value for Zyxel
next