svn commit: samba r5322 - in branches/SAMBA_4_0/source/libcli: . auth composite ldap nbt raw

tridge at samba.org tridge at samba.org
Fri Feb 11 02:08:40 GMT 2005


Author: tridge
Date: 2005-02-11 02:08:39 +0000 (Fri, 11 Feb 2005)
New Revision: 5322

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

Log:
removed a whole bunch of #include lines that minimal_includes.pl
thinks are not needed. Now to see how this fares on the build farm :)




Modified:
   branches/SAMBA_4_0/source/libcli/auth/clikrb5.c
   branches/SAMBA_4_0/source/libcli/auth/credentials.c
   branches/SAMBA_4_0/source/libcli/auth/gensec_gssapi.c
   branches/SAMBA_4_0/source/libcli/auth/gensec_krb5.c
   branches/SAMBA_4_0/source/libcli/auth/gssapi_parse.c
   branches/SAMBA_4_0/source/libcli/auth/kerberos.c
   branches/SAMBA_4_0/source/libcli/cliconnect.c
   branches/SAMBA_4_0/source/libcli/composite/fetchfile.c
   branches/SAMBA_4_0/source/libcli/ldap/ldap.c
   branches/SAMBA_4_0/source/libcli/nbt/namequery.c
   branches/SAMBA_4_0/source/libcli/nbt/namerefresh.c
   branches/SAMBA_4_0/source/libcli/nbt/nameregister.c
   branches/SAMBA_4_0/source/libcli/raw/clisession.c
   branches/SAMBA_4_0/source/libcli/raw/clitransport.c
   branches/SAMBA_4_0/source/libcli/raw/rawacl.c
   branches/SAMBA_4_0/source/libcli/raw/raweas.c


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/auth/clikrb5.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/auth/clikrb5.c	2005-02-11 02:07:41 UTC (rev 5321)
+++ branches/SAMBA_4_0/source/libcli/auth/clikrb5.c	2005-02-11 02:08:39 UTC (rev 5322)
@@ -23,7 +23,6 @@
 #include "system/network.h"
 #include "system/kerberos.h"
 #include "libcli/auth/kerberos.h"
-#include "system/time.h"
 
 #ifdef HAVE_KRB5
 

Modified: branches/SAMBA_4_0/source/libcli/auth/credentials.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/auth/credentials.c	2005-02-11 02:07:41 UTC (rev 5321)
+++ branches/SAMBA_4_0/source/libcli/auth/credentials.c	2005-02-11 02:08:39 UTC (rev 5322)
@@ -25,7 +25,6 @@
 #include "system/time.h"
 #include "auth/auth.h"
 #include "lib/crypto/crypto.h"
-#include "librpc/gen_ndr/ndr_netlogon.h"
 
 /*
   initialise the credentials state for old-style 64 bit session keys

Modified: branches/SAMBA_4_0/source/libcli/auth/gensec_gssapi.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/auth/gensec_gssapi.c	2005-02-11 02:07:41 UTC (rev 5321)
+++ branches/SAMBA_4_0/source/libcli/auth/gensec_gssapi.c	2005-02-11 02:08:39 UTC (rev 5322)
@@ -23,8 +23,6 @@
 
 #include "includes.h"
 #include "system/kerberos.h"
-#include "system/time.h"
-#include "libcli/auth/kerberos.h"
 #include "auth/auth.h"
 
 #undef DBGC_CLASS

Modified: branches/SAMBA_4_0/source/libcli/auth/gensec_krb5.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/auth/gensec_krb5.c	2005-02-11 02:07:41 UTC (rev 5321)
+++ branches/SAMBA_4_0/source/libcli/auth/gensec_krb5.c	2005-02-11 02:08:39 UTC (rev 5322)
@@ -26,7 +26,6 @@
 
 #include "includes.h"
 #include "system/kerberos.h"
-#include "system/time.h"
 #include "libcli/auth/kerberos.h"
 #include "librpc/gen_ndr/ndr_krb5pac.h"
 #include "auth/auth.h"

Modified: branches/SAMBA_4_0/source/libcli/auth/gssapi_parse.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/auth/gssapi_parse.c	2005-02-11 02:07:41 UTC (rev 5321)
+++ branches/SAMBA_4_0/source/libcli/auth/gssapi_parse.c	2005-02-11 02:08:39 UTC (rev 5322)
@@ -25,7 +25,6 @@
 #include "includes.h"
 #include "asn_1.h"
 #include "system/kerberos.h"
-#include "libcli/auth/kerberos.h"
 #include "libcli/auth/gensec.h"
 
 /*

Modified: branches/SAMBA_4_0/source/libcli/auth/kerberos.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/auth/kerberos.c	2005-02-11 02:07:41 UTC (rev 5321)
+++ branches/SAMBA_4_0/source/libcli/auth/kerberos.c	2005-02-11 02:08:39 UTC (rev 5322)
@@ -24,7 +24,6 @@
 #include "includes.h"
 #include "system/kerberos.h"
 #include "libcli/auth/kerberos.h"
-#include "system/time.h"
 #include "secrets.h"
 #include "pstring.h"
 #include "ads.h"

Modified: branches/SAMBA_4_0/source/libcli/cliconnect.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/cliconnect.c	2005-02-11 02:07:41 UTC (rev 5321)
+++ branches/SAMBA_4_0/source/libcli/cliconnect.c	2005-02-11 02:08:39 UTC (rev 5322)
@@ -21,7 +21,6 @@
 */
 
 #include "includes.h"
