freeradius.git
2002-07-31 aland Updated for the latest changes
2002-07-31 aland Changed the name of the file, to be consistent with...
2002-07-30 aland Return code should be zero for success
2002-07-30 aland Move unknown xlat warning to a better place
2002-07-30 aland More updates to make forking work in debug mode.
2002-07-30 aland Added note about 'ulimit -c unlimited'
2002-07-30 aland Added sample 'instantiate' section, with comments...
2002-07-30 aland Added debug message if the user attempts to use an...
2002-07-30 aland Removed bogus 'authenticate' function, now that the...
2002-07-30 aland Added support for an 'instantiate' section, like autho...
2002-07-30 pamRemoved references to driver header files from Makefile.in
2002-07-29 aland Preliminary 'expression' module, to allow you to do...
2002-07-29 aland Call the 'escape string' function in the xlat for...
2002-07-29 aland The user may not supply radius_xlat() an 'escape strin...
2002-07-29 aland Properly handle nested '{', so %{sql:foo %{bar:stuff...
2002-07-29 aland C++ compatibility patch from Andrey Kotrekhov <kota...
2002-07-29 aland Allow compilation of files from languages other than...
2002-07-29 aland Moved the hidden 'README' to the top-level 'doc' directory
2002-07-29 aland don't call rad_pwencode() any more.
2002-07-29 aland raddb/dictionary add encrypt flag for User-Password
2002-07-29 aland cleaned up some memory leaks and other issues.
2002-07-29 aland Removed unnecessary header files, as all they did...
2002-07-29 aland Commit what wasn't committed a few days ago.
2002-07-26 aland Added mppe_keys.c file, and eaptls_gen_mppe_keys(...
2002-07-26 aland Last set of updates.
2002-07-26 aland Now that 0.7 is out, the current release is 0.8-pre
2002-07-26 aland Noted release method, as documentation for anything...
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...
next