[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha6-289-g582b27b

Stefan Metzmacher metze at samba.org
Sat Jan 31 10:35:30 GMT 2009


The branch, master has been updated
       via  582b27be242ad4453e42020cf5309293710768c4 (commit)
      from  cee0d85e0b2be27d9314206f3fe832fc0c75b0f3 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 582b27be242ad4453e42020cf5309293710768c4
Author: Stefan Metzmacher <metze at samba.org>
Date:   Sat Jan 31 11:34:12 2009 +0100

    s4:auth: try to fix the build on Solaris
    
    MAXHOSTNAMELEN comes in via system/network.h now.
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 source4/auth/ntlmssp/ntlmssp_server.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/auth/ntlmssp/ntlmssp_server.c b/source4/auth/ntlmssp/ntlmssp_server.c
index 37cc5f3..30bf159 100644
--- a/source4/auth/ntlmssp/ntlmssp_server.c
+++ b/source4/auth/ntlmssp/ntlmssp_server.c
@@ -22,6 +22,7 @@
 */
 
 #include "includes.h"
+#include "system/network.h"
 #include "auth/ntlmssp/ntlmssp.h"
 #include "auth/ntlmssp/msrpc_parse.h"
 #include "../lib/crypto/crypto.h"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list