Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -6/+6 |
| | | | | Spotted by Paul Dekkers. Closes RADSECPROXY-39. | ||||
* | 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. | ||||
* | A DynamicLookupCommand exiting with 10 is treated like an empty server stanza. | Linus Nordberg | 2011-10-08 | 2 | -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 Nordberg | 2011-07-01 | 1 | -15/+15 |
| | | | | Also, change `test' to '['. | ||||
* | (tools/naptr-eduroam.sh): Use /bin/sh rather than bash. | Linus Nordberg | 2011-05-31 | 1 | -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 Nordberg | 2011-05-31 | 1 | -33/+34 |
| | |||||
* | Create tools/ directory and move shell scripts there. | Linus Nordberg | 2010-05-28 | 3 | -0/+171 |