summaryrefslogtreecommitdiff
path: root/tools/radsec-dynsrv.sh
Commit message (Collapse)AuthorAgeFilesLines
* Use printf(1) instead of 'echo -e' in tools/ scripts.Linus Nordberg2012-04-161-3/+4
| | | | Closes RADSECPROXY-40.
* Don't treat exit 10 from dynamic scripts differently from any other non-zero ↵Linus Nordberg2012-04-121-1/+1
| | | | | | | | | | | 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.
* Use /bin/sh rather than /bin/bash in scripts.Linus Nordberg2012-04-121-1/+1
| | | | Using /bin/bash isn't portable.
* Make dynamic-resolve scripts in tools/ sort numerically.Linus Nordberg2012-04-121-2/+2
| | | | Spotted by Paul Dekkers. Closes RADSECPROXY-39.
* Stop resolver scripts from signalling "not found".Linus Nordberg2012-02-181-1/+1
| | | | This triggers a bug in radsecproxy. Don't use it for now.
* A DynamicLookupCommand exiting with 10 is treated like an empty server stanza.Linus Nordberg2011-10-081-1/+1
| | | | | | | | | 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.
* Create tools/ directory and move shell scripts there.Linus Nordberg2010-05-281-0/+51