summaryrefslogtreecommitdiff
path: root/omapip/isclib.c
Commit message (Collapse)AuthorAgeFilesLines
* copy rights updateWlodek Wencel2022-01-251-1/+1
|
* [#189] Whitespace fixes in opened filesTomek Mrugalski2022-01-201-3/+3
|
* [#189] ISC address updatedTomek Mrugalski2022-01-201-2/+2
|
* [#64,!35] Restored workThomas Markwalder2019-11-221-9/+48
| | | | Restored cummulative work.
* [#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
* [master] Replaced licensing text with MPL licensing text throughoutThomas Markwalder2017-07-121-3/+3
|
* [master] Optimized if and when DNS client context and ports are inittedThomas Markwalder2017-06-191-29/+51
| | | | Merges in rt45290.
* Moved the call to isc_app_ctxstart() to not get signal block by all threadsFrancis Dupont2016-10-011-15/+15
|
* Rebased rt43215 to rt43215aFrancis Dupont2016-09-301-1/+6
|
* [master] Set signal action to ingore for SIGPIPEThomas Markwalder2014-11-051-0/+19
| | | | Merges in rt32222.
* [master] Addes addtional HMAC TSIG algorithms to DDNSThomas Markwalder2014-09-081-3/+15
| | | | Merges in rt36947
* [master] Don't halt if we can't set the resovlerShawn Routhier2014-05-201-2/+10
| | | | | If we have an issue when trying to determine a resolver from resolv.conf don't halt the process. Print out a message and let the user handle it.
* [master] Add #ifdefs to allow code to compile if NSUPDATE isn't definedShawn Routhier2014-04-281-3/+9
|
* [master] Handle an absent resolv.conf file betterShawn Routhier2014-01-151-1/+1
| | | | Add relnote and update copyright
* handle ISC_R_FILENOTFOUND now being returned from irs_resconf_loadMark Andrews2014-01-161-1/+1
|
* [master] Add support for user selection of the from address for DDNS ↵Shawn Routhier2013-12-111-73/+92
| | | | transactions
* -n master Patch for 30461 and update the auto generated filesShawn Routhier2013-12-101-0/+56
| | | | | | | | | | | Update the auto genrated files to add the required bind9 libraries Fix up dhcpctl/Makefile.am to include the isccfg lib Patch for 30461 to allow the DHCP server to find the name server to update via the DNS Conflicts:
* [master] Fix up the gentle shutdown code to handle failoverShawn Routhier2013-11-141-8/+13
| | | | | This patch modifies the gentle failover patch to be cleaner and to handle failover peers better.
* [master]Shawn Routhier2013-10-301-1/+19
| | | | [32692] Signal handlers added: sigint (ctrl-c) and sigterm (default kill)
* Patch for 21093 - handle v4 or v6 only a little better. If we can't contstructShawn Routhier2010-05-251-3/+5
| | | | | the context log it and leave, if we can but then try and do a DDNS transaction using the protocol we don't have log it and continue.
* Modify the routine that constructs DNS names to convert relative names toShawn Routhier2010-03-171-27/+12
| | | | absolute names (add trailing dot) to keep the dns library happy. Ticket 21054
* Update to bind 9.7.0b3, remove work around for fdwatchpoke bugShawn Routhier2009-11-201-10/+1
|
* Ticket 20540 - clean ups for DHCP-DDNS work, add an change dropped in theShawn Routhier2009-11-191-1/+10
| | | | | | merge, arrange to handle callbacks from the socket code after we've deleted the socket and deal with the quantum issue in the tasks. This last will be removed shortly as a better fix is now available.
* Cleanup for ddns changes ticket rt20527Shawn Routhier2009-10-291-0/+2
|
* Support for asynchronous ddns per ticket 19216 - convert to using isclib andShawn Routhier2009-10-281-0/+230
dnslib.