freeradius.git
2010-05-29 Alan T. DeKokPrint out DHCP attributes sent / received master origin/HEAD origin/master
2010-05-29 Alan T. DeKokFix endless loop when there are multiple DHCP options
2010-05-29 Alan T. DeKokSet line buf on stdout/err when logs go there
2010-05-24 Alan T. DeKokIf an integer is surrounded by whitespace, it's still...
2010-05-24 Alan T. DeKokFix template documentation
2010-05-24 Alan T. DeKokNo longer needed
2010-05-24 Alan T. DeKokDo cert configuration stuff
2010-05-19 Alan T. DeKokNote module return codes
2010-05-19 Alan T. DeKokSource files shouldn't have the executable bit set.
2010-05-19 Alan T. DeKokAs supplied by RedHat.
2010-05-19 Alan T. DeKokPrint out section name for empty sections
2010-05-18 Peter NixonRemove some warnings
2010-05-18 Peter NixonConvert some more docs to RST
2010-05-18 Peter NixonCheckin some initial work on RSTifying our documentatio...
2010-05-11 Alan T. DeKokNote example of SQL in post-auth reject, too
2010-05-11 Alan T. DeKokAdded server field to NAS table, and updated docs to...
2010-05-11 Alan T. DeKokMade connected / disconnected messages into informational
2010-05-11 Alan T. DeKokChange %{Acct-}*x -> %{%{Acct-}:-0}*x
2010-05-11 Alan T. DeKokDon't use msqlippool by default
2010-05-04 Alan T. DeKokEnable core dumps after suid_down
2010-05-04 Alan T. DeKokTreat bad records as EOF.
2010-04-30 Alan T. DeKokNote Samba bug
2010-04-30 Alan T. DeKokUse pairadd() properly.
2010-04-29 Alan T. DeKokDocument more proxy functionality
2010-04-29 Alan T. DeKokMore debugging messages
2010-04-29 Alan T. DeKokRemoved unnecessary fflush()
2010-04-29 Alan T. DeKokIgnore autoconf files
2010-04-29 Alan T. DeKokAdd sub-options to Option 82
2010-04-29 Alan T. DeKokLarge code cleanups.
2010-04-29 Alan T. DeKokMake dhcp_socket_t structure fall in line with listen_s...
2010-04-29 Alan T. DeKokFixed typo
2010-04-29 Alan T. DeKokUse readline only if we have the header files
2010-04-29 Alan T. DeKokFix error message for people who don't understand it
2010-04-29 Alan T. DeKokCorrected documentation
2010-04-29 Alan T. DeKokTry to fix link issues, as posted to the list
2010-04-29 Alan T. DeKokUse rebind_proc only if args==3
2010-04-29 Alan T. DeKokWork around for bug #35.
2010-04-29 Alan T. DeKokRemove from proxy hash after packet has been verified
2010-04-26 Alan T. DeKokAdded prototype
2010-04-26 Alan T. DeKokMore WITH_PROXY fixes
2010-04-26 Alan T. DeKokAttributes for "cisco vsa hack" don't need to be string
2010-04-26 Alan T. DeKokBetter error messages for missing brace
2010-04-26 Alan T. DeKokAllow to build without pthreads
2010-04-26 Alan T. DeKokFix build error
2010-04-26 Alan T. DeKokPrint out helpful error if a realm regex can't be parsed
2010-04-26 Alan T. DeKokPrefer IPv4.
2010-04-26 Alan T. DeKokAdded WITH_PROXY to allow it to build without proxying
2010-04-16 Alan T. DeKokDon't block when doing 'exec wait', and reading from...
2010-04-14 Alan T. DeKokappend tunneled reply, rather than moving it
2010-04-14 Alan T. DeKokFix node comparison on delete
2010-04-14 Alan T. DeKokFixed typo. This should help divorce CoA from normal...
2010-04-14 Alan T. DeKokPrint out hex for invalid data in PEAP tunnel.
2010-04-14 Alan T. DeKokMake request->number unsigned
2010-04-09 Alan T. DeKokEnsure correct build order
2010-04-08 Alan T. DeKokMake subdirs before modules
2010-04-08 Alan T. DeKokAdd missing 'break' to escape '%' properly.
2010-04-08 Alan T. DeKokOn DHCP Discover fail, don't send a NAK
2010-03-31 Alan T. DeKokCatch corner case of update disconnect in post-auth
2010-03-31 Alan T. DeKokFixed typo
2010-03-31 Alan T. DeKokCorrect realm regex examples, and creation of REALM...
2010-03-31 Alan T. DeKokAllow the "server" field to be blank
2010-03-31 Alan T. DeKokMade 'reconfig' target use PHONY subdirectories, too
2010-03-31 Alan T. DeKokMade 'reconfig' target use PHONY subdirectories, too
2010-03-31 Alan T. DeKokMove to using phony targets for subdirectories
2010-03-30 Alan T. DeKokMinor change to error output for clarity
2010-03-30 Alan T. DeKokRe-open log file after HUP.
2010-03-30 Alan T. DeKokRevert "= NULL" checks. They should be "IS NULL"
2010-03-30 Alan T. DeKokMove to using phony targets for subdirectories.
2010-03-09 Alan T. DeKokCheck for closed sockets.
2010-03-06 Alan T. DeKokAllow IPv6 to bind to interface with scope.
2010-03-06 Alan T. DeKokAdd IPv6 "scope" for link-local addresses.
2010-03-06 Alan T. DeKokCheck for AF_INET6, not HAVE_AF_INET6
2010-03-06 Alan T. DeKokWork around implementation-dependent shift results
2010-03-06 Alan T. DeKokCalculate IPv6 netmask correctly.
2010-03-06 Alan T. DeKokReceive CoA packets when they have been separated from...
2010-02-26 Alan T. DeKokClean up log file handling. Fixes bug #63
2010-02-26 Alan T. DeKokAs posted to the list
2010-02-26 Alan T. DeKokSwitch default for acct realms to "no_response_fail"
2010-02-11 Alan T. DeKokAdded sample CoA server
2010-02-11 Alan T. DeKokMake it consisent with the example in decoupled-accounting
2010-02-11 Alan T. DeKokAs posted to the list
2010-02-11 Alan T. DeKokRan it through the formatter.
2010-02-11 Alan T. DeKokAdd more information to warning message
2010-02-11 Alan T. DeKokFunction returns no value
2010-02-11 Alan T. DeKokQuiet compiler warnings
2010-02-11 Alan T. DeKokDo waitpid() for ALL children, even if there are no...
2010-02-04 Alan T. DeKokFixes to build without TCP
2010-02-04 Alan T. DeKokAdded note on global CA
2010-02-04 Alan T. DeKokMake MS-CHAP call xlat on NT-Hash and LM-Password
2010-02-04 Alan T. DeKokin pairmake_any(), value may be NULL
2010-02-04 Alan T. DeKokAs posted to the list
2010-02-04 Alan T. DeKokAdded more 'const', and changed stats to %u
2010-02-04 Alan T. DeKokAdded more 'const'
2010-02-04 Alan T. DeKokSet flag CORRECTLY for resumed session
2010-02-04 Alan T. DeKokAdd statistics for detail listeners, too
2010-02-04 Alan T. DeKokCheck for allocation failure
2010-02-04 Alan T. DeKokPrint the request number on every log line.
2010-02-04 Alan T. DeKokMore useful errors
2010-01-05 Alan T. DeKokProperly account for accounting responses from a home...
2010-01-05 Alan T. DeKokCorrectly handle large attributes
next