Build status as of Sat Jun 24 00:00:02 2006

2006-06-23 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2006-06-23 00:00:41.0 + +++ /home/build/master/cache/broken_results.txt 2006-06-24 00:00:06.0 + @@ -1,17 +1,17 @@ -Build status as of Fri Jun 23 00:00:01 2006 +Build status as of Sat Jun

svn commit: samba r16489 - in branches/SAMBA_4_0/source/torture: . local

2006-06-23 Thread abartlet
Author: abartlet Date: 2006-06-23 21:05:45 + (Fri, 23 Jun 2006) New Revision: 16489 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16489 Log: Because the torture/ui.h file isn't automaticly generated, the prototypes in it need to use the PRINTF_ATTRIBUTE() macro,

svn commit: samba r16488 - in trunk/source/utils: .

2006-06-23 Thread vlendec
Author: vlendec Date: 2006-06-23 21:01:13 + (Fri, 23 Jun 2006) New Revision: 16488 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16488 Log: Taking the quote serious :-) net rpc registry enumerate HKLM needs to even open an empty top level key Volker Modif

svn commit: samba-web r1004 - in trunk/history: .

2006-06-23 Thread deryck
Author: deryck Date: 2006-06-23 19:25:46 + (Fri, 23 Jun 2006) New Revision: 1004 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=1004 Log: Archive old release announcement on history page. deryck Modified: trunk/history/index.html Changeset: Modified: t

svn commit: samba-web r1003 - in trunk: .

2006-06-23 Thread jerry
Author: jerry Date: 2006-06-23 19:17:01 + (Fri, 23 Jun 2006) New Revision: 1003 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=1003 Log: announcing 3.0.23rc3 Modified: trunk/index.html Changeset: Modified: trunk/index.html ===

svn commit: samba-docs r968 - in tags: .

2006-06-23 Thread jerry
Author: jerry Date: 2006-06-23 16:02:04 + (Fri, 23 Jun 2006) New Revision: 968 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=968 Log: tagging 3.0.23rc3 Added: tags/release-3-0-23rc3/ Changeset: Copied: tags/release-3-0-23rc3 (from rev 967, trunk)

svn commit: samba r16487 - in tags: .

2006-06-23 Thread jerry
Author: jerry Date: 2006-06-23 16:02:03 + (Fri, 23 Jun 2006) New Revision: 16487 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16487 Log: tagging 3.0.23rc3 Added: tags/release-3-0-23rc3/ Changeset: Copied: tags/release-3-0-23rc3 (from rev 16486, branches/SA

svn commit: samba r16486 - in branches/SAMBA_3_0/packaging: RHEL/setup RedHat-9

2006-06-23 Thread jerry
Author: jerry Date: 2006-06-23 14:39:40 + (Fri, 23 Jun 2006) New Revision: 16486 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16486 Log: fix RedHat init scripts to rely on OS provided killproc() function Modified: branches/SAMBA_3_0/packaging/RHEL/setup/smb.

svn commit: samba r16485 - in branches/SAMBA_3_0_RELEASE: . source source/nsswitch source/popt

2006-06-23 Thread jerry
Author: jerry Date: 2006-06-23 12:57:19 + (Fri, 23 Jun 2006) New Revision: 16485 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16485 Log: Final changes for 3.0.23rc3 (pulled in changes up to SAMBA_3_0 r16484) Modified: branches/SAMBA_3_0_RELEASE/WHATSNEW.txt

Re: svn commit: samba r16479 - branches/SAMBA_3_0/source/nsswitch trunk/source/nsswitch

2006-06-23 Thread Volker Lendecke
On Thu, Jun 22, 2006 at 11:56:21PM +, [EMAIL PROTECTED] wrote: > When dcip_to_name failed to get the name of the ip in saf_servername we > cannot put saf_name in the failed conn cache as it's uninitialized. > Store saf_servername (the ip) in that case. > > Volker, please check. Looks right, t