summaryrefslogtreecommitdiff
path: root/client/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* [master] Added client_universe to dhclientThomas Markwalder2017-11-271-1/+1
| | | | Merges in rt46616.
* Libtoolize build chain (unfinished)Francis Dupont2016-10-061-5/+5
|
* Finished rebasedFrancis Dupont2016-09-281-6/+7
|
* checkpoint (seems to work, need regen)Francis Dupont2015-04-171-8/+3
|
* updated (but need regen)Francis Dupont2015-04-171-2/+4
|
* [master] Add -df option to client code to help share DUIDsShawn Routhier2014-05-161-0/+6
| | | | | | | | | | | Add the "-df <duid file>" option to the client code in order to make it easier to share DUIDs between a v4 instance and a v6 instance. This option instructs the client to search the duid file for a DUID if it didn't find one in the main lease file. In addition add the infrastructure for running ATF tests for the client and write some ATF tests for this patch.
* -n master Patch for 30461 and update the auto generated filesShawn Routhier2013-12-101-2/+2
| | | | | | | | | | | 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]Shawn Routhier2012-11-191-1/+1
| | | | | Move the dhclient.conf and dhcpd.conf files to *.example to avoid overwriting them during installation.
* Minor changes for scripts, configure.ac and MakefilesShawn Routhier2010-09-141-2/+2
| | | | | | | | | | [ISC-Bugs #19147] Use domain-search instead of domain-name in manual and example conf file. Thanks to a patch from David Cantrell at Red Hat. [ISC-Bugs #19761] Restore address when doing a rebind in DHCPv6 [ISC-Bugs #19945] Properly close the quote on some arguments. [ISC-Bugs #20952] Add 64 bit types to configure.ac [ISC-Bugs #21308] Add "PATH=" to CLIENT_PATH envrionment variable
* Support for asynchronous ddns per ticket 19216 - convert to using isclib andShawn Routhier2009-10-281-2/+2
| | | | dnslib.
* initial openwrt supportPaul Selkirk2008-11-181-1/+1
|
* Add scripts/macos to build.David Hankins2008-11-031-2/+3
|
* Include additional files in 'make dist'. [ISC-Bugs #17361]David Hankins2007-12-121-1/+3
|
* Build fixes. See RT ticket #16888 for more information.Shane Kerr2007-05-291-1/+2
|
* - Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]David Hankins2007-05-191-0/+14
- RELNOTES/README++ - s/wether/whether/ in dhcp-options.5 manpage edits.