SHA256
1
0
forked from pool/dhcp
Commit Graph

140 Commits

Author SHA256 Message Date
a66d02d4db - Updated to ISC dhcp-4.2.3-P2 release, providing a DDNS security fix:
Modify the DDNS handling code. In a previous patch we added logging
  code to the DDNS handling.  This code included a bug that caused it
  to attempt to dereference a NULL pointer and eventually segfault.
  While reviewing the code as we addressed this problem, we determined
  that some of the updates to the lease structures would not work as
  planned since the structures being updated were in the process of
  being freed: these updates were removed.  In addition we removed an
  incorrect call to the DDNS removal function that could cause a failure
  during the removal of DDNS information from the DNS server.
  Thanks to Jasper Jongmans for reporting this issue.
  ([ISC-Bugs #27078], CVE: CVE-2011-4868, bnc#741239)
- Fixed close-on-exec patch to not set it on stderr (bnc#732910)
- Fixed incorrect "a" array type option parsing causing to discard
  e.g. classless static routes from lease file [reported as ISC-Bug
  27289] and zero-length option parsing such as dhcp6.rapid-commit
  in dhclient6 [reported as ISC-Bug 27314] (bnc#739696).
- Fixed dhclient to include its pid number in syslog messages.
- Fixed to use P2 in the spec version, not in the release tag.

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=85
2012-01-16 17:05:05 +00:00
c4d9715c47 - Updated to ISC dhcp-4.2.3-P1 release, providing security fix for
a DoS due to processing certain regular expressions (bnc#735610)
  and several important DDNS related fixes:
  * Add a check for a null pointer before calling the regexec function.
    Without out this check we could, under some circumstances, pass
    a null pointer to the regexec function causing it to segfault.
    Thanks to a report from BlueCat Networks. [ISC-Bugs #26704]
    CVE-2011-4539.
  * Fix the code that checks for an existing DDNS transaction to
    cancel when removing DDNS information, so that we will continue
    with the processing if we have a lease even if it doesn't have an
    outstanding transaction.  [ISC-Bugs #24682]
  * Add AM_MAINTAINER_MODE to configure.ac to avoid rebuilding
    configuration files.  [ISC-Bugs #24107]
  * Add support for passing DDNS information to a DNS server over
    an IPv6 address.  [ISC-Bugs #22647]
  * Enhanced patch for 23595 to handle IPv4 fixed addresses more
    cleanly.  [ISC-Bugs #23595]
- Refreshed ldap patch

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=82
2011-12-09 13:48:59 +00:00
Stephan Kulow
1ebe25dd28 Accepting request 85984 from home:coolo:removelibtool
add libtool as buildrequires so we no longer rely on libtool in the project config of factory - it's only needed by <10% of all packages

OBS-URL: https://build.opensuse.org/request/show/85984
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=80
2011-10-06 10:12:38 +00:00
OBS User buildservice-autocommit
c4ad4567fd Updating link to change in openSUSE:Factory/dhcp revision 62.0
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=401cdd564c23f1c2ad55c20416cbb779
2011-09-06 15:14:32 +00:00
bf0eb18a09 - Commented out all configuration examples in /etc/dhcpd.conf and
dhcp6.conf (bnc#715473).
- Enabled dhcp6.rapid-commit in /etc/dhclient6.conf config file.
- Removed useless provides/obsoletes from spec file.

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=78
2011-09-06 14:43:10 +00:00
47cf8dc4e5 - Set the DHCPD_CONF_INCLUDE_FILES and the DHCPD6_CONF_INCLUDE_FILES
variables to /etc/dhcpd.d and /etc/dhcpd6.d by default, so there
  are well-defined directories expected to contain additional config
  files (bnc#690585).

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=77
2011-08-31 09:13:05 +00:00
OBS User buildservice-autocommit
0c711272fa Updating link to change in openSUSE:Factory/dhcp revision 60.0
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=7ab027c51c530287288b771c470113b3
2011-08-31 08:47:57 +00:00
209e98a28b - Updated to ISC dhcp-4.2.2 release, providing two security fixes
(CVE-2011-2748,CVE-2011-2749,[ISC-Bugs #24960],bnc#712653), that
  allowed remote attackers to cause a denial of service (a daemon
  exit) via crafted BOOTP packets. Further also DNS update fix to
  detect overlapping pools or misconfigured fixed-address entries,
  that caused a server crash during DNS update and other fixes.
  For a complete list, please see the RELNOTES file provided in
  the package and also available online at http://www.isc.org/.
- Merged/adopted dhclient option-checks, send-hostname-rml, ldap
  patch, xen-checksum, close-on-exec patches and removed obsolete
  in6_pktinfo-prototype and relay-no-ip-on-interface patches.
- Moved server pid files into chroot directory even chroot is
  not used and create a link in /var/run, so it can write one
  when started as user without chroot and avoid stop problems
  when the chroot sysconfig setting changed (bnc#712438).
- Disabled log-info level messages in dhclient(6) quiet mode to
  avoid excessive logging of non-critical messages (bnc#711420).
- Fixed dhclient-script to not remove alias IP when it didn't
  changed to not wipe out iptables connmark when renewing the
  lease (bnc#700771). Thanks to James Carter for the patch.
- Fixed DDNS-howto.txt reference in the config file; it has been
  moved to the dhcp-doc package (bnc#697279).
- Removed GPL licensed files (bind-*/contrib/dbus) from bind.tgz
  to ensure, they're not used to build non-GPL dhcp (bnc#714004).
- Changed to apply strict-aliasing/RELRO for >= 12.x only

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=75
2011-08-29 15:37:53 +00:00
538b3bfcf1 Accepting request 76554 from home:elvigia:branches:network:dhcp
- Correct previous change. 

- THis is a long running network daemon, link with
   full RELRO security enhancements.
- remove -fno-strict-aliasing from CFLAGS, no longer needed.

OBS-URL: https://build.opensuse.org/request/show/76554
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=74
2011-08-29 15:13:53 +00:00
6441545555 Accepting request 70370 from home:elvigia:branches:network:dhcp
- Import redhat's patch to open all needed FDs  with O_CLOEXEC
  so they dont leak.

OBS-URL: https://build.opensuse.org/request/show/70370
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=73
2011-05-17 10:54:19 +00:00
OBS User buildservice-autocommit
dd686d8d98 Updating link to change in openSUSE:Factory/dhcp revision 58.0
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=2cd9f069c34038ebb5ff1171863e61c4
2011-05-16 09:17:24 +00:00
1c0a388928 - Removed obsolete sles8 compatibility dependencies, fixed
to avoid non-functional sles_version conditionals.

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=71
2011-05-12 08:43:05 +00:00
ab2eb47c42 - Fixed to not introduce separate dhcp-doc package on sles,
use versioned rpm provides/obsoletes.

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=69
2011-05-10 11:50:05 +00:00
OBS User buildservice-autocommit
b9342cd8d9 Updating link to change in openSUSE:Factory/dhcp revision 56.0
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=375344c03693331ef3d1df4a3a58540b
2011-05-04 08:16:27 +00:00
OBS User buildservice-autocommit
6603dadc90 Updating link to change in openSUSE:Factory/dhcp revision 54.0
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=7b4b92caa272f102ac2ea168361c53e2
2011-05-02 11:31:18 +00:00
9788124e2a - Implemented optional ldap connect retry loop during the initial
startup of the dhcp server in cases where the ldap server is not
  yet started. Set the ldap-init-retry <num> option in dhcpd.conf
  to enable it (bnc#627617). Merged in the actual ldap patch.
- Cleaned up init script error reporting, no -TERM for killproc.

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=65
2011-04-29 13:49:30 +00:00
db15e53e32 - Updated to ISC dhcp-4.2.1-P1 release, that provides most of the
dhclient pretty escape and string option checks. Use relaxed
  domain-name option check causing a regression, when the server
  is misusing it to provide a domain list and does not provide
  it via the domain-search option; pretty escape semicolon as well
  (bnc#675052, CVE-2011-0997).

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=64
2011-04-27 14:23:31 +00:00
OBS User buildservice-autocommit
9f3d12e625 Updating link to change in openSUSE:Factory/dhcp revision 52.0
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=f20674d3bfa6e031cadbe37c9ed3f07b
2011-04-06 10:54:21 +00:00
43cf8a5665 - Discard string options such as host and domain names containing
disallowed characters or beeing too long. This proctive patch
  limits root-path to a-zA-Z0-9, #%+-_:.,@~/\[]= and a space
  (bnc#675052, CVE-2011-0997).

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=62
2011-04-06 09:08:11 +00:00
b2f0f65312 - first test to update to 4.2.1
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=60
2011-03-30 15:58:00 +00:00
OBS User buildservice-autocommit
1f57393408 Updating link to change in openSUSE:Factory/dhcp revision 50.0
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=b3e5156cc3bf59825ee92d06343b571b
2011-02-21 16:47:36 +00:00
35b05841a2 - Added dhcp-4.2.0-xen-checksum.patch by David Cantrell to handle
xen partial UDP checksums (bnc#668194).

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=57
2011-02-18 10:34:04 +00:00
3e8864fa10 - Applied security fix for unexpected abort caused by a DHCPv6
decline message (CVE-2011-0413, VU#686084, bnc#667655).
- Fixed dhclient.conf to request the domain-search option.

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=53
2011-02-02 09:03:02 +00:00
OBS User buildservice-autocommit
3937129549 Updating link to change in openSUSE:Factory/dhcp revision 45.0
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=92919383283294f2d114756d9f34aa8a
2010-12-13 11:54:52 +00:00
9fae58a51f - Updated to ISC DHCP 4.2.0-P2, a security release fixing the
handling of connection requests on the failover port.
  Previously a connection request from a source that wasn't
  listed as a failover peer would cause the server to become
  non-responsive. ([ISC-Bugs #22679] CERT: VU#159528 CVE:
  CVE-2010-3616, bnc#659059).

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=51
2010-12-13 08:59:07 +00:00
OBS User buildservice-autocommit
a53c01d571 Updating link to change in openSUSE:Factory/dhcp revision 43.0
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=f94afb64e9f59c3499987678972cb4ae
2010-12-08 13:25:03 +00:00
2ee797eb70 - Enable ldap CASA support on SLE only.
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=49
2010-12-07 14:52:41 +00:00
OBS User buildservice-autocommit
2eda4a09d5 Updating link to change in openSUSE:Factory/dhcp revision 41.0
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=e2a50348a544589fd613a9e79b6b352b
2010-12-01 01:06:13 +00:00
73d4520f2c Added missed DHCRELAY6_LOWER_INTERFACES_ARGS variable rename
Initialized DHCRELAY[6_LOWER,6_UPPER]_INTERFACES_ARGS variables

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=46
2010-11-30 21:53:03 +00:00
31926767de Applied init script & sysconfig variable fixes
cleaned up debug build hooks

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=44
2010-11-29 14:55:05 +00:00
1a182da2e9 - WIP: update to 4.2.0-P1
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=42
2010-11-26 14:57:47 +00:00
d782b73aff fixed patch file name and patch prefix strip in spec file
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=41
2010-11-02 11:55:23 +00:00
e624e22e67 the release change was OK here
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=40
2010-11-02 10:31:59 +00:00
0cecb6bbaf reverted release tag change
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=39
2010-11-02 10:29:45 +00:00
1071b12d06 - Fixed a dhcrelay segfault while receiving packets on interfaces
without any IPv4 address assigned (bnc#631305, reported upsteam
  as [ISC-Bugs #22409]).
- Fixed a common infinite loop while parsing options with optional
  parts in the value such as in slp-service-scope option (bnc#643845,
  reported upsteam as [ISC-Bugs #22410]).
- Fixed init scripts to report correct LSB codes in status action,
  when the config file or the binary do not exists (bnc#640336).
- Fixed syntax of a check in the rcdhcrelay[6] (bnc#648580)
- Avoid pid check error message in the rcdhcpd[6] (bnc#646875)

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=38
2010-11-02 10:29:02 +00:00
c98d1cc5ee - Fixed server lease file path in contrib/listlease and leasestate
changed to extract contrib and examples using setup macro.

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=37
2010-09-29 10:28:25 +00:00
OBS User autobuild
8fb0bb9168 Accepting request 45247 from network:dhcp
checked in (request 45247)

OBS-URL: https://build.opensuse.org/request/show/45247
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=36
2010-08-10 10:21:53 +00:00
69130efed3 - Fixed ldap option number conflicting with new options (bnc#625358)
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=33
2010-07-27 13:34:34 +00:00
OBS User buildservice-autocommit
a555842b9c Updating link to change in openSUSE:Factory/dhcp revision 36.0
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=edd9ef6c4d67392641eb9b3125317918
2010-07-05 13:28:45 +00:00
73d4264ebc - Added a fix for an lpf bind error messages making it easier to
localize problems (bnc#617795)

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=31
2010-07-02 11:06:17 +00:00
OBS User buildservice-autocommit
b82bd4dda2 Updating link to change in openSUSE:Factory/dhcp revision 35.0
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=fcd2ee038fbedfda7d36c3a36c202bde
2010-06-14 15:10:27 +00:00
OBS User autobuild
0345bc2f9f Accepting request 41441 from network:dhcp
checked in (request 41441)

OBS-URL: https://build.opensuse.org/request/show/41441
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=30
2010-06-14 15:10:26 +00:00
e151a22233 - Updated to ISC DHCP 4.1.1-P1 patch release, which contains
a pair of bug fixes including one for a security related bug
  (bnc#612546, CVE-2010-2156):
  * A bug was fixed that could cause the DHCPv6 server to
    advertise/assign a previously allocated (active) lease to a
    client that has changed subnets, despite being on different
    shared networks. Dynamic prefixes specifically allocated in
    shared networks also now are not offered if the client has
    moved. [ISC-Bugs #21152]
  * Accept a client id of length 0 while hashing. Previously the
    server would exit if it attempted to hash a zero length client
    id, providing attackers with a simple denial of service attack.
    [ISC-Bugs #21253]

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=29
2010-06-14 13:00:35 +00:00
OBS User buildservice-autocommit
ac9d62fb12 Updating link to change in openSUSE:Factory/dhcp revision 34.0
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=04c9445a0b7e996100d9cf87360be886
2010-05-18 18:37:44 +00:00
OBS User autobuild
e429139b4e Accepting request 40238 from network:dhcp
checked in (request 40238)

OBS-URL: https://build.opensuse.org/request/show/40238
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=28
2010-05-18 18:37:37 +00:00
29eefd46b0 - Added rc.dhcrelay6 as source in the spec file
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=26
2010-05-18 08:47:43 +00:00
OBS User buildservice-autocommit
34a5dc1e28 Updating link to change in openSUSE:Factory/dhcp revision 33.0
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=3e128ea1dfe1f438c5c539850885a0ad
2010-05-13 22:27:05 +00:00
OBS User autobuild
9446034797 Accepting request 39792 from network:dhcp
checked in (request 39792)

OBS-URL: https://build.opensuse.org/request/show/39792
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=24
2010-05-13 22:26:56 +00:00
b2e892b065 - Fixed spec to enable ldap by default
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=19
2010-05-11 06:32:11 +00:00
5a5ec5c642 Fixed typo in arping path
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=17
2010-05-07 22:40:00 +00:00
1837f0da83 Updated Authors in spec file
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=16
2010-05-07 14:55:06 +00:00
b6b28d718d - Updated to ISC DHCP 4.1.1, the current 4.x series production
release, providing DHCPv6 client/server/relay implementation.
  The programs act in DHCPv6 mode, when the -6 start option is set.
  We install separate init scripts with a 6 at the end to handle
  them, that is /etc/init.d/dhcpd6 and dhrelay6. Further, there is
  also a link to the binaries with a 6 at the end, e.g. dhclient6,
  making it visible, that the installed version supports DHCPv6.
- Moved additional documentation to a separate dhcp-doc package.
- Changed to provide config files and scripts as source files
  instead of patches to the ISC scripts.
- Adopted spec file and config/scripts, merged in all patches.
- Implemented RFC 3442 classless static routes support in the
  dhclient-script (bnc#555870).

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=15
2010-05-07 14:12:44 +00:00
OBS User buildservice-autocommit
0815f289e0 Updating link to change in openSUSE:Factory/dhcp revision 32.0
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=b08c0d269b6009aab736242b60dffd9f
2010-04-29 23:02:03 +00:00
OBS User autobuild
fd86efa200 Accepting request 39104 from network:dhcp
checked in (request 39104)

OBS-URL: https://build.opensuse.org/request/show/39104
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=14
2010-04-29 23:02:02 +00:00
4eeca9a16e Accepting request 39103 from home:mtomaschewski:dhcp
Copy from home:mtomaschewski:dhcp/isc-dhcp-31x via accept of submit request 39103 revision 5.
Request was accepted with message:
OK, seems the version is fine...

OBS-URL: https://build.opensuse.org/request/show/39103
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=13
2010-04-29 11:19:43 +00:00
a8079dc2b6 Release...
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=11
2010-03-12 16:00:57 +00:00
91ef757364 Bumped Release
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=10
2010-03-12 16:00:16 +00:00
bc0b04f3d8 - Fixed dhclient-script to call ifup -o dhcp and signal "complete"
to ifup when all configuration is done (bnc#585380,bnc#518219).

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=9
2010-03-12 15:57:53 +00:00
OBS User buildservice-autocommit
dd38cc0c12 Updating link to change in openSUSE:Factory/dhcp revision 29.0
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=d9d45b1374eb0345c1355a2525581ad3
2010-01-14 15:36:26 +00:00
OBS User autobuild
afa459761a checked in
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=7
2010-01-14 15:36:25 +00:00
Stephan Kulow
9f076708f3 Accepting request 28414 from home:jengelh:branches:network:dhcp
Copy from home:jengelh:branches:network:dhcp/dhcp via accept of submit request 28414 revision 3.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/28414
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=6
2010-01-11 10:05:04 +00:00
OBS User autobuild
429c7df13b checked in
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=5
2009-12-16 15:52:02 +00:00
b0fba699b0 - Fixed dhclient-script to use correct sysconfig run dir path
to not to break the defaultroute/hostname setup (bnc#555095).
- Don't request any specific lease-time by default (bnc#516459).
- Fixed dhclient-script to forward new_domain_search as DNSSEARCH
  to netconfig.
- Updated to dhcp-3.1.3 maintenance release fixing several issues
  (a digest, see RELNOTES for the complete list):
  * Remove infinite loop in token_print_indent_concat().
  * A parser bug was fixed that segfaulted if site-option-space
    was tried to be used interchangeably with vendor-option-space.
  * Two uninitialized stack structures are now memset to zero,
    thanks to patch from David Cantrell at Red Hat.
  * Memory leak in the load_balance_mine() function is fixed. This
    would leak ~20-30 octets per DHCPDISCOVER packet while failover
    was in use and in normal state.
  * Fixed setting hostname in Linux hosts that require hostname
    argument to be double-quoted.  Also allow server-provided
    hostname to override hostnames 'localhost' and '(none)'.
  * Added client support for setting interface MTU and metric,
    thanks to Roy "UberLord" Marples <roy@marples.name>.
  * Fixed failover reconnection retry code to continue to retry to
    reconnect rather than restarting the listener.
  * Fixed a bug where an OMAPI socket disconnection message would
    not result in scheduling a failover reconnection, if the link
    had not negotiated a failover connect yet (e.g.: connection
    refused, asynch socket connect() timeouts).
  * Versions 3.0.x syntax with multiple name->code option
    definitions is now supported.  Note that, similarly to 3.0.x,
    for by-code lookups only the last option definition is used.
  * Fixed a fenceposting bug when a client had two host records
    configured, one using 'uid' and the other using 'hardware
    ethernet'. CVE-2009-1892
- Updated to dhcp-3.1.3-ldap-patch-mt-01 including previous fixes.
- Merged dhclient script, removed obsolete CVE-2009-1892 fix.

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=4
2009-12-16 13:12:30 +00:00
OBS User autobuild
7ef2958fc3 Accepting request 26816 from network:dhcp
Copy from network:dhcp/dhcp based on submit request 26816 from user mtomaschewski

OBS-URL: https://build.opensuse.org/request/show/26816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=28
2009-12-16 15:52:03 +00:00
OBS User autobuild
79e8353a85 Accepting request 21308 from network:dhcp
Copy from network:dhcp/dhcp based on submit request 21308 from user mtomaschewski

OBS-URL: https://build.opensuse.org/request/show/21308
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=26
2009-10-02 22:32:25 +00:00
OBS User autobuild
a6f45302c1 Accepting request 17525 from network
Copy from network/dhcp based on submit request 17525 from user mtomaschewski

OBS-URL: https://build.opensuse.org/request/show/17525
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=25
2009-08-13 16:04:28 +00:00
OBS User unknown
f52eac7d22 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=24 2009-08-06 19:34:50 +00:00
OBS User unknown
3b9128737e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=23 2009-01-22 12:08:36 +00:00
OBS User unknown
839cc33106 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=22 2009-01-19 01:22:10 +00:00
OBS User unknown
23138acaa3 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=21 2008-11-28 13:55:40 +00:00
OBS User unknown
24f17c8601 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=20 2008-11-17 15:46:10 +00:00
OBS User unknown
c0482096e0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=19 2008-09-12 22:24:42 +00:00
OBS User unknown
f97f49a418 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=18 2008-08-22 22:17:43 +00:00
OBS User unknown
67338e0b82 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=17 2008-06-27 18:47:45 +00:00
OBS User unknown
dd1dd8a44e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=16 2008-05-23 15:06:44 +00:00
OBS User unknown
91fa859152 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=15 2008-05-21 20:56:13 +00:00
OBS User unknown
b1f520515a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=14 2008-04-06 03:08:55 +00:00
OBS User unknown
cea1605f96 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=13 2008-04-01 21:02:39 +00:00
OBS User unknown
6f510f14b6 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=12 2007-12-05 22:58:38 +00:00
OBS User unknown
7a1ce40e10 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=11 2007-11-22 17:09:01 +00:00
OBS User unknown
0341434b10 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=10 2007-08-24 21:23:29 +00:00
OBS User unknown
da59e30098 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=9 2007-07-30 18:28:05 +00:00
OBS User unknown
41c2e5cef2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=8 2007-07-21 15:29:24 +00:00
OBS User unknown
74d6caa6a2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=7 2007-06-28 17:18:01 +00:00
OBS User unknown
1dcccc7a2a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=6 2007-05-22 13:06:42 +00:00
OBS User unknown
acea850f24 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=5 2007-05-17 09:27:30 +00:00
OBS User unknown
97546f67c9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=4 2007-03-15 17:17:55 +00:00
OBS User unknown
d3351598a0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=3 2007-03-15 00:23:11 +00:00
OBS User unknown
e6256e3a47 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=2 2007-02-25 22:22:54 +00:00
OBS User unknown
cfcbc0cde3 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=1 2007-01-10 16:39:58 +00:00