summaryrefslogtreecommitdiffstats
path: root/contrib/isc-dhcp
Commit message (Collapse)AuthorAgeFilesLines
* The previous fix (rev 1.25) is only needed in the second place.mbr2003-09-151-3/+1
|
* Only kill the default route in the release mode if the interfacembr2003-09-151-2/+15
| | | | | | | | where the default route is bound to is the same device. Keep it working for the single user or sysinstall mode, where we just do what we did before. Suggested by: dougb
* Restore behaviour from rev. 1.9. Only log when there is a real changembr2003-09-091-5/+0
| | | | | | to the configuration state. Noticed by: obrien
* Import ISC DHCP 3.0.1 RC12 client.mbr2003-09-021-5/+7
| | | | | - s/include/includes - remove already merged files
* Resolve conflicts.mbr2003-09-025-686/+699
|
* Resolve conflicts.mbr2003-09-021-1/+1
| | | | * rev. 1.22
* Resolve conflicts:mbr2003-09-021-13/+35
| | | | * rev. 1.33/1.25
* This commit was generated by cvs2svn to compensate for changes in r119669,mbr2003-09-029-75/+233
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import ISC DHCP 3.0.1 RC12 client.mbr2003-09-0216-787/+993
| |
* | Sync with ISC repo. Use SIGTERM instead of SIGKILL, make oldpid a long andmbr2003-09-021-9/+12
| | | | | | | | cast it into a pid_t.
* | Change name of state_link() to state_polling() to make itmbr2003-08-103-49/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | more clear what it does. Trim interface_active() to just do what it should do. Check if we got link or not and if the NIC supports it. No special treatment for mediachecks here anymore. Simplify the code a lot, and remove doublicated parts. Fix two minor spelling errors. Add one missing #ifdef ENABLE_POLLING_MODE Reviewed by: mdodd
* | Fix devices which do not support ifm_status. Always returnmbr2003-08-091-8/+13
| | | | | | | | | | | | | | TRUE for them. Reported by: mdodd Tested by: Craig Rodrigues <rodrigc@crodrigues.org>
* | Add all interface polling patches.mbr2003-08-071-2/+8
| |
* | Do not poll during discover. Add a polling tunable to the interfacembr2003-08-072-4/+26
| | | | | | | | | | | | struct to be able to turn polling on/off. Tested by: Larry Rosenman <ler@lerctr.org>
* | - Fix the polling code to work with media settings in dhclient.conf.mbr2003-08-072-38/+189
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rename linkstatus to linkstate which is more correct. - Sort any leases each time we loose and regain link. With the first version we spammed the dhclient.leases file. - When there was no link on a interface, polling has been done twice. This has been fixed with a bigger sleep interval. - interface_active() now returns only a assumed state of the link. If we are using media settings, we cannot be sure that the link actually works. That means we assume that the link is working and continue to send requests as usual on the interface and loop over all possible media options. Polling is still done. If your interface gets suddenly link, dhclient will send a dhcp discover request. After all media settings have been tried a few times, dhclient will sleep. If one does change networks very often, it can help to set the "retry timeout" to a low value like 100 seconds. The default is over six minutes. Tested by: Larry Rosenman <ler@lerctr.org>, imp
* | Change ieee802 to ieee80211.mbr2003-08-062-53/+53
| | | | | | | | | | | | Add bogospaces to match the ISC style. Suggested by: eivind
* | Fix dhclient infinite loop on ro /etc/resolv.confmbr2003-07-281-5/+11
| | | | | | | | | | | | | | Submitted by: C J Michaels <cjm2@earthling.net> Reviewed by: David W. Hankins PR: 38778 ISC-Bug: 5754
* | Don't wait forever if there is no link, go to backgroundmbr2003-07-281-0/+2
| | | | | | | | after 2 x polling time.
* | Define $FreeBSD$ at the right place.mbr2003-07-282-5/+3
| |
* | Enable dhclient to poll the interface state and send onlymbr2003-07-285-6/+240
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | requests if the interface has an active link. This is a great benefit if you often change networks with your laptop and you do not like to kill/restart dhclient all the time. Changes are automatically detected and the link is refreshed. The change allows us to start dhclient in background mode Enable dhclient to poll the interface state and send only requests if the interface has an active link. This is a great benefit if you often change networks with your laptop and you do not like to kill/restart dhclient all the time. Changes are automatically detected and the link is refreshed. The change allows us to start dhclient in background mode while the network cable is not plugged in. To control the polling interval, the option -i has been introduced. It takes seconds as parameter, the minimum is one second, the default is five seconds. Polling is done in seconds, not microseconds, because dhclient does internally work with timeouts in seconds. This change will be part of the next major ISC-dhcpd release. Tested by: bms, imp, and many many others. Reviewed by: murray, eivind, dhclient folks
* | Add notice about the local change in r1.25mbr2003-07-261-0/+1
| |
* | Tweak a couple of utilities so they compile cleanly for /rescue. Mostlygordon2003-06-291-0/+12
| | | | | | | | | | | | path fixes. Submitted by: Tim Kientzle <kientzle@acm.org>
* | Centralize _PATH_* definitions.obrien2003-05-051-1/+1
| | | | | | | | Submitted by: Tim Kientzle <kientzle@acm.org> (embellished by me)
* | We don't have cat(1) and kill(1) on the miniroot disks.mbr2003-03-231-9/+15
| | | | | | | | | | | | | | | | This fix will be committed to the ISC repo later, but for now take this file out of the vendor tree. Reviewed by: phk Approved by: murray
* | Add a -v(erbose) flag to undo our -q(uiet) default.obrien2003-03-182-0/+10
| |
* | We now include the dhcpctl subdirectory.murray2003-01-161-1/+0
| |
* | Update for the isc_dhcp_3_0_1_rc11 import.obrien2003-01-161-6/+6
| |
* | Use the stock version of this file -- all our needs have been taken care of.obrien2003-01-161-3/+2
| |
* | Make the "SEE ALSO" suitable for FreeBSD.obrien2003-01-161-2/+2
| |
* | Make isc_dhcp_3_0_1_rc11's "SEE ALSO" suitable for FreeBSD.obrien2003-01-161-2/+2
| |
* | This commit was generated by cvs2svn to compensate for changes in r109365,murray2003-01-169-0/+3116
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import ISC DHCP 3.0.1 RC11 omshell interface.murray2003-01-169-0/+3116
| |
* | Merge rev 1.6 (-D) and rev 1.8 (SEE ALSO suitable for FreeBSD) intoobrien2003-01-161-1/+3
| | | | | | | | isc_dhcp_3_0_1_rc11.
* | Make isc_dhcp_3_0_1_rc11's "SEE ALSO" suitable for FreeBSD.obrien2003-01-161-2/+2
| |
* | Merge rev 1.2 (correct script path) and 1.6 (prefer strlcpy to strcpy)obrien2003-01-161-1/+1
| | | | | | | | into isc_dhcp_3_0_1_rc11.
* | Merge our spelling changes into isc_dhcp_3_0_1_rc11.obrien2003-01-161-3/+4
| |
* | This commit was generated by cvs2svn to compensate for changes in r109357,obrien2003-01-1640-106/+169
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import isc-dhcpd-3.0.1rc11.obrien2003-01-1647-119/+182
| | | | | | | | | | | | This fixes a security vulnerability in the bundled resolver library. Requested by: scottl(re)
* | Resolve conflicts.murray2003-01-155-9/+18
| |
* | Resolve conflicts.murray2003-01-151-15/+15
| | | | | | | | (import approved by: re)
* | This commit was generated by cvs2svn to compensate for changes in r109298,murray2003-01-1520-36/+84
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import ISC DHCP 3.0.1 RC10 client.murray2003-01-1527-65/+135
| |
* | Resolve conflicts (fix spelling errors).murray2002-09-301-5/+27
| |
* | Resolve conflicts.murray2002-09-304-8/+9
| |
* | This commit was generated by cvs2svn to compensate for changes in r104185,murray2002-09-3012-44/+93
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import ISC DHCP 3.0.1 RC9 client.murray2002-09-3018-58/+130
| |
* | Document recent DHCP upgrade.murray2002-04-011-6/+7
| |
* | Resolve conflicts.murray2002-04-012-3/+19
| |
* | Resolve conflicts:murray2002-04-011-13/+41
| | | | | | | | | | | | | | | | * $FreeBSD$ * connect std{in,out,err} (r1.19). * prefer strlcpy to strpy (r1.13). * quiet by default (r1.6). * document -D option.
* | Resolve conflicts:murray2002-04-011-2/+20
| | | | | | | | | | | | * $FreeBSD$ line. * Prefer strlcpy to strcpy (r1.6). * dhclient-script pathname.
OpenPOWER on IntegriCloud