summaryrefslogtreecommitdiff
path: root/dhcpctl/omshell.c
Commit message (Collapse)AuthorAgeFilesLines
* [#76] Added new functions to man page dhcpctl/dhcpctl.3Thomas Markwalder2022-01-201-1/+1
| | | | Also updated copyrights
* [#76] Initial implemention to dhcpctl_timed_wait_for_completionThomas Markwalder2022-01-201-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | common/conflex.c includes/dhctoken.h dhcpctl/omshell.c Added support for "disconnect" dhcpctl/cltest.2 - new file that exercizes timed waits and disconnect dhcpctl/Makefile.am.in Added cltest2.c dhcpctl/dhcpctl.* dhcpctl_timed_wait_for_completion() - new function dhcpctl_disconnect() - new function Added debug logging omapip/dispatch.c Added protocol logging omapi_wait_for_completion() Fixed dangling waiter reference omapi_one_dispatch() Added logic to skip emit writefds from select list omapip/support.c Changed annoying DEBUG logs to DEBUG_PROTOCOL
* [#189] Whitespace fixes in opened filesTomek Mrugalski2022-01-201-35/+35
|
* [#189] ISC address updatedTomek Mrugalski2022-01-201-2/+2
|
* [master] Fixed incorrect usage statement in omshell.cThomas Markwalder2017-12-111-1/+1
|
* [master] Adds key-algorithm statement to omshellThomas Markwalder2017-12-111-3/+35
| | | | Merges in rt46771.
* [master] Replaced licensing text with MPL licensing text throughoutThomas Markwalder2017-07-121-5/+4
|
* Merged rt43473 (libtool instal)Francis Dupont2016-11-031-0/+6
|
* Remerged #38692Francis Dupont2015-11-171-4/+13
|
* Unmerged #38692Francis Dupont2015-11-171-13/+4
|
* Merged #38692 (use program base name in (sys)log)Francis Dupont2015-09-121-4/+13
|
* [master] Add configure option to incude PID in syslog entriesShawn Routhier2014-05-071-1/+1
|
* [master] Remove vix.com and nominum.comShawn Routhier2014-01-261-7/+1
| | | | | Remove old information from copyrights and man pages.
* [master] Fix up the gentle shutdown code to handle failoverShawn Routhier2013-11-141-1/+3
| | | | | This patch modifies the gentle failover patch to be cleaner and to handle failover peers better.
* - Silence benign static analysis warnings.Mark Andrews2013-05-151-5/+13
| | | | [ISC-Bugs #33428]
* Enlarge the buffer size used by the Omshell code and some of theShawn Routhier2011-06-011-2/+2
| | | | | print routines to allow for greater than 60 characters or, when printing as hex strings, 20 characters. [ISC-Bugs #22743]
* Compilation problem with gcc4.5 and omshell.c resolved. [ISC-Bugs #23831]Tomek Mrugalski2011-05-121-2/+2
|
* Restore printing of values in omshell to the style pre 21518. ForShawn Routhier2010-12-031-3/+3
| | | | | | | 21518 we changed the print routines to always display time values as a hex list. This had a side effect of printing all data strings as a hex list. We shall investigate other ways of displaying time values more usefully. [ISC-Bugs #22626]
* Fixes to lease input and output.Shawn Routhier2010-09-131-5/+7
| | | | | | | | | [ISC-Bugs #20418] - Some systems don't support the "%s" argument to strftime, paste together the same string using mktime instead. [ISC-Bugs #19596] - When parsing iaid values accept printable characters. [ISC-Bugs #21585] - Always print time values in omshell as hex instead of ascii if the values happen to be printable characters.
* _GNU_SOURCE fixesFrancis Dupont2010-01-231-0/+2
|
* Update copyright yearsShawn Routhier2009-11-241-1/+1
|
* Support for asynchronous ddns per ticket 19216 - convert to using isclib andShawn Routhier2009-10-281-13/+24
| | | | dnslib.
* Switch isc urls from http to https and correct sw to services or softwareShawn Routhier2009-07-231-2/+2
| | | | for new web site as appropirate.
* Code cleanup to remove warnings from "gcc -Wall".Shane Kerr2007-07-131-9/+1
| | | | See RT ticket #16988 for more.
* - Compilation on HP/UX has been repaired. The changes should generallyDavid Hankins2007-06-081-2/+2
| | | | | apply to any architecture that supplies SIOCGLIFCONF but does not use 'struct lifconf' structures to pass values. [ISC-Bugs #16928]
* Copyright++David Hankins2007-05-191-2/+2
|
* - Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]David Hankins2007-05-191-6/+4
| | | | | - RELNOTES/README++ - s/wether/whether/ in dhcp-options.5 manpage edits.
* DHCPv6 branch merged to HEAD.David Hankins2007-05-081-3/+7
|
* Spelling fixes. See RT ticket 16513 for details.Shane Kerr2007-01-291-2/+2
|
* - Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into HEAD (silenceDavid Hankins2006-02-241-3/+3
| | | | robie).
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-171-30/+39
| | | | now synced as of tag V3-0-3-BETA-1.
* Merge changes between 3.0rc7 and 3.0rc8pl2.Ted Lemon2001-06-271-9/+97
|
* Sync with 3.0rc7Ted Lemon2001-05-171-14/+110
|
* 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
| | | | modified, and updated.
* Move functionality from test.c to omshell.cTed Lemon2001-02-121-0/+379