freeradius.git
2007-09-17 aland More wordsmithing
2007-09-17 aland We don't need a virtual server for the default config
2007-09-17 aland Relaxed the constraints around a default server block
2007-09-17 aland client->server over-rides listener->server.
2007-09-17 aland Renamed data structures to correspond to their usagewq
2007-09-14 pnixonUse CHAR(2) instead of VARCHAR(2) as it takes up less...
2007-09-12 pnixonAdd Max-All-Session-Time
2007-09-12 pnixonOne of the queries should be enabled by default
2007-09-10 aland Errors are < 0
2007-09-10 aland Unconfigured strings are NULL, not ""
2007-09-10 aland Corrected typo
2007-09-09 aland Corrected typo
2007-09-07 aland Document new client format
2007-09-07 aland Change "prefix" to "netmask"
2007-09-07 aland Removed duplicate section
2007-09-06 aland Re-factor "allocate pool" code, to prepare for cool...
2007-09-06 aland Clearer error message
2007-09-05 aland Added more EAP tests
2007-09-04 aland Allow new syntax:
2007-09-04 aland Don't key off of the values of the IP addresses for...
2007-09-04 aland Print listening socket IP, port, and server name for...
2007-09-04 aland After a "cvs admin -o 1.32" to get it back to a cleane...
2007-09-04 aland Something resembling documentation
2007-09-04 aland Clients are found by:
2007-09-04 aland No idea what the old code did... this is better
2007-09-04 aland As posted to the list, with the exception that Prosoft...
2007-09-04 aland Moved code that turns a conf-reference into a CONF_ITE...
2007-09-03 nbk Depends on dpkg-dev (>= 1.13.19) as the minimum versio...
2007-09-03 aland Deal with overflow in total requests sent
2007-09-03 aland Keep track of total requests sent to a home server.
2007-09-03 aland Check values of hs_type and hs_check before using...
2007-09-03 aland Whoops.. old-style realms tried to create pools sized...
2007-09-01 pnixonSet realm field to NULL instead of '' when no realm...
2007-08-30 aland After ldap_authorize, if there's no "known good" password,
2007-08-30 aland Port fix from 1.1.x.
2007-08-30 aland time_t may be 64 bits, so we can't pass &vp->vp_date...
2007-08-30 aland Replaced calls to exit(1) with better code
2007-08-30 aland Removed one more call to exit()
2007-08-30 aland Moved more code into common section
2007-08-30 aland Moved more paircreate() to radius_paircreate()
2007-08-30 aland Replaced exit(1) with return -1;
2007-08-29 aland Added notes on upgrading release_2_0_0_pre2
2007-08-28 aland Add check for delimitst < 0 back in.
2007-08-28 aland Allow valid UTF-8 characters when printing things.
2007-08-28 aland Updated error message
2007-08-28 aland Removed extraneous "hostname" configuration entry...
2007-08-28 aland Fail the build if there's no krb5.h
2007-08-27 aland Removed "type = radius" from examples. It never did...
2007-08-27 aland Added debug message about duplicate clients
2007-08-25 aland Moved detail file handling to its own source file
2007-08-25 aland Referenced from src/main/vmps.c
2007-08-25 aland Cleaned up socket print routine
2007-08-24 aland Expand regular expressions, too
2007-08-24 aland More notes on 2.0
2007-08-23 aland Note changes
2007-08-23 aland Corrected typo
2007-08-20 nbk Note main changes to the Debian scripts for 2.0.0...
2007-08-20 nbk Rewrite large parts of the Makefile based on the chang...
2007-08-20 nbk New initscript that use the LSB start_daemon, killproc...
2007-08-20 nbk Rename dialup_admin.cron -> freeradius-dialupadmin...
2007-08-20 nbk List the files that debhelper should install as docume...
2007-08-20 nbk List the files that debhelper should install as man...
2007-08-20 nbk List the files that debhelper should install into...
2007-08-20 nbk Update the list of files that debhelper should install...
2007-08-20 nbk Edit files (for Debian policy) with patches instead...
2007-08-20 nbk Fix README location.
2007-08-20 nbk Change the debian binary name from "radiusd" to "freer...
2007-08-20 nbk Update almost everything... Note new dependences not...
2007-08-20 nbk Upgrade debhelper compatibility to version 5. This...
2007-08-19 nbk Debian has changed its position and provide a freeradi...
2007-08-19 nbk Oops, a few files from dialup_admin/bin were missing.
2007-08-19 nbk No longer use realms and naspasswd.
2007-08-19 nbk Document runlevel changes.
2007-08-19 nbk Add the directory for detail files.
2007-08-19 nbk Don't leave behind files owned by a non-existant user.
2007-08-19 nbk Create default certificates to enable the EAP modules...
2007-08-19 nbk Only do user creation, group addition, chmod and chown...
2007-08-19 nbk Add "umask 027" to prevent the certificates from being...
2007-08-18 aland More notes
2007-08-18 aland Updated for new methods of doing stuff
2007-08-18 aland Recommend -X, not -x
2007-08-17 aland Added new attributes from bug #456
2007-08-17 aland Moved conflicting attributes to dictionary.nokia.confl...
2007-08-17 aland Corrected typos. Fixes bug #469
2007-08-17 aland Patch to fix bug #474
2007-08-16 aland More updates
2007-08-16 aland Point to correct places
2007-08-15 aland Reference ltdl include directory
2007-08-15 aland Set stopreq->listener
2007-08-13 aland Allow multiple !* in one entry in the "users" file
2007-08-13 aland Removed old files
2007-08-13 aland Free old %{1} etc only if the current one matched
2007-08-13 aland Pulled fix from branch_1_1
2007-08-13 aland Removed attributes that conflict with well-known ones
2007-08-13 nbk Don't try to copy the 'CVS' directories to /etc/raddb...
2007-08-13 aland On regex comparison, delete ALL previous %{0}.
2007-08-12 nbk Add a Makefile to dialup_admin to make the installatio...
2007-08-12 aland Added targets to verify the certificates
2007-08-09 aland Corrected typo
2007-08-05 aland Add Apple stuff
next