summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-08-21 14:57:16 +0200
committerVolker Lendecke <vl@samba.org>2010-08-28 11:12:13 +0200
commit92fd03c5f08055283af55f5a1dffaf84edb7e9ce (patch)
treeca64a5af98ea007eca9d7720d5d7e261672cd70c /source3/include
parenta3995ef31cfbd798921bf5fd34721b4251e173be (diff)
downloadsamba-92fd03c5f08055283af55f5a1dffaf84edb7e9ce.tar.gz
samba-92fd03c5f08055283af55f5a1dffaf84edb7e9ce.tar.bz2
samba-92fd03c5f08055283af55f5a1dffaf84edb7e9ce.zip
s3: Lift smbd_server_fd() from pass_check()
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index e82b1ac486..e2d1c94e7b 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -232,7 +232,10 @@ bool smb_pam_close_session(char *in_user, char *tty, char *rhost);
/* The following definitions come from auth/pass_check.c */
void dfs_unlogin(void);
-NTSTATUS pass_check(const struct passwd *pass, const char *user, const char *password,
+NTSTATUS pass_check(const struct passwd *pass,
+ const char *user,
+ const char *rhost,
+ const char *password,
bool run_cracker);
/* The following definitions come from auth/token_util.c */