summaryrefslogtreecommitdiff
path: root/client/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Update description and comments for macos client script.Shawn Routhier2011-09-201-2/+7
| | | | [ISC-Bugs #18891]
* Client Script fixesShawn Routhier2011-05-188-11/+165
| | | | | | | | | [ISC-Bugs #23045] Typos in client/scripts/openbsd [ISC-Bugs #23565] In the client scripts add a zone id (interface id) if the domain search address is link local. [ISC-Bugs #1277] In some of the client scripts add code to handle the case of the default router information being changed without the address being changed.
* Minor changes for scripts, configure.ac and MakefilesShawn Routhier2010-09-144-4/+17
| | | | | | | | | | [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
* pull up from rt18597 to HEADPaul Selkirk2009-04-216-45/+61
|
* initial openwrt supportPaul Selkirk2008-11-181-0/+244
|
* - A dhclient-script for MacOS X has been included, which enablesDavid Hankins2008-11-031-0/+195
| | | | 'dhclient -6' support. [ISC-Bugs #18204]
* merge 17500Francis Dupont2008-05-235-9/+35
|
* - The dhclient-script was updated to create a host route for the defaultDavid Hankins2008-01-162-1/+16
| | | | | | gateway if the supplied subnet mask for an IPv4 address was a /32. This allows the client to work in 'captive' network environments, where the operator does not want clients to crosstalk directly. [ISC-Bugs #17200]
* fix IPv6 nitsFrancis Dupont2007-11-301-7/+7
|
* - Add support for dhcpv6 "Release" messages [rt16905]Evan Hunt2007-06-065-6/+6
| | | | | | - Add -x option, which causes running dhclient processes to exist gracefully *without* releasing leases [rt16741] (Merging both at once because the first one depended on the second one)
* - Duplicate dhclient-script updates for DHCPv6 to all provided scripts.David Hankins2007-05-185-99/+403
| | | | [ISC-Bugs #16875]
* DHCPv6 branch merged to HEAD.David Hankins2007-05-081-0/+97
|
* - Support for compressed 'domain name list' style DHCP option contents, andDHCPv6_parsing_baseDavid Hankins2006-07-227-31/+105
| | | | in particular the domain search option (#119) was added. [ISC-Bugs #15934]
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-172-22/+38
| | | | now synced as of tag V3-0-3-BETA-1.
* Fix a bug that would cause problems if the server provides a newMurray2002-06-091-2/+6
| | | | | | | domain name server, but not the actual domain. Submitted by: sanpei@sanpei.org (MIHIRA Sanpei Yoshiro) RT #: 3038
* sync with branchTed Lemon2001-08-101-4/+4
|
* Merge changes between 3.0rc7 and 3.0rc8pl2.Ted Lemon2001-06-277-35/+56
|
* Use -f instead of -x to look for hooks.Ted Lemon2001-04-206-12/+12
|
* Add some changes suggested by Cyrille LefevreTed Lemon2001-03-221-11/+29
|
* Use eval for ifconfig so that medium can include quoted strings (yuck!)Ted Lemon2001-03-155-41/+41
|
* Use make_resolv_conf as documented.Ted Lemon2000-09-205-60/+17
|
* Use a cleverer regexp to extract OS minor version number.Ted Lemon2000-07-051-2/+2
|
* Fix setting of hostname.Ted Lemon2000-05-017-10/+55
|
* Pull up change from 3.0.Ted Lemon2000-01-251-1/+2
|
* New OpenBSD support.Ted Lemon1999-09-081-0/+203
|
* Add support for setting hostnameTed Lemon1999-09-083-0/+22
|
* Don't use -w 1 flag, which doesn't work on FreeBSD.Ted Lemon1999-05-071-1/+1
|
* Add entry, exit and resolv.conf hooks.Ted Lemon1999-03-294-50/+150
|
* Remove ARPCHECK and ARPSEND code.Ted Lemon1999-03-111-5/+2
|
* Sync with 2.0b1pl16. Fix some pool allocation problems.Ted Lemon1999-02-251-29/+30
|
* Add route hop counts to all route commands.Ted Lemon1999-02-141-7/+7
|
* Support Linux 2.1 and laterTed Lemon1999-02-141-15/+57
|
* Use new_network_number, not new_network_address. Use search, not domain in ↵Ted Lemon1998-01-121-4/+4
| | | | /etc/resolv.conf.
* Add missing fiTed Lemon1998-01-113-0/+3
|
* Don't echo ifconfig parameters - that was for debugging.Ted Lemon1997-11-223-3/+0
|
* bsd/os client script (pretty much identical to NetBSD)Ted Lemon1997-11-201-0/+175
|
* Check if variables have value before doing set $variableTed Lemon1997-11-202-88/+116
|
* Don't need to compute network number or broadcast address anymoreTed Lemon1997-11-201-10/+0
|
* Add support for static routesTed Lemon1997-10-202-4/+52
|
* NextStep client scriptTed Lemon1997-09-171-0/+37
|
* Chmod resolv.conf in case umask is bogusTed Lemon1997-09-161-0/+2
|
* Solaris client scriptTed Lemon1997-06-031-0/+148
|
* Linux client scriptTed Lemon1997-06-031-0/+156
|
* FreeBSD client scriptTed Lemon1997-06-021-0/+136
|
* Fix typoTed Lemon1997-06-021-1/+1
|
* Don't have ARP code look up names; net_netmask_arg, not new_subnet_argTed Lemon1997-03-281-4/+7
|
* behave differently if we got a renewal via INIT-REBOOTTed Lemon1997-03-051-3/+3
|
* Don't specify netmask or broadcast address keywords to ifconfig if no ↵Ted Lemon1997-02-271-7/+23
| | | | subnet_mask or broadcast_address options were supplied
* DHCP Client script for NetBSDTed Lemon1997-02-221-0/+117