1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-22 07:33:16 +03:00

r13926: More header splitups.

This commit is contained in:
Jelmer Vernooij
2006-03-07 12:08:58 +00:00
committed by Gerald (Jerry) Carter
parent 9dad1fb7bb
commit 930daa9f41
22 changed files with 23 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
#################################
# Start SUBSYSTEM KERBEROS
[SUBSYSTEM::KERBEROS]
PRIVATE_PROTO_HEADER = proto.h
OBJ_FILES = kerberos.o \
clikrb5.o \
kerberos_verify.o \

View File

@@ -163,5 +163,7 @@ NTSTATUS kerberos_decode_pac(TALLOC_CTX *mem_ctx,
gss_cred_id_t gssapi_cred,
enum credentials_obtained obtained);
#include "auth/kerberos/proto.h"
#endif /* HAVE_KRB5 */

View File

@@ -25,6 +25,7 @@
#include "lib/socket/socket.h"
#include "lib/messaging/irpc.h"
#include "smbd/service_task.h"
#include "smbd/service.h"
#include "cldap_server/cldap_server.h"
#include "system/network.h"
#include "netif/netif.h"

View File

@@ -24,6 +24,7 @@
#include "includes.h"
#include "smbd/service_task.h"
#include "smbd/service.h"
#include "smbd/service_stream.h"
#include "smbd/process_model.h"
#include "lib/events/events.h"

View File

@@ -30,6 +30,7 @@
#include "ldap_server/ldap_server.h"
#include "smbd/service_task.h"
#include "smbd/service_stream.h"
#include "smbd/proto.h"
#include "lib/socket/socket.h"
#include "lib/tls/tls.h"
#include "lib/messaging/irpc.h"

View File

@@ -172,6 +172,7 @@ OBJ_FILES = \
################################################
# Start SUBSYSTEM LIBLDB_CMDLINE
[SUBSYSTEM::LIBLDB_CMDLINE]
NOPROTO = NO
OBJ_FILES= \
tools/cmdline.o
REQUIRED_SUBSYSTEMS = LIBLDB LIBBASIC LIBPOPT POPT_SAMBA POPT_CREDENTIALS

View File

@@ -356,7 +356,7 @@ static struct hive_operations reg_backend_rpc = {
.num_values = rpc_num_values,
};
WERROR _PUBLIC_ reg_open_remote(struct registry_context **ctx, struct cli_credentials *credentials,
_PUBLIC_ WERROR reg_open_remote(struct registry_context **ctx, struct cli_credentials *credentials,
const char *location, struct event_context *ev)
{
NTSTATUS status;

View File

@@ -3,7 +3,7 @@ include ldap/config.mk
include security/config.mk
[SUBSYSTEM::LIBCLI_UTILS]
PUBLIC_HEADERS = util/nterr.h util/doserr.h
PUBLIC_HEADERS = util/nterr.h util/doserr.h util/nt_status.h
OBJ_FILES = util/asn1.o \
util/doserr.o \
util/errormap.o \

View File

@@ -31,8 +31,7 @@ include scripting/config.mk
include kdc/config.mk
include passdb/config.mk
DEFAULT_HEADERS = $(srcdir)/include/nt_status.h \
$(srcdir)/include/smb.h $(srcdir)/include/core.h
DEFAULT_HEADERS = $(srcdir)/include/smb.h $(srcdir)/include/core.h
binaries: $(BINARIES)
libraries: $(STATIC_LIBS) $(SHARED_LIBS)

View File

@@ -23,6 +23,7 @@
#include "includes.h"
#include "smbd/service_task.h"
#include "smbd/proto.h"
#include "nbt_server/nbt_server.h"
#include "nbt_server/wins/winsserver.h"
#include "lib/socket/socket.h"

View File

@@ -22,6 +22,7 @@
#include "includes.h"
#include "smbd/service_task.h"
#include "smbd/proto.h"
#include "nbt_server/nbt_server.h"
#include "nbt_server/wins/winsserver.h"
#include "system/network.h"

View File

@@ -28,6 +28,7 @@
#include "rpc_server/dcerpc_server.h"
#include "lib/events/events.h"
#include "smbd/service_stream.h"
#include "smbd/proto.h"
#include "system/filesys.h"
#include "libcli/security/proto.h"
#include "build.h"

View File

@@ -27,6 +27,7 @@
#include "lib/events/events.h"
#include "rpc_server/dcerpc_server.h"
#include "smbd/service_stream.h"
#include "smbd/proto.h"
#include "lib/messaging/irpc.h"
#include "system/network.h"
#include "netif/netif.h"

View File

@@ -21,6 +21,7 @@
#include "includes.h"
#include "smbd/service_stream.h"
#include "smbd/proto.h"
#include "smb_server/smb_server.h"
#include "lib/messaging/irpc.h"
#include "lib/stream/packet.h"

View File

@@ -105,6 +105,7 @@ REQUIRED_SUBSYSTEMS = \
#######################
# Start SUBSYSTEM SERVICE
[SUBSYSTEM::SERVER_SERVICE]
PRIVATE_PROTO_HEADER = service.h
OBJ_FILES = \
service.o \
service_stream.o \

View File

@@ -35,6 +35,7 @@
#include "ntptr/ntptr.h"
#include "auth/gensec/gensec.h"
#include "smbd/process_model.h"
#include "smbd/proto.h"
/*
recursively delete a directory tree

View File

@@ -24,6 +24,7 @@
#include "smbd/service_task.h"
#include "web_server/web_server.h"
#include "smbd/service_stream.h"
#include "smbd/proto.h"
#include "lib/events/events.h"
#include "system/time.h"
#include "lib/appweb/esp/esp.h"

View File

@@ -23,6 +23,7 @@
#include "includes.h"
#include "smbd/service_task.h"
#include "smbd/service_stream.h"
#include "smbd/proto.h"
#include "web_server/web_server.h"
#include "lib/events/events.h"
#include "system/filesys.h"

View File

@@ -30,6 +30,7 @@
#include "nsswitch/winbind_nss_config.h"
#include "winbind/wb_server.h"
#include "lib/stream/packet.h"
#include "smbd/service.h"
void wbsrv_terminate_connection(struct wbsrv_connection *wbconn, const char *reason)
{

View File

@@ -25,6 +25,7 @@
#include "lib/stream/packet.h"
#include "smbd/service_task.h"
#include "smbd/service_stream.h"
#include "smbd/service.h"
#include "lib/messaging/irpc.h"
#include "librpc/gen_ndr/ndr_winsrepl.h"
#include "wrepl_server/wrepl_server.h"

View File

@@ -23,6 +23,7 @@
#include "includes.h"
#include "lib/events/events.h"
#include "smbd/service_task.h"
#include "smbd/service.h"
#include "librpc/gen_ndr/ndr_winsrepl.h"
#include "wrepl_server/wrepl_server.h"

View File

@@ -23,6 +23,7 @@
#include "includes.h"
#include "dlinklist.h"
#include "smbd/service_task.h"
#include "smbd/service.h"
#include "lib/messaging/irpc.h"
#include "librpc/gen_ndr/ndr_winsrepl.h"
#include "wrepl_server/wrepl_server.h"