summaryrefslogtreecommitdiffstats
path: root/cmd-lock-server.c
AgeCommit message (Collapse)Author
2009-07-14Having fixed flags for single-character getopt options is a bit hard toNicholas Marriott
maintain and is only going to get worse as more are used. So instead, add a new uint64_t member to cmd_entry which is a bitmask of upper and lowercase options accepted by the command. This means new single character options can be used without the need to add it explicitly to the list.
2009-06-25Restore $Id$ and add script to do so.Nicholas Marriott
2009-06-25Unused prototypes. Found by lint, no binary change.Nicholas Marriott
2009-01-19Pass return code from _exec; allow command sequences to work from the ↵Nicholas Marriott
command line.
2009-01-11Server locking. set-password and lock-server commands, plus automatic locking.Nicholas Marriott