diff options
author | Jeremy Allison <jra@samba.org> | 1998-05-05 19:24:32 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-05-05 19:24:32 +0000 |
commit | 19f76f391b97b405879fd8574e711a6d59e4e60c (patch) | |
tree | 306956cdaf7e11d9b5733c77ddb317e1c27c6639 /source3/include/proto.h | |
parent | a5cab2bd8a29fd3d855948cc1fef5c119e29b3cf (diff) | |
download | samba-19f76f391b97b405879fd8574e711a6d59e4e60c.tar.gz samba-19f76f391b97b405879fd8574e711a6d59e4e60c.tar.bz2 samba-19f76f391b97b405879fd8574e711a6d59e4e60c.zip |
genrand.c: SGI compile warning fix.
ipc.c: Fix for duplicate printer names being long.
loadparm.c: Set bNetWkstaUserLogon to false by default - new code in password.c
protects us.
nmbd_logonnames.c:
nmbd_namequery.c:
nmbd_namerelease.c: Debug messages fix.
password.c: SGI compile warning fix, fix for tcon() with bNetWkstaUserLogon call.
reply.c: SGI compile warning fix.
server.c Debug messages fix.
smbpass.c: Fix for incorrect pointer.
Jeremy.
(This used to be commit 567d3f838988cafab4770fce1cf68b73085e6c71)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 0965527205..639817c049 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -41,7 +41,7 @@ BOOL change_lanman_password(struct smb_passwd *smbpw, unsigned char *pass1, unsi BOOL check_oem_password(char *user, unsigned char *data, struct smb_passwd **psmbpw, char *new_passwd, int new_passwd_size); -BOOL change_oem_password(struct smb_passwd *smbpw, char *new_passwd, BOOL flag); +BOOL change_oem_password(struct smb_passwd *smbpw, char *new_passwd, BOOL override); /*The following definitions come from client.c */ @@ -1547,7 +1547,7 @@ BOOL pm_process( char *FileName, void generate_next_challenge(char *challenge); BOOL set_challenge(char *challenge); -BOOL last_challenge(char *challenge); +BOOL last_challenge(unsigned char *challenge); user_struct *get_valid_user_struct(uint16 vuid); void invalidate_vuid(uint16 vuid); char *validated_username(uint16 vuid); |