Updated for latest set of changes.
[freeradius.git] / src /
2002-03-11 aland Bump up the number of fd's we close
2002-03-08 aland Added 'op' field back, and increased 'value' size...
2002-03-08 aland Use maxfd+1 for select
2002-03-07 aland Delay sending the proxied packet until after we've...
2002-03-07 aland Fix a logic bug in refresh_request(). If the request...
2002-03-06 aland Changed the default ports to 1812/1813, as most everyo...
2002-03-06 cmillerRecompiled configure script.
2002-03-06 cmillerTried to get python detection working properly. It...
2002-03-06 aland When updating the head of a list, update the *real...
2002-03-06 aland Make authentication reject messages more consistent.
2002-03-06 aland Updated schema with more restrictions on field values...
2002-03-06 aland Don't use a hard-coded '32' for the select over the...
2002-03-06 cmillerAdded tests to detect the style of gethostbyaddr_r...
2002-03-02 kkalevo Add support for Autz-Type attribute. We can now creat...
2002-03-02 ramooreUpdate the print_abinary function to show 'est' when...
2002-03-02 ramoorePrevent nas_name functions from calling client_name.
2002-03-02 ramooreThis patch changes the return code within the CISCO_ACC...
2002-03-01 fcusack Remove GPL text; sha1.c is in the public domain.
2002-02-27 aland Minor fixups
2002-02-26 aland If both 'authhost' and 'accthost' in a realm are LOCAL...
2002-02-26 aland If fgetspnam() returns NULL, then it means that the...
2002-02-26 raghuMore debugging statements
2002-02-26 raghuMade Length field configurable.
2002-02-25 aland Check for gethostbyFOO_r(), and use them, if they...
2002-02-25 aland Use gmtime_r by default, so that we're thread-safe.
2002-02-25 aland <grumble> work around variations in gdbm from version...
2002-02-25 aland Check if gdbm has gdbm_fdesc
2002-02-25 aland Added %{proxy-reply:Attribute-Name} for xlat
2002-02-25 aland Corrected typo in function name
2002-02-22 aland Open the DB unlocked, and do file locking ourselves...
2002-02-22 aland Call new rad_lockfd() function, instead of having...
2002-02-22 aland Use new library file lock/unlock functions
2002-02-22 aland removed copies of file locking code.
2002-02-22 aland New functions: rad_lockfd() and rad_unlockfd(), to...
2002-02-21 aland Don't use a global 'acctfd'
2002-02-21 aland If we match a huntgroup, then add an attribute saying...
2002-02-21 aland Patch to PostgreSQL schema for operators.
2002-02-21 kkalevRemove the auth_type directive. Change the ldap caching...
2002-02-20 aland Clear more fields of the request when deleting it...
2002-02-20 aland Added patch for heimdal code, from
2002-02-20 aland postgresql's 'PQcmdTuples' used in function 'affected_...
2002-02-20 aland If the tag is invalid, rad_send() should ignore it...
2002-02-19 aland In proxy_send(), if there is no realm to proxy the...
2002-02-19 aland Don't call fopen on syslog, if the logging destination...
2002-02-19 aland Corrected logic in delay request code.
2002-02-19 aland Added define for librad_max_attributes
2002-02-18 aland There are cases where IF all of the matching realms...
2002-02-18 aland Added log message when marking a realm dead.
2002-02-18 aland Sanity checks and more cleanups for new "reject_delay"
2002-02-18 aland New security configuration items: max_attributes ...
2002-02-13 raghuAvoid compiler warning
2002-02-13 raghuTLS-Length contains Total Length as expected by MS
2002-02-13 raghuTLS-Length contains total length as expected by MS
2002-02-13 aland A *much* better method for finding Python.
2002-02-13 aland Don't clobber the password if we're using SNMP
2002-02-11 aland Whoops... corrected a typo
2002-02-11 aland Preliminary Python module from migs paraz <mparaz...
2002-02-11 aland Whoops... this should have been committed with the...
2002-02-08 aland add unixODBC support
2002-02-08 aland Added 'reconfig' target, to re-build the SQL driver...
2002-02-08 aland Re-set result on failed match.
2002-02-08 raghuEAPTLS ACK packet length is 6 and not 5
2002-02-06 aland Usage() function, for help.
2002-02-06 aland Removed dependency on hard-code size of the session ID.
2002-02-06 aland While doing paircmp(), if one attribute doesn't match...
2002-02-05 raghuName changes to reflect proper names & elegant fragment...
2002-02-05 aland Only double-check the counter value against the reset...
2002-02-04 aland Fix for adding ascend binary filters, using +=
2002-02-01 aland Moved the server to using ctime_r, instead of ctime...
2002-02-01 aland Replaced calls to localtime() with calls to localtime_...
2002-02-01 aland Include header file for time.
2002-02-01 aland renamed 'clock' variable to quiet compiler warnings.
2002-02-01 aland Look for, and define localtime_r.
2002-01-31 aland Changed Simultaneous-Use check behavior to trust conte...
2002-01-29 aland Try s slightly different way of closing stdin, stdout...
2002-01-29 aland Increased the size of the attribute Value fields in...
2002-01-29 aland In the 'rlm_sql_accounting' subroutine, fixes two...
2002-01-28 aland The patch below fixes a problem that Simultaneous_Use...
2002-01-28 aland Moved cisco accounting hack code.
2002-01-28 aland Free the SQL data *after* using it, not before.
2002-01-27 kkalevAdd a few names in the AUTHORS file.
2002-01-24 3APA3Arlm_passwd allows to authorize user via any pwd-like...
2002-01-24 raghuAdded RLM_LDFlags to support -L/path option from modules.
2002-01-24 raghuEAP-TLS support in RADIUS.
2002-01-22 fcusack allow_async is boolean, not int.
2002-01-22 raghuPrototype & Signature corrections
2002-01-21 aland If we have an error when reading the data, the IP...
2002-01-21 aland Corrected buffer over-write, which would allocate...
2002-01-21 3APA3A- LM-Password-TEXT/NT-Password-TEXT removed
2002-01-21 3APA3A- NT-Password-TEXT/LM-Password-TEXT attributes removed...
2002-01-19 raghuA new file for State Attribute Generattion & verification
2002-01-19 raghuThis file should be moved to src/lib.
2002-01-19 raghuEAP module is generalised to handle any EAP-Type.
2002-01-19 3APA3A+ support for "authtype" configuration parameter added...
2002-01-19 3APA3A+ LM-Password-TEXT/NT-Password-TEXT/SMB-Account-CTRL...
2002-01-19 3APA3A+ defines for PW_LM_PASSWORD_TEXT/PW_NT_PASSWORD_TEXT...
2002-01-19 fcusack include rad_assert.h before using it
2002-01-18 fcusack fix softfail bug (update last_auth on failed auth)
2002-01-18 fcusack use rad_assert() to guarantee creation of mppe attributes.
2002-01-18 3APA3A! Check for ACB_DISABLED flag moved to authorization
next