Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pki: Never print more than MAX_LINES of usage summary | Tobias Brunner | 2015-12-16 | 1 | -1/+10 |
| | | | | Print a warning if a registered command exceeds that limit. | ||||
* | pki: Also check for MAX_COMMANDS when building getopt_long arguments | Tobias Brunner | 2014-06-24 | 1 | -1/+1 |
| | | | | Completes 87e53819a6 and 0a8c399a21. | ||||
* | pki: When dispatching commands, don't look beyond non-null-terminated array | Martin Willi | 2014-03-19 | 1 | -1/+1 |
| | |||||
* | pki: Check length of commands array before accessing command in --help | Martin Willi | 2014-03-19 | 1 | -1/+1 |
| | | | | | | | As --help is counted as command as well, the array is not null-terminated and we have to check for MAX_COMMANDS. Fixes #550. | ||||
* | pki: Make cmds array static, ensuring that it is zero-initialized | Martin Willi | 2014-02-20 | 1 | -2/+1 |
| | | | | | As pki --help relies on a zero-terminated array, make the actually non-public cmds array static to ensure initialization. | ||||
* | pki: Make sure no command registers too many options | Tobias Brunner | 2014-01-23 | 1 | -3/+10 |
| | |||||
* | pki: Print a warning if MAX_COMMANDS is too low | Tobias Brunner | 2014-01-23 | 1 | -0/+7 |
| | |||||
* | pki: Properly use ?: when defining option arrays | Tobias Brunner | 2014-01-23 | 1 | -2/+2 |
| | |||||
* | pki: Don't print an error if no arguments are given | Tobias Brunner | 2013-09-13 | 1 | -1/+1 |
| | |||||
* | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Avoid overrunning array when registering pki command line options | Tobias Brunner | 2012-09-28 | 1 | -1/+1 |
| | |||||
* | Cache list of plugin names to further simplify its usage. | Tobias Brunner | 2012-01-19 | 1 | -3/+2 |
| | | | | Also helpful for ipsec statusall to avoid having to enumerate plugins. | ||||
* | Log list of loaded plugins in main PKI help output. | Tobias Brunner | 2012-01-19 | 1 | -0/+8 |
| | |||||
* | Added policyConstraints support to pki tool | Martin Willi | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | pki --issue/self support permitted/excluded NameConstraints | Martin Willi | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | Added a --signcrl command to the pki utility | Martin Willi | 2010-05-21 | 1 | -1/+1 |
| | |||||
* | Right-align short options in pki usage | Martin Willi | 2009-09-24 | 1 | -7/+5 |
| | |||||
* | Use the default debug hook if possible | Martin Willi | 2009-09-16 | 1 | -1/+1 |
| | |||||
* | Handle pki --debug and --options in a generic way for all command | Martin Willi | 2009-09-15 | 1 | -7/+81 |
| | |||||
* | pki tool supports single letter short options | Martin Willi | 2009-09-15 | 1 | -6/+30 |
| | |||||
* | Use dynamic registration/usage invocation of command types | Martin Willi | 2009-09-10 | 1 | -27/+44 |
| | |||||
* | splitted PKI tool to a file per command | Martin Willi | 2009-09-10 | 1 | -0/+143 |