[SCM] Samba Shared Repository - branch master updated

Matthias Dieter Wallnöfer mdw at samba.org
Fri Oct 16 04:28:14 MDT 2009


The branch, master has been updated
       via  441f032... s3: Try to fix the build on Solaris & AIX regarding the password change reject reason
      from  421191a... s4/drs(tort): prefixMap unit test initial implementatoin

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 441f0326be10632f4e300ef569c3d08606ec1764
Author: Matthias Dieter Wallnöfer <mwallnoefer at yahoo.de>
Date:   Fri Oct 16 12:25:34 2009 +0200

    s3: Try to fix the build on Solaris & AIX regarding the password change reject reason

-----------------------------------------------------------------------

Summary of changes:
 source3/include/proto.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/include/proto.h b/source3/include/proto.h
index 5e1d84d..4f33a4a 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -6092,7 +6092,7 @@ NTSTATUS pass_oem_change(char *user,
 			 uchar password_encrypted_with_nt_hash[516],
 			 const uchar old_nt_hash_encrypted[16],
 			 enum samPwdChangeReason *reject_reason);
-NTSTATUS change_oem_password(struct samu *hnd, char *old_passwd, char *new_passwd, bool as_root, uint32 *samr_reject_reason);
+NTSTATUS change_oem_password(struct samu *hnd, char *old_passwd, char *new_passwd, bool as_root, enum samPwdChangeReason *samr_reject_reason);
 
 /* The following definitions come from smbd/close.c  */
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list