summaryrefslogtreecommitdiff
path: root/omapip
Commit message (Collapse)AuthorAgeFilesLines
* generated files updateWlodek Wencel2022-11-011-3/+1
|
* regenerated Makefiles for releaseWlodek Wencel2022-01-251-5/+5
|
* copy rights updateWlodek Wencel2022-01-2521-22/+21
|
* [#76] Added new functions to man page dhcpctl/dhcpctl.3Thomas Markwalder2022-01-202-2/+2
| | | | Also updated copyrights
* [#76] Initial implemention to dhcpctl_timed_wait_for_completionThomas Markwalder2022-01-203-8/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* [#148] Replaced hard-coded MD5 algorithm name in OMAPI connectionThomas Markwalder2022-01-201-49/+76
| | | | | | | | | omapip/connection.c ctring_from_attribute() - new convenience function for fetching object attribute values as C strings make_dst_key() - modified to use the authenticator object's value for algorithm name
* [#189] Whitespace fixes in opened filesTomek Mrugalski2022-01-2017-148/+143
|
* [#189] ISC address updatedTomek Mrugalski2022-01-2021-42/+42
|
* [#64,!35] Updated copyright datesThomas Markwalder2019-11-251-1/+1
| | | | | | | | | | modified: common/discover.c includes/omapip/omapip_p.h omapip/errwarn.c server/stables.c util/Makefile.bind.in util/bind.sh
* [#64,!35] Restored workThomas Markwalder2019-11-222-58/+159
| | | | Restored cummulative work.
* [#15,!10] Addressed review commentsThomas Markwalder2019-06-121-4/+4
|
* [#15,!10] Addressed review commentsThomas Markwalder2019-06-121-8/+9
| | | | | | | | | | | | | | | | | | common/discover.c discover_interfaces() - replaced strncpy with memcpy common/parse.c parse_warn() - added final message buffer rather than reuse mbuf, pass size into do_percentm call includes/dhcpd.h struct interface_info - restored size of name includes/omapip/omapip_p.* do_percentm() - added output buffer size parameter omapip/errwarn.c pass size of output buffer into calls to do_percentm
* [#16,!9] Addressed more review comments16-a-nsupdate-compiling-issue-was-observedThomas Markwalder2019-06-061-6/+6
|
* [#16,!9] Added missing NSUPDATE compilation logicThomas Markwalder2019-05-151-1/+3
| | | | | | | | | | Added a release note. client/dhclient.c Only include dhclient_ddns_cb_free() if NSUPDATE is defined includes/omapip/isclib.* Only inlucde isc_result_t dns_client_init() if NSUPDATE is defined
* [rt46933] regenFrancis Dupont2017-12-301-0/+1
|
* [master] Plugs a socket descriptor leak in OMAPIThomas Markwalder2017-12-072-1/+10
| | | | Merges in rt46767.
* [master] Added include of isc/util.h as neededThomas Markwalder2017-10-191-1/+1
| | | | Merges in 46332.
* [master] Replaced licensing text with MPL licensing text throughoutThomas Markwalder2017-07-1221-95/+83
|
* [master] Removed obsolete source directory minires.Thomas Markwalder2017-06-291-1/+1
| | | | Merges in rt45471.
* [19430] Updated copyrightsrt19430btmarkwalder2017-06-281-2/+1
|
* [19430] Unnecessary dot removed.Tomek Mrugalski2017-06-281-1/+1
|
* [master] Optimized if and when DNS client context and ports are inittedThomas Markwalder2017-06-191-29/+51
| | | | Merges in rt45290.
* [master] Fixed segfault in OMAPI when source object has blank valuesThomas Markwalder2017-04-261-0/+3
| | | | Merged rt29108.
* Merged #32744 (out of memory)Francis Dupont2017-03-081-1/+17
|
* Added new files from libtool build to gitignoreFrancis Dupont2016-10-121-0/+1
|
* Almost done (still aestetic fixes and of course doc, doc, doc)Francis Dupont2016-10-063-16/+51
|
* Half fixed recovering (no space handling) (unfinished)Francis Dupont2016-10-061-1/+1
|
* Libtoolize build chain (unfinished)Francis Dupont2016-10-062-17/+17
|
* Merged rt43246a (fix --enable-threads)Francis Dupont2016-10-061-15/+15
|\
| * Moved the call to isc_app_ctxstart() to not get signal block by all threadsFrancis Dupont2016-10-011-15/+15
| |
* | Solved the --with-libbind vs distchek issueFrancis Dupont2016-10-011-0/+1
|/
* Rebased rt43215 to rt43215aFrancis Dupont2016-09-301-1/+6
|
* Finished rebasedFrancis Dupont2016-09-282-11/+19
|
* [master] Removed extraneous expression from omapi socket callbackThomas Markwalder2016-09-061-3/+2
| | | | Merges in rt42834.
* [master] When opening a connection, if the socket can't be bound close it.Shawn Routhier2016-07-281-0/+2
|
* [master] Update dmalloc to use a size_t as an argumentShawn Routhier2016-07-271-3/+3
| | | | | | Update dmalloc to use a size_t as an argument which will bring it in line with the call it makes to malloc and avoid possible truncation.
* [master] Pre-release tag prep for 4.3.4b1: version #, copyright etc...Thomas Markwalder2016-03-041-2/+1
|
* [master] Add patch to limit the value of an fd we accept for a connection.Shawn Routhier2016-03-041-2/+7
| | | | | By limiting the highest value we accept for an fd we limit the number of connections.
* Finished merge of t39262 (DHCP build from another directory)Francis Dupont2016-02-091-0/+2
|\
| * regenFrancis Dupont2015-04-181-0/+1
| |
| * regenFrancis Dupont2015-04-171-0/+1
| |
* | Added an AR configure variable and regenFrancis Dupont2016-01-251-1/+1
| |
* | [master] Added make tool and pkg-config tests to configure scriptThomas Markwalder2016-01-071-0/+1
| | | | | | | | Merges in rt40371.
* | Finished merge of rt39210 (--with-libbind fixes) (regen required)Francis Dupont2015-11-172-7/+11
|\ \
| * | regenFrancis Dupont2015-11-161-6/+17
| |/
| * regenFrancis Dupont2015-04-171-5/+7
| |
| * updated (but need regen)Francis Dupont2015-04-171-2/+4
| |
* | [master] Fixed memory leask in omapi dereferencingThomas Markwalder2015-11-051-2/+3
| | | | | | | | Merges in rt33990.
* | [master] Update auto files as part of moving docs systemsShawn Routhier2015-10-051-6/+17
| |
* | [master] LDAP: Pathces, IPv6 support, GSSAPI supportThomas Markwalder2015-07-291-0/+1
|/ | | | Merges in 39056.