summaryrefslogtreecommitdiff
path: root/dhcpctl/omshell.c
Commit message (Expand)AuthorAgeFilesLines
* Release prep for 3.0.6b1, copyright updatesEvan Hunt2007-05-011-2/+2
* Spelling fixes. See RT ticket 16513 for details.Shane Kerr2007-01-291-2/+2
* - Command line parsing in omshell was repaired - it no longer closesDavid Hankins2005-10-271-3/+3
* - A memory leak in 'omshell' per each command line parsed wasDavid Hankins2004-09-301-1/+2
* - MASSIVE copyright update.David Hankins2004-06-101-28/+24
* - Copyrights being kept up to date.David Hankins2002-11-171-1/+1
* - Omshell parsing of dotted octet strings of the form '1..2' fixed toDavid Hankins2002-11-041-2/+5
* Don't dump core if the user types close when no object is open.Ted Lemon2001-10-111-0/+5
* Added four commands to the TOKEN_HELP section:Wendy2001-09-201-0/+4
* - Fix usage.Ted Lemon2001-05-311-5/+19
* Add unsetTed Lemon2001-05-181-0/+37
* Fix up some error messages. Add refresh.Ted Lemon2001-05-181-2/+38
* Fix pointer incompatibility warning.Ted Lemon2001-05-171-1/+2
* includes/isc -> includes/isc-dhcpTed Lemon2001-05-171-1/+1
* Support removing objects from remote server.Ted Lemon2001-05-171-0/+28
* Fix some error messages, make cshl parsing and number parsing work.Ted Lemon2001-05-161-11/+17
* Oops, fix 'create'.Ted Lemon2001-05-141-2/+4
* Fix bogus EOF detectionTed Lemon2001-05-121-2/+4
* Initialize logging.Ted Lemon2001-05-121-0/+7
* Support dotted octets and colon-seperated hex lists in omshell.Ted Lemon2001-05-111-0/+51
* Revamp parsing, do connections interactively, support base64 keys.Ted Lemon2001-05-021-229/+406
* Document -P command line switch in usage.Ted Lemon2001-04-051-1/+1
* Support NUL characters in STRING tokens.Ted Lemon2001-03-171-9/+13
* Change EOF to END_OF_FILE in tokenizer for enum compatibility.Ted Lemon2001-03-011-6/+6
* Fix up a couple of type errorsTed Lemon2001-03-011-4/+4
* Extended the OMAPI shell program to allow objects to be opened, displayed,Damien Neil2001-02-271-191/+163
* Move functionality from test.c to omshell.cTed Lemon2001-02-121-0/+379