Print out DHCP attributes sent / received
[freeradius.git] / src /
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-19 Alan T. DeKokSource files shouldn't have the executable bit set.
2010-05-19 Alan T. DeKokPrint out section name for empty sections
2010-05-11 Alan T. DeKokMade connected / disconnected messages into informational
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. DeKokUse pairadd() properly.
2010-04-29 Alan T. DeKokMore debugging messages
2010-04-29 Alan T. DeKokRemoved unnecessary fflush()
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. 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. 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. DeKokSwitch default for acct realms to "no_response_fail"
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. 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. 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
2010-01-04 Alan T. DeKokReset ping variables in home server when marking it...
2009-12-21 Alan T. DeKokAdd OpenSSL license exception
2009-12-21 Alan T. DeKokMake integers unsigned 32-bit, rather than signed
2009-12-18 Alan T. DeKokSimplify stats code, and keep track of dropped versus...
2009-12-18 Alan T. DeKokMake "dropped packet" message debugging
2009-12-17 Alan T. DeKokRemoved unnecessary debug message
2009-12-17 Alan T. DeKokSimplified use of llvm checker
2009-12-15 Alan T. DeKokEnsure that len > 0
2009-12-15 Alan T. DeKokCatch possible NULL pointer on editing attribute list
2009-12-15 Alan T. DeKokCatch situations where COA may be NULL
2009-12-15 Alan T. DeKokIf we have "user=foo", and we're ALREADY running as...
2009-12-09 Alan T. DeKokTemplate code to use lt_dladvise()
2009-12-08 Alan T. DeKokAdd datarootdir from bug #51
2009-12-07 Alan T. DeKokAdd %{Attribute-Name#}
2009-12-07 Alan T. DeKokMake more errors non-fatal
2009-12-06 Alan T. DeKokUse case insensitive comparison. Closes #36
2009-12-06 Alan T. DeKokBe more specific about which detail files we suppress
2009-12-06 Alan T. DeKokRemoved re-definition of detail structure
2009-12-06 Alan T. DeKokMoved detail structure defs to a public header file
2009-12-06 Alan T. DeKokFix code so that corner cases of %{%{foo}:-%{bar}}...
2009-12-05 Alan T. DeKokRe-set FP after closing it
2009-12-02 Alan T. DeKokUse intermediate buffer for error messages.
2009-12-02 Alan T. DeKokRemoved erroneous 'break'
2009-12-02 Alan T. DeKokFixed string copying in sub variable.
2009-12-01 Alan T. DeKokFixed typo
next