New build path variable
[freeradius.git] / src / main /
2010-11-10 Alan T. DeKokPrint out *which* socket could not be opened.
2010-11-10 Alan T. DeKokAllow spaces in shared secret, as posted to the list.
2010-11-08 Alan T. DeKokKeep track of "last in list" properly.
2010-11-03 Alan T. DeKokFix typos in previous commit
2010-10-29 Alan T. DeKokDo checks on attribute *and* vendor.
2010-10-25 Alan T. DeKokFix typo in zombie period start time
2010-10-17 Alan T. DeKokFix child state on corner case
2010-10-15 Alan T. DeKokAdd all home_servers in the configuration.
2010-10-15 Alan T. DeKokFix corner case when not threaded.
2010-10-13 Phil Mayersuse RDEBUG
2010-10-13 Alan T. DeKokAdded REQUEST to soh_verify() parameters
2010-10-12 Alan T. DeKokMove the SoH code to the server directory
2010-10-07 Alan T. DeKokFixes from clang / scan-build
2010-10-03 Alan T. DeKokSigned / unsigned fixes and function prototypes
2010-10-02 Alan T. DeKokProtect pcap_fopen calls
2010-09-30 Alan T. DeKokMore patches to build without certain features
2010-09-30 Alan T. DeKokAllow building WITHOUT_STATS
2010-09-29 Alan T. DeKokEnable building WITHOUT_ACCOUNTING
2010-09-29 Alan T. DeKokEnable building #WITHOUT_PROXY
2010-09-29 Alan T. DeKokIgnore post-proxy type if proxy is disabled
2010-09-28 Alan T. DeKokBetter way of updating cf_data_add
2010-09-26 Alan T. DeKokAdded '-F' to filter RADIUS from input to output
2010-09-23 Alan T. DeKokUse server version for version string
2010-09-22 Alan T. DeKokFix condition for attribute not found
2010-09-22 Alan T. DeKokBootstrap CoA home servers, as they can stand alone.
2010-09-21 Alan T. DeKokMove variable declaration to the start of the block
2010-09-21 Alan T. DeKokMade listener_print be CONST
2010-09-21 Alan T. DeKokAdded toupper function
2010-09-20 Alan T. DeKokAdded tolower function
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
next