freeradius.git
2014-03-10 Matthew Newtonfixup comment on unix opening bracket
2014-03-10 Alan T. DeKokFix documentation in comments
2014-03-10 Alan T. DeKokDecoded passwords have to have {...}
2014-03-10 Alan T. DeKokNote recent changes
2014-03-08 Arran Cudbard... Fix many issues in rlm_sqlcounter
2014-03-08 Arran Cudbard... Fixup error logging in rlm_sql xlat
2014-03-07 Alan T. DeKokNote recent changes
2014-03-07 Ben ThompsonAdded Oracle schema and queries files for use with...
2014-03-06 Nikolai KondrashovInitialize IPv6 scope in ip_ptonx
2014-03-06 Arran Cudbard... Change -include ordering
2014-03-05 Arran Cudbard... That's BIG_ENDIAN and LITTLE_ENDIAN
2014-03-05 Alan T. DeKokBe more careful about decoding base-64 decoded passwords
2014-03-05 Alan T. DeKokWhen we have errors, show TONS of information
2014-03-05 Arran Cudbard... Revert "Regenerated"
2014-03-05 Arran Cudbard... Revert "Configure rules to look for <endian.h>"
2014-03-05 Arran Cudbard... Change names of endian definitions in autoconf
2014-03-05 Alan T. DeKokPrint out challenge, too
2014-03-05 Alan T. DeKokPrint out more information in debug3
2014-03-05 Alan T. DeKokRegenerated
2014-03-05 Alan T. DeKokConfigure rules to look for <endian.h>
2014-03-05 Alan T. DeKokFix typo
2014-03-05 Alan T. DeKokWrapper to make vp_print() work with VPs on the stack
2014-03-05 Arran Cudbard... Add coverity integration (maybe)
2014-03-05 Alan T. DeKokMore tests
2014-03-05 Alan T. DeKokAdded test for CHAP and Password-With-Header
2014-03-04 Alan T. DeKokFix handling of password without header
2014-03-04 Alan T. DeKokNote recent changes
2014-03-04 Arran Cudbard... Expanded must be set to NULL, else radius_axlat will...
2014-03-03 Arran Cudbard... Don't display password at lower debug levels
2014-03-03 Arran Cudbard... Process passwords without headers as Cleartext-Passwords
2014-03-03 Arran Cudbard... Provide proper errors when we fail to insert events
2014-03-01 Arran Cudbard... Formatting in rlm_sqlcounter
2014-03-01 Arran Cudbard... Fix broken query expansion in rlm_sqlcounter Fixes...
2014-02-28 Alan T. DeKokWhitespace
2014-02-28 Alan T. DeKoktrack listener->sock->home->limit.num_connections
2014-02-28 Alan T. DeKokAdded 'const' casts as necessary
2014-02-28 Arran Cudbard... Zero out cbuf to stop complaints from valgrind
2014-02-28 Arran Cudbard... Update ChangeLog
2014-02-28 Arran Cudbard... Fix corner case in pairinsert/fr_cursor_insert
2014-02-28 Arran Cudbard... Fix bug in decoding DHCP sub TLVs Fixes #536
2014-02-28 Arran Cudbard... Remove branch status heading
2014-02-28 Arran Cudbard... Coverity badge image URL apparently requires a ? on...
2014-02-28 Arran Cudbard... -imacros appears to cause issues with debugging symbol...
2014-02-27 Arran Cudbard... On bigendian systems byte order macros should just...
2014-02-27 Arran Cudbard... Update README.rst
2014-02-27 Arran Cudbard... Simplify byte order macros
2014-02-27 Alan T. DeKokIf error is set, list has been free'd, and is NULL
2014-02-27 Alan T. DeKokNote changes
2014-02-27 Alan T. DeKokuse rlm_rcode_t typedef for calling modules
2014-02-27 Alan T. DeKokUse correct typedef for code
2014-02-27 Arran Cudbard... Fix formatting and return codes in the mysql driver
2014-02-27 Arran Cudbard... Call mysql library init early in prep for multiple...
2014-02-27 Alan T. DeKokUse correct logic for updating counter
2014-02-27 Alan T. DeKokAllow module status to be forced to any module code
2014-02-27 Alan T. DeKokAdd VERIFY_REQUEST to send() routines
2014-02-27 Alan T. DeKokUse client port in shutdown debug message
2014-02-27 Alan T. DeKokSend SSL_shutdown when we close an SSL socket
2014-02-27 Alan T. DeKokEnsure that tls_close_socket() is also protected by...
2014-02-27 Alan T. DeKokDon't use a while() around SSL_write()
2014-02-27 Alan T. DeKokReset partial read only after we've read all of the...
2014-02-27 Alan T. DeKokPrint out SSL error string in fragmentation data
2014-02-27 Arran Cudbard... Update ChangeLog
2014-02-27 Arran Cudbard... Print IPv6 address IPv6/prefix IPv4/prefix as integers...
2014-02-27 Arran Cudbard... Fix ntohll so that it works on big endian systems
2014-02-27 Arran Cudbard... Fix masking and printing of IPv4 and IPv6 prefixes
2014-02-27 Alan T. DeKokSet SSL options to accept moving buffer && auto retry
2014-02-26 Alan T. DeKokAvoid infinite recursion on edge condition
2014-02-26 Alan T. DeKokThe proxy listener can be NULL, so check for that, too
2014-02-26 Alan T. DeKokThe request is still in the proxy hash on eol_cb
2014-02-26 Alan T. DeKokClean up more quickly when a proxy socket closes.
2014-02-26 Alan T. DeKokCheck if the socket goes away during proxy_wait_for_reply()
2014-02-26 Alan T. DeKokAdded note on precondition for function
2014-02-26 Alan T. DeKokRetry the write on WANT_READ or WANT_WRITE
2014-02-26 Alan T. DeKokEnsure we set packet->proto for packets to home servers
2014-02-26 Alan T. DeKokFix error message
2014-02-26 Alan T. DeKokRemove FDs from the FD list at EOL
2014-02-26 Alan T. DeKokRemove confusing error message
2014-02-26 Alan T. DeKokWhen a socket is dead, set it's state to EOL, not REMOV...
2014-02-26 Alan T. DeKokUse random outbound port for proxying.
2014-02-26 Alan T. DeKokNote when proxying to a TLS home server
2014-02-26 Alan T. DeKokMore informative error message
2014-02-26 Alan T. DeKokUse talloc_get_type_abort in free_walker
2014-02-26 Alan T. DeKokBe better behaved with WANT_READ, etc. in proxy_tls_recv()
2014-02-26 Alan T. DeKokFix check for unsigned int res.
2014-02-26 Alan T. DeKokword-smithing
2014-02-26 Arran Cudbard... Add autoconf checks for PGRES_SINGLE_TUPLE and HAVE_PGR...
2014-02-26 Arran Cudbard... Update README.rst
2014-02-25 Arran Cudbard... assert if we get WANT_READ or WANT_WRITE
2014-02-25 Arran Cudbard... Switch back to using abort() in rad_assert_fail
2014-02-25 Arran Cudbard... Concede the war on known good vs reference passwords
2014-02-24 Alan T. DeKokUse name for Radsec port
2014-02-24 Alan T. DeKokFix typo
2014-02-24 Alan T. DeKokMake empty sections DEBUG3, not DEBUG2.
2014-02-24 Alan T. DeKokMove proto check to a place where it makes sense
2014-02-24 Arran Cudbard... Add talloc debug package to travis
2014-02-24 Arran Cudbard... Set request->username and request->password fields...
2014-02-24 Arran Cudbard... Apparently relative paths for panic.gdb work whereas...
2014-02-24 Arran Cudbard... Update ChangeLog
2014-02-24 Arran Cudbard... Add tests for <list>: !* ANY
2014-02-24 Arran Cudbard... Add support for 'control: !* ANY' which deletes the...
next