freeradius.git
2004-08-09 kkalevMove the Login-Time,Current-Time,Expiration attribute...
2004-08-09 aland Updated debug message, in the hope that a little more...
2004-08-08 aland Deleted authenticate_query
2004-07-31 kkalevFix operator escaping in lib/sql/change_attrs.php3
2004-07-31 kkalevWrong foreach in show_groups and group_new.
2004-07-30 kkalevAdd a help screen. The administrator can now also reset...
2004-07-29 pnixonSome stupid NASes (Cisco CSPS and Ericsson GGSN to...
2004-07-27 aland So says the contact at trapeze
2004-07-27 kkalevUpdate the Authors file
2004-07-27 kkalevUse lower cased row names in badusers page
2004-07-27 kkalev* Add the style sheet in the content.html
2004-07-27 kkalevSmall fix to show_groups.php3
2004-07-26 kkalev* Add a drop down menu with existing groups in group_ne...
2004-07-26 kkalev* A LOT of security related fixes. Now dialupadmin...
2004-07-23 kkalevAdd nas_table definition. Add readclients directive...
2004-07-15 aland We now have a man page
2004-07-14 mgriegoFixed incorrect offset calculations when creating the...
2004-07-13 aland Catch bad modules, which pass NULL's to xlat
2004-07-13 aland Added support for %{Attribute-Name[*]}
2004-07-12 aland Added support for %{Attribute-Name[#]}, which isn...
2004-07-12 kkalevFix a small error in lib/sql/find.php3. This closes...
2004-07-09 kkalevSet the general_username_mappings_file variable
2004-07-09 kkalevSet general_restrict_nasadmin_access to no by default...
2004-07-09 kkalevAdd a missing.php3 file with functions that may be...
2004-07-08 kkalev* Use require_once instead of require when including...
2004-07-06 phampsonUpdate for Debian Policy 3.6.1.1.
2004-07-06 phampsonUpdate the _comment_ regarding autotools-dev support.
2004-07-06 phampsonUpdate Debian build scripts and changelog with net...
2004-07-06 phampsonRerun autoconf after acinlude.m4 1.27 "use ucd-snmp...
2004-07-06 phampsonRegenerate using aclocal 1.4-p6 after acinclude.m4 1.2
2004-07-06 phampsonInclude ucd-snmp/ucd-snmp-config.h when using ucd-snmp...
2004-07-06 phampsonAlso delete .lo files on clean
2004-07-06 phampsonRemove other stuff that ends up in src/modules/lib...
2004-07-06 phampsonClean up after ourselves by removing src/modules/rlm_sq...
2004-07-06 kkalevDon't core dump when ldap.attrmap contains only one...
2004-07-05 aland Removed dup
2004-07-05 aland As posted to the list
2004-07-05 aland Move "missing", so we don't have bogus complaints
2004-07-05 aland If we don't have pthreads, don't call thread pool...
2004-07-02 aland Updates
2004-07-02 kkalevMake previous change work
2004-07-01 kkalevUpdate documentation for ippool
2004-07-01 kkalevIf Pool-Name is set to DEFAULT we always run
2004-06-30 kkalevAlways use sql_escape_func when calling radius_xlat
2004-06-29 kkalev* Escape special characters in the sql password. This...
2004-06-29 kkalevChange is_int to is_numeric. This closes Bug #90
2004-06-24 aland Cleanups for presufcmp(), to make it make more sense...
2004-06-24 aland Don't use AC_OUTPUT_COMMANDS, as it has been deprecate...
2004-06-24 aland Minor change to allow the server to run from local...
2004-06-23 kkalevAlso pass $(LIBS) when compiling smbencrypt
2004-06-23 aland Updated with instructions on what to do, and what...
2004-06-23 aland Use new way of grabbing OpenSSL
2004-06-22 aland --with-openssl-foo sets OPENSSL_FOO_DIR.
2004-06-22 aland New way of looking for OpenSSL libraries and includes...
2004-06-22 aland Don't pollute LIBS when looking for -lssl && -lcrypto
2004-06-22 aland Re-gen from configure.in, now that those rules have...
2004-06-22 aland libltdl is just a directory name, and doesn't need...
2004-06-22 aland A little clearer explanation
2004-06-22 aland Updated with latest changes
2004-06-22 aland Re-arranged the order of options in the code && usage.
2004-06-22 aland Add '-p', based on a patch from Nicolas Baradakis.
2004-06-22 aland These are no longer necessary
2004-06-22 aland Don't do our own checks for -lcrypto
2004-06-22 aland No longer needed
2004-06-22 aland Use the timestamp from the request
2004-06-22 kkalevAdd postgresql specific sql schema by apellido jr....
2004-06-18 kkalevFix a few bugs
2004-06-18 aland Fail if lber.h or ldap.h don't exist
2004-06-18 kkalev* Move the xlat function to a separate file in lib...
2004-06-17 aland Corrected version from Kenneth Grady
2004-06-17 aland Stop xlat of Reply-Message, as it's done automatically...
2004-06-17 aland Cleaned up ATTR_FLAGS
2004-06-16 aland Updated comments
2004-06-15 vorlonget the module ordering right, so rlm_eap_tls is built...
2004-06-15 aland Don't be smart. Don't use BYTE_ORDER
2004-06-15 aland Use memcpy, not bcopy
2004-06-15 aland Don't call pairdelete() from pairmove() on :=.
2004-06-15 vorlonautotools revamp:
2004-06-15 vorlondon't depend on a .a target when .la will do
2004-06-15 vorloncommit non-ancient config.*
2004-06-15 vorlonnew files used for reworking autotools support
2004-06-14 aland syslog_facility is in a new place
2004-06-14 pnixonIncrease CallID field length to support the insanely...
2004-06-14 aland Corrected typo, for inet_ntop
2004-06-14 aland Check to inet_ntop, too
2004-06-14 aland Check for inet_pton, too
2004-06-14 aland Message is informational, not a real error
2004-06-14 pnixonComment updates and automatic creation of plpgsql langu...
2004-06-14 pnixonDocumentation update/cleanup
2004-06-13 aland As found on the net, with edits
2004-06-11 aland Add support for ${Attribute-Name[2]}, which grabs...
2004-06-11 aland Make it build. Forgot to commit thgis yesterday
2004-06-11 aland Add $#{string}, which prints the number of characters...
2004-06-11 aland Added rlm_copy_packet, which is a trivial ~10-line...
2004-06-11 aland Added a trivial module to copy the request to the...
2004-06-10 aland Add two new fields to the REQUEST: module & component.
2004-06-10 aland Document new configuration items which allow logging...
2004-06-10 aland These don't need radlog_dest any more
2004-06-10 aland Permit logging to syslog, after:
2004-06-10 phampsonWe're really 1.1.0 now
next