OCSP_REQ_CTX is only in newer versions of OpenSSL
[freeradius.git] / src / main /
2012-01-23 Alan T. DeKokOCSP_REQ_CTX is only in newer versions of OpenSSL
2012-01-23 Alan T. DeKokSupport new build system
2012-01-23 Matthew NewtonAdd OCSP softfail option
2012-01-23 Matthew NewtonAdd OCSP timeout option
2012-01-15 Alan DeKokMerge pull request #39 from mcnewton/patch-master-ocsp...
2012-01-12 Matthew NewtonAdd option to be able to disable nonce in OCSP request
2012-01-12 Alan T. DeKokAdd provisional support for TLS-PSK methods
2012-01-11 Alan T. DeKokFinal fix for system libltdl (or not)
2012-01-09 Alan T. DeKokAlways use buffer
2012-01-06 Alan T. DeKok"username" and "password" cannot be non-empty for statu...
2011-12-30 Alan T. DeKokManual pull of 2561c375bc
2011-12-26 Alan T. DeKokPortability fixes for Mingw33
2011-12-26 Alan T. DeKokFix erroneous use of printf options
2011-12-26 Alan T. DeKokAdd and document -F radutmp_file
2011-12-26 Alan T. DeKokRemove compiler warnings
2011-12-26 Alan T. DeKokInclude header file for mach_task_self
2011-12-26 Alan T. DeKokUse new dict_valnamebyattr function
2011-12-26 Alan T. DeKokUse new dict_valnamebyattr function
2011-12-23 Alan T. DeKokUse new dict_valnamebyattr function
2011-12-20 Alan T. DeKokInitialize authentication vector.
2011-12-08 Alan T. DeKokAdded "log { use_utc = yes/no }" configuration
2011-12-04 Alan T. DeKokFixed bad strlen
2011-12-02 Alan T. DeKokAdded rad_calloc to mirror rad_malloc
2011-11-29 Alan T. DeKokMove timers to macro
2011-11-29 Alan T. DeKokMove do_xlat=1 code to pairmake_xlat()
2011-11-29 Alan T. DeKokFixed mutex issues
2011-11-28 Alan T. DeKokClarify names
2011-11-28 Alan T. DeKokWrap state machine functions in STATE_MACHINE_DECL
2011-11-28 Alan T. DeKokBetter fix for previous debian bug
2011-11-28 Alan T. DeKoknitialize data pointer before setting it
2011-11-28 Alan T. DeKokAdded internal fr_connection_find()
2011-11-25 Alan T. DeKokPass sizeof buffer to cf_expand_variables
2011-11-25 Alan T. DeKokUpdated version output
2011-11-22 Alan T. DeKokDon't use lvalue, use the correct struct name
2011-11-22 Alan T. DeKokRemoved "addport" functionality.
2011-11-20 Alan T. DeKokUpdate for 3.0 API
2011-11-20 Luke Howardsurface RFC822 subject alt name
2011-11-18 Arran Cudbard-BellFix typo in listen.c
2011-11-17 Alan T. DeKokBuild without UDPFROMTO
2011-11-17 Alan T. DeKokAdded DHCP relay functions
2011-11-17 Alan T. DeKokEnsure struct is initialized
2011-11-14 Alan T. DeKokSet fr_log_fp when using '-l'
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-BellFixup doxygen comments
2011-11-10 Arran Cudbard-BellDeduplicate attribute name resolution code between...
2011-11-10 Alan T. DeKokMore reformatting
2011-11-10 Alan T. DeKokMore minor reformatting
2011-11-09 Arran Cudbard-BellFixup doxygen comments in exec.c
2011-11-08 Arran Cudbard-BellMark section_type_value as external (holds string names...
2011-11-07 Alan T. DeKokAdded new APIs to add / del a connection
2011-11-07 Alan T. DeKokQuiet compile warnings
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-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-10-28 Alan T. DeKokSet last_spawned time
2011-10-26 Alan T. DeKokRearranged code to build with various compile options
2011-10-26 Alan T. DeKokFix session id len
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. 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. DeKokClose fp on error
2011-10-19 Alan T. DeKokCall closedir() on error
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. 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. DeKokAlive isn't used. Don't require it
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. DeKokFix weird issue where it wouldn't update Stripped-User...
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
next