freeradius.git
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.
2003-03-20 aland Change Auth-Type := System to Auth-Type = System
2003-03-20 aland Removed duplicate definitions of attributes
2003-03-19 pnixonRemove a duplicate example VIEW
2003-03-18 aland Handle Access-Challenges better
2003-03-18 aland*** empty log message ***
2003-03-18 aland Don't fall through from default to reject
2003-03-18 aland More docs
2003-03-18 aland More debug messages, more NAS_PORT_ID cleanups
2003-03-18 aland More NAS_PORT_ID cleanups
2003-03-18 aland Change use of NAS_PORT_ID for integer attribute to...
2003-03-18 aland Define NAS_PORT, now that we have NAS_PORT_ID_STRING
2003-03-18 aland More debugging messages when calling checkrad, so...
2003-03-17 aland Added more packet codes from RFC 2882
2003-03-17 aland Deleted dead patch
2003-03-17 aland Added more entries to the module data structure
2003-03-17 aland Patch for Heimdall, from Kevin C Miller
2003-03-17 aland Patch for Heimdall from Kevin C Miller
2003-03-17 aland Chop packets on 253 data octets, not 252.
2003-03-17 aland More docs & updates
2003-03-17 aland Added notes about what modules are NOT supposed to do.
2003-03-16 aland Removed duplication
2003-03-15 aland Patch from Simon
2003-03-15 aland Don't do strlen() on passwords. The caller gives...
2003-03-15 aland 'switch' is better than whacks of 'if's.
2003-03-12 kkalevAlso add support for @ in usernames in log_badlogins
2003-03-12 kkalevCall gethostbyaddr with an @ in front to suppress error...
2003-03-12 kkalevAdd support for ! in usernames in log_badlogins
2003-03-11 cparkerFix bug that prevented fastusers from falling-through...
2003-03-11 cparkerCorrected typo in previous commit to fix SIGHUP handling.
2003-03-10 kkalevAdd an ldap_escape_func. Escape the * character from...
2003-03-10 cparkerPatch to fix potential core-dump on race condition...
2003-03-10 kkalevAdd a few installation notes
2003-03-07 aland Added note about weirdness when proxying EAP
2003-03-07 aland Need this entry in the data structure...
2003-03-07 aland Last bit of changes to allow LEAP to work.
2003-03-07 aland Pass a data structure to eap_compose() which includes the
2003-03-07 aland Moved function & made it 'static' to avoid polluting...
2003-03-06 aland Updated with latest magic:
2003-03-06 aland sizeof() on a pointer is NOT the length of the string...
2003-03-05 aland Removed unused variable
2003-03-05 aland Copy State attribute from incoming request to reply...
2003-03-05 aland Updated debug messages
2003-03-05 aland Added pre-proxy and post-proxy examples.
2003-03-05 aland Added a 'post-proxy' section, to re-write LEAP weirdness.
2003-03-05 aland Minor change to allow more debug messages
2003-03-04 aland Use real variables, instead of non-existent ones
2003-03-04 aland Add docs on how LEAP works.
2003-03-04 aland Added LEAP sub-module, which works in simple tests...
2003-03-04 aland Removed last traces of DES requirements from the module.
2003-03-03 aland Added comparators for Packet-Type and Response-Packet...
2003-03-03 aland Defined Response-Packet-Type, so the post_auth section can
2003-03-03 aland Ignore lines which start with comments. This should...
2003-03-03 aland A slightly better way of getting a salt in tunnel_pwencode
2003-03-03 aland Now that the library has CSPRNG, use that for random...
2003-03-03 aland Removed DES from the MSCHAP module, and placed common...
2003-03-03 aland Use DEBUG2 for messages instead of L_INFO, so that...
2003-03-03 aland Arg... corrected typos in last commit.
2003-03-03 aland Use DEBUG2 for messages instead of L_INFO, so that...
2003-03-03 aland EAP-Message should be of type 'octets' instead of...
2003-03-01 kkalevAdd an entry in the FAQ about adding .php3 handling
2003-02-25 aland Made it more configurable.
2003-02-25 aland Don't point to a README which doesn't exist
2003-02-24 aland Allow back-slashes to 'continue' lines in the configur...
2003-02-24 aland Added dictionary for Extreme Networks.
2003-02-22 kkalevAlso work in the accounting section
2003-02-22 kkalev Add support for ldap_initialize. That way we can speci...
2003-02-21 aland Lower the timeouts.
2003-02-21 aland No one has touch this file in over 3 years (other...
2003-02-21 aland Removed the code which created 'Auth-Type := Local...
2003-02-21 cparker Updated to add new attributes used by Redback. Added...
2003-02-20 pnixonAdded support for bzip2 files and simplified the if...
2003-02-19 aland Don't call client_name() on proxy packets. Instead...
2003-02-19 aland This module confuses too many people. It's gone.
2003-02-19 cmillerMore mask code. Identical, in fact.
2003-02-19 cmillerClinet address masks may certainly be 0 bits long.
2003-02-19 cmillerdictionary parsing failed miserably without "continue"s.
2003-02-19 pnixonRemove Postgresql from TODO
2003-02-18 aland List the 'stable' files, and build only those.
2003-02-17 kkalevUpdate the TODO file
2003-02-17 aland If runnin in non-threaded, single-server mode, do...
2003-02-17 aland Look up the secret for the specified server, NOT for...
2003-02-17 wichertCleanup handling of directories and install dictionarie...
2003-02-17 wichertMove lots of code outside my_dict_init into seperate...
2003-02-17 wichertSimply logic a (small) bit
2003-02-17 wichertRemove support for ATTRIB_NMC and use ATTRIBUTE in...
2003-02-14 aland removed more garbage functions
2003-02-14 aland If the 'authorize' section has decided to reject the...
2003-02-14 aland Remove crap function from server core, and put it...
2003-02-14 wichertFix very confusing comment
2003-02-14 aland First step at getting rid of semaphores (nice...
next