freeradius.git
2003-04-26 kkalevApply patch from Paul Hampson <Paul.Hampson@Pobox.Com...
2003-04-26 kkalevRemove SINGLE-VALUE for ldapGroupName and LdapHuntGroupName
2003-04-25 wichertSet default value for op columns
2003-04-23 wichertPostgres does not have a DATETIME type, use TIMESTAMP...
2003-04-23 aland Defined sysconfdir
2003-04-23 aland Be a little more descriptive in what the error is.
2003-04-22 aland If we're re-processing the request, re-set *all* param...
2003-04-21 aland Allow radclient to send disconnect packets, which...
2003-04-21 aland Minor changes to print out more useful packet type...
2003-04-21 aland Added defines for new packet types and port
2003-04-21 aland Only look for continuations if the line isn't empty.
2003-04-21 aland Corrected typos
2003-04-21 aland Added Wireless ISP Roaming dictionary, from James...
2003-04-19 kkalevCreate an AcctUniqueId before adding a row in radacct...
2003-04-18 aland More text
2003-04-18 aland End the list of configuration parameters.
2003-04-18 fcusackAdd some attributes
2003-04-17 aland Updated instructions on the use of '='
2003-04-16 aland More updates
2003-04-16 aland Apparently magic doesn't work.
2003-04-15 aland When deleting requests from the list/cache, delete...
2003-04-15 aland Updated the thread pool management so that servicing...
2003-04-15 aland Copy over User-Password, too, as sending it has hacked...
2003-04-15 kkalevLimit the split() to 2 elements in lib/defaults.php3
2003-04-14 kkalevAdd support for regexp and like operators in accounting...
2003-04-14 3APA3A+ Added example of rlm_passwd configuration for SAMBA...
2003-04-11 aland Added a pointer to the RADIUS book, and text saying...
2003-04-11 aland More text
2003-04-10 aland Update with new names.
2003-04-10 aland Made names of Auth-Type, etc. more consistent across the
2003-04-10 aland This attempt at static linking appears to work a bit...
2003-04-10 aland Added vendor-specific packet types defined in RFC...
2003-04-10 kkalevAdd a <?php tag instead of a <?. Bug noted by Isam...
2003-04-10 aland More explanations
2003-04-09 aland Patch from Chris Brotsos: If all home servers for...
2003-04-09 aland Added notes on new packet_type for rlm_exec
2003-04-09 aland Added configuration option to allow execution on packe...
2003-04-09 pnixonNew views and stored procedures to facilitate billing
2003-04-08 aland Deleted dead code. No algorithm changes.
2003-04-08 wichertFix return logic in sql_get_socket()
2003-04-08 aland Hmm... this may work better
2003-04-08 aland Additional magic for static linking
2003-04-08 pnixonadd cisconasport to be stripped for quotes. Stupid...
2003-04-08 pnixonMAJOR changes to DB schema and use of postgresql Store...
2003-04-07 aland For unknown attributes, print vendor name, too.
2003-04-07 aland Removed even more code from the SQL module & headers.
2003-04-07 aland Added -lm
2003-04-06 kkalevUpdate the README file with notes about the scripts...
2003-04-06 kkalevFix a problem with user_stats.php3
2003-04-04 aland Be a little more careful when parsing EAP packets.
2003-04-04 aland Do a bit more sanity checking for invalid packets
2003-04-03 aland More documentation on how module configuration works...
2003-04-03 kkalevChange the way we check for ip address matching
2003-04-02 aland Removed extraneous 's'
2003-04-02 pnixonLog null values as 0 in sql
2003-04-02 pnixonChange indexes to speed up imports and queries
2003-04-01 aland Moved from semaphores to pthread mutexes & conditionals.
2003-04-01 aland Clean up the 'try to connect' code.
2003-04-01 aland Allow SQL-User-Name to be used in sql xlats
2003-04-01 aland Do xlat on sql trace file, so that we can create time...
2003-04-01 aland increase logging o that when an error is encountered,
2003-04-01 aland If no log file is set, dump text to stdout.
2003-04-01 kkalevRun in authorize and postauth sections also
2003-04-01 kkalevIf notfound-reject is set to yes only reject the reques...
2003-03-31 aland Always allocate at least one byte of data.
2003-03-31 aland Added note about shared secret being incorrect, if the
2003-03-31 aland Added note about LEAP & MS-CHAP
2003-03-31 aland More comments, made more modules built-in by default
2003-03-28 aland Cosmetic changes
2003-03-28 aland Enforce SMB-Account-Ctrl attribute, too
2003-03-28 aland Added some simple tests, so that we won't forget to...
2003-03-28 aland Don't dereference a NULL ptr
2003-03-28 pnixonNew table 'isdn_error_codes'. Taken from cisco.com...
2003-03-28 kkalevRemove the caching code. The relevant library code...
2003-03-27 aland Corrected typo
2003-03-26 aland smbpass.c is no longer needed by smbencrypt
2003-03-26 aland Removed a fair amount of code dealing with SMB passwor...
2003-03-26 aland Print out attributes BEFORE we encrypt their contents
2003-03-26 aland Only do 'vp->length = strlen(password)' if the attribu...
2003-03-26 aland Quiet compiler warnings
2003-03-26 aland Made it a little more robust...
2003-03-26 aland Allow NT-Password to be used, too
2003-03-26 aland Added dictionary, posted to the list by Arnaud G
2003-03-26 aland Minor cleanups & re-arrangements
2003-03-26 aland If there is no Framed-Netmask in the reply, then add...
2003-03-26 aland www.freeradius.org/rfc/rfc2869.html#EAP-Message
2003-03-26 3APA3A! in default configuration mschap is moved to the end...
2003-03-26 pnixonSpeed increases
2003-03-26 pnixonsome fixes to work with the new DB schema
2003-03-26 pnixonSome schema changes to speed things up.
2003-03-25 kkalevAdd an extra configuration directive for the checkval...
2003-03-24 aland Added note that LEAP now works
2003-03-24 aland Added more entries from iana.org/assignments/radius...
2003-03-24 aland Whoops... Tunnel-Private-Group-Id is of type 'string'
2003-03-24 kkalevIf we don't find the item-name attribute in the request...
2003-03-24 3APA3A+ cleartext password->NL/LM password code added to...
2003-03-21 pnixonOnly connect to db if there is a detail file specified
2003-03-21 aland Add a link to the IANA web page listing RADIUS types
2003-03-21 aland Clean up old thread fork contexts...
2003-03-20 aland Corrected typo.
next