freeradius.git
2002-07-26 aland Remove $ from date, to keep it constant for release. release_0_7_0
2002-07-26 aland Renamed 0.7-pre to 0.7, in preparation for the release.
2002-07-26 aland Once last updated, before 0.7 is released
2002-07-26 3APA3A! locking functions are changed to do fcntl if neither...
2002-07-26 aland Allow PW_TYPE_DATE attributes to be sent in outgoing...
2002-07-25 aland Create the 'bin' directory before putting programs...
2002-07-25 aland Removed newer autoconf macro
2002-07-25 aland When doing sql_xlat, don't release the socket until...
2002-07-24 aland Corrected typo
2002-07-24 aland RLM_INSTALL is a make file target, not a program.
2002-07-24 aland Added note on where to find xsupplicant
2002-07-24 aland Added notes pre-0.7
2002-07-24 aland Use encrypted passwords, if available.
2002-07-24 aland Removed old configure checks for smbclient, as we...
2002-07-24 fcusack call sql_check_error() correctly. Patch from Denis...
2002-07-22 ramooreAdd vp_listdebug function that prints a list of value...
2002-07-22 ramooreSmall correction to the way sqlcounter calculates the...
2002-07-22 ramooreMinor fix to sql.conf. Change %{NAS-Port-Id} to %...
2002-07-22 aland Added Alcatel dictionary, from Lasse Johnsen, Bulldog...
2002-07-20 fcusack Add PAM-isms
2002-07-19 fcusack allow softfail to be optional
2002-07-19 aland Updated for Solaris garbage, where 'pthread_create...
2002-07-19 aland Call ip_hostname, to get host names, if the user wants...
2002-07-19 aland Added note about '.db' at the end of dbm filenames
2002-07-18 aland Updated for latest set of changes.
2002-07-18 aland Add rlm_smb module, to do authentication against NT...
2002-07-18 cparker Ensure that 'Realm' is added to vps in all cases when...
2002-07-18 aland Updated with pointers to other schemas
2002-07-18 aland Corrected typo: "libtdl" != "libltdl"
2002-07-18 aland Updated note that the ports are 1812 and 1813, not...
2002-07-18 pamLDAP_USERDN -> PW_LDAP_USERDN, remove unused PW_AUTHTYP...
2002-07-18 pamLDAP_USERDN -> PW_LDAP_USERDN
2002-07-18 3APA3A! minor corrections
2002-07-18 fcusack use X99_LOG_CRIT when out of memory
2002-07-17 aland added 'xlat' function.
2002-07-17 aland Fix typos, speling mistakes, and grammer. :)
2002-07-17 aland Slight change to the debugging message when no Auth...
2002-07-17 aland Added documentation on digest module.
2002-07-17 aland Added empty config for digest module.
2002-07-17 aland Updated copyright
2002-07-17 3APA3A*** empty log message ***
2002-07-17 3APA3A*** empty log message ***
2002-07-17 3APA3A*** empty log message ***
2002-07-17 3APA3A+ added rlm_passwd documentation
2002-07-17 3APA3A! information related to rlm_passwd updated
2002-07-17 3APA3A+ support for 'delimiter' configuration option
2002-07-17 aland Minor english/typo changes
2002-07-17 3APA3A! cosmetic changes
2002-07-17 3APA3Arlm_mschap documentation added
2002-07-17 aland Added more simple text to help people get the server...
2002-07-16 aland Updated to match latest changes.
2002-07-16 aland Updated prototype to match function def.
2002-07-16 aland Added PAP, CHAP, LDAP, etc. Auth-Type's to the default...
2002-07-16 aland Don't free vp when there's an error in pair parse...
2002-07-16 aland Make certain strings 'const'
2002-07-16 aland Last set of changes to make sem_init and friends be...
2002-07-15 aland Btter changes which should fix the stupid autoconf...
2002-07-15 aland Link only the modules defined in the top-level Make...
2002-07-15 aland Check for header files in configure script, and add...
2002-07-15 aland 'test' takes '=', not '=='
2002-07-15 pamPrevious commit fixing build on HP/UX broke it for...
2002-07-12 aland Don't use <sys/fcntl.h>, use <fcntl.h>
2002-07-12 aland Patches to enable or disable using the supplied libltdl
2002-07-12 aland What the heck, look for <fcntl.h> and <sys/fcntl.h...
2002-07-12 fcusack stdio.h
2002-07-11 aland Update sample config and documentation for perl module.
2002-07-11 aland Added ifdef's around pthread-specific functions.
2002-07-11 cparker Rename local functions _sql_*() to rlm_sql_*() to...
2002-07-11 raghuResolved Initialization issues.
2002-07-11 cparker SQL Socket Reconnect patch from Todd T. Fries.
2002-07-11 aland Added ifdef's around use of pthread functions.
2002-07-11 kkalevFix a stupid bug when seting the last character of...
2002-07-11 aland Updated to add 'xs_init' into it, with patches from...
2002-07-11 aland Removed 'use_dbm' variable, which is unused anywhere...
2002-07-11 fcusack PAM portability
2002-07-11 fcusack PAM portability
2002-07-11 fcusack errno.h
2002-07-10 aland Enabled new dynamic xlat functionality in pair comparison.
2002-07-10 aland Corrected typo in last commit.
2002-07-10 aland new function: pairparsevalue(), which parses a string...
2002-07-10 aland Added new tokens: bare word, double quoted string...
2002-07-10 aland Updates pre 0.6.1
2002-07-10 aland Added sample config for new perl module
2002-07-10 aland More files for rlm_perl
2002-07-10 aland Latest set of updates, from Andrei Koulik
2002-07-10 aland New experimental perl module, from
2002-07-10 aland One more update
2002-07-10 aland Minor updates to check headers (includes)
2002-07-10 kkalev* If the same attribute appears more than once in the...
2002-07-10 kkalevSHA1 encryption in the pap module is now supported
2002-07-10 kkalevRemember to do ldap_release_conn and ldap_msgfree when...
2002-07-10 fcusack add support for user-specified include and lib paths
2002-07-10 fcusack Add test for inttypes.h; fail if not found. This...
2002-07-10 fcusack Don't include libradius' md5.h.
2002-07-10 pamAdded note about LDAPS connection mode to reflect recen...
2002-07-10 pamFix of LDAPS support (LDAP over SSL without TLS negotia...
2002-07-09 aland Add rfc2548 (Microsoft VSA's) to the list
2002-07-09 aland Add perl scripts to auto-magically convert the RADIUS...
2002-07-09 aland Added draft for digest authentication. It's expired...
2002-07-09 aland Added the IETF RADIUS RFC's to the documentation
next