freeradius.git
2002-09-10 aland Added notes for 0.7.1 origin/branch_0_7_0 release_0_7_1
2002-09-10 aland Update the version to 0.7.1
2002-09-10 aland Set the libs, so pthreads work on Solaris
2002-09-10 vorlonKerberos fixes: don't grant access to a user whose...
2002-09-09 vorlonKerberos fixes: don't grant access to a user whose...
2002-09-09 aland If we DO find pthread_create() in -lpthread, then...
2002-09-09 kkalevFix a stupid bug in accounting.php3. We should not...
2002-09-09 kkalevFix a few more bugs in the ldap library
2002-09-09 kkalevAdd a new config directive, ldap_write_server. If it...
2002-09-09 kkalevIn the user test page ignore comments from the auth...
2002-09-09 kkalevIf we add a check item then use the == operator. Based...
2002-09-09 kkalevRemove previous change. It was causing problems
2002-09-09 kkalevOnly connect and bind to the ldap server if we haven...
2002-09-08 kkalevUpdate documentation
2002-09-08 kkalevAllocate more room for the sql queries. Remove a wrong...
2002-09-08 kkalevAlso cache the default.vals file.
2002-09-08 kkalevIn lib/sql/defaults.php3 instead of doing a select...
2002-09-08 kkalevRemove the auto password generator from the user edit...
2002-09-08 kkalevFix a few bugs
2002-09-08 kkalevAlso cache the admin.conf if use_session is set to...
2002-09-08 kkalevUpdate Changelog
2002-09-08 kkalevAdd sessions in order to cache the various mappings...
2002-09-07 kkalevCall config.php3 before outputing any html
2002-09-07 kkalev* If an sql attribute is not contained in sql, assume...
2002-09-07 kkalevIn sql.attrmap User-Password should map to User-Passwor...
2002-09-07 kkalev* If we are editing a group show a comment that in...
2002-09-07 kkalevAdd the default_user_profile configuration directive...
2002-09-07 kkalevAdd documentation about ldap attributes
2002-09-07 kkalev* In the user edit page print a message under the User...
2002-09-06 aland Removed incorrect comments, as noted on the devel...
2002-09-06 3APA3A+ More logging added
2002-09-06 kkalev* Allow for multiple default values. Also add a generic...
2002-09-06 aland Don't do too much work to discover strings to xlat...
2002-09-06 kkalevOnly add Session-Timeout if the count attribute is...
2002-09-05 kkalevIstead of checking for date type check for acct-session...
2002-09-05 kkalevAdd radiusExpiration and dialupAccess in LDAPv3 schema...
2002-09-05 fcusack libtool fix from Marko
2002-09-04 kkalevrlm_ippool.c:
2002-09-04 kkalevAdd a post-auth section.
2002-09-04 kkalevippool should now be added in the post auth section
2002-09-04 kkalevAdd the caller id in the connection status attributes...
2002-09-04 kkalevMove from authorize to post-auth
2002-09-04 cmillerWichert Akkerman notes in <20020904132324.GH23656@wiggy...
2002-09-04 aland Added handler for post-auth.
2002-09-04 aland Allow the module to be listed in preacct and authorize...
2002-09-04 kkalevAdd credits
2002-09-04 kkalevFix a bug in lib/sql/change_passwd.php3 when not using...
2002-09-04 aland Added helpful script, copied from
2002-09-04 cmillerOnly create directories if they don't already exist.
2002-09-04 kkalevAdd comment that the bug was found by Stefan Radovanovi...
2002-09-04 kkalevFix a crash in ldap_pairget when the attribute value...
2002-09-04 kkalevAdd a handler for USR1 (sig_stats) which will print...
2002-09-03 kkalev* In config.php3 include a relative admin.conf file...
2002-09-03 aland Allow CHAP passwords to work from radclient.
2002-09-02 kkalevFix a server crash when a thread handling a request...
2002-09-02 kkalevAdd an entry about using the sql instead of the radutmp
2002-09-01 kkalevShow date in the user/server test page
2002-08-31 kkalevSet the cache size *before* doing any operations on...
2002-08-30 kkalevAdd a mutex around gdbm_fetch and gdmb_store and declar...
2002-08-30 kkalevMove an sql_finish_select_query in the correct place...
2002-08-30 aland Change '=' in comparison to '=='
2002-08-30 fcusack don't close a nonexistent connection (null dereference)
2002-08-28 kkalevRemove sql_check_multi and sql_check_ts. All the work...
2002-08-28 aland Be a little smarter about parsing dates.
2002-08-28 kkalevShow number of failed logins in the last 7 days in...
2002-08-28 kkalevDon't delete existing generic attributes in ldap_pairge...
2002-08-28 fcusack Implement 'ewindow2', an "extended ewindow" which...
2002-08-27 aland Comment out the U, P, S, and C prefix hints by default...
2002-08-27 aland Edited description of how the server works, as posted...
2002-08-27 aland Renamed the file to be more consistent
2002-08-27 aland Moved the MIB file to a more intelligent place.
2002-08-27 aland Merged two documents into one.
2002-08-27 aland Belated update, to make it more in line with the chang...
2002-08-27 aland Preliminary docs, from ram@princess1.net
2002-08-27 kkalevhopefully make rad_check_ts work in rlm_sql_checksimul
2002-08-26 kkalevRemove simul_zap_query and replace it with a call to...
2002-08-26 aland If we don't add the attribute to the list, delete it.
2002-08-26 aland One more bug fix, to make it work with 'users' file...
2002-08-26 aland If we don't parse a VP when looking for an XLAT'd...
2002-08-26 aland Corrected typo in name.
2002-08-26 kkalevIf there are more than one attributes of the same name...
2002-08-25 kkalevAdd handlers for preproxy,postproxy and postauth
2002-08-24 aland Add more NULL's to module data structures, in preparat...
2002-08-24 fcusack add a '.' at end of sentence
2002-08-24 fcusack reformat for 80 cols
2002-08-23 aland In pairmake(), if we're creating an integer type VP...
2002-08-23 aland Fix a weird bug where we were doing 'ip_ntoa' on date...
2002-08-23 3APA3A- Statement that FreeRADIUS can't proxy MS-CHAPv1 removed
2002-08-23 3APA3A! MS-CHAP-MPPE-Keys changed to be encrypted with User...
2002-08-23 3APA3A- removed radpwencode - Attributes will be marked as...
2002-08-23 fcusack update for 0.7/0.8
2002-08-22 aland Make radwho and radzap read 'radiusd.conf', to get...
2002-08-22 aland Minor reformatting, and adding more debugging messages...
2002-08-22 aland Updated, as we hope to be approaching another release...
2002-08-22 aland Make realm comparisons case insensitive
2002-08-22 aland Corrected name, and made VSA a Cisco VSA
2002-08-22 kkalevSmall html fix in password.php3
2002-08-22 aland When doing group checks, call fgetgrnam on the *group...
2002-08-22 kkalevSmall html fix in user_edit.php3
2002-08-21 kkalevPrint a message when ippool_authorize can't find the...
next