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
r19013: Fix some 64-bit warnings.
Volker Lendecke
1
-3
/
+3
2007-10-10
r18745: Use the Samba4 data structures for security descriptors and security ...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r18732: Fix build warning as pointed out by Volker.
Günther Deschner
1
-7
/
+3
2007-10-10
r18702: re-enable non-decimal specification of rid
Jim McDonough
1
-2
/
+2
2007-10-10
r18677: quickly add samr_GetDisplayEnumerationIndex for debugging to rpcclient.
Günther Deschner
1
-1
/
+64
2007-10-10
r18619: Add rpcclient helper for samr_querydispinfo2|3 for testing.
Günther Deschner
1
-8
/
+51
2007-10-10
r18188: merge 3.0-libndr branch
Jelmer Vernooij
1
-45
/
+11
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-1
/
+1
2007-10-10
r16339: Fix Klocwork ID
Volker Lendecke
1
-1
/
+12
2007-10-10
r15442: Add some more client rpc for the querydominfo calls (from samba4 idl).
Günther Deschner
1
-0
/
+62
2007-10-10
r14646: Adding samr querygroup infolevels 2 & 5.
Günther Deschner
1
-12
/
+43
2007-10-10
r14579: Add REJECT_REASON_OTHER in the rpcclient chgpasswd3.
Günther Deschner
1
-1
/
+2
2007-10-10
r14217: Fix Coverity Bug # 7
Volker Lendecke
1
-1
/
+1
2007-10-10
r14216: Fix Coverity bug # 8
Volker Lendecke
1
-1
/
+1
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
[next]