[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-2105-g51184f8

Günther Deschner gd at samba.org
Tue Feb 12 13:51:10 GMT 2008


The branch, v3-2-test has been updated
       via  51184f8aea1cf58f8358b7f7736b50873aec578a (commit)
      from  c51c126049bd251a04dfae7ca6c3d0d3f823a503 (commit)

http://gitweb.samba.org/?samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 51184f8aea1cf58f8358b7f7736b50873aec578a
Author: Günther Deschner <gd at samba.org>
Date:   Tue Feb 12 14:45:49 2008 +0100

    Document that we were mixing up opcodes for SAMR_SET_USERINFO/2 all the time.
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source/include/rpc_samr.h b/source/include/rpc_samr.h
index 6fa4917..214c99c 100644
--- a/source/include/rpc_samr.h
+++ b/source/include/rpc_samr.h
@@ -116,7 +116,7 @@ SamrTestPrivateFunctionsUser
 #define SAMR_OPEN_USER         0x22
 #define SAMR_DELETE_DOM_USER   0x23
 #define SAMR_QUERY_USERINFO    0x24
-#define SAMR_SET_USERINFO2     0x25
+#define SAMR_SET_USERINFO2     0x25 /* this is SAMR_SET_USERINFO! */
 #define SAMR_QUERY_USERGROUPS  0x27
 
 #define SAMR_QUERY_DISPINFO    0x28
@@ -140,7 +140,7 @@ SamrTestPrivateFunctionsUser
 #define SAMR_CHGPASSWD_USER    0x37
 #define SAMR_GET_DOM_PWINFO    0x38
 #define SAMR_CONNECT           0x39
-#define SAMR_SET_USERINFO      0x3A
+#define SAMR_SET_USERINFO      0x3A /* this is SAMR_SET_USERINFO2! */
 #define SAMR_CONNECT4          0x3E
 #define SAMR_CHGPASSWD_USER3   0x3F
 #define SAMR_CONNECT5          0x40


-- 
Samba Shared Repository


More information about the samba-cvs mailing list