-#include "system/filesys.h"
 #include "libcli/raw/libcliraw.h"
 #include "libcli/composite/composite.h"
 

Modified: branches/SAMBA_4_0/source/libcli/composite/fetchfile.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/composite/fetchfile.c	2005-02-11 02:07:41 UTC (rev 5321)
+++ branches/SAMBA_4_0/source/libcli/composite/fetchfile.c	2005-02-11 02:08:39 UTC (rev 5322)
@@ -24,7 +24,6 @@
 #include "includes.h"
 #include "libcli/raw/libcliraw.h"
 #include "libcli/composite/composite.h"
-#include "librpc/gen_ndr/ndr_security.h"
 
 enum fetchfile_stage {FETCHFILE_CONNECT,
 		      FETCHFILE_READ};

Modified: branches/SAMBA_4_0/source/libcli/ldap/ldap.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/ldap/ldap.c	2005-02-11 02:07:41 UTC (rev 5321)
+++ branches/SAMBA_4_0/source/libcli/ldap/ldap.c	2005-02-11 02:08:39 UTC (rev 5322)
@@ -25,7 +25,6 @@
 
 #include "includes.h"
 #include "system/iconv.h"
-#include "system/filesys.h"
 #include "asn_1.h"
 #include "libcli/ldap/ldap.h"
 

Modified: branches/SAMBA_4_0/source/libcli/nbt/namequery.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/nbt/namequery.c	2005-02-11 02:07:41 UTC (rev 5321)
+++ branches/SAMBA_4_0/source/libcli/nbt/namequery.c	2005-02-11 02:08:39 UTC (rev 5322)
@@ -22,7 +22,6 @@
 
 #include "includes.h"
 #include "libcli/nbt/libnbt.h"
-#include "system/network.h"
 
 /*
   send a nbt name query

Modified: branches/SAMBA_4_0/source/libcli/nbt/namerefresh.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/nbt/namerefresh.c	2005-02-11 02:07:41 UTC (rev 5321)
+++ branches/SAMBA_4_0/source/libcli/nbt/namerefresh.c	2005-02-11 02:08:39 UTC (rev 5322)
@@ -24,7 +24,6 @@
 #include "libcli/nbt/libnbt.h"
 #include "libcli/raw/libcliraw.h"
 #include "libcli/composite/composite.h"
-#include "system/network.h"
 
 /*
   send a nbt name refresh request

Modified: branches/SAMBA_4_0/source/libcli/nbt/nameregister.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/nbt/nameregister.c	2005-02-11 02:07:41 UTC (rev 5321)
+++ branches/SAMBA_4_0/source/libcli/nbt/nameregister.c	2005-02-11 02:08:39 UTC (rev 5322)
@@ -24,7 +24,6 @@
 #include "libcli/nbt/libnbt.h"
 #include "libcli/raw/libcliraw.h"
 #include "libcli/composite/composite.h"
-#include "system/network.h"
 
 /*
   send a nbt name registration request

Modified: branches/SAMBA_4_0/source/libcli/raw/clisession.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/raw/clisession.c	2005-02-11 02:07:41 UTC (rev 5321)
+++ branches/SAMBA_4_0/source/libcli/raw/clisession.c	2005-02-11 02:08:39 UTC (rev 5322)
@@ -23,7 +23,6 @@
 #include "includes.h"
 #include "libcli/raw/libcliraw.h"
 #include "system/filesys.h"
-#include "auth/auth.h"
 
 #define SETUP_REQUEST_SESSION(cmd, wct, buflen) do { \
 	req = smbcli_request_setup_session(session, cmd, wct, buflen); \

Modified: branches/SAMBA_4_0/source/libcli/raw/clitransport.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/raw/clitransport.c	2005-02-11 02:07:41 UTC (rev 5321)
+++ branches/SAMBA_4_0/source/libcli/raw/clitransport.c	2005-02-11 02:08:39 UTC (rev 5322)
@@ -23,7 +23,6 @@
 #include "includes.h"
 #include "libcli/raw/libcliraw.h"
 #include "lib/socket/socket.h"
-#include "system/time.h"
 #include "dlinklist.h"
 #include "lib/events/events.h"
 

Modified: branches/SAMBA_4_0/source/libcli/raw/rawacl.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/raw/rawacl.c	2005-02-11 02:07:41 UTC (rev 5321)
+++ branches/SAMBA_4_0/source/libcli/raw/rawacl.c	2005-02-11 02:08:39 UTC (rev 5322)
@@ -21,7 +21,6 @@
 
 #include "includes.h"
 #include "librpc/gen_ndr/ndr_security.h"
-#include "libcli/raw/libcliraw.h"
 
 /****************************************************************************
 fetch file ACL (async send)

Modified: branches/SAMBA_4_0/source/libcli/raw/raweas.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/raw/raweas.c	2005-02-11 02:07:41 UTC (rev 5321)
+++ branches/SAMBA_4_0/source/libcli/raw/raweas.c	2005-02-11 02:08:39 UTC (rev 5322)
@@ -19,7 +19,6 @@
 */
 
 #include "includes.h"
-#include "libcli/raw/libcliraw.h"
 
 /*
   work out how many bytes on the wire a ea list will consume. 



More information about the samba-cvs mailing list