Clean up loopback / inaddr_any checks
[freeradius.git] / src / main /
2010-09-18 Alan T. DeKokClean up loopback / inaddr_any checks
2010-09-17 Alan T. DeKokAdded "del client <ipaddr>" command for dynamic clients
2010-09-14 Alan T. DeKokBe more forgiving when starting proxy sockets.
2010-09-10 Alan T. DeKokFix typo in error message
2010-09-09 Alan T. DeKokClose file on error condition
2010-09-09 Alan T. DeKokEnsure we leave room for the trailing NUL
2010-09-09 Alan T. DeKokPrint error message if we're not configured to listen...
2010-09-09 Alan T. DeKokMade warning messages more consistent
2010-09-09 Alan T. DeKokRegularized error messages
2010-09-09 Alan T. DeKokRemove port 1814 from the default pcap filter. It...
2010-08-30 Alan T. DeKokInclude DHCP test client.
2010-08-26 Alan T. DeKokUpdated copyright date and build options
2010-08-25 Alan T. DeKokAdded support for EAP-MD5, using radeapclient.
2010-08-09 Alan T. DeKokAdded ability to write to pcap file
2010-08-09 Alan T. DeKokDo more checking of command-line arguments
2010-08-07 Alan T. DeKokFix for 2.2 API
2010-08-06 Alan T. DeKokAdded Packet-Transmit-Counter for retransmits.
2010-08-06 Alan T. DeKokBack out some recent changes
2010-08-04 Alan T. DeKokBe less agressive about marking home servers as zombie.
2010-08-04 Alan T. DeKokManual merge of commits
2010-08-04 Alan T. DeKokSet "component" and "module" to more descriptive values
2010-08-04 Alan T. DeKokAdded -t option
2010-08-02 Alan T. DeKokNotes on binding to interfaces for DHCP
2010-08-02 Alan T. DeKokMore descriptive error messages.
2010-07-30 Alan T. DeKokAPI fixes for 2.2.0
2010-07-30 Alan T. DeKokCheck sockets against home servers for proxy loops
2010-07-26 Alan T. DeKokBetter fix for unlinking control sockets
2010-07-26 Alan T. DeKokRevert "Delete control socket when the server exits."
2010-07-26 Alan T. DeKokBe more careful freeing memory in detail reader
2010-07-26 Alan T. DeKokDelete control socket when the server exits.
2010-07-22 Alan T. DeKokAllow for spaces to be escaped in exec program.
2010-07-19 Alan T. DeKokDon't "originate" CoA requests if the packet is a CoA...
2010-07-16 Alan T. DeKokFix long-standing memory leak as found by Jerry Nichols
2010-07-02 Alan T. DeKokHandle detail files differently.
2010-07-01 Alan T. DeKokMore provisions for dlopen'ing self.
2010-07-01 Alan T. DeKokProvisions for RTLD_SELF, when all of the modules are...
2010-06-30 Alan T. DeKokDo not delete "old" requests until they are free.
2010-06-30 Alan T. DeKokChange default lifetime for dynamic clients from 1d...
2010-06-30 Alan T. DeKokScan the number, not the leading \
2010-06-28 Alan T. DeKokBuild on systems without setuid
2010-06-28 Alan T. DeKokBuild on systems without sys/un.h
2010-06-10 Alan T. DeKokEnsure we do PINGs only for UDP packets.
2010-06-10 Alan T. DeKokMade ONE caller for request_stats_final.
2010-06-10 Alan T. DeKokCatch "ping" packets before
2010-06-10 Alan T. DeKokEnable MS-CHAPv1 support in radclient.
2010-06-10 Alan T. DeKokShorten debug message
2010-06-10 Alan T. DeKokFix proxying of inner tunneled requests
2010-06-10 Alan T. DeKokBe more careful about parsing comments after bare words
2010-06-01 Alan T. DeKokMove retransmits + proxy failover into child thread
2010-06-01 Alan T. DeKokClean up code related to requests in child thread
2010-06-01 Alan T. DeKokDelay decoding of packet until we are in the child...
2010-05-31 Alan T. DeKokMake it closer to v2.1.x for consistency
2010-05-31 Alan T. DeKokAdded back label 'stop_processing'
2010-05-31 Alan T. DeKokFix argument to pairfind
2010-05-31 Alan T. DeKokMiracle of miracles... it seems to work
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2010-05-31 Alan T. DeKokPrint out more request numbers
2010-05-29 Alan T. DeKokSet line buf on stdout/err when logs go there
2010-05-19 Alan T. DeKokPrint out section name for empty sections
2010-05-04 Alan T. DeKokEnable core dumps after suid_down
2010-05-04 Alan T. DeKokTreat bad records as EOF.
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-26 Alan T. DeKokRemove from proxy hash after packet has been verified
2010-04-26 Alan T. DeKokAdded prototype
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. DeKokFixed typo. This should help divorce CoA from normal...
2010-04-14 Alan T. DeKokMake request->number unsigned
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. DeKokMade 'reconfig' target use PHONY subdirectories, too
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-17 Alan T. DeKokFix merge for struct names changed in 2.2.0
2010-03-09 Alan T. DeKokMove struct definition to the correct place
2010-03-06 Alan T. DeKokAllow IPv6 to bind to interface with scope.
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-03-06 Alan T. DeKokClean up log file handling. Fixes bug #63
2010-03-06 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. 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 more 'const', and changed stats to %u
2010-02-04 Alan T. DeKokAdded more 'const'
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. DeKokBe more careful about handling of temporary packet
2010-02-04 Alan T. DeKokPrint the request number on every log line.
2010-01-05 Alan T. DeKokProperly account for accounting responses from a home...
2010-01-04 Alan T. DeKokReset ping variables in home server when marking it...
next