usr/src/cmd/ntpd/Patches/mc.patch
author Cyril Plisko <cyril.plisko@grigale.com>
Sat, 21 Aug 2010 11:47:07 -0700
changeset 42 b6f829cb6d9e
permissions -rw-r--r--
Import sfw build 147 Bugs Fixed ---------- 4876883 TrueTime Clock driver support in xntpd fails in year 2032 6641606 Samba 3.0.x should support StartTLS or LDAPS for LDAP access. 6647164 net ads keytab add host fails to create keytab entry 6688158 winbindd: Exceeding 200 client connections, no idle connection found (Bugzilla Bug 3204) 6706912 SWAT component of Samba should be a separate package. 6725643 SUNWsmbar seems to include unused i.services 6749477 Samba source code software should include libsunwrap.a file 6770655 Samba: Bugzilla 5655 "Mac OS X 10.5.4 clients fail to authenticate with Kerberos credententials" 6785625 samba module nss_winbind.so.1 is required as 64 bit version 6852659 Update samba to 3.3.5 or later 6891889 Write keytab to file method is missing in krb5_keytab 6892860 Samba needs Directory Server 6 C-SDK 6949937 BIND validating resolver searches very aggressively for a match for its trust anchor. 6951320 NTP Bug320: restrict default ignore not working with ipv6 6952924 dig(1M) and nslookup(1M) crash in libisc:isc_socket_detach() 6954726 Update samba to 3.5.4 6955224 BIND named dns_db_getnsec3parameters() fails to assert dns_db_iszone(db) == ISC_TRUE 6969855 If autokey is set up with two copies of the same key, ntpd segfaults. 6969858 Missing refclock causes ntpd to exit without logging a reason. 6969878 Upgrade NTP to version ntp-dev 4.2.5p200 6971713 BIND 9.6.1 Makefile.sfw issues 6975270 libtspi does not link with correct _init and _fini sections

*** ntpd/ntp_io.c.orig	Fri Jul 30 06:57:58 2010
--- ntpd/ntp_io.c	Fri Jul 30 06:58:46 2010
***************
*** 1869,1875 ****
  
  	case AF_INET:
  		if (setsockopt(iface->fd, IPPROTO_IP, IP_MULTICAST_IF,
! 			       (char *)NSRCADR(&iface->sin),
  			       sizeof(NSRCADR(&iface->sin)))) {
  
  			msyslog(LOG_ERR,
--- 1869,1875 ----
  
  	case AF_INET:
  		if (setsockopt(iface->fd, IPPROTO_IP, IP_MULTICAST_IF,
! 			       (void *)&NSRCADR(&iface->sin),
  			       sizeof(NSRCADR(&iface->sin)))) {
  
  			msyslog(LOG_ERR,