summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_samr.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-5/+5
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-143/+9
2007-10-10r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) toMichael Adam1-30/+30
2007-10-10r24167: Fix Coverity ID 365Volker Lendecke1-10/+7
2007-10-10r24068: Fix Coverity id 366 (dead code). We have checked for argc >= 3 above.Volker Lendecke1-9/+6
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison1-14/+25
2007-10-10r22489: Add a deletedomgroup command to rpcclient (samr).Michael Adam1-0/+73
2007-10-10r21609: Fix memory leaks in error code paths (and one in winbindd_group.c).Jeremy Allison1-0/+1
2007-10-10r21320: Display query_user info level 16 in rpcclient.Günther Deschner1-3/+14
2007-10-10r21117: Add rpccli_samr_chgpasswd_user to rpcclient for testing.Günther Deschner1-0/+55
2007-10-10r20090: Fix a class of bugs found by James Peach. EnsureJeremy Allison1-1/+3
2007-10-10r19355: Add getdispenumindex2 wrapper for rpcclient.Günther Deschner1-12/+44
2007-10-10r19353: Add "timeout" command for rpcclient.Günther Deschner1-1/+1
2007-10-10r19340: Wait longer then 10 seconds for a samr_query_groupmem lookup to succeed.Günther Deschner1-0/+6
2007-10-10r19013: Fix some 64-bit warnings.Volker Lendecke1-3/+3
2007-10-10r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij1-1/+1
2007-10-10r18732: Fix build warning as pointed out by Volker.Günther Deschner1-7/+3
2007-10-10r18702: re-enable non-decimal specification of ridJim McDonough1-2/+2
2007-10-10r18677: quickly add samr_GetDisplayEnumerationIndex for debugging to rpcclient.Günther Deschner1-1/+64
2007-10-10r18619: Add rpcclient helper for samr_querydispinfo2|3 for testing.Günther Deschner1-8/+51
2007-10-10r18188: merge 3.0-libndr branchJelmer Vernooij1-45/+11
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-1/+1
2007-10-10r16339: Fix Klocwork IDVolker Lendecke1-1/+12
2007-10-10r15442: Add some more client rpc for the querydominfo calls (from samba4 idl).Günther Deschner1-0/+62
2007-10-10r14646: Adding samr querygroup infolevels 2 & 5.Günther Deschner1-12/+43
2007-10-10r14579: Add REJECT_REASON_OTHER in the rpcclient chgpasswd3.Günther Deschner1-1/+2
2007-10-10r14217: Fix Coverity Bug # 7Volker Lendecke1-1/+1
2007-10-10r14216: Fix Coverity bug # 8Volker Lendecke1-1/+1
2007-10-10r13864: Some cleanup and the samr set security object function client-side.Günther Deschner1-5/+9
2007-10-10r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.Günther Deschner1-4/+4
2007-10-10r13523: Fix indent.Günther Deschner1-13/+13
2007-10-10r13522: Add SAMR_GET_USRDOM_PWINFO client-side.Günther Deschner1-39/+81
2007-10-10r13448: Fix the build (again).Günther Deschner1-1/+1
2007-10-10r13442: Implement samr_chgpasswd_user3 server-side.Günther Deschner1-0/+77
2007-10-10r13316: Let the carnage begin....Gerald Carter1-0/+137
2007-10-10r12935: After discussion with Volker fix bug #3397 using a variant of the pat...Alexander Bokovoy1-0/+11
2007-10-10r12414: Remove the unnecessary SMB_STRDUP in server_role_str() + reuse the roleGünther Deschner1-21/+0
2007-10-10r11998: Add lookupname to rpcclient query_user as a fallback, we now accept b...Volker Lendecke1-1/+22
2007-10-10r11964: rename flag to password_properties in SAM_UNK_INFO_1 because that's whatGünther Deschner1-7/+25
2007-10-10r11923: Add samr_lookup_rids for the builtin domain. Doing it this way feels ...Volker Lendecke1-8/+15
2007-10-10r11856: Replace unknown1 with group_attr.Günther Deschner1-1/+14
2007-10-10r11852: Fill in samr_get_dom_pwinfo based on Samba4.Günther Deschner1-4/+23
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-1/+1
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-112/+145
2007-10-10r8938: fix querydispinfo search semantics.Günther Deschner1-3/+3
2007-10-10r6445: Make us survive the PARANOID_MALLOC_CHECKER. Should we enable that forVolker Lendecke1-5/+5
2007-10-10r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke1-12/+0
2007-10-10r6117: Close handles after group-creation as well.Günther Deschner1-0/+9