freeradius.git
2005-03-02 kkalevLog somewhat more verbose error messages when the sql_c...
2005-03-01 pnixonInfo about FreeRADIUS on SUSE
2005-03-01 pnixonYou can integrate NovellĀ® eDirectoryTM 8.7.1 or later...
2005-03-01 pnixonnew PAM config in upcomming SUSE 9.3Pro
2005-03-01 pnixonMajor cleanups to bring in sync with SUSE 9.2 Professio...
2005-03-01 aland More/better error messages.
2005-02-28 aland When $INCLUDE'ing files, cf_item_add may be called...
2005-02-28 aland When reading files in a directory, be a little more...
2005-02-28 aland Moved copy_string && copy_var from exec.c to util...
2005-02-28 aland Use rbtrees for CONF_SECTIONS, with hacks to make...
2005-02-28 aland Minor fix to xlat config
2005-02-28 aland Put CONF_PAIRs into an rbtree. This doesn't make...
2005-02-28 aland Allow %{config: section[name2][item]}
2005-02-28 kkalevAdd the safe-characters directive in mssql.conf also
2005-02-25 kkalevDon't set DEFAULT '0' for the nas table
2005-02-25 nbk Remove the locks on the <detail> file and handle the...
2005-02-22 nbk Execute modules in {Pre,Post}-Proxy-Type stanzas ...
2005-02-22 nbk Prototype change for module_post_proxy()
2005-02-22 nbk Prototype changes for module_{pre,post}_proxy()
2005-02-21 nbk Re-arrange the states in the loop() function to prevent
2005-02-20 nbk Build radsqlrelay, too.
2005-02-19 kkalevIn clear_opensessions depending on sql type use either...
2005-02-19 kkalevChange ConnectInfo_{start,stop} to be varchar(50)....
2005-02-19 kkalevAdd a patch from Thor Spruyt for setting the nas client...
2005-02-19 kkalev* Add more documentation for per user counter limit...
2005-02-19 kkalevUpdate password_check to work with all password attribu...
2005-02-18 aland re-arranged pap_authorize so that it will clean up...
2005-02-18 aland Added auto-header discovery
2005-02-18 aland Re-formatting of code, normalize whitespace around...
2005-02-18 aland Updated docs for new behavior
2005-02-18 aland new pap authorize function, which looks for hashed...
2005-02-18 aland Support base64 encoding, via auto-discovery.
2005-02-18 aland Document SMD5 && SSHA passwords, too
2005-02-18 aland Whoops... delete base64 stuff which was there by accident
2005-02-18 aland These new attributes are of type "octets", not "string"
2005-02-18 aland deleted hex2bin && bin2hex.
2005-02-17 aland unused headers
2005-02-17 aland Add OSFFIA stuff back in. It looks like it's not...
2005-02-17 aland Updated documentation for rlm_unix
2005-02-17 aland Removed all references to caching from the module...
2005-02-17 kkalevCommit a patch from Andrea Gabellini. This should...
2005-02-16 aland reap children in a child thread, not in the main serve...
2005-02-16 aland re-write of handling SIGCHLD.
2005-02-16 aland removed external declaration of rad_savepid. This...
2005-02-16 aland cat request_process.c | tr -d \\r > foo;mv foo request...
2005-02-16 aland Remove serious limits on the length of names in DICT_V...
2005-02-16 aland Removed restrictions on vendor name length. (realistic...
2005-02-15 aland Document new "virtual" modules
2005-02-15 aland Make the "compile module" code actually return, rather...
2005-02-15 aland Less code, less work
2005-02-15 aland Move SIGCHLD handler to threads.c, no one else needs it
2005-02-15 aland Check for maximum argv.
2005-02-15 kkalevChange session_zap to include a session_time argument.
2005-02-15 kkalevAdd Huntgroup support in preacct also
2005-02-15 aland The whole 2-names for sections confuses the %{config...
2005-02-15 aland Prototype for new function
2005-02-15 aland Handle the case where the threads aren't initialized
2005-02-15 aland put argv & response from child into different buffers.
2005-02-15 aland Catch border cases
2005-02-14 aland Use new library functions hex2bin/bin2hex
2005-02-14 aland use new hex2bin function to be more forgiving for...
2005-02-14 aland corrected typo
2005-02-14 aland Moved hex2bin && bin2hex here from multiple locations...
2005-02-14 kkalevAdd documentation patches from Thor Spruyt. This closes...
2005-02-13 phampsonTry building SNMP support with -lkstat for Solaris 9
2005-02-11 aland Don't read sub-directories when $INCLUDEing "dir/"
2005-02-11 aland Don't try to read directories, either
2005-02-11 aland When in authorize/etc in policies, don't allow it...
2005-02-11 aland free policy types call/return/etc
2005-02-11 aland Fixed typo
2005-02-11 aland Allow !=, too
2005-02-10 aland Policy functions can now have return codes. The defau...
2005-02-10 aland Don't read "foo~" files.
2005-02-10 aland Docs for latest updates
2005-02-10 aland Inclusion works:
2005-02-10 aland Don't leave DIR's open on error.
2005-02-09 aland re-arrange code, make the parser a little cleaner
2005-02-09 aland Whoops, use dup(),not dup2()
2005-02-09 aland When log_dest == stdout/stderr, DUP it to another...
2005-02-09 kkalevAdd a patch from Nicolas Baradakis to fix redundant...
2005-02-09 aland Use correct length of string
2005-02-09 kkalevAdd a radiusObjectProfile objectclass to be used for...
2005-02-09 kkalevUpdate example.pl with a patch from Thor Spruyt (bug...
2005-02-09 kkalevAdd an rlm_perl patch from Thor Spruyt (bug #196)
2005-02-09 kkalevUpdate dictionary.garderos with patch from Thor Spruyt...
2005-02-09 aland conf files can now do:
2005-02-09 kkalevReally stupid typo
2005-02-08 aland Don't return binary data
2005-02-08 aland Update documentation for new functionality
2005-02-08 kkalevMake debug messages on password extraction a little...
2005-02-08 aland Now that we have MD5-Password and SHA-Password, along...
2005-02-08 aland Added ability for functions to be in conditions. ...
2005-02-08 kkalevAdd a few more checks for the previous patch
2005-02-08 kkalevAdd another configuration directive, password_radius_at...
2005-02-08 aland Named policies are items just like any other.
2005-02-08 aland When there are errors instantiating a module, don...
2005-02-07 aland Don't set Framed-MTU in default configuration
2005-02-04 aland Added {SHA, SSHA, MD5, SMD5}-Password attributes for...
2005-02-02 kkalevAdd a few header files
2005-01-31 aland Removed C++ comment
next