summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-11-12 03:06:00 +0000
committerJeremy Allison <jra@samba.org>1998-11-12 03:06:00 +0000
commitb0a2e2e77896aeeddbebcd748517dcf4a1230e50 (patch)
treecb75da9b03ef8edec1a1d7719c5ecd4857c6aa39 /source3/include/proto.h
parent84c10df026ec43aa8c9d42406480331cd3e53da9 (diff)
downloadsamba-b0a2e2e77896aeeddbebcd748517dcf4a1230e50.tar.gz
samba-b0a2e2e77896aeeddbebcd748517dcf4a1230e50.tar.bz2
samba-b0a2e2e77896aeeddbebcd748517dcf4a1230e50.zip
Added the security changes suggested by Andrew - become the
user that authenticated to swat permanently (if not root). Jeremy. (This used to be commit 7d55bf379177a4a448e39577ae0af603d5e958f6)
Diffstat (limited to 'source3/include/proto.h')
-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 5c0efaf93c..24d4040c3c 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2657,4 +2657,5 @@ void status_page(void);
/*The following definitions come from web/swat.c */
+BOOL become_user_permanently(uid_t uid, gid_t gid);
#endif /* _PROTO_H_ */