Lines Matching refs:lease
184 DHCP lease derived names.
217 release 1.4 Fix a bug with DHPC lease parsing which broke in
390 names. Previously the TTL was derived from the lease
391 time but that is incorrect since a lease can be given
504 Fixed spurious re-reading of empty lease files. (Thanks
559 Made lease-file reader bullet-proof.
714 Fix lease time spec when specified in dhcp-range and not
748 Return DHCP T1 and T2 times, with "fuzz" to desychronise lease
761 Cope with a machine taking a DHCP lease and then moving
762 network so that the lease address is no longer valid.
775 dhcp-lease-max option.
825 Fixed inability to start when the lease file doesn't
833 static IP address rather than an old lease when doing
886 Added back the ability to read ISC dhcpd lease files, by
923 that a dual-boot machine sees the same lease when one OS
954 of address movement for clients which let their lease
957 storing state before a lease is granted.
995 mal-formed line. Restarting dnsmasq would then lose the lease.
999 hostnames. This avoids the potential lease-loss problems
1001 it creates a lease but subsequently sends no or a
1073 NAK attempts to renew a DHCP lease where the DHCP range
1074 has changed and the lease is no longer in the allowed
1077 NAK attempts to renew a pool DHCP lease when a statically
1095 the ISC lease-file reader code. Thanks to Andy Cambeis for
1110 Use a lease with matching MAC address for a host which
1131 old lease would persist until it timed out but things
1166 relay. This makes lease renewal for such hosts work
1250 Clarify logged message when a DHCP lease clashes with an
1302 (lease time, network-id tag) from the wrong one would be
1325 the DHCP lease. Thanks to Will Murname for the suggestion.
1382 Sanity check lease times in dhcp-range and dhcp-host
1419 Fixed off-by-one buffer overflow in lease file reading
1492 Add 'd' (for day) as a possible time multiplier in lease
1531 on our network in REBINDING state and with a lease for a
1638 which believes it has a lease on an unknown
1643 Tweaked DHCP behaviour when a client attempts to renew a lease
1646 lease will be created, if it's legal. This makes dnsmasq work
1647 better if the lease database is lost, for example on an OpenWRT
1655 Added error-checking to the code which writes the lease
1770 much simpler and better. The key is to just keep lease
1771 lengths in the lease file. Since these normally never
1772 change, even as the lease is renewed, the lease file never
1914 external lease database. Many thanks to Steve Horbachuk
1917 Provide extra information to lease-change script via its
1919 DNSMASQ_CLIENT_ID will be set. Either the lease length (in
1920 DNSMASQ_LEASE_LENGTH) or lease expiry time (in
1923 information should make it possible to maintain the lease
1927 changes to the client-id and lease length
1928 (HAVE_BROKEN_RTC) or lease expiry time (otherwise)
1932 external persistent lease database for *WRT distros with
1953 Provide extra information to the lease-change script: when
1954 a lease loses its hostname (because a new lease comes
1956 with the current state of the lease, ie no name. The
1957 change is to provide the former name which the lease had
1961 information to the lease-change script when a new lease is
1966 Run the lease change script as root, even when dnsmasq is
1968 most uses of the lease change script need root, this
1978 port-forwards using the DHCP lease-change script. It's
1980 that host gets a DHCP lease, the script will use iptables
1984 using the persistent lease database, and removing them
1985 when a host leaves and its DHCP lease expires.
2014 in INIT-REBOOT or SELECTING state and the lease already
2151 probably needs an infinite DHCP lease and some bad luck to
2283 lease-script.
2289 Return "lease time remaining" in the reply to a DHCPINFORM
2290 request if there exists a lease for the host sending the
2319 leases file and passed to the lease-change
2322 Re-run the lease chamge script with an "old" event for
2323 each lease when dnsmasq receives a SIGHUP.
2326 non-zero exit code from the lease-script "init" call when
2418 a new lease in DHCPOFFER, even if an existing lease
2419 exists. (It used to return the time remaining on the lease
2425 lease-change script. Thanks to Nikos Mavrogiannopoulos for