Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							e79843f283 
							
						 
					 
					
						
						
							
							dhclient-script: s/addr add/addr replace/  
						
						... 
						
						
						
						It might happen that the address is already there,
in which case we want to update life-times.
BZ#1187856#c15
ip addr add =     NLM_F_CREATE|NLM_F_EXCL
ip addr replace = NLM_F_CREATE|NLM_F_REPLACE
ip addr change =  NLM_F_REPLACE
from linux/netlink.h
NLM_F_REPLACE   0x100   /* Override existing            */
NLM_F_EXCL      0x200   /* Do not touch, if it exists   */
NLM_F_CREATE    0x400   /* Create, if it does not exist */ 
						
					 
					
						2015-02-13 19:49:39 +01:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							3fbee316e3 
							
						 
					 
					
						
						
							
							sources  
						
						
						
					 
					
						2015-02-08 19:09:07 +01:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							9568cf3620 
							
						 
					 
					
						
						
							
							4.3.2b1  
						
						
						
					 
					
						2015-02-08 18:31:39 +01:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							b72dfb9de9 
							
						 
					 
					
						
						
							
							spec: upstream bug  
						
						
						
					 
					
						2015-02-03 17:24:21 +01:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							8e6888336c 
							
						 
					 
					
						
						
							
							send unicast request/release via correct interface ( #800561 ,  #1177351 )  
						
						
						
					 
					
						2015-02-03 12:10:31 +01:00 
						 
				 
			
				
					
						
							
							
								Tomas Hozza 
							
						 
					 
					
						
						
						
						
							
						
						
							938f7b9f6c 
							
						 
					 
					
						
						
							
							rebuild against bind-9.10.2rc1  
						
						... 
						
						
						
						Signed-off-by: Tomas Hozza <thozza@redhat.com> 
						
					 
					
						2015-02-02 13:53:20 +01:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							96d5a640ad 
							
						 
					 
					
						
						
							
							dhcp-improved-xid.patch: correct byte order so the printed xid is the same as in tcpdump/wireshark  
						
						
						
					 
					
						2015-01-30 17:08:15 +01:00 
						 
				 
			
				
					
						
							
							
								Tomas Hozza 
							
						 
					 
					
						
						
						
						
							
						
						
							c7dbb5f487 
							
						 
					 
					
						
						
							
							rebuild against bind 9.10.1-P1  
						
						... 
						
						
						
						Signed-off-by: Tomas Hozza <thozza@redhat.com> 
						
					 
					
						2015-01-14 13:29:41 +01:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							7df69ff85b 
							
						 
					 
					
						
						
							
							dhclient: write DUID_LLT even in stateless mode ( #1156356 )  
						
						
						
					 
					
						2014-12-18 13:46:37 +01:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							943825365a 
							
						 
					 
					
						
						
							
							amend dhcp-dhclient-options.patch  
						
						
						
					 
					
						2014-12-17 11:00:18 +01:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							5d40954fa5 
							
						 
					 
					
						
						
							
							option 97 - pxe-client-id ( #1058674 )  
						
						
						
					 
					
						2014-12-17 10:57:39 +01:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							d9a087ceae 
							
						 
					 
					
						
						
							
							amend post scriptlets for  #1120656  
						
						
						
					 
					
						2014-11-19 13:09:34 +01:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							81262d499a 
							
						 
					 
					
						
						
							
							dhclient-script: remove restorecon calls ( #1161500 )  
						
						
						
					 
					
						2014-11-10 10:47:16 +01:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							18026f47c3 
							
						 
					 
					
						
						
							
							and the patch ;-)  
						
						
						
					 
					
						2014-11-04 16:54:02 +01:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							619d70848b 
							
						 
					 
					
						
						
							
							GSSAPI support for ldap authentication ( #1150542 )  
						
						
						
					 
					
						2014-11-04 16:53:00 +01:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							fac5ecb164 
							
						 
					 
					
						
						
							
							redefine DHCLIENT_DEFAULT_PREFIX_LEN  64 -> 128  
						
						
						
					 
					
						2014-10-31 11:52:33 +01:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							6dec08933e 
							
						 
					 
					
						
						
							
							dhclient-script: fix paths /[s]bin -> /usr/[s]bin  
						
						
						
					 
					
						2014-10-31 11:47:20 +01:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							8d4540569e 
							
						 
					 
					
						
						
							
							Merge branch 'f21'  
						
						
						
					 
					
						2014-10-10 13:18:54 +02:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							5bf5d8904c 
							
						 
					 
					
						
						
							
							Relay-forward Message's Hop Limit should be 32 ( #1147240 )  
						
						
						
					 
					
						2014-10-10 13:16:14 +02:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							ffddd72865 
							
						 
					 
					
						
						
							
							Merge branch 'f21'  
						
						
						
					 
					
						2014-10-08 19:40:05 +02:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							91172b8573 
							
						 
					 
					
						
						
							
							upstream patch to build against bind-9.9.6  
						
						
						
					 
					
						2014-10-08 19:38:10 +02:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							891293f996 
							
						 
					 
					
						
						
							
							dhcpd generates spurious responses when seeing requests from vlans on plain interface ( #1150587 )  
						
						
						
					 
					
						2014-10-08 19:37:45 +02:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							68b51c48fc 
							
						 
					 
					
						
						
							
							Merge branch 'f21'  
						
						
						
					 
					
						2014-10-03 16:55:32 +02:00 
						 
				 
			
				
					
						
							
							
								Tomas Hozza 
							
						 
					 
					
						
						
						
						
							
						
						
							8739746584 
							
						 
					 
					
						
						
							
							rebuild against bind-9.9.6  
						
						... 
						
						
						
						Signed-off-by: Tomas Hozza <thozza@redhat.com> 
						
					 
					
						2014-10-03 14:38:05 +02:00 
						 
				 
			
				
					
						
							
							
								Tomas Hozza 
							
						 
					 
					
						
						
						
						
							
						
						
							4305b4f8e1 
							
						 
					 
					
						
						
							
							rebuild against bind-9.9.6  
						
						... 
						
						
						
						Signed-off-by: Tomas Hozza <thozza@redhat.com> 
						
					 
					
						2014-10-03 12:15:55 +02:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							a2d4f5a9e6 
							
						 
					 
					
						
						
							
							Merge branch 'f21'  
						
						
						
					 
					
						2014-09-04 16:29:05 +02:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							3dc8f27fe3 
							
						 
					 
					
						
						
							
							[dhclient -6] infinite preferred/valid lifetime represented as -1 ( #1133839 )  
						
						
						
					 
					
						2014-09-04 16:25:06 +02:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							ceab28385b 
							
						 
					 
					
						
						
							
							better obsoletes for server & client  
						
						
						
					 
					
						2014-09-01 12:27:21 +02:00 
						 
				 
			
				
					
						
							
							
								Kalev Lember 
							
						 
					 
					
						
						
						
						
							
						
						
							dd63340ae7 
							
						 
					 
					
						
						
							
							Fix dhclient obsoletes version  
						
						... 
						
						
						
						Make sure the obsoletes cover the version in that's in F21,
dhclient-4.3.1-6.fc21.x86_64. 
						
					 
					
						2014-08-30 14:34:07 +02:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							e70cc70732 
							
						 
					 
					
						
						
							
							Merge branch 'f21'  
						
						
						
					 
					
						2014-08-26 12:08:58 +02:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							4992026c16 
							
						 
					 
					
						
						
							
							dhclient-script: another improvement of add_ipv6_addr_with_DAD()  
						
						
						
					 
					
						2014-08-26 12:08:50 +02:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							0bccfbcbc5 
							
						 
					 
					
						
						
							
							Merge branch 'f21'  
						
						
						
					 
					
						2014-08-26 10:13:34 +02:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							a6e84ccd33 
							
						 
					 
					
						
						
							
							- dhclient-script: IPv6 address which fails DAD is auto-removed ( #1133465 )  
						
						
						
					 
					
						2014-08-25 19:19:21 +02:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							fe41e18619 
							
						 
					 
					
						
						
							
							spec: use -D with 'install'  
						
						
						
					 
					
						2014-08-25 19:19:14 +02:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							5bd17cb2c1 
							
						 
					 
					
						
						
							
							- dhclient-script: IPv6 address which fails DAD is auto-removed ( #1133465 )  
						
						
						
					 
					
						2014-08-25 19:18:38 +02:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							cc143483e5 
							
						 
					 
					
						
						
							
							spec: use -D with 'install'  
						
						
						
					 
					
						2014-08-25 19:18:16 +02:00 
						 
				 
			
				
					
						
							
							
								Peter Robinson 
							
						 
					 
					
						
						
						
						
							
						
						
							df80176a2d 
							
						 
					 
					
						
						
							
							- Rebuilt for  https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild  
						
						
						
					 
					
						2014-08-16 02:42:50 +00:00 
						 
				 
			
				
					
						
							
							
								Peter Robinson 
							
						 
					 
					
						
						
						
						
							
						
						
							d5ce4f49d9 
							
						 
					 
					
						
						
							
							- Rebuilt for  https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild  
						
						
						
					 
					
						2014-08-16 02:42:38 +00:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							69ed5a2afd 
							
						 
					 
					
						
						
							
							dhclient-script: one more fix for  #1129500  
						
						
						
					 
					
						2014-08-14 14:53:32 +02:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							b81510d1c4 
							
						 
					 
					
						
						
							
							dhclient-script: one more fix for  #1129500  
						
						
						
					 
					
						2014-08-14 14:53:19 +02:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							efdf4e797d 
							
						 
					 
					
						
						
							
							dhclient-script: revert one older change  
						
						... 
						
						
						
						This has been reverted upstream with:
- Disable the gentle shutdown functionality until we can determine
  the best way to present it to remove or reduce the side effects.
  [ISC-Bugs #36066 ] 
						
					 
					
						2014-08-14 11:38:51 +02:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							991bd354d9 
							
						 
					 
					
						
						
							
							dhclient-script: PREINIT6: make sure link-local address is available ( #1129500 )  
						
						
						
					 
					
						2014-08-14 11:38:42 +02:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							f3db66f57e 
							
						 
					 
					
						
						
							
							dhclient-script: revert one older change  
						
						... 
						
						
						
						This has been reverted upstream with:
- Disable the gentle shutdown functionality until we can determine
  the best way to present it to remove or reduce the side effects.
  [ISC-Bugs #36066 ] 
						
					 
					
						2014-08-14 11:37:56 +02:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							fcd901feaf 
							
						 
					 
					
						
						
							
							dhclient-script: PREINIT6: make sure link-local address is available ( #1129500 )  
						
						
						
					 
					
						2014-08-14 11:24:32 +02:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							5505bb7689 
							
						 
					 
					
						
						
							
							4.3.1  
						
						
						
					 
					
						2014-08-12 10:53:45 +02:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							2fe1a326ed 
							
						 
					 
					
						
						
							
							4.3.1  
						
						
						
					 
					
						2014-08-12 10:51:29 +02:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							5938016904 
							
						 
					 
					
						
						
							
							dhclient-script: it's OK if the arping reply comes from our system ( #1116004 )  
						
						
						
					 
					
						2014-08-05 16:29:22 +02:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							3c1fe8380f 
							
						 
					 
					
						
						
							
							dhclient-script: it's OK if the arping reply comes from our system ( #1116004 )  
						
						
						
					 
					
						2014-08-05 16:27:28 +02:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							a0d47e7ac1 
							
						 
					 
					
						
						
							
							subpackage dhclient -> dhcp-client  
						
						... 
						
						
						
						https://lists.fedoraproject.org/pipermail/devel/2014-July/201366.html  
					
						2014-08-05 16:27:28 +02:00 
						 
				 
			
				
					
						
							
							
								Jiri Popelka 
							
						 
					 
					
						
						
						
						
							
						
						
							ce52a9163b 
							
						 
					 
					
						
						
							
							server subpackage  
						
						
						
					 
					
						2014-08-05 16:27:28 +02:00