summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* A DynamicLookupCommand exiting with 10 is treated like an empty server stanza.Linus Nordberg2011-10-082-2/+2
| | | | | | | | | 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.
* Fix typos, spelling and whitespace in tools/naptr-eduroam.sh.Linus Nordberg2011-07-011-15/+15
| | | | Also, change `test' to '['.
* (tools/naptr-eduroam.sh): Use /bin/sh rather than bash.Linus Nordberg2011-05-311-8/+8
| | | | | | | | | | Not all systems have bash (esp. not in /bin) and some people argue that /bin/sh should be less unsafe due to less code, lower complexity and being around for longer time. Fixes: - /bin/sh builtin echo doesn't have `-e' -- use /bin/echo - /bin/sh builtin test ([) doesn't understand `==' -- use `='
* Reindent tools/naptr-eduroam.sh.Linus Nordberg2011-05-311-33/+34
|
* Create tools/ directory and move shell scripts there.Linus Nordberg2010-05-283-0/+171