Commit Graph

  • bebda8deb6 improved changes 2011-05-10 09:51:32 +00:00
  • 508736c880 - Fixed to not introduce separate dhcp-doc package on sles, use versioned rpm provides/obsoletes. 2011-05-10 09:50:05 +00:00
  • 752771910a auto commit by copy to link target 2011-05-04 06:16:14 +00:00
  • e53558882f - Fixed dhclient-script typo causing ISC DHCPv6 client to execute ifup pre-down scripts also while renew, when the ipv6 address did not changed (bnc#690859). 2011-05-03 10:28:15 +00:00
  • b9d11156a1 auto commit by copy to link target 2011-05-02 09:31:02 +00:00
  • b08c1609d2 - 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. 2011-04-29 11:49:30 +00:00
  • e26ffda1f8 - 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). 2011-04-27 12:23:31 +00:00
  • 6198264ea5 auto commit by copy to link target 2011-04-06 08:54:11 +00:00
  • a3dfd66980 - 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). 2011-04-06 07:08:11 +00:00
  • e0884de87b Fixed ldap patch merge Added changelog to changes file 2011-03-31 07:28:41 +00:00
  • 382ec76673 - first test to update to 4.2.1 2011-03-30 13:58:00 +00:00
  • 6ee8ed00ee auto commit by copy to link target 2011-02-21 15:47:24 +00:00
  • 0195044d3a - dhclient-script: fixed typo causing that only global settings to set hostname and default route were applied for primary and never per interface settings (bnc#673792). 2011-02-21 13:52:16 +00:00
  • 1cef57f403 - Added dhcp-4.2.0-xen-checksum.patch by David Cantrell to handle xen partial UDP checksums (bnc#668194). 2011-02-18 09:34:04 +00:00
  • 3215a6a38b auto commit by copy to link target 2011-02-02 23:38:03 +00:00
  • 03917185d6 update date in changes file 2011-02-02 08:12:37 +00:00
  • b32fd45b0e Improved patch description 2011-02-02 08:11:54 +00:00
  • 8fbe98dd98 - 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. 2011-02-02 08:03:02 +00:00
  • 3c5468885d auto commit by copy to link target 2010-12-13 10:54:45 +00:00
  • 88fb2063b9 - 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). 2010-12-13 07:59:07 +00:00
  • 4bc2700b13 auto commit by copy to link target 2010-12-08 12:24:56 +00:00
  • e228d31efc - Enable ldap CASA support on SLE only. 2010-12-07 13:52:41 +00:00
  • 7579190457 auto commit by copy to link target 2010-12-01 00:06:07 +00:00
  • 9156237f34 - Fixed to use same/correct dhcrelay6 interface variables in the sysconfig file and in the dhcrelay6 init script. 2010-11-30 21:01:13 +00:00
  • 5339f2eae6 Added missed DHCRELAY6_LOWER_INTERFACES_ARGS variable rename Initialized DHCRELAY[6_LOWER,6_UPPER]_INTERFACES_ARGS variables 2010-11-30 20:53:03 +00:00
  • 9ac9ef5fbc Removed obsolete dhcp-4.1.1-dhclient-no-libcrypto.diff 2010-11-30 11:11:57 +00:00
  • 4f43da033d Applied init script & sysconfig variable fixes cleaned up debug build hooks 2010-11-29 13:55:05 +00:00
  • b66f732b8f - Updated to ISC DHCP 4.2.0-P1 release, providing a security fix to handle a relay forward message with an unspecified address in the link address field. Previously such a message would cause the server to crash. Thanks to a report from John Gibbons. [ISC-Bugs #21992] CERT: VU#102047 CVE: CVE-2010-3611 (bnc#650902) The 4.2.0 version is a feature release, implementing asynchronous DDNS processing and includes "The LDAP Patch". For a complete list of changes from any previous release, please consult the RELNOTES file within the source distribution or on the ISC website: http://www.isc.org/software/dhcp/420 - Fixed compilation to avoid segfaults as soon as ldap is enabled, merged our ldap patches from 4.1.x branch. 2010-11-29 13:45:24 +00:00
  • ed7ebc6fdf - WIP: update to 4.2.0-P1 2010-11-26 13:57:47 +00:00
  • df2afd2949 fixed patch file name and patch prefix strip in spec file 2010-11-02 10:55:23 +00:00
  • f5e3f4eebc the release change was OK here 2010-11-02 09:31:59 +00:00
  • bafb25fe0d reverted release tag change 2010-11-02 09:29:45 +00:00
  • fb41eefd7e - 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) 2010-11-02 09:29:02 +00:00
  • a093eb98d4 - Fixed server lease file path in contrib/listlease and leasestate changed to extract contrib and examples using setup macro. 2010-09-29 08:28:25 +00:00
  • dbf4445508 checked in (request 45247) 2010-08-10 08:21:53 +00:00
  • fb2f713198 2010-08-10 06:05:28 +00:00
  • 132db0d2fd osc copypac from project:home:mtomaschewski:branches:openSUSE:11.3:Update:Test package:dhcp revision:2 2010-08-10 06:00:18 +00:00
  • 6386fa1e53 - Fixed ldap option number conflicting with new options (bnc#625358) 2010-07-27 11:34:34 +00:00
  • 3815f03b20 checked in (request 42476) 2010-07-05 11:28:45 +00:00
  • bd2e7f60cf - Added a fix for an lpf bind error messages making it easier to localize problems (bnc#617795) 2010-07-02 09:06:17 +00:00
  • e0926363eb checked in (request 41441) 2010-06-14 13:10:26 +00:00
  • b6c1938d4e - 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] 2010-06-14 11:00:35 +00:00
  • 311f2d73a8 checked in (request 40238) 2010-05-18 16:37:37 +00:00
  • 2a72b0eeba removed .dif, exists as .diff 2010-05-18 06:51:17 +00:00
  • 6ac532148e - Added rc.dhcrelay6 as source in the spec file 2010-05-18 06:47:43 +00:00
  • 8b59a4d026 Fixed last, inconsistent submition missing rc.dhcrelay6 scipt and dhcp-4.1.1-dhclient-exec-filedes.dif patch. 2010-05-18 05:39:08 +00:00
  • 45b89025b4 checked in (request 39792) 2010-05-13 20:26:56 +00:00
  • 2e3b8dc826 - Fixed a dhclient option name and new/old ip address check 2010-05-11 09:24:24 +00:00
  • 437f0a146e Fixed to have a netmask default in case require gets removed from config, fixed old / new ip address checks 2010-05-11 09:22:47 +00:00
  • 00ccb8363b Fixed option name typo 2010-05-11 09:20:21 +00:00
  • 877f49e7de do not mix licenses 2010-05-11 04:47:02 +00:00
  • e9c89f6156 - Fixed spec to enable ldap by default 2010-05-11 04:32:11 +00:00
  • d3ab6aae8f - Fixed dhcprelay scripts to source sysconfig file correctly - Fixed spec file typo in arping path require 2010-05-07 20:46:02 +00:00
  • 42ba5be615 Fixed typo in arping path 2010-05-07 20:40:00 +00:00
  • eaa0d0fb22 Updated Authors in spec file 2010-05-07 12:55:06 +00:00
  • b174c03f43 - 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). 2010-05-07 12:12:44 +00:00
  • 062551443b checked in (request 39104) 2010-04-29 21:02:02 +00:00
  • 9840e4d3ef 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... 2010-04-29 09:19:43 +00:00
  • f2a29a2d46 checked in (request 34696) 2010-03-12 15:16:16 +00:00
  • 686472c16a Release... 2010-03-12 15:00:57 +00:00
  • 7830516886 Bumped Release 2010-03-12 15:00:16 +00:00
  • e0d78e71c6 - Fixed dhclient-script to call ifup -o dhcp and signal "complete" to ifup when all configuration is done (bnc#585380,bnc#518219). 2010-03-12 14:57:53 +00:00
  • 36d2142e30 converted link to branch 2010-02-19 14:49:22 +00:00
  • df8e3d6277 checked in 2010-01-14 14:36:25 +00:00
  • 204c35d69e Copy from home:jengelh:branches:network:dhcp/dhcp via accept of submit request 28414 revision 3. Request was accepted with message: Reviewed ok 2010-01-11 09:05:04 +00:00
  • 44691c9153 checked in 2009-12-16 14:52:02 +00:00
  • acd9352a65 - 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. 2009-12-16 12:12:30 +00:00
  • 2bb548cb5a checked in 2009-10-02 20:32:24 +00:00
  • 7729de07da - Replaced mt-02 ldap patch from old git repository with equivalent one (dhcp-3.1.2p1-ldap-patch-mt-02) from a new repository with fixed patch history (http://www.suse.de/~mt/git/dhcp-ldap.git/). 2009-09-29 07:45:20 +00:00
  • 52c55de21c osc copypac from project:network package:dhcp revision:6 2009-09-28 11:39:23 +00:00