svn commit: samba r19716 - in branches/SAMBA_3_0_RELEASE: . source/libsmb

jerry at samba.org jerry at samba.org
Wed Nov 15 15:08:48 GMT 2006


Author: jerry
Date: 2006-11-15 15:08:48 +0000 (Wed, 15 Nov 2006)
New Revision: 19716

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19716

Log:
one more take at 3.0.23d
Modified:
   branches/SAMBA_3_0_RELEASE/WHATSNEW.txt
   branches/SAMBA_3_0_RELEASE/source/libsmb/cliconnect.c


Changeset:
Modified: branches/SAMBA_3_0_RELEASE/WHATSNEW.txt
===================================================================
--- branches/SAMBA_3_0_RELEASE/WHATSNEW.txt	2006-11-15 15:05:20 UTC (rev 19715)
+++ branches/SAMBA_3_0_RELEASE/WHATSNEW.txt	2006-11-15 15:08:48 UTC (rev 19716)
@@ -112,6 +112,10 @@
     * BUG 4212: Fix memleak in the default_ou_string handling.
 
 
+o   Mikhail Kshevetskiy <kl at laska.dorms.spbu.ru>
+    * BUG 4229: Compile fix for systems without kerberos.
+
+
 o   Volker Lendecke <vl at samba.org>
     * NTLMSSP LanMan session key fixes.
     * Various potential seg fault fixes.

Modified: branches/SAMBA_3_0_RELEASE/source/libsmb/cliconnect.c
===================================================================
--- branches/SAMBA_3_0_RELEASE/source/libsmb/cliconnect.c	2006-11-15 15:05:20 UTC (rev 19715)
+++ branches/SAMBA_3_0_RELEASE/source/libsmb/cliconnect.c	2006-11-15 15:08:48 UTC (rev 19716)
@@ -715,9 +715,7 @@
 	char *principal;
 	char *OIDs[ASN1_MAX_OIDS];
 	int i;
-#ifdef HAVE_KRB5
 	BOOL got_kerberos_mechanism = False;
-#endif
 	DATA_BLOB blob;
 
 	DEBUG(3,("Doing spnego session setup (blob length=%lu)\n", (unsigned long)cli->secblob.length));



More information about the samba-cvs mailing list