index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
rpcclient
/
cmd_samr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r13864: Some cleanup and the samr set security object function client-side.
Günther Deschner
1
-5
/
+9
2007-10-10
r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.
Günther Deschner
1
-4
/
+4
2007-10-10
r13523: Fix indent.
Günther Deschner
1
-13
/
+13
2007-10-10
r13522: Add SAMR_GET_USRDOM_PWINFO client-side.
Günther Deschner
1
-39
/
+81
2007-10-10
r13448: Fix the build (again).
Günther Deschner
1
-1
/
+1
2007-10-10
r13442: Implement samr_chgpasswd_user3 server-side.
Günther Deschner
1
-0
/
+77
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-0
/
+137
2007-10-10
r12935: After discussion with Volker fix bug #3397 using a variant of the pat...
Alexander Bokovoy
1
-0
/
+11
2007-10-10
r12414: Remove the unnecessary SMB_STRDUP in server_role_str() + reuse the role
Günther Deschner
1
-21
/
+0
2007-10-10
r11998: Add lookupname to rpcclient query_user as a fallback, we now accept b...
Volker Lendecke
1
-1
/
+22
2007-10-10
r11964: rename flag to password_properties in SAM_UNK_INFO_1 because that's what
Günther Deschner
1
-7
/
+25
2007-10-10
r11923: Add samr_lookup_rids for the builtin domain. Doing it this way feels ...
Volker Lendecke
1
-8
/
+15
2007-10-10
r11856: Replace unknown1 with group_attr.
Günther Deschner
1
-1
/
+14
2007-10-10
r11852: Fill in samr_get_dom_pwinfo based on Samba4.
Günther Deschner
1
-4
/
+23
2007-10-10
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
1
-1
/
+1
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-112
/
+145
2007-10-10
r8938: fix querydispinfo search semantics.
Günther Deschner
1
-3
/
+3
2007-10-10
r6445: Make us survive the PARANOID_MALLOC_CHECKER. Should we enable that for
Volker Lendecke
1
-5
/
+5
2007-10-10
r6263: Get rid of generate_wellknown_sids, they are const static and initiali...
Volker Lendecke
1
-12
/
+0
2007-10-10
r6117: Close handles after group-creation as well.
Günther Deschner
1
-0
/
+9
2007-10-10
r6110: Close handles on user creation. This allows easy mass creation of user...
Volker Lendecke
1
-0
/
+9
2007-10-10
r6080: Port some of the non-critical changes from HEAD to 3_0. The main one i...
Volker Lendecke
1
-18
/
+36
2007-10-10
r5471: In cli_samr_lookup_rids, flags is not a flags but an array size. W2k3 ...
Volker Lendecke
1
-3
/
+1
2007-10-10
r5469: Fix error codes of samr_lookup_rids: There's also STATUS_SOME_UNMAPPED.
Volker Lendecke
1
-1
/
+2
2007-10-10
r5379: Build-Fix (#2343)
Günther Deschner
1
-1
/
+1
2007-10-10
r5262: Fix server_role in the samr_query_dom_info calls. When we are a BDC we
Günther Deschner
1
-3
/
+32
2007-10-10
r4869: Display sam_user_info_7 in rpcclient.
Günther Deschner
1
-1
/
+22
2007-10-10
r4866: Add createdomgroup to rpcclient (needed to generate huge amounts of
Günther Deschner
1
-0
/
+52
2007-10-10
r4839: Allow to set acb_mask in rpcclient's enumdomusers (for debugging).
Günther Deschner
1
-2
/
+5
2007-10-10
r4336: Apply some other samba4 SAMR idl that is just too obvious. Don't hard
Günther Deschner
1
-3
/
+3
2007-10-10
r4331: Implement SAMR query_dom_info-call info-level 8 server- and client-side,
Günther Deschner
1
-2
/
+12
2007-10-10
r4226: display infolevel 12 in query_dom_info.
Günther Deschner
1
-0
/
+10
2007-10-10
r4224: Today is not my day ....
Volker Lendecke
1
-1
/
+3
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-2
/
+2
2007-10-10
r485: fix compile
Gerald Carter
1
-3
/
+2
2004-02-12
More sync between passdb on 3.0 and HEAD.
Jim McDonough
1
-1
/
+1
2003-09-18
The "unknown_5" 32 bit field in the user structs is actually 2 16-bit
Jeremy Allison
1
-1
/
+2
2003-07-23
convert snprintf() calls using pstrings & fstrings
Gerald Carter
1
-1
/
+1
2003-07-03
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
1
-12
/
+12
2003-04-14
Merge of samr lookup domain rpc client call from HEAD.
Tim Potter
1
-0
/
+44
2003-03-18
Merge of waider's rpcclient return type patch.
Tim Potter
1
-20
/
+20
2003-03-18
Merge of enumdomusers rpcclient command.
Tim Potter
1
-0
/
+75
2003-03-11
Patch from Ronan Waide:
Martin Pool
1
-1
/
+1
2003-02-25
Merge: const fixes.
Tim Potter
1
-18
/
+18
2003-01-29
Merge tpot's changes to request the correct sizes for user dispinfo
Jeremy Allison
1
-6
/
+22
2003-01-03
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
1
-1
/
+1
2002-12-20
Forward port the change to talloc_init() to make all talloc contexts
Jeremy Allison
1
-1
/
+1
2002-12-20
Merge from HEAD:
Tim Potter
1
-2
/
+0
2002-12-08
fix rpcclient querygroup command (from 2.2 and head)
Simo Sorce
1
-2
/
+2
2002-10-04
merge of new client side support the Win2k LSARPC UUID in rpcbind
Gerald Carter
1
-17
/
+17
[prev]
[next]