summaryrefslogtreecommitdiffstats
path: root/source/include
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
commit7d55bf379177a4a448e39577ae0af603d5e958f6 (patch)
tree060643beea9e2c05e7c4f6049e0eb2e5812a57ab /source/include
parent11982c5cec670555829a70368c99cd0254975550 (diff)
downloadsamba-7d55bf379177a4a448e39577ae0af603d5e958f6.tar.gz
samba-7d55bf379177a4a448e39577ae0af603d5e958f6.tar.xz
samba-7d55bf379177a4a448e39577ae0af603d5e958f6.zip
Added the security changes suggested by Andrew - become the
user that authenticated to swat permanently (if not root). Jeremy.
Diffstat (limited to 'source/include')
-rw-r--r--source/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index 5c0efaf93c0..24d4040c3ce 100644
--- a/source/include/proto.h
+++ b/source/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_ */