summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-01-24 19:34:53 +0000
committerJeremy Allison <jra@samba.org>2001-01-24 19:34:53 +0000
commit24f8e973b210bbf5b79ac27f0a0e519c7dfe9354 (patch)
treeae77d5e4bbcecb4ab9c6a97acb4eba7207986a33 /source3/include
parent918c3ebe32aacee82fe354d5b9b7ea4d477dcfda (diff)
downloadsamba-24f8e973b210bbf5b79ac27f0a0e519c7dfe9354.tar.gz
samba-24f8e973b210bbf5b79ac27f0a0e519c7dfe9354.tar.bz2
samba-24f8e973b210bbf5b79ac27f0a0e519c7dfe9354.zip
smbd/process.c: & type with 0xff for paranioa sake...
smbd/reply.c smbd/service.c: cause all "add home service" calls to go through a winbindd aware function. Jeremy. (This used to be commit a72d12e992e2755e925032aef1aa99be74bf6652)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 7eb7d8554a..d6da8923ec 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -3942,6 +3942,7 @@ void exit_server(char *reason);
#if OLD_NTDOMAIN
BOOL become_service(connection_struct *conn,BOOL do_chdir);
+int add_home_service(char *service, char *homedir);
int find_service(char *service);
connection_struct *make_connection(char *service,char *user,char *password, int pwlen, char *dev,uint16 vuid, int *ecode);
void close_cnum(connection_struct *conn, uint16 vuid);