Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update documentation to reflect the change of the default place to look for ↵ | Linus Nordberg | 2012-04-16 | 1 | -2/+2 | |
| | | | | radsecproxy.conf. | |||||
* | Add a note about the change of default place to look for radsecproxy.conf. | Linus Nordberg | 2012-04-16 | 1 | -1/+6 | |
| | ||||||
* | Correct changelog entry for RADSECPROXY-33. | Linus Nordberg | 2012-04-16 | 1 | -1/+2 | |
| | ||||||
* | 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. | |||||
* | Document the DynamicLookupCommand option.dynconf2 | Linus Nordberg | 2012-04-12 | 1 | -0/+16 | |
| | | | | Closes RADSECPROXY-36. | |||||
* | Merge branch 'master' into dynconf2 | Linus Nordberg | 2012-04-12 | 1 | -16/+0 | |
|\ | ||||||
| * | Revert "Document the DynamicLookupCommand option." | Linus Nordberg | 2012-04-12 | 1 | -16/+0 | |
| | | | | | | | | | | | | This goes in branch dynconf2. This reverts commit dbcc997716f5bec3316c74371eb8077884d6672d. | |||||
* | | Add a blurb on dynamic lookup in ChangeLog. | Linus Nordberg | 2012-04-12 | 1 | -0/+3 | |
| | | ||||||
* | | Add dynamic config updates to ChangeLog. | Linus Nordberg | 2012-04-12 | 1 | -0/+4 | |
| | | ||||||
* | | Assert that the conf has at least one host in addserverextraudp(). | Linus Nordberg | 2012-04-12 | 1 | -0/+2 | |
| | | | | | | | | | | | | Dynamic servers has clearly never been run on UDP servers. We should probably do something less evil than crashing here. Closes RADSECPROXY-26. | |||||
* | | Don't treat exit 10 from dynamic scripts differently from any other non-zero ↵ | Linus Nordberg | 2012-04-12 | 3 | -10/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -8/+36 | |
|/ | | | | | | | | | | 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. | |||||
* | Use /bin/sh rather than /bin/bash in scripts. | Linus Nordberg | 2012-04-12 | 1 | -1/+1 | |
| | | | | Using /bin/bash isn't portable. | |||||
* | Use built-in echo rather than /bin/echo. | Linus Nordberg | 2012-04-12 | 1 | -5/+5 | |
| | | | | `-e' to /bin/echo isn't portable. The BSD's lacks it for instance. | |||||
* | Make dynamic-resolve scripts in tools/ sort numerically. | Linus Nordberg | 2012-04-12 | 4 | -7/+8 | |
| | | | | Spotted by Paul Dekkers. Closes RADSECPROXY-39. | |||||
* | Document the DynamicLookupCommand option. | Linus Nordberg | 2012-04-12 | 1 | -0/+16 | |
| | | | | This closes RADSECPROXY-36. | |||||
* | Add/update copyright years. | Linus Nordberg | 2012-04-12 | 6 | -4/+21 | |
| | ||||||
* | Minor ChangeLog changes. | Linus Nordberg | 2012-04-12 | 1 | -2/+1 | |
| | ||||||
* | Update ChangeLog. | Linus Nordberg | 2012-04-11 | 1 | -2/+8 | |
| | ||||||
* | Update date in radsecproxy.conf.5. | Linus Nordberg | 2012-04-11 | 1 | -1/+1 | |
| | ||||||
* | Add config option PidFile. | Linus Nordberg | 2012-04-11 | 4 | -1/+17 | |
| | | | | | | Note that `-i' on the command line overrides this config option. This closes RADSECPROXY-32. | |||||
* | Honour configure option --sysconfdir. | Linus Nordberg | 2012-04-11 | 2 | -1/+2 | |
| | | | | This closes RADSECPROXY-31. | |||||
* | Update date in ChangeLog. | Linus Nordberg | 2012-04-11 | 1 | -1/+1 | |
| | ||||||
* | Rephrase the FTicksSyslogFacility examples slightly. | Linus Nordberg | 2012-04-11 | 1 | -3/+3 | |
| | | | | Much like what 1c05812c did for radsecproxy.conf-example. | |||||
* | Change default shared secret for TLS and DTLS. | Linus Nordberg | 2012-04-11 | 3 | -2/+8 | |
| | | | | | We change from "mysecret" to "radsec" as per draft-ietf-radext-radsec-12.txt section 2.3 (4). | |||||
* | Add a todo item to the develdoc file. | Linus Nordberg | 2012-04-11 | 1 | -0/+3 | |
| | ||||||
* | 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 | |
| | ||||||
* | OpenSSL uses long long. We use -pedantic. Add -Wno-long-long. | Linus Nordberg | 2012-04-03 | 1 | -1/+1 | |
| | | | | Closes RADSECPROXY-34. | |||||
* | Stop resolver scripts from signalling "not found". | Linus Nordberg | 2012-02-18 | 2 | -2/+2 | |
| | | | | This triggers a bug in radsecproxy. Don't use it for now. | |||||
* | Remove documentation on dynamic lookup since it doesn't work. | Linus Nordberg | 2012-02-18 | 2 | -8/+64 | |
| | | | | Also, add some notes about dynamic lookup esp. wrt. freeing of resources to develdoc.txt. | |||||
* | Make radsecproxy-conf exit with !0 if it finds syntax errors in config file. | Linus Nordberg | 2012-01-23 | 1 | -7/+11 | |
| | | | | | Note that this is a syntax check only. Passing this test doesn't mean that the config file is good for running radsecproxy! | |||||
* | Protect IPv6 addresses in square brackets to avoid misinterpretation. | Linus Nordberg | 2012-01-23 | 1 | -2/+2 | |
| | ||||||
* | Add F-Ticks improvements to ChangeLog. | Linus Nordberg | 2011-12-22 | 1 | -1/+6 | |
| | ||||||
* | Contribute Paweł Gołaszewski. | Linus Nordberg | 2011-12-22 | 1 | -0/+1 | |
| | ||||||
* | Fix indentation from 2c705843. | Linus Nordberg | 2011-12-22 | 1 | -2/+2 | |
| | ||||||
* | Merge remote-tracking branch 'maja/master' | Linus Nordberg | 2011-12-22 | 4 | -4/+16 | |
|\ | ||||||
| * | New option for client block - fticksVISINST | Maja Gorecka-Wolniewicz | 2011-12-21 | 4 | -4/+16 | |
| | | ||||||
* | | Update copyright years. | Linus Nordberg | 2011-12-13 | 2 | -2/+2 | |
|/ | ||||||
* | Merge branch 'fticks_syslog2' | Linus Nordberg | 2011-12-12 | 7 | -25/+107 | |
|\ | ||||||
| * | Fix missing renaming of FTICKS_LOG.fticks_syslog2 | Linus Nordberg | 2011-12-12 | 1 | -1/+1 | |
| | | | | | | | | Found by Maja Wolniewicz. | |||||
| * | Merge branch 'master' into fticks_syslog2 | Linus Nordberg | 2011-12-12 | 6 | -24/+27 | |
| |\ | ||||||
| * | | Rephrase the FTicksSyslogFacility documentation slightly. | Linus Nordberg | 2011-12-12 | 1 | -8/+9 | |
| | | | ||||||
| * | | Reorder fticks command line options. | Linus Nordberg | 2011-12-12 | 1 | -1/+1 | |
| | | | ||||||
| * | | Rename DEBUG_LOG and FTICKS_LOG. | Linus Nordberg | 2011-12-12 | 3 | -9/+10 | |
| | | | ||||||
| * | | Match function prototypes with definitions. | Linus Nordberg | 2011-12-12 | 1 | -1/+1 | |
| | | | ||||||
| * | | Clean up ac5c1024. | Linus Nordberg | 2011-12-12 | 1 | -13/+11 | |
| |\ \ | ||||||
| | * | | formatting and skipping openlog call for FTOCKS_LOG | Maja Gorecka-Wolniewicz | 2011-12-12 | 2 | -14/+15 | |
| | | | | ||||||
| | * | | F-Ticks logging amendments | Maja Gorecka-Wolniewicz | 2011-12-10 | 1 | -14/+13 | |
| | | | |