summaryrefslogtreecommitdiff
path: root/source3/web
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-02-02 00:08:35 +0000
committerGerald Carter <jerry@samba.org>2004-02-02 00:08:35 +0000
commit19cc1a9f202551fdaca39d67d926bb77e32d085c (patch)
tree4214654f0954461188f94e61351ecfb90b623430 /source3/web
parent4c49368dbce34fd5f2671c9974d521466592cda9 (diff)
downloadsamba-19cc1a9f202551fdaca39d67d926bb77e32d085c.tar.gz
samba-19cc1a9f202551fdaca39d67d926bb77e32d085c.tar.bz2
samba-19cc1a9f202551fdaca39d67d926bb77e32d085c.zip
remerge andrew's cracklib patch from HEAD and fix a compile warnings
(This used to be commit b60f6ec30d05e4e5bba9934a416ddc8bc089824f)
Diffstat (limited to 'source3/web')
-rw-r--r--source3/web/swat.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/web/swat.c b/source3/web/swat.c
index 1faef46e25..d1b028836d 100644
--- a/source3/web/swat.c
+++ b/source3/web/swat.c
@@ -51,6 +51,13 @@ static int iNumNonAutoPrintServices = 0;
#define ENABLE_USER_FLAG "enable_user_flag"
#define RHOST "remote_host"
+/* FUNCTION DECLARATIONS */
+
+BOOL remote_password_change(const char *rmachine, const char *username,
+ const char *old_pw, const char *new_pw,
+ char *err_str, size_t err_str_len);
+
+
/****************************************************************************
****************************************************************************/
static int enum_index(int value, const struct enum_list *enumlist)