Allow for specifying the path to the group file. Make use of
[freeradius.git] / src /
2001-10-01 hartwick Allow for specifying the path to the group file. ...
2001-09-28 aland look for ldap_init(), not ldap_initialize() in the...
2001-09-28 aland Removed unused, and commented out, references to sql_e...
2001-09-26 aland Changed relative $(R) to $(RLM_DIR), to avoid conflict...
2001-09-26 aland Added "secret" top-level configuration item "debug_level".
2001-09-22 aland Make PAM work by checking for dlopen() in libdl, not...
2001-09-21 aland When trapping a signal, don't SIGKILL children on...
2001-09-21 aland Removed limits on length of username.
2001-09-20 aland When finding a realm by IP address, if we find it...
2001-09-20 aland updated realm_find to do fail-overs on the DEFAULT...
2001-09-20 aland Made proxy.conf take priority over the 'realms' file...
2001-09-19 aland Configurable fail-over on multiple proxy hosts.
2001-09-17 aland If the admin doesn't specify how to authenticate the...
2001-09-17 aland Added $(R) to the prefix of paths, so that lower-level...
2001-09-15 mmachadoUpdated README
2001-09-13 aland There appear to be problems with conflicting authentic...
2001-09-13 aland Change the order of statement execution when instantia...
2001-09-12 cmillerIt's unfortunate that IBM's and Berkeley's DB2 have...
2001-09-12 cmillerStyle changes, not code changes.
2001-09-12 cmillerNo longer pretend that we print out autoconf info at...
2001-09-12 aland If we're NOT in debug mode, then do NOT write debuggin...
2001-09-11 aland Declare a function before it's used.
2001-09-10 aland Patch from Raghu <raghud@hereuare.com>
2001-09-08 aland For non-threaded code, set 'req->finished = TRUE'...
2001-09-08 aland Modified patch from "Ivan F. Martinez" <ml@ivanfm...
2001-09-06 aland Included ifdef'd out code for testing
2001-09-06 aland removed WITH_DBM from the code, as if it's ever done...
2001-09-06 aland Use correct enum values for returned token types,...
2001-09-06 aland changed uses of malloc() to rad_malloc(), which never...
2001-09-06 aland Additional defines for OSFC2 / OSFSIA authentication
2001-09-06 aland Fix bug number 104 (hopefully). I don't have access...
2001-09-05 aland Enable Access-Challenge to work, and pass through...
2001-09-05 aland Message-Autheticator is calculated and inserted in...
2001-09-05 aland Added drivers for IBM DB2, which has been tested against
2001-08-29 aland Added 'original' packet to rad_send(), so that it...
2001-08-28 aland When sending a packet, ensure that the authentication...
2001-08-28 aland Removed the Add-Port-To-IP-Address attribute. It...
2001-08-28 aland Don't smash the contents of ascend binary strings.
2001-08-28 aland Changed the tokens from being define's to enums. ...
2001-08-28 aland Update the length of the password, when sending multip...
2001-08-28 aland Added EAP auth-type, and cleaned up some stuff
2001-08-28 aland When validating the packet, look for EAP-Message....
2001-08-28 aland Renamed string type nas port id
2001-08-28 aland Added definitions for attributes from RFC 2869
2001-08-27 aland When sending a packet, calculate the Message-Authentic...
2001-08-27 aland Corrected typo: use memcpy, not memset
2001-08-27 aland Added 'const' to more parameters.
2001-08-27 aland Final patches to get Exec-Program to work, too.
2001-08-27 aland Initialize variables properly.
2001-08-27 aland Do more sanity checks on incoming attributes in rad_recv()
2001-08-25 cparkerupdated module type to be 'RLM_TYPE_THREAD_USAFE' due...
2001-08-23 aland when updating the ut_name utmp entry, do NOT always...
2001-08-23 cparkercorrected 'u_int8_t' to be 'uint8_t' -cparker
2001-08-22 aland If there was an error forking the program, free the...
2001-08-20 aland cleaned up the code, and added more log / debug messag...
2001-08-17 aland Change instances of 'assert' to 'rad_assert', so that...
2001-08-17 aland Patch to fix segv from Tomas Heredia <tomas@intermedia...
2001-08-17 aland When sending multiple packets with the same attributes...
2001-08-16 aland Run Exec-Program, or Exec-Program-Wait when we first...
2001-08-16 aland When processing the acct_users file, actually *keep...
2001-08-15 aland Give functions a return code, even if the last thing...
2001-08-15 aland Updated to NOT leak small amount of memory when the...
2001-08-15 pamSmall optimization: we don't need get ldap_errno via...
2001-08-14 aland When doing proxying synchronously, we still need to...
2001-08-13 aland Log invalid user for proxy authentication rejects...
2001-08-13 aland If we're logging a message before the logger has been...
2001-08-09 aland Minor re-arrangements to Expiration. Attribute 21...
2001-08-08 aland Use THEMAX instead of MAX, as THEMAX is defined locall...
2001-08-08 aland Removed ifdef's around ascend secret stuff. It works.
2001-08-07 aland Decode the ascend send/receive secrets in rad_decode...
2001-08-07 aland Preliminary hack for sending Ascend-Send-Secret attribute.
2001-08-07 aland Allow reading the shared secret from a file, to make...
2001-08-07 aland deleted references to HAVE_THREAD_POOL. We now assume...
2001-08-02 aland On accounting, if NO proxy packet, do preacct, acct...
2001-07-31 aland Patch from rob <rob@work.gb.com> to avoid freeing... release_0_2_0
2001-07-30 aland Patch for Cisco L2TP tunnels, from Paul Khavkine ...
2001-07-28 aland configure with-rlm-krb5-lib/include-dir
2001-07-28 aland Corrected typo
2001-07-28 aland Added options 'with-rlm-ldap-lib-dir' and 'with-rlm...
2001-07-28 aland Added 'reconfig' target so that the configure scripts...
2001-07-28 cparkerUpdated to use rad_check_return to correctly return...
2001-07-28 cparkerUpdated to include prototype for new function in auth...
2001-07-28 cparkerAdded new function to 'auth.c' called 'rad_check_return...
2001-07-26 aland Preliminary EAP patch from Raghu <raghud@hereuare...
2001-07-25 aland Patch based on one from Matthew Sayler <sayler@speedsi...
2001-07-24 aland Patch from Steve Langasek <vorlon@netexpress.net>.
2001-07-23 aland Update child thread code, so that it minimizes the...
2001-07-20 aland Patch from David Kerry <davidk@navahonetworks.com>
2001-07-17 pamQuiten one compiler warning
2001-07-17 pamApplied patch to ldap_pairget() eliminating ldap_first_...
2001-07-17 pamAdded check for missing 'server' directive in config...
2001-07-13 cmillerClean up better. (Makefiles, and distclean depends...
2001-07-13 cmillerAdded Kostas Kalevras' <kkalev@noc.ntua.gr> attr_rewrit...
2001-07-13 cmillerRoland H\"anel <roland.haenel@qsc.de> reported that...
2001-07-12 cmillerCosmetic change.
2001-07-12 aland quench log messages for unresponsive children
2001-07-11 cmillerTest for CC and CPP in the configure scripts, so basic...
2001-07-11 cmillerAdded AC_PROG_CC to see if it solves DK's problem.
2001-07-11 cmillerDavid Kerry's patch to detect Oracle.
2001-07-06 cmillerDon't check how GDBM behaves if it's obviously not...
next