summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* [v4_2]Shawn Routhier2012-12-132-2/+2
* [v4_2]Shawn Routhier2012-12-041-44/+2
* [v4_2]Shawn Routhier2012-11-281-3/+2
* [v4_2]Shawn Routhier2012-11-162-57/+59
* [v4_2]Shawn Routhier2012-10-231-41/+51
* -n [v4_2]Shawn Routhier2012-10-167-68/+119
* [v4_2]Shawn Routhier2012-10-091-12/+4
* [v4_2]Shawn Routhier2012-09-191-44/+52
* Add common/tests/Atffile and server/tests/Atffile to the distributionShawn Routhier2012-08-232-0/+3
* [v4_2] ATF unit-test support added (rt25901_atf merge)Tomek Mrugalski2012-08-146-590/+587
* [rt29771]Shawn Routhier2012-08-132-138/+139
* [rt30471]Shawn Routhier2012-08-031-2/+2
* [rt30024] This is a commit messageShawn Routhier2012-07-121-0/+2
* Previously the server code was relaxed to allow packets with zeroShawn Routhier2012-06-271-5/+50
* Fix some issues in the code for parsing and printing options.Shawn Routhier2012-06-064-28/+99
* Make "\777" into "\\nnn" so it prints correctly and looks better. [ISC-Bugs ...Shawn Routhier2012-05-171-2/+2
* Remove unnecessary checks in the lease query code and clean upShawn Routhier2012-04-101-39/+40
* Use offsetof() instead of sizeof() to get the sizes for dhcpv6_relay_packetShawn Routhier2012-03-201-2/+4
* Fixed many compilation problems ("set, but not used" warnings) forTomek Mrugalski2012-03-095-34/+44
* Add support for Infiniband over sockets to the server andShawn Routhier2012-02-165-54/+97
* Tidy up the receive calls and eliminate the need for found_pktShawn Routhier2012-02-101-27/+24
* In the DDNS code handle error conditions more gracefully and add moreShawn Routhier2012-02-031-14/+57
* Update code to add a null check for the right hand sideShawn Routhier2011-11-282-5/+5
* Add a check for a null pointer before calling the regexec function.Shawn Routhier2011-11-231-0/+1
* 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