freeradius.git
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-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 eDirectory Token / NMAS support thanks to Peter...
2007-05-11 aland Use RTT && load_factor to prevent detail file reading...
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 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 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
2007-05-04 aland Added a self-pipe as per Emile's ideas at:
2007-05-04 aland more sanity checks, and clarify the code
2007-05-04 aland Suppress writes to the detail file if the request...
2007-05-03 aland Re-arrange parsing order so that home servers aren...
2007-05-03 aland Copy outer src/dst IP/port to inner tunnel, so Packet...
2007-05-03 aland Make "-c" work
2007-05-03 aland Add section start/stop debug output.
2007-05-03 aland Standardized format for debugging output, after a...
2007-05-03 aland More readable debug output
2007-05-03 aland Reformatted debugging output to make it easier to...
2007-05-03 aland Reformatted debug output to make it easier to read
2007-05-02 aland Don't complain about no "known good" passwords for...
2007-05-02 aland Add more documentation to the LDAP module.
2007-05-02 aland In the authorize stage, return OK if we see TTLS or...
2007-04-30 aland updated documentation
2007-04-30 aland Discard packets from unknown clients
2007-04-30 aland New function to discard a RADIUS packet.
2007-04-26 aland Switch over "code", not "packet->code"
2007-04-26 aland Fixed typo
2007-04-25 aland Forgot to include this earlier...
2007-04-25 aland Remember to install the bootstrap file, too
2007-04-25 aland Corrected typos
2007-04-25 aland Note new method
2007-04-25 aland Added "bootstrap" script for creating initial certificates
2007-04-25 aland Don't call radius_xlat if there's no request pointer
2007-04-25 aland If the server is built without OpenSSL, do not load...
2007-04-25 aland Note CSR stuff
2007-04-25 aland Added better dependencies
2007-04-24 aland Qualify "make distclean" so that it's almost impossibl...
2007-04-24 aland These horrible things are no longer needed
2007-04-24 aland Install the new certificate scripts, not the old ones
2007-04-24 aland Noted new, sane, method to create certificates
2007-04-24 aland Deleted old certificates, and added new OpenSSL config...
2007-04-24 aland Run Status-Server packets through Autz-Type or Acct...
2007-04-24 aland Suppress responses to Status-Server if there's no...
2007-04-24 aland Added configurable timeouts specifically for ping...
2007-04-24 aland Rename "ping" check to "status" check. This means...
2007-04-24 aland added functions to peek at the head of the queue,...
2007-04-23 aland Now that we're handling queues by priority, remember...
2007-04-23 aland Remove assertion that there's no child thread. We...
2007-04-23 aland Remove assertion that there's no child thread processi...
2007-04-23 aland Keep array in sync with defs in radiusd.h
2007-04-23 aland Now that we have priorities for thread queues, push the
2007-04-23 aland Re-ordered RAD_LISTEN_TYPE by priority, and added...
2007-04-23 aland Use new radius_paircreate() function.
2007-04-23 aland Note new Post-Proxy-Type Fail section.
2007-04-23 aland corrected typos
2007-04-23 aland Clean up post-proxy-type fail handlers. They make...
2007-04-23 aland New function post_proxy_fail(), which runs the request...
2007-04-23 aland Moved 'hash' to before 'vector', as it was right next...
2007-04-23 aland We don't need to hash the ID twice
2007-04-23 aland Move SNMP increments to earlier in the request handlin...
2007-04-23 aland Start removing request->timestamp, now that we have
2007-04-23 aland Added RADCLIENT* pointer to the REQUEST structure...
2007-04-20 aland Use new radius_paircreate() function.
2007-04-20 aland New radius_paircreate() function that takes a REQUEST...
next