Pull from CVS HEAD:
[freeradius.git] / src /
2005-03-17 phampsonPull from CVS HEAD:
2005-03-08 pnixonSync changes from HEAD
2005-03-08 bjordanovNew hashes added %RAD_REQUEST_PROXY (filled with vps...
2005-03-07 bjordanovWhen defined USE_ITHREADS and called perl_xlat an perl...
2005-03-07 bjordanovFixes problem with SIGHUP, multiple instances,
2005-03-03 aland chown radius.log, if we've written to it as root.root...
2005-03-03 aland close outfd outside of the loop, not while we're tryin...
2005-03-02 aland Re-enable '-i ipaddr' and '-p port'.
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-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 kkalevChange ConnectInfo_{start,stop} to be varchar(50)....
2005-02-19 kkalevAdd a patch from Thor Spruyt for setting the nas client...
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 new pap authorize function, which looks for hashed...
2005-02-18 aland Support base64 encoding, via auto-discovery.
2005-02-18 aland Whoops... delete base64 stuff which was there by accident
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 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 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-13 phampsonRerun autoheader2.13 and autoconf2.13 for 1.0.2 release. release_1_0_2
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 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 aland Pull fix for bug#173 from the head
2005-02-09 kkalevAdd a patch from Nicolas Baradakis to fix redundant...
2005-02-09 aland Pull fixes for bug #195 from the head
2005-02-09 aland Pull fix from the head
2005-02-09 aland Use correct length of string
2005-02-09 kkalevUpdate example.pl with a patch from Thor Spruyt (bug...
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 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 Make "Strip-User-Name = No" work.
2005-02-07 aland Fixes from Novell to get it to work
2005-02-04 aland Added {SHA, SSHA, MD5, SMD5}-Password attributes for...
2005-02-03 aland Added to the branch
2005-02-02 kkalevAdd a few header files
2005-01-31 aland Pull Novell eDir patch from the head
2005-01-31 aland Removed C++ comment
2005-01-28 kkalevAdd second patch from Novell for creating a postauth...
2005-01-26 aland Pull patch from the head
2005-01-26 aland Handle EAP-Success codes a little better
2005-01-19 aland Pull patch from the head
2005-01-19 aland Check for too small lengths, too
2005-01-07 kkalevWhen trying to acquire the detail file lock, sleep...
next