freeradius.git
2002-08-21 kkalevRemove the entry about a multi column index on the...
2002-08-21 kkalevAdd support for the user ldap regular profile attribute
2002-08-20 aland Copied the MIBS over from GNU radius (which originally...
2002-08-20 kkalevAdd support for the max results setting in the user...
2002-08-20 kkalevAdd find pages
2002-08-20 kkalev Add a user find page. User can be searched based on...
2002-08-20 kkalevAdd a help page for the Expiration attribute
2002-08-20 kkalev* Add support for the Expiration attribute. Add it...
2002-08-20 kkalevFix a few typos
2002-08-20 kkalevUpdate the FAQ about missing attributes from the user...
2002-08-19 aland If the received data is larger than the packet length...
2002-08-16 aland Patch to simplify looking for snmp, and to make it...
2002-08-16 aland Make 'radiusd' depend on the module libs, so that...
2002-08-16 kkalevUpdate Changelog
2002-08-16 kkalevAdd attributes for the sql group tables in admin.conf...
2002-08-16 kkalevAdd an sql_groupcmp and a corresponding attribute Sql...
2002-08-16 kkalevComment out Reply-Message in conf/user_edit.attrs since...
2002-08-15 aland Added "Ascend-Max-Shared-Users", which goes along...
2002-08-15 aland Added spaces to make it easier to read.
2002-08-15 aland File from Calum <calum.aug02@umtstrial.co.uk>
2002-08-15 kkalevAdd two entries in the counter database:
2002-08-15 aland OK, make it work with test packet:
2002-08-15 fcusack Test for authenticate_query having a value, rather...
2002-08-14 aland If we do not find the named xlat, or the attribute...
2002-08-14 aland Added new function: 'pairxlatmove', which works like...
2002-08-14 kkalevAdd a new configuration directive, new_attribute. If...
2002-08-14 aland Re-set the 'octets' length to 0, only if we actually...
2002-08-14 kkalevAdd support for the Rewrite-Rule attribute in rlm_attr_...
2002-08-14 kkalevWhen updating ldap user information don't do an update...
2002-08-14 kkalevCall sql_finish_select_query and sql_release_socket...
2002-08-14 kkalevAdd a few more things about the xlat function.
2002-08-13 kkalevAlso use da_sql_error when reporting errors
2002-08-13 kkalevCall da_sql_error with correct arguments
2002-08-13 kkalevComment out the Reply-Message entry in user_edit.attrs.
2002-08-13 aland More documentation.
2002-08-13 kkalevWhen reporting sql errors also print the output of...
2002-08-13 kkalevhtml fixes in show_groups.php3
2002-08-13 kkalevAdd a show_groups.php3 to show all active user groups
2002-08-13 kkalev* Allow the administrator to specify a group in the...
2002-08-13 kkalevAdd Reply-Message in conf/user_edit.attrs so that it...
2002-08-13 kkalev* Only call user_info.php3 in user_new.php3 when we...
2002-08-13 kkalev* Have adddress and home address in user personal info
2002-08-13 kkalevSet personal information attributes to defaults in...
2002-08-13 kkalevFix a typo for department
2002-08-12 kkalevSet a few more personal information attributes to defau...
2002-08-12 kkalev* Now that ldap_groupcmp is complete we really don...
2002-08-12 aland Added better filter for LDAP uid, as posted to the...
2002-08-12 kkalevUse a textarea for new members in group_admin.php3...
2002-08-12 kkalev* Fix a small bug in lib/sql/create_user.php3 where...
2002-08-11 kkalevMove sql_get_socket deeper inside rlm_sql_checksimul
2002-08-11 kkalevAdd a few missing sql_release_socket. Patch from Kevin...
2002-08-11 kkalev* Add support for group membership attribute inside...
2002-08-11 kkalevDo an xlat on the search and replace strings
2002-08-10 kkalevUpdate Changelog
2002-08-10 kkalevThe new group page should only be available if the...
2002-08-10 kkalev* Add support for groups in SQL. Added several new...
2002-08-09 fcusack XSUB.h
2002-08-08 aland Don't do "ptr++" when skipping over a tag for string...
2002-08-06 aland Change '!=' to '==', so Cisco garbage like:
2002-08-06 aland A big sweep of changes to use 'configure' to discover...
2002-08-06 aland Run autoheader, too, when re-building module configure...
2002-08-06 aland Added note about Exec-Program, with samples.
2002-08-06 aland Added note about 'printenv'
2002-08-06 aland Updated so gdbm-ndbm.h isn't found to be the same...
2002-08-06 aland Updated quoting so foo-bar.h isn't found to be the...
2002-08-06 aland Added a debugging message about unknown variables...
2002-08-02 aland Don't over-write request->reply->vps, add the reply...
2002-08-02 fcusack Don't call mysql_error() if we don't have a connection.
2002-08-01 aland Added docs for =* and !*
2002-08-01 aland Even more excruciatingly descriptive debugging messages.
2002-07-31 aland Unless otherwise specified, home servers get 1812...
2002-07-31 aland Added protoypes for pre-proxy, post-proxy, and post...
2002-07-31 aland Include code erroneously deleted
2002-07-31 aland Forcibly zero-out data structures after allocting...
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
next