Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Ignore ENOPROTOOPT on SO_REUSEPORT for RedHat | Francis Dupont | 2017-06-22 | 1 | -2/+5 | |
| | ||||||
* | [master] Added allocation failure error messages to two locations | Thomas Markwalder | 2017-06-20 | 1 | -2/+7 | |
| | | | | Merges in rt41185. | |||||
* | [master] Optimized if and when DNS client context and ports are initted | Thomas Markwalder | 2017-06-19 | 1 | -2/+13 | |
| | | | | Merges in rt45290. | |||||
* | [master] v6 FQDN option unpacking now handles values with spaces and ↵ | tmarkwalder | 2017-05-03 | 1 | -8/+12 | |
| | | | | | | non-printables Merged in rt43592. | |||||
* | [master] Removed log argument format issue in dispatch.c | Thomas Markwalder | 2017-04-26 | 1 | -2/+2 | |
| | ||||||
* | [master] Capped large interval times to avoid fatal timer errors | Thomas Markwalder | 2017-04-26 | 1 | -14/+18 | |
| | ||||||
* | [master] Server now supports EUI-64 based address allocation scheme | Thomas Markwalder | 2017-04-26 | 1 | -1/+17 | |
| | | | | Merged rt43927. | |||||
* | Merged #28761 (Linux interface discovery) | Francis Dupont | 2017-03-08 | 1 | -383/+21 | |
| | ||||||
* | Added new files from libtool build to gitignore | Francis Dupont | 2016-10-12 | 1 | -0/+1 | |
| | ||||||
* | Almost done (still aestetic fixes and of course doc, doc, doc) | Francis Dupont | 2016-10-06 | 6 | -79/+140 | |
| | ||||||
* | Half fixed recovering (no space handling) (unfinished) | Francis Dupont | 2016-10-06 | 1 | -1/+1 | |
| | ||||||
* | Libtoolize build chain (unfinished) | Francis Dupont | 2016-10-06 | 3 | -99/+82 | |
| | ||||||
* | Solved the --with-libbind vs distchek issue | Francis Dupont | 2016-10-01 | 2 | -0/+2 | |
| | ||||||
* | Finished rebased | Francis Dupont | 2016-09-28 | 3 | -43/+68 | |
| | ||||||
* | [master] Fixed sporadic server crash when lease-id-format is hex | Thomas Markwalder | 2016-09-20 | 3 | -6/+82 | |
| | | | | Merges in rt43185. | |||||
* | [master] Comment out the max alloc test for now | Shawn Routhier | 2016-08-26 | 1 | -0/+7 | |
| | ||||||
* | [master] remove uses of vix.com, nominum.com and fugue.com | Shawn Routhier | 2016-08-23 | 1 | -3/+3 | |
| | | | | | | | | | | Squashed commit of the following: commit 375a26d52db75c3f62b8914f36e4f1618253075e Author: Shawn Routhier <sar@isc.org> Date: Thu Aug 18 14:26:28 2016 -0700 [rt43069] remove uses of vix.com, nominum.com and fugue.com | |||||
* | [master] Include the raw data from a fully encapsualted option in the cache | Shawn Routhier | 2016-08-10 | 1 | -66/+70 | |
| | ||||||
* | [master] Added -iu command line argument to dhcrelay | Thomas Markwalder | 2016-08-10 | 1 | -1/+7 | |
| | | | | Merges in 41547a | |||||
* | [master] Fix test allocation message to use %zu | Shawn Routhier | 2016-07-27 | 1 | -3/+3 | |
| | ||||||
* | [master] Update dmalloc to use a size_t as an argument | Shawn Routhier | 2016-07-27 | 1 | -0/+85 | |
| | | | | | | 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] Clean up interface name handling during interface discovery | Thomas Markwalder | 2016-07-08 | 1 | -7/+9 | |
| | | | | Merges in rt42226. | |||||
* | [master] Fix a cut and paste error replacing concat with pick-first-value | Shawn Routhier | 2016-06-20 | 1 | -1/+1 | |
| | ||||||
* | [master] Eliminated noisy cp error message during "make check" | Thomas Markwalder | 2016-06-09 | 2 | -2/+6 | |
| | | | | Merges in rt41883. | |||||
* | [master] Add support for sending encapsulated v6 options from the server | Shawn Routhier | 2016-06-03 | 2 | -98/+190 | |
| | | | | | | Even if there was a definition for an ecncapsulated v6 option and a set of values for it the v6 server wouldn't add it to the outgoing packet. This patch updates the server to do so. | |||||
* | [master] Pre-release tag prep for 4.3.4b1: version #, copyright etc... | Thomas Markwalder | 2016-03-04 | 11 | -22/+11 | |
| | ||||||
* | [master] Added lease-id-format to server and client | Thomas Markwalder | 2016-03-04 | 2 | -3/+108 | |
| | | | | Merges in rt26378 | |||||
* | [master] Fix typo in dhcp-options.5 | Shawn Routhier | 2016-02-29 | 1 | -2/+2 | |
| | ||||||
* | [master] Add a call to dereference the packet structure if the deocding fails | Shawn Routhier | 2016-02-23 | 1 | -0/+1 | |
| | | | | | | | | | | Squashed commit of the following: commit 7d61e40149676f989667cac90d9c3b6f5b63ac6b Author: Shawn Routhier <sar@isc.org> Date: Tue Feb 23 11:31:27 2016 -0800 [rt41774] Add a call to dereference the packet structure if the deocding fails | |||||
* | [master] Fixed interface device naming for DLPI under Solaris 11 | Thomas Markwalder | 2016-02-23 | 1 | -2/+12 | |
| | | | | Merges in rt37954. | |||||
* | Merged rt35711c (DHCPv4-over-DHCPv6 support) (new files) | Francis Dupont | 2016-02-23 | 1 | -0/+116 | |
| | ||||||
* | Merged rt35711c (DHCPv4-over-DHCPv6 support) | Francis Dupont | 2016-02-23 | 6 | -39/+138 | |
| | ||||||
* | [master] Fixed several minor Coverity issues | Thomas Markwalder | 2016-02-18 | 1 | -2/+2 | |
| | | | | Merges in rt35144. | |||||
* | Finished merge of t39262 (DHCP build from another directory) | Francis Dupont | 2016-02-09 | 4 | -14/+32 | |
|\ | ||||||
| * | regen | Francis Dupont | 2015-04-18 | 1 | -10/+17 | |
| | | ||||||
| * | distcheck now works with ATF too | Francis Dupont | 2015-04-18 | 1 | -0/+5 | |
| | | ||||||
| * | regen | Francis Dupont | 2015-04-18 | 2 | -0/+2 | |
| | | ||||||
| * | regen | Francis Dupont | 2015-04-17 | 2 | -2/+5 | |
| | | ||||||
| * | checkpoint (fixed unit test make 2) | Francis Dupont | 2015-04-17 | 1 | -1/+1 | |
| | | ||||||
| * | checkpoint (fixed unit test make) | Francis Dupont | 2015-04-17 | 1 | -1/+2 | |
| | | ||||||
| * | checkpoint (seems to work, need regen) | Francis Dupont | 2015-04-17 | 1 | -1/+1 | |
| | | ||||||
* | | [master] Handle long commands in execute better | Shawn Routhier | 2016-02-02 | 1 | -8/+15 | |
| | | | | | | | | | | | | | | | | Use token_print_indent_concat() to write the comamnd in an execute statement to the lease file. This keeps the quotes with the command. When using token_print_indent() and passing the quotes as a prefix and suffix they could be discarded if the command was overly long. | |||||
* | | [master] Add new options | Shawn Routhier | 2016-01-29 | 1 | -0/+21 | |
| | | | | | | | | | | | | options for v4: 116, 141, 142, 159, 160 options for v6: 103, 143 from rfcs: 2563, 6011, 6153, 7618, 7710 | |||||
* | | Added an AR configure variable and regen | Francis Dupont | 2016-01-25 | 2 | -1/+2 | |
| | | ||||||
* | | [master] Correct size for buffer allocation | Shawn Routhier | 2016-01-19 | 1 | -3/+3 | |
| | | ||||||
* | | [master] Terminate strings before calling regexec | Shawn Routhier | 2016-01-15 | 3 | -14/+126 | |
| | | | | | | | | | | | | | | | | | | Make sure strings are terminated before callng regexec. If they are we can simply copy the pointers, if they aren't we need to copy the string into a new block of memory. Fix a boundary error in data_string_new() | |||||
* | | [master] Added make tool and pkg-config tests to configure script | Thomas Markwalder | 2016-01-07 | 2 | -0/+2 | |
| | | | | | | | | Merges in rt40371. | |||||
* | | [master] Clean up packet handling | Shawn Routhier | 2015-12-16 | 1 | -13/+36 | |
| | | ||||||
* | | Finished merge of rt39210 (--with-libbind fixes) (regen required) | Francis Dupont | 2015-11-17 | 3 | -36/+41 | |
|\ \ | ||||||
| * | | regen | Francis Dupont | 2015-11-16 | 2 | -12/+34 | |
| |/ |