freeradius.git
2014-04-11 Alan T. DeKokAllow DHCP NAKs to be delayed
2014-04-11 Alan T. DeKokCast to const
2014-04-11 Alan T. DeKok"i" is needed only if we have threads
2014-04-11 Alan T. DeKokNote recent changes
2014-04-11 Alan T. DeKokManually merge rlm_counter from master.
2014-04-11 Alan T. DeKokremove unneeded FIXME
2014-04-11 Alan T. DeKokFix calls to radius_paircreate()
2014-04-11 Alan T. DeKokRevert "Create reply attributes parented from the reply"
2014-04-11 Alan T. DeKokUse talloc_free. Fixes #582
2014-04-11 Alan T. DeKokRemove unused argument
2014-04-11 Alan T. DeKokuse the correct name
2014-04-11 Alan T. DeKokAdded hextobin xlat.
2014-04-11 Alan T. DeKokSanitize return codes. "do nothing" is NOOP
2014-04-11 Alan T. DeKokMake response delay more generic.
2014-04-11 Alan T. DeKokHold main lock for less time
2014-04-10 Alan T. DeKokLock from the start of the file.
2014-04-10 Alan T. DeKokCheck lock for error
2014-04-10 Alan T. DeKokUse the new logfile API
2014-04-10 Alan T. DeKokre-open the file if someone has deleted it
2014-04-10 Alan T. DeKokUse mode_t, and create any necessary directories
2014-04-10 Alan T. DeKokUse the new logfile API
2014-04-10 Alan T. DeKokUse the new logfile API
2014-04-10 Alan T. DeKokAdded logging API
2014-04-10 Alan T. DeKokLog files are 0640, not 0666. WTF?
2014-04-10 Alan T. DeKokAllow unset auth_type to mean local
2014-04-10 Arran Cudbard... Free cast before checking for error
2014-04-10 Arran Cudbard... Check for truncation in more places
2014-04-10 Arran Cudbard... Really not a typo
2014-04-10 Alan T. DeKokQuotations around strings look nicer
2014-04-10 Alan T. DeKokHandle embedded NULs in strings for xlat. Fixes #571
2014-04-09 Alan T. DeKokNote recent changes
2014-04-09 Alan T. DeKokDouble-check the data length. CID #1198852
2014-04-09 Arran Cudbard... Always set type correctly
2014-04-09 Arran Cudbard... Coverity #1198850 #1198851 #1198852
2014-04-09 Arran Cudbard... CID #1198853 *sigh*
2014-04-09 Alan T. DeKokFor travis tests, allow vulnerable versions of OpenSSL.
2014-04-09 Alan T. DeKokUse correct talloc type
2014-04-09 Alan T. DeKokUse correct talloc type
2014-04-09 Alan T. DeKokCreate reply attributes parented from the reply
2014-04-09 Alan T. DeKokUse RDEBUG instead of DEBUG
2014-04-09 Alan T. DeKokCheck for invalid TLS handshake
2014-04-09 Alan T. DeKokIf we fail during tls handshake, don't send an EAP...
2014-04-09 Arran Cudbard... Add request number
2014-04-09 Arran Cudbard... Extra paranoia. Check panic_action both on startup...
2014-04-09 Arran Cudbard... Add warning on pattach
2014-04-08 Arran Cudbard... Tweak visual grouping to make ssl version easier to...
2014-04-08 Arran Cudbard... Don't be lazy when printing openssl version numbers
2014-04-08 Arran Cudbard... A simple framework to deal with future security issues...
2014-04-08 Alan T. DeKokRevert "Use correct URL"
2014-04-08 Alan T. DeKokUse correct URL
2014-04-08 Alan T. DeKokDon't replicate reply packets.
2014-04-08 Alan T. DeKokThe input packet can't be an Access-Challenge
2014-04-08 Alan T. DeKokRemove "auto_header" functionality. It's not used...
2014-04-08 Alan T. DeKokNote recent changes
2014-04-08 Alan T. DeKokRemoved conf2xml and conf2file functionality.
2014-04-08 Alan T. DeKokRemove unused functions
2014-04-08 Alan T. DeKokRemove extraneous -n debug
2014-04-08 Alan T. DeKokHacks for allow_vulnerable_openssl=yes and tests
2014-04-08 Alan T. DeKokUse src/tests/test.conf instead of raddb/test.conf
2014-04-08 Alan T. DeKokWarn about duplicate configuration items.
2014-04-08 Alan T. DeKokRemove duplicate policies. They're now in ./eap
2014-04-08 Alan T. DeKokInclude vqp dictionary in the tests
2014-04-08 Alan T. DeKokAllow vulnerable OpenSSL for testing purposes
2014-04-08 Alan T. DeKokFix mainconfig API and use consistent names
2014-04-08 Alan T. DeKokFix module API and use consistent names
2014-04-08 Alan T. DeKokWe now have to load the modules manually
2014-04-08 Arran Cudbard... Load modules *after* initialising OpenSSL
2014-04-08 Arran Cudbard... Add config item to toggle openssl vulnerability check
2014-04-08 Alan T. DeKokNote recent changes
2014-04-08 Arran Cudbard... Refuse to start with OpenSSL 1.0.1 - 1.0.1f
2014-04-08 Arran Cudbard... Revert "Patch for OpenSSL insanity"
2014-04-07 Alan T. DeKokPatch for OpenSSL insanity
2014-04-07 Alan T. DeKokLimit output. Fixes CID #1197124
2014-04-07 Alan T. DeKokDon't return pointer out of scope.
2014-04-07 Alan T. DeKokClean up packets which are ONLY in the proxy hash
2014-04-07 Alan T. DeKokDe-reference based on proxy, not packet
2014-04-07 Alan T. DeKokMore generic coa separation
2014-04-07 Alan T. DeKokMove #ifdef wrapper. The child state is always updated
2014-04-07 Arran Cudbard... We only have child_pid and child_state when building...
2014-04-07 Arran Cudbard... Fix merge issue...
2014-04-07 Arran Cudbard... Move sysresource.h include
2014-04-07 Alan T. DeKokMore fixes for CoA
2014-04-07 Alan T. DeKokUse proper value for DONE
2014-04-07 Alan T. DeKokPrint message if the CoA server didn't respond
2014-04-07 Arran Cudbard... Typo
2014-04-07 Arran Cudbard... Move fr_set_dumpable code into debug.c, it's useful...
2014-04-07 Arran Cudbard... If we can figure out which binary is being used for...
2014-04-07 Alan T. DeKokDoxygen
2014-04-07 Alan T. DeKokNote recent changes
2014-04-07 Alan T. DeKokHandle more corner cases with CoA cleanups
2014-04-07 Alan T. DeKokBetter checks for cleaning up requests on exit
2014-04-07 Alan T. DeKokradius_copy_packet for coa->packet instead of memcpy.
2014-04-07 Alan T. DeKokSet parent of VP properly.
2014-04-07 Alan T. DeKokEnable -D, and document it in -h
2014-04-07 Alan T. DeKokRemove pointless debug message
2014-04-07 Alan T. DeKokradius_verify() to recursively check talloc relationships
2014-04-07 Alan T. DeKokfake->packet has parent fake, not request
2014-04-07 Alan T. DeKokAdded copy packet functionality
2014-04-07 Alan T. DeKokWhen separating coa requests, talloc_steal them, too
2014-04-07 Arran Cudbard... Update ChangeLog
next