redhat: README was renamed to README.rst
[freeradius.git] / src /
2013-05-06 Alan T. DeKokBetter checks for decoding base64
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-30 Alan T. DeKokSet the length of the SoH string
2013-04-27 Alan T. DeKok%t is UTC if global utc is set
2013-04-27 Alan T. DeKokUse base64 xlat for xlat base64
2013-04-26 Arran Cudbard-BellMerge pull request #281 from alanbuxey/v2.x.x
2013-04-26 Alan Buxeybackport of sha1 expr support
2013-04-11 Alan T. DeKokNote that TLS "random_file" isn't required.
2013-04-11 Alan T. DeKokdhclient is ISC's thing. Let's rename it
2013-04-09 Alan T. DeKokFix typo
2013-04-02 Alan T. DeKokReset priority when returning up the call stack
2013-04-02 Alan T. DeKokFix typo: & not &&
2013-03-29 Alan T. DeKokAdded "show config <path>" to radmin
2013-03-28 Arran Cudbard-BellMerge pull request #256 from olivierbeytrison/v2.x.x
2013-03-28 Olivier Beytrisonfix typo
2013-03-26 Alan T. DeKokHacks to remove crash on exit
2013-03-26 Alan T. DeKokAllow setting Packet-Dst-Port when giaddr is set
2013-03-24 Alan T. DeKokFix horrible hack
2013-03-19 Alan T. DeKokMake "yes" the default for require_message_authenticator
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-17 Alan T. DeKokIgnore NULL pathnames
2013-03-17 Alan T. DeKokUse correct spacing when printing out config file parsing
2013-03-17 Alan T. DeKokFix minor typos
2013-03-13 Arran Cudbard-BellIgnore more things
2013-03-13 Arran Cudbard-Bellrlm_eap virtual servers now call postauth for both...
2013-03-08 Alan T. DeKokEnsure we exit 0 when rcode=1
2013-03-08 Alan T. DeKokClean up error / debug messages
2013-03-07 Alan T. DeKokMissed in last commit
2013-03-07 Jakob Hirschdon't count status server requests in internal stats
2013-03-07 Alan T. DeKokDon't dlclose() modules on "radiusd -m"
2013-03-06 Alan T. DeKokFix userparse function
2013-03-04 Arran Cudbard-BellWhitespace fixes
2013-03-04 Alan T. DeKokAdded DHCP-Relay-IP-Address
2013-03-04 Alan T. DeKokRemove last hack
2013-03-04 Alan T. DeKokDon't encode giaddr on server messages
2013-03-04 Alan T. DeKokClarify we're using giaddr from the reply, not the...
2013-03-03 Alan T. DeKokAdded "encoding" text
2013-03-03 Alan T. DeKokAdded 0x... for numbers
2013-03-03 Alan T. DeKokFix error strings to make more sense
2013-03-03 Alan T. DeKokMore descriptive debugging messages
2013-03-03 Alan T. DeKokPrint option only N times, not N + 1
2013-02-28 Arran Cudbard-BellOuput the last few lines of logs if the server fails...
2013-02-26 Arran Cudbard-BellFixup tests
2013-02-26 Arran Cudbard-BellFix redis configure script
2013-02-26 Arran Cudbard-BellMerge pull request #192 from candlerb/candlerb/expand_xlat
2013-02-20 Alan T. DeKokMake EAP-Key-Name things work
2013-02-19 Alan T. DeKokPrint out more helpful text for operations error
2013-02-19 Alan T. DeKokAccessing a list global to the module means it's thread...
2013-02-18 Alan T. DeKokFree modules before main config
2013-02-18 Alan T. DeKokCall cf_section_parse_free before freeing sub-modules
2013-02-18 Alan T. DeKokNo longer need to free conf file stuff manually.
2013-02-18 Alan T. DeKokCall cf_section_parse_free before calling the module...
2013-02-18 Alan T. DeKokcf_section_parse_free() recurses into sub-sections
2013-02-18 Alan T. DeKokOne more check for size > 253
2013-02-18 Alan T. DeKokCheck Ascend Secret length
2013-02-18 Alan T. DeKokFree tlv on error condition
2013-02-18 Alan T. DeKokmypriority can be -1, too
2013-02-17 Alan T. DeKokFix bug in unused addport functionality
2013-02-17 Alan T. DeKokNo socket filename is a startup error
2013-02-17 Alan T. DeKokuint for array checks
2013-02-17 Alan T. DeKokCheck for NULL string
2013-02-17 Alan T. DeKokCheck for more NULL
2013-02-17 Alan T. DeKokEnsure pointer is initialized
2013-02-17 Alan T. DeKokDon't check for array existence
2013-02-17 Alan T. DeKokFix typo
2013-02-17 Alan T. DeKokFix race condition in conf file
2013-02-17 Alan T. DeKokCheck fro =~ and !~
2013-02-17 Alan T. DeKokClear memory using correct size
2013-02-17 Alan T. DeKokDon't expand variables if cs==NULL
2013-02-17 Alan T. DeKokvalue may be NULL
2013-02-17 Alan T. DeKokadd missing break
2013-02-17 Alan T. DeKokCheck size of buffer for raw attributes
2013-02-15 Alan T. DeKokDon't use radius_paircreate in a library
2013-02-15 Brian CandlerRemove superfluous redis_escape_func
2013-02-15 Brian Candlerrlm_redis argument splitting
2013-02-15 Brian CandlerRemove quotes from quoted argv entries
2013-02-15 Brian CandlerFactor out argv splitting into rad_expand_xlat
2013-02-15 Arran Cudbard-BellMerge pull request #191 from candlerb/candlerb/redis_fi...
2013-02-14 Alan T. DeKokAdded preliminary support for EAP-Key-Name
2013-02-14 Brian Candlerrlm_rediswho: fix trim functionality
2013-02-14 Brian Candlerrlm_rediswho: initialize rcode for Accounting-On and...
2013-02-12 Alan T. DeKokActually print out encoded options in debug mode.
2013-02-12 Alan T. DeKokAdded radmin command "hup main.log". Closes issue...
2013-02-08 Alan T. DeKokTrack priorities for default action return
2013-02-08 Alan T. DeKokClarify handling of priority and result.
2013-02-06 Alan T. DeKokLimit the number of entries in the cache. Closes #156
2013-02-06 Alan T. DeKokFix typo
2013-02-06 Alan T. DeKokUpdate sections inherit actions *and* priority
2013-02-06 Arran Cudbard-BellStartup check for mismatched OpenSSL library versions
2013-01-30 Alan T. DeKokEnsure that replication doesn't affect request->proxy
2013-01-23 Alan T. DeKokCopy data over, even if there's no packet.
2012-12-23 Arran Cudbard-BellMove postauth call for Accept into post_handler (same... mail_marker_v2.x.x
2012-12-21 Arran Cudbard-BellAlways respect Response-Packet-Type for authentication...
2012-12-20 Alan T. DeKokSETFD for O_NONBLOCK
2012-12-20 Alan T. DeKokPort fix from master branch
2012-12-19 Arran Cudbard-BellSet Post-Proxy-Type Reject if the request was rejected...
2012-12-07 dragon9kNew checkrad version patch (Juniper)
next