freeradius.git
2005-03-15 pnixonA first stab at using DBX for database abstraction...
2005-03-15 pnixonFirst cut at making a working DBX driver.
2005-03-15 kkalevRemove snmp_clearsession. It is replaced by clearsessio...
2005-03-14 aland Make the header for the detail file configurable.
2005-03-14 aland ctime puts a \n in the string, which we don't want
2005-03-14 kkalevCorrectly check nas validity in nas_admin.php3. Bug...
2005-03-14 kkalev* Show the correct nas type in nas_admin. Bug noted...
2005-03-14 nbkPulled from Debian bug #292170:
2005-03-13 kkalevurlencode() all occurrences of the $login variable...
2005-03-12 bjordanovAdds a check if first call to strtok returns NULL in...
2005-03-10 aland Separate attribute/module name parsing from module...
2005-03-10 aland Moved inclusion of SNMP header files from global inclu...
2005-03-10 kkalevAdd support for usrhiper in snmpfinger. Patch from...
2005-03-10 aland one-line #define to not use pthread functions when...
2005-03-09 kkalev* Make nasXX_finger_type actually work since the place...
2005-03-09 kkalevAdd a dictionary from NTUA (National Technical Universi...
2005-03-08 pnixonActually include the dictionary.. Idiot..
2005-03-08 pnixonfix syntax error
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-05 phampson"Usable", not "useable"
2005-03-04 pnixonNew dictionay thanks to Zydrunas Sablinskas
2005-03-04 kkalevAdd a dictionary from Epygi (epygi.com) hardware
2005-03-03 aland chown radius.log, if we've written to it as root.root...
2005-03-03 aland Remember CPPFLAGS, too.
2005-03-03 aland close outfd outside of the loop, not while we're tryin...
2005-03-03 aland Updated for changes
2005-03-02 aland Re-enable '-i ipaddr' and '-p port'.
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
next