| Commit message (Expand) | Author | Age | Files | Lines |
* | Release prep for 3.0.6b1, copyright updates | Evan Hunt | 2007-05-01 | 1 | -2/+2 |
* | Spelling fixes. See RT ticket 16513 for details. | Shane Kerr | 2007-01-29 | 1 | -2/+2 |
* | PUlling down omshell.1 manpage changes from HEAD for rt15930. | David Hankins | 2006-07-13 | 1 | -9/+9 |
* | - Command line parsing in omshell was repaired - it no longer closes | David Hankins | 2005-10-27 | 1 | -3/+3 |
* | - README, RELNOTES, version update to 3.0.3b1.V3-0-3-BETA-1 | David Hankins | 2005-03-03 | 1 | -1/+1 |
* | - 'make clean' should remove omshell and omshell.o. 'svtest' and 'test.o' | David Hankins | 2005-02-22 | 1 | -1/+1 |
* | - A memory leak in 'omshell' per each command line parsed was | David Hankins | 2004-09-30 | 1 | -1/+2 |
* | - Changing documentation to match implementation of omapi secret values. | David Hankins | 2004-09-24 | 1 | -1/+3 |
* | - MASSIVE copyright update. | David Hankins | 2004-06-10 | 9 | -213/+201 |
* | - Backed out cross-compile fix, not as suitable for release as I originally | David Hankins | 2004-02-09 | 1 | -1/+1 |
* | - Cross-compile bug fix; use $(AR) instead of ar. | David Hankins | 2004-02-03 | 1 | -1/+1 |
* | This goes back somewhat to some original version in some universe somewhere. | David Hankins | 2004-01-08 | 1 | -3/+5 |
* | - Fixed some cases of mixed up macros. | David Hankins | 2004-01-08 | 1 | -9/+5 |
* | - copyright++ | David Hankins | 2003-01-14 | 1 | -1/+1 |
* | - Remainder of memory leak patches from Bill Squier at ReefEdge, Inc. | David Hankins | 2003-01-08 | 1 | -1/+8 |
* | - Copyrights being kept up to date. | David Hankins | 2002-11-17 | 8 | -8/+8 |
* | - Omshell parsing of dotted octet strings of the form '1..2' fixed to | David Hankins | 2002-11-04 | 2 | -2/+8 |
* | Fix a typo. | Ted Lemon | 2001-10-18 | 1 | -1/+1 |
* | Add an extra argument to rc_register. | Ted Lemon | 2001-10-18 | 1 | -2/+3 |
* | Don't dump core if the user types close when no object is open. | Ted Lemon | 2001-10-11 | 1 | -0/+5 |
* | Added four commands to the TOKEN_HELP section: | Wendy | 2001-09-20 | 1 | -0/+4 |
* | - Add a blurb about how omshell can be used. | Ted Lemon | 2001-06-26 | 1 | -15/+20 |
* | Minor tweaks. | Ted Lemon | 2001-06-26 | 1 | -4/+11 |
* | Fix installation of omshell and omshell.1 | Ted Lemon | 2001-06-05 | 1 | -2/+3 |
* | - Fix usage. | Ted Lemon | 2001-05-31 | 1 | -5/+19 |
* | Install the omshell man pages. Install omshell in /usr/bin. | Ted Lemon | 2001-05-31 | 1 | -4/+15 |
* | took out references to command-line options since this doesn't work. | Wendy | 2001-05-21 | 1 | -18/+1 |
* | omshell man page added | Wendy | 2001-05-21 | 1 | -0/+353 |
* | - Tack object to refresh message after sending so that reply winds up in | Ted Lemon | 2001-05-19 | 1 | -0/+11 |
* | Add unset | Ted Lemon | 2001-05-18 | 1 | -0/+37 |
* | Add support for unsetting attributes. | Ted Lemon | 2001-05-18 | 2 | -9/+28 |
* | Don't send parameters back to the server that we just got from the server. | Ted Lemon | 2001-05-18 | 1 | -0/+2 |
* | Fix up some error messages. Add refresh. | Ted Lemon | 2001-05-18 | 1 | -2/+38 |
* | Fix pointer incompatibility warning. | Ted Lemon | 2001-05-17 | 1 | -1/+2 |
* | includes/isc -> includes/isc-dhcp | Ted Lemon | 2001-05-17 | 2 | -2/+2 |
* | Support removing objects from remote server. | Ted Lemon | 2001-05-17 | 1 | -0/+28 |
* | Fix some error messages, make cshl parsing and number parsing work. | Ted Lemon | 2001-05-16 | 1 | -11/+17 |
* | Oops, fix 'create'. | Ted Lemon | 2001-05-14 | 1 | -2/+4 |
* | Fix bogus EOF detection | Ted Lemon | 2001-05-12 | 1 | -2/+4 |
* | Initialize logging. | Ted Lemon | 2001-05-12 | 1 | -0/+7 |
* | Support dotted octets and colon-seperated hex lists in omshell. | Ted Lemon | 2001-05-11 | 3 | -0/+90 |
* | Fix a compile warning and don't use authentication in a way that doesn't work. | Ted Lemon | 2001-05-03 | 1 | -28/+2 |
* | Authenticators are binary, thus unsigned char. | Ted Lemon | 2001-05-03 | 2 | -2/+2 |
* | Revamp parsing, do connections interactively, support base64 keys. | Ted Lemon | 2001-05-02 | 1 | -229/+406 |
* | troff source from james replaces plain text. | Ben Cottrell | 2001-04-16 | 1 | -268/+463 |
* | Arf... these are nroff output, but I don't have the original troff source. | Ben Cottrell | 2001-04-12 | 1 | -0/+268 |
* | Document -P command line switch in usage. | Ted Lemon | 2001-04-05 | 1 | -1/+1 |
* | Support NUL characters in STRING tokens. | Ted Lemon | 2001-03-17 | 1 | -9/+13 |
* | Get rid of local debug flag. | Ted Lemon | 2001-03-14 | 1 | -1/+0 |
* | Change EOF to END_OF_FILE in tokenizer for enum compatibility. | Ted Lemon | 2001-03-01 | 1 | -6/+6 |