freeradius.git
2007-05-28 aland Be more forgiving
2007-05-28 aland Added support for regular expressions via (foo =~...
2007-05-28 aland Added more quotes
2007-05-28 aland Add support for "update foo" to the configuration...
2007-05-28 aland Use new getstring() function to parse conf_pair's
2007-05-28 aland Added def for invalid realms
2007-05-28 aland Added getstring() to support the conf files
2007-05-25 aland Do slightly more work to catch stupid clients that...
2007-05-25 aland Template-ize the build rules
2007-05-25 aland Cleaned up source code so it's better organized, and...
2007-05-25 aland Disable udpfromto until such time as it fully supports...
2007-05-25 aland If we can't use udpfromto, return OK. The send/recv...
2007-05-25 aland Added note to close bug #450
2007-05-25 aland Include sys/socket.h
2007-05-25 aland Add a Cygwin check
2007-05-25 aland Add checks for more versions of FreeBSD, from bug...
2007-05-25 aland Add patch from bug #453
2007-05-25 aland Add new complex conditions in radiusd.conf
2007-05-25 aland Added Nexans dictionary, as posted to the list.
2007-05-25 fcusack handle OTP_RC_IPIN error from otpd-2.2.1+
2007-05-24 fcusack handle OTP_RC_NEXTPASSCODE error from otpd-2.2.1+
2007-05-23 fcusack update copyright year
2007-05-23 fcusackimport from branch_1_1:
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusack quiet Coverity (fixes Coverity bug #11)
2007-05-23 fcusack regenerate from configure.in#1.1.2.6
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusack otp_detach(): remove unused var
2007-05-23 fcusack update otp_request_t to v2
2007-05-23 fcusack update otp_request_t to v2
2007-05-23 fcusack regenerate from configure.in#1.5
2007-05-23 fcusack don't need -Wno-cast-qual anymore
2007-05-21 aland Clarified text
2007-05-16 aland Apparently it returns T_EOL sometimes...
2007-05-16 aland Fix return code. Clarify code for parsing configurati...
2007-05-16 aland Corrected documentation
2007-05-16 aland Added one attribute, and the RFC that defines it
2007-05-16 aland Document "auth+acct"
2007-05-16 aland Permit "pool" in realms, to point to pools of all...
2007-05-16 aland More sanity checks.
2007-05-16 aland Add one more type missed on previous commit
2007-05-16 aland Separate pools and home servers by type.
2007-05-16 aland Be a little more rigorous in the parser.
2007-05-16 aland Be a little more rigorous when parsing
2007-05-16 aland Remove unused variables.
2007-05-16 aland Check return codes.
2007-05-16 aland Check return value.
2007-05-15 aland Print out copyright statement when starting in debuggi...
2007-05-15 aland Added Azaire VSA's
2007-05-15 aland Call it -pre1, as -pre0 has been around forever release_2_0_0_pre1
2007-05-15 aland Enable udpfromto by default. It's tested, and solves...
2007-05-15 aland Relax checks a little
2007-05-15 aland Port fix for Coverity bug #13 from 1.1.x
2007-05-15 aland Port fix for Coverity bug #22 from 1.1.x
2007-05-15 aland Port fix for Coverity bug #23 from 1.1.x
2007-05-15 aland Port fix for Coverity bug #25 from 1.1.x
2007-05-15 aland Port fix for Coverity bug #27 from 1.1.x
2007-05-15 aland Port fix for Coverity bug #37 from 1.1.x
2007-05-15 aland Port fix for Coverity bug #38 from 1.1.x
2007-05-15 aland Port fix for Coverity bug #29 from 1.1.x
2007-05-15 aland Port fix for Coverity bug #33 from 1.1.x
2007-05-15 aland Port fix for Coverity bug #41 from 1.1.x
2007-05-15 aland Port fix for Coverity bug #40 from 1.1.x
2007-05-15 aland Pull fix for Coverity bug #15 from 1.1.x
2007-05-15 aland Pull suppression of "error in read client cert A"...
2007-05-15 aland Free "fake" on error.
2007-05-15 aland Free "fake" on parse error.
2007-05-15 aland Free "fake" on parse error.
2007-05-15 aland Free "fake" on parse error.
2007-05-15 aland Free "fake" on parse error.
2007-05-15 aland Free "fake" on parse error.
2007-05-14 nbk Delete trailing whitespace.
2007-05-14 aland Add new load balancing method "client-port-balance"
2007-05-14 aland In preparation for 2.0-pre0
2007-05-14 aland Update copyright dates
2007-05-14 aland Use "currently_outstanding" metric for load-balance...
2007-05-14 aland Made language more consistent.
2007-05-13 pnixonAdd Novell's eDir OTP patch to branch_1_1 also (previou...
2007-05-13 pnixonAdd eDirectory Token / NMAS support thanks to Peter...
2007-05-11 aland Use RTT && load_factor to prevent detail file reading...
2007-05-11 aland Pull xlat for NT-Hash and LM-Hash from CVS head
2007-05-11 aland Use strncasecmp, not strcasecmp
2007-05-11 aland For old-style realms, make pools by realm name, not...
2007-05-11 aland Cleaned up debug messages.
2007-05-10 aland Now that we have the "self signal" function, there...
2007-05-09 pnixonFix typo
2007-05-09 pnixonFixed small typo in dict
2007-05-09 aland Don't try to install older SQL configs. They've been...
2007-05-09 aland Re-parent the SNMP MIBs to use our own OID, rather...
2007-05-09 aland struct timeval->tv_sec may not be time_t on MAC OS...
2007-05-09 aland Initialize timestamp from received
2007-05-09 aland print out attributes in a more standard method
2007-05-08 aland We're copying ranges of bytes fed to us from a regex...
2007-05-08 pnixonSplit queries into dialect specific files and add mysql...
2007-05-07 aland use new signal stuff
2007-05-04 pnixonoops.. no need for the same column name twice..
2007-05-04 aland Be more forgiving about corner cases
2007-05-04 aland When adding a non-detail REQUEST to the queue, mark...
2007-05-04 aland Cleanup up detail file handling a little. Fixed a...
2007-05-04 aland Do more initialization
next