freeradius.git
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...
2003-02-14 aland Shorten names to appropriate length
2003-02-14 aland Uopdates and corrections
2003-02-14 pnixonUpdate version number to 0.8.1
2003-02-14 aland Added datadir definition.
2003-02-13 kkalevAdd a per nas finger_type directive
2003-02-13 aland Correct check for rcode from exec program.
2003-02-13 aland Move the 'install' target for raddb from the top-level...
2003-02-13 aland Reverted changes referencing dict_dir and datadir...
2003-02-13 aland Added note about absolute paths...
2003-02-13 aland Reverted last commit, now that we have a bare-bones...
2003-02-13 aland Add a top-level dictionary in /etc/raddb (for backward...
2003-02-13 wichertUse REG_NOSUB where possible
2003-02-13 wichertCheck if a regular expression is correct and abort...
2003-02-12 aland Updated with changes since 0.8
2003-02-12 aland More decoding for lunatic Cisco VSA's.
2003-02-12 aland Now that the dictionaries are no longer in raddb,...
2003-02-12 pnixonSQL configuration file for VoIP accouting.
2003-02-12 pnixonREADME file for VoIP accounting.
next