summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Add support for passing DDNS information to a DNS server overShawn Routhier2011-09-213-52/+160
* automake regenerationShawn Routhier2011-09-132-6/+8
* Two packets were found that cause a server to halt. The codeShawn Routhier2011-07-192-8/+12
* DNS Update fix. A misconfigured server could crash during DNS updateShawn Routhier2011-07-082-8/+26
* - Strict checks for content of domain-name DHCPv4 option can now beTomek Mrugalski2011-07-011-0/+27
* In Solaris 11 switch to using sockets instead of DLPI, thanksShawn Routhier2011-06-272-26/+306
* Enlarge the buffer size used by the Omshell code and some of theShawn Routhier2011-06-011-1/+1
* - Documentation cleanupTomek Mrugalski2011-05-202-4/+21
* Code cleanup: remove obsolete PROTO, KandR, INLINE and ANSI_DECL macrosTomek Mrugalski2011-05-118-58/+57
* Minor code cleanups - but note port change for #23196Shawn Routhier2011-05-111-6/+8
* Linux Packet Filter interface improvement. sockaddr_pkt structure is used,Tomek Mrugalski2011-05-101-5/+8
* - Parameters configured to evaluate from user defined function calls canTomek Mrugalski2011-04-213-0/+48
* Several time related improvements:Tomek Mrugalski2011-04-211-0/+2
* Update vesions, copyrights and dates for 4.2.1-P1Shawn Routhier2011-03-241-1/+1
* In dhclient check the data for some string options forShawn Routhier2011-03-241-1/+2
* automake regenerationShawn Routhier2011-02-181-0/+1
* Modify the dlpi code to accept getmsg() returning a positive value.Shawn Routhier2011-02-181-11/+2
* Some fixes for LDAPShawn Routhier2011-02-181-0/+1
* Removed the restriction on using IPv6 addresses in IPv4 mode. ThisShawn Routhier2011-02-181-7/+0
* When processing the format flags for a given option consume theShawn Routhier2010-12-291-1/+21
* Update for 22033 - Remove printing of seconds valueShawn Routhier2010-12-291-2/+2
* Limit the timeout period allowed in the dispatch code to 2^^32-1 seconds.Shawn Routhier2010-12-141-36/+46
* Don't pass the ISC_R_INPROGRESS status to the omapi signal handlers.Shawn Routhier2010-12-141-2/+2
* automake regenerationDavid Hankins2010-11-032-0/+2
* cast (char) to (unsigned char) to silence (char) array index warnings.Mark Andrews2010-09-171-7/+14
* Use (unsigned char) not (int) to silence (char) array index warnings.Mark Andrews2010-09-171-1/+1
* cast time_t to unsigned long and use %lu instead of %uMark Andrews2010-09-141-2/+2
* Fixes to lease input and output.Shawn Routhier2010-09-131-38/+118
* Parse date strings more properly - the code now handles semi-colons inShawn Routhier2010-09-131-82/+104
* Update to 20378, print receive_packet6 in the log messageShawn Routhier2010-09-091-1/+2
* Another batch of fixes:Shawn Routhier2010-09-093-23/+64
* Minor code fixesShawn Routhier2010-09-081-4/+11
* - The .TH tag for the dhcp-options manpage was typo repairedDavid Hankins2010-07-131-2/+2
* - Documentation cleanup covering multiple ticketsShawn Routhier2010-07-062-19/+20
* add some debugging output for use with the DDNS code. [ISC-Bugs 20916]Shawn Routhier2010-05-262-1/+182
* Patch for 21093 - handle v4 or v6 only a little better. IF we can't constructShawn Routhier2010-05-252-2/+8
* - A memory leak in ddns processing was closed. [ISC-Bugs #21377]David Hankins2010-05-241-1/+6
* Don't include lease time information in the response to a DHCPINFORMShawn Routhier2010-04-201-0/+2
* automake regenerationDavid Hankins2010-04-062-0/+2
* automake regenerationDavid Hankins2010-03-242-105/+131
* - "The LDAP Patch" that has been circulating for some time, written byDavid Hankins2010-03-242-5/+13
* Version, README, RELNOTES, Copyright++.David Hankins2010-02-175-6/+7
* Pull missing changes from HEAD down to v4_2.David Hankins2010-02-172-57/+66
* Primarly fix the trace function which was broken by the DDNS code changes.Shawn Routhier2010-02-123-268/+359
* Cleaned up some compiler warnings - 20697Shawn Routhier2010-02-021-2/+2
* remove extranous semi colonMark Andrews2009-11-241-1/+1
* Release engineering - dates and copyrightsShawn Routhier2009-11-2023-25/+25
* Cleanup for ddns changes ticket rt20527Shawn Routhier2009-10-291-0/+2
* automake regenerationShawn Routhier2009-10-282-11/+12
* Support for asynchronous ddns per ticket 19216 - convert to using isclib andShawn Routhier2009-10-2815-749/+1904