disable TLS session caches.
[freeradius.git] / src / lib /
2015-09-09 Alan T. DeKokBack-port d1cdce1b0 from v3.0.x
2015-05-08 Arran Cudbard-BellMerge pull request #986 from alanbuxey/patch-21
2015-04-30 Arran Cudbard-BellMerge pull request #985 from alanbuxey/patch-20
2015-04-30 Alan BuxeyUpdate base64.c
2015-02-01 Alan DeKokMerge pull request #895 from spbnick/v2.x.x_misc_fixes
2015-01-30 Nikolai Kondrashovdhcp: Remove useless variable initializer
2015-01-30 Nikolai Kondrashovdhcp: Use correct format specifiers in a message
2014-11-11 Arran Cudbard-BellBackport udpfromto IPv6 fixes from v3.0.x
2014-09-21 Alan T. DeKokDon't use DHCP-Server-IP-Address for source IP
2014-06-13 Arran Cudbard-BellMerge pull request #685 from sylphlin/v2.x.x
2014-06-11 Arran Cudbard-BellDon't stop parsing on padding options
2014-06-11 Arran Cudbard-BellWhitespace
2014-01-28 Arran Cudbard-BellDon't use IP_SENDSRCADDR (in sendfromto) if on FreeBSD...
2014-01-28 Arran Cudbard-BellWhitespace
2014-01-27 Arran Cudbard-BellBackport panic_action
2014-01-27 Arran Cudbard-BellWhitespace
2014-01-17 Alan T. DeKokThe "catch all" is -1, not < 0.
2014-01-09 Alan T. DeKokPatch to use --tag=CC. Fixes #497
2013-10-28 Alan T. DeKokSanity check arguments
2013-10-23 Alan T. DeKokrecvfrom returns ssize_t, not size_t
2013-06-30 skidsAlways fixup after deleting a black child node in rbtree
2013-06-30 skidsFix obvious pasto in PostOrder walk.
2013-06-27 Alan T. DeKokFix typo
2013-06-27 Aaron Hurtfix typo
2013-06-27 Alan T. DeKokCatch invalid attribute names for idiots
2013-05-03 Alan T. DeKokWorry about sign overflow in comparisons
2013-05-01 Alan T. DeKokFix typo from previous commit
2013-05-01 Alan T. DeKokAllow two contiguous sub-TLVs of the same number
2013-04-02 Alan T. DeKokFix typo: & not &&
2013-03-19 Arran Cudbard-BellMerge pull request #231 from olivierbeytrison/v2.x.x
2013-03-19 Olivier Beytrisonfix dhcp.c for --disable-developper
2013-03-06 Alan T. DeKokFix userparse function
2013-03-04 Arran Cudbard-BellWhitespace fixes
2013-03-04 Alan T. DeKokRemove last hack
2013-03-04 Alan T. DeKokDon't encode giaddr on server messages
2013-03-03 Alan T. DeKokAdded "encoding" text
2013-03-03 Alan T. DeKokFix error strings to make more sense
2013-03-03 Alan T. DeKokPrint option only N times, not N + 1
2013-02-26 Arran Cudbard-BellMerge pull request #192 from candlerb/candlerb/expand_xlat
2013-02-18 Alan T. DeKokCheck Ascend Secret length
2013-02-18 Alan T. DeKokFree tlv on error condition
2013-02-17 Alan T. DeKokFix bug in unused addport functionality
2013-02-17 Alan T. DeKokuint for array checks
2013-02-12 Alan T. DeKokActually print out encoded options in debug mode.
2013-01-23 Alan T. DeKokCopy data over, even if there's no packet.
2012-11-01 Arran Cudbard-BellAdd dhcp_options: xlat to decode DHCP options packed...
2012-10-18 Arran Cudbard-BellSubstitute 'signature' for 'Request Authenticator'...
2012-10-17 Arran Cudbard-Bellfixes #108 Add function to convert FR value pair types...
2012-10-16 Arran Cudbard-BellRemove dependency on stdbool and use FRs bool constants
2012-10-16 Arran Cudbard-BellAdd base64 encoding/decoding library
2012-09-06 Alan T. DeKokCheck for more parse errors when reading dicts. Bug...
2012-09-06 Alan T. DeKokDouble-check that we don't over-run the buffer
2012-09-06 Alan T. DeKokCheck for memset of zero
2012-09-06 Alan T. DeKokFix use after free. Bug found by Coverity
2012-08-02 Alan T. DeKokIgnore regex comparisons, too
2012-07-30 Alan T. DeKokFix warnings found by llvm scan
2012-07-30 Alan T. DeKokRemove extraneous initialization
2012-07-15 Alan T. DeKokFree the correct data
2012-05-28 Alan T. DeKokFNV-1a: xor then multiply, not multiply then xor
2012-05-07 Alan T. DeKokoreect Message-Authenticator calculation for CoA packets.
2012-04-22 Alan T. DeKokFix typo
2012-04-22 Alan T. DeKokMove / add header files
2012-03-27 Bjørn MorkDecode encrypted VSAs in requests
2012-03-05 Alan T. DeKokFix for OSX Lion
2012-02-08 Chris MikkelsonPrint abinary values without delimiters, unless request...
2011-12-23 Alan T. DeKokAdded new method to get name of enum from values
2011-11-22 Renaud MétrichMerge branch 'v2.1.x' of git://git.freeradius.org/freer...
2011-11-21 Alan T. DeKokCorrect typo in error message
2011-11-17 Alan T. DeKokFixed typo
2011-11-17 Alan T. DeKokRewrite DHCP functionality
2011-11-17 Alan T. DeKokAdded fr_dhcp_add_arp_entry
2011-11-17 Alan T. DeKokRemoved extraneous "extern"
2011-10-28 Arran Cudbard-BellMake dict_attr_types available from libradius.h so...
2011-10-25 Alan DeKokMerge pull request #29 from philmayers/fix-sessid-len
2011-10-24 Alan T. DeKokRestrict dictionary names to ones that make sense
2011-10-19 Alan T. DeKokDon't leak on malformed packets
2011-10-19 Alan T. DeKokOnly "string" can have "encrypt=2"
2011-10-19 Alan T. DeKokCheck passed parameter
2011-09-14 Alan T. DeKokMake warning message more coherent
2011-07-13 Alan T. DeKokWhen in debugging mode, print out VPs from header
2011-06-28 Alan T. DeKokAllow DHCP-Opcode and DHCP-Hop-Count to be set from...
2011-06-27 Alan T. DeKokFix typo
2011-06-27 Alan T. DeKokFix calculation of response authenticator
2011-06-21 Alan T. DeKokFix > vs >= bug
2011-05-31 Alan T. DeKokMove \t into vp_print, just like the last commit
2011-05-31 Alan T. DeKokvp_print should add a "\n" to the end
2011-05-23 Alan T. DeKokSet limits on string/octet attributes
2011-05-11 Alan T. DeKokHandle node deletions when walking over the tree.
2011-05-04 Alan T. DeKokMove proxy ID handler to RB trees instead of hashes
2011-05-03 Alan T. DeKokDon't decode attributes if there's no secret
2011-03-20 Alan T. DeKokExpose API to get token names
2011-03-16 Alan T. DeKokExpose rad_print_hex, and use it in radsniff
2011-03-15 Alan T. DeKokIf select() returns an error, show it to the user.
2011-03-14 Alan T. DeKokIf the source address is INADDR_ANY, don't use udpfromto
2011-03-14 Alan T. DeKokExpose fr_inaddr_any
2011-03-05 Alan T. DeKokHack to let developers catch bad dictionaries
2011-03-04 Alan T. DeKokMark pointer NULL when it's free
2011-03-03 Alan T. DeKokudpfromto doesn't seem to work for DHCP.
2011-02-23 Alan T. DeKokExpose digest_cmp function
2011-02-23 Alan T. DeKokCorrected license to LGPL rather than GPL
next