summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update date in ChangeLog.Linus Nordberg2012-04-111-1/+1
|
* Rephrase the FTicksSyslogFacility examples slightly.Linus Nordberg2012-04-111-3/+3
| | | | Much like what 1c05812c did for radsecproxy.conf-example.
* Change default shared secret for TLS and DTLS.Linus Nordberg2012-04-113-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 Nordberg2012-04-111-0/+3
|
* Copy three missing clsrvconf members when "merging configurations".Linus Nordberg2012-04-101-1/+4
|
* Don't free memory which others are still using.Linus Nordberg2012-04-091-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 Nordberg2012-04-081-2/+2
|
* OpenSSL uses long long. We use -pedantic. Add -Wno-long-long.Linus Nordberg2012-04-031-1/+1
| | | | Closes RADSECPROXY-34.
* Stop resolver scripts from signalling "not found".Linus Nordberg2012-02-182-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 Nordberg2012-02-182-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 Nordberg2012-01-231-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 Nordberg2012-01-231-2/+2
|
* Add F-Ticks improvements to ChangeLog.Linus Nordberg2011-12-221-1/+6
|
* Contribute Paweł Gołaszewski.Linus Nordberg2011-12-221-0/+1
|
* Fix indentation from 2c705843.Linus Nordberg2011-12-221-2/+2
|
* Merge remote-tracking branch 'maja/master'Linus Nordberg2011-12-224-4/+16
|\
| * New option for client block - fticksVISINSTMaja Gorecka-Wolniewicz2011-12-214-4/+16
| |
* | Update copyright years.Linus Nordberg2011-12-132-2/+2
|/
* Merge branch 'fticks_syslog2'Linus Nordberg2011-12-127-25/+107
|\
| * Fix missing renaming of FTICKS_LOG.fticks_syslog2Linus Nordberg2011-12-121-1/+1
| | | | | | | | Found by Maja Wolniewicz.
| * Merge branch 'master' into fticks_syslog2Linus Nordberg2011-12-126-24/+27
| |\
| * | Rephrase the FTicksSyslogFacility documentation slightly.Linus Nordberg2011-12-121-8/+9
| | |
| * | Reorder fticks command line options.Linus Nordberg2011-12-121-1/+1
| | |
| * | Rename DEBUG_LOG and FTICKS_LOG.Linus Nordberg2011-12-123-9/+10
| | |
| * | Match function prototypes with definitions.Linus Nordberg2011-12-121-1/+1
| | |
| * | Clean up ac5c1024.Linus Nordberg2011-12-121-13/+11
| |\ \
| | * | formatting and skipping openlog call for FTOCKS_LOGMaja Gorecka-Wolniewicz2011-12-122-14/+15
| | | |
| | * | F-Ticks logging amendmentsMaja Gorecka-Wolniewicz2011-12-101-14/+13
| | | |
| | * | debug.cMaja Gorecka-Wolniewicz2011-11-301-1/+1
| | | |
| | * | FTicks docs changesMaja Gorecka-Wolniewicz2011-11-242-0/+2
| | | |
| | * | FTicks loging changesMaja Gorecka-Wolniewicz2011-11-234-57/+61
| | | |
| | * | F-Ticks logging changesMaja Gorecka-Wolniewicz2011-11-226-9/+80
| | | |
| * | | cosmeticsLinus Nordberg2011-12-122-27/+33
| | | |
| * | | F-Ticks logging changesMaja Gorecka-Wolniewicz2011-12-127-25/+101
| |/ /
* | | Use correct capitalisation for defaultClient and defaultServer.Linus Nordberg2011-12-121-4/+12
| |/ |/| | | | | | | | | Used in 'tls defaultClient' and 'tls defaultServer' configuration blocks. Reported by Maja Gorecka-Wolniewicz.
* | Remove offending (and seemingly unused) AM_LDFLAGS from Makefile.am.Linus Nordberg2011-12-121-1/+0
| |
* | Autoconf: Don't use deprecated AM_PROG_CC_C_O.Linus Nordberg2011-12-121-1/+0
| |
* | Make the autoconfery slightly less miserable. Also, bump version.Linus Nordberg2011-12-126-22/+27
|/ | | | | Get rid of warnings about defining variables conditionally and unconditionally. Don't redefine EXTRA_DIST with a spurious space in it.
* Add .gitignore.radsecproxy-1.5Linus Nordberg2011-10-081-0/+16
|
* Ready for radsecproxy-1.5, this time configure.ac is ready too.Linus Nordberg2011-10-081-1/+1
|
* Ready for radsecproxy-1.5.Linus Nordberg2011-10-083-3/+3
|
* Update ChangeLog.Linus Nordberg2011-10-081-0/+3
|
* A DynamicLookupCommand exiting with 10 is treated like an empty server stanza.Linus Nordberg2011-10-083-4/+10
| | | | | | | | | 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.
* Update date.Linus Nordberg2011-10-081-1/+1
|
* Modify ChangeLog.Linus Nordberg2011-10-081-1/+1
|
* Change the default value for config option FTicksMac.Linus Nordberg2011-10-084-58/+77
|
* Mention default 'secret' value in radsecproxy.conf.5.Linus Nordberg2011-10-011-1/+3
|
* Add almost-static Auto* files back.Linus Nordberg2011-10-016-0/+4885
|
* radsecproxy.conf.5 formatting.Linus Nordberg2011-10-011-6/+12
|
* Update date in radsecproxy.conf.5.Linus Nordberg2011-09-301-1/+1
|