Wrap state machine functions in STATE_MACHINE_DECL
[freeradius.git] / src / main /
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
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. 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-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-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-19 Alan DeKokMerge pull request #18 from bmork/radsniff-decode
2011-09-18 John DennisDocument all command line args & add missing man pages
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-10 Alan T. DeKokTwigged blocked messages && logic
2011-09-07 Alan T. DeKokUpdated copyright year
2011-09-07 Alan T. DeKokNULL out fields after they've been free'd
2011-09-05 Alan T. DeKokComplain if password is !UTF-8
2011-09-03 Alan T. DeKokAllow entry if UID or GID match
2011-08-31 Arran Cudbard-BellAdd support for NAS implementing standard IEEE802.1X...
2011-08-29 Alan T. DeKokPings don't have request->packet, and are never CoA...
next