Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright and licensing information. | Linus Nordberg | 2012-09-14 | 1 | -8/+4 |
| | | | | | | Note that this change makes all files carry the same copyright info, regardless of when they've been touched. People interested in more detail will have to consult the commit history. | ||||
* | Release a lock. | Linus Nordberg | 2012-04-27 | 1 | -0/+1 |
| | | | | Patch from Ralf Paffrath <paffrath@dfn.de>. | ||||
* | Add experimental code for dynamic discovery (only if ↵ | Linus Nordberg | 2012-04-26 | 1 | -4/+41 |
| | | | | | | ENABLE_EXPERIMENTAL_DYNDISC). Patch from Ralf Paffrath <paffrath@dfn.de>. | ||||
* | Initialize ipv4only and ipv6only.selectfamily | Linus Nordberg | 2012-04-17 | 1 | -2/+2 |
| | |||||
* | Add top-level config options IPv4Only and IPv6Only. | Linus Nordberg | 2012-04-17 | 1 | -3/+17 |
| | | | | | | Related to RADSECPROXY-37. TODO: Add documentation. | ||||
* | Add client and server config options IPv4Only and IPv6Only. | Linus Nordberg | 2012-04-17 | 1 | -4/+32 |
| | | | | | | Related to RADSECPROXY-37. TODO: Add documentation. | ||||
* | Block a dynamic server for 15 minutes if it's not working. | Linus Nordberg | 2012-04-16 | 1 | -1/+1 |
| | | | | This is the old number. We used 1 minute during testing. | ||||
* | Don't treat exit 10 from dynamic scripts differently from any other non-zero ↵ | Linus Nordberg | 2012-04-12 | 1 | -8/+3 |
| | | | | | | | | | | | code. clientwr() should treat the dynamic lookup as a failure and will not be any happier to know that the exact error was that it didn't resolv. The script can do whatever logging is wanted. That said, this commit also makes the scripts exit with 10 in order to signal failure. | ||||
* | Keep track of a failing dynamic server and don't use it while failing. | Linus Nordberg | 2012-04-12 | 1 | -8/+35 |
| | | | | | | | | | | Also, sleep less than 15 minutes (900s), mainly for testing. This number will change. Also, die hard and explicitly if freeing an already freed config in freeclsrvconf(). This is part of fixing RADSECPROXY-33. | ||||
* | Add/update copyright years. | Linus Nordberg | 2012-04-12 | 1 | -1/+1 |
| | |||||
* | Add config option PidFile. | Linus Nordberg | 2012-04-11 | 1 | -0/+3 |
| | | | | | | Note that `-i' on the command line overrides this config option. This closes RADSECPROXY-32. | ||||
* | Copy three missing clsrvconf members when "merging configurations". | Linus Nordberg | 2012-04-10 | 1 | -1/+4 |
| | |||||
* | Don't free memory which others are still using. | Linus Nordberg | 2012-04-09 | 1 | -1/+2 |
| | | | | | | In the error case in confserver_cb() where compileserverconfig() we used to go to errexit and have resonf, passed as an argument through ARG, freed. Other parts are still using that conf. | ||||
* | Fix two error printouts. | Linus Nordberg | 2012-04-08 | 1 | -2/+2 |
| | |||||
* | New option for client block - fticksVISINST | Maja Gorecka-Wolniewicz | 2011-12-21 | 1 | -0/+1 |
| | |||||
* | Merge branch 'fticks_syslog2' | Linus Nordberg | 2011-12-12 | 1 | -2/+13 |
|\ | |||||
| * | Reorder fticks command line options. | Linus Nordberg | 2011-12-12 | 1 | -1/+1 |
| | | |||||
| * | Rename DEBUG_LOG and FTICKS_LOG. | Linus Nordberg | 2011-12-12 | 1 | -2/+3 |
| | | |||||
| * | cosmetics | Linus Nordberg | 2011-12-12 | 1 | -6/+8 |
| | | |||||
| * | F-Ticks logging changes | Maja Gorecka-Wolniewicz | 2011-12-12 | 1 | -3/+11 |
| | | |||||
* | | Use correct capitalisation for defaultClient and defaultServer. | Linus Nordberg | 2011-12-12 | 1 | -4/+12 |
|/ | | | | | | Used in 'tls defaultClient' and 'tls defaultServer' configuration blocks. Reported by Maja Gorecka-Wolniewicz. | ||||
* | A DynamicLookupCommand exiting with 10 is treated like an empty server stanza. | Linus Nordberg | 2011-10-08 | 1 | -2/+8 |
| | | | | | | | | | This way a script can signal "not found". The naptr-eduroam.sh and radsec-dynsrv.sh scripts are changed to behave like this. Closes RADSECPROXY-22. | ||||
* | Add --enable-fticks to configure. | Linus Nordberg | 2011-09-27 | 1 | -0/+12 |
| | |||||
* | Prepare for building tests. | Linus Nordberg | 2011-09-27 | 1 | -1/+1 |
| | | | | | Move main() out of radsecproxy.c. Build a static library and link a main.c with it. | ||||
* | Make radsecproxy.h self-sustaining. | Linus Nordberg | 2011-09-26 | 1 | -1/+0 |
| | |||||
* | Formatting changes. | Linus Nordberg | 2011-07-03 | 1 | -4/+2 |
| | |||||
* | Don't print a pointer when trying to print a string. | Linus Nordberg | 2011-07-03 | 1 | -1/+1 |
| | |||||
* | Add test lost in 480942e6 back. | Linus Nordberg | 2011-04-05 | 1 | -1/+2 |
| | |||||
* | Do F-Ticks reporting only for Access-Accept and Access-Reject. | Linus Nordberg | 2011-04-05 | 1 | -3/+3 |
| | |||||
* | Move configure_fticks to fticks.c. | Linus Nordberg | 2011-04-04 | 1 | -66/+2 |
| | |||||
* | Move F-Ticks logging to fticks.c. | Linus Nordberg | 2011-04-04 | 1 | -73/+2 |
| | |||||
* | Add F-Ticks logging support. | Linus Nordberg | 2011-04-04 | 1 | -26/+104 |
| | |||||
* | Remove dashes from all options F-Ticks.* for consistency. | Linus Nordberg | 2011-04-04 | 1 | -6/+6 |
| | |||||
* | Add configuration of client fticksVISINST. | Linus Nordberg | 2011-04-04 | 1 | -0/+1 |
| | |||||
* | Formatting changes. | Linus Nordberg | 2011-04-04 | 1 | -14/+15 |
| | |||||
* | Add configuration options for F-Ticks logging. | Linus Nordberg | 2011-04-01 | 1 | -0/+70 |
| | |||||
* | Formatting changes. | Linus Nordberg | 2011-04-01 | 1 | -20/+21 |
| | |||||
* | Update copyright notices. | Linus Nordberg | 2011-03-31 | 1 | -0/+1 |
| | |||||
* | "Thou shalt not follow the NULL pointer, for chaos and madness await | Linus Nordberg | 2010-11-15 | 1 | -4/+6 |
| | | | | thee at its end." | ||||
* | * README: Correct number of debug levels. | Linus Nordberg | 2010-06-02 | 1 | -2/+2 |
| | | | | | | * radsecproxy.c (getmainconfig): Take new log level into account. (getargs): Ditto. Patch by Kolbjørn Barmen. | ||||
* | Reflect new debug level in man pages and comments in source. | Linus Nordberg | 2010-06-01 | 1 | -2/+2 |
| | | | | | Author: Kolbjørn Barmen <kolbjorn.barmen@uninett.no> Date: Tue Jun 1 09:52:17 2010 +0300 | ||||
* | Added DBG_NOTICE to the access accept/reject and accounting, | Linus Nordberg | 2010-06-01 | 1 | -8/+18 |
| | | | | | | | statisticly interesting information. Author: Kolbjørn Barmen <kolbjorn.barmen@uninett.no> Date: Tue Jun 1 09:41:02 2010 +0300 | ||||
* | * radsecproxy.c (createpidfile): Don't use r uninitialized.radsecproxy-1.4-beta1 | Linus Nordberg | 2010-05-28 | 1 | -1/+1 |
| | |||||
* | * radsecproxy.c (createpidfile): Treat pid_t as long, avoiding compiler ↵ | Linus Nordberg | 2010-05-28 | 1 | -1/+1 |
| | | | | warnings on Solaris. | ||||
* | Print a better version string than "$Rev$". | Linus Nordberg | 2010-05-28 | 1 | -2/+2 |
| | |||||
* | * debug.c (debugerrno): New function. | Linus Nordberg | 2010-05-28 | 1 | -13/+14 |
| | | | | | (debugerrnox): New function. * radsecproxy.c: Use debugerrno() and debugerrnox() when appropriate. | ||||
* | * radsecproxy.c (extractattr): Add vendor_flag argument and enforce | Linus Nordberg | 2010-05-27 | 1 | -8/+15 |
| | | | | three fields (vendor, name, value) when set. | ||||
* | * radsecproxy.c (pwdencrypt): Fix bug with User-Password's of a length | Linus Nordberg | 2010-05-26 | 1 | -40/+7 |
| | | | | | | | greater than 16 octets. Spotted by Timothy, hunted down by Ralf Paffrath and verified by Stig Venaas. (pwdencrypt, pwddecrypt): Collapse into one new function -- pwdcrypt(). (pwdrecrypt): Use new pwdcrypt(). | ||||
* | * radsecproxy.c (extractattr): Bug! When s is changed, update len. This ↵ | Linus Nordberg | 2010-05-25 | 1 | -5/+6 |
| | | | | might actually work now! | ||||
* | * radsecproxy.c (extractattr): Fix bug where 'name' part was lost (in | Linus Nordberg | 2010-05-25 | 1 | -1/+1 |
| | | | | fact, 'val' was used for name). |