summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_samr.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-07Use rpccli_samr_ChangePasswordUser2 in rpccli_samr_chgpasswd_user() and friends.Günther Deschner1-81/+64
2008-02-07Let rpccli_samr_chgpasswd3 use rpccli_samr_ChangePasswordUser3 internally.Günther Deschner1-47/+48
2008-02-06Remove unused marshalling for SAMR_SET_DOMAIN_INFO.Günther Deschner1-40/+0
2008-02-06Remove unused marshalling for SAMR_QUERY_DOMAIN_INFO.Günther Deschner1-42/+0
2008-02-06Remove unused marshalling for SAMR_QUERY_DOMAIN_INFO2.Günther Deschner1-42/+0
2008-02-05Remove unused marshalling for SAMR_REMOVE_SID_FOREIGN_DOMAIN.Günther Deschner1-35/+0
2008-02-05Remove unused marshalling for SAMR_QUERY_USERALIASES.Günther Deschner1-52/+0
2008-02-05Remove unused marshalling for SAMR_QUERY_GROUPMEM.Günther Deschner1-39/+0
2008-02-05Remove marshalling for SAMR_LOOKUP_DOMAIN.Günther Deschner1-37/+0
2008-02-05Remove unused marshalling for SAMR_QUERY_ALIASMEM.Günther Deschner1-56/+0
2008-02-05Remove unused marshalling for SAMR_ADD_ALIASMEM.Günther Deschner1-31/+0
2008-02-05Remove unused marshalling for SAMR_DEL_ALIASMEM.Günther Deschner1-31/+0
2008-02-05Remove unused marshalling for SAMR_CONNECT.Günther Deschner1-37/+0
2008-02-04Remove unused marshalling for SAMR_CONNECT_4.Günther Deschner1-36/+0
2008-02-04Remove unused marshalling for SAMR_ADD_GROUPMEM.Günther Deschner1-33/+0
2008-02-04Remove unused marshalling for SAMR_DEL_GROUPMEM.Günther Deschner1-33/+0
2008-02-02Remove unused marshalling for SAMR_SET_SEC_OBJ.Günther Deschner1-34/+0
2008-02-02Remove unused marshalling for SAMR_QUERY_SEC_OBJ.Günther Deschner1-35/+0
2008-02-01Remove unused marshalling for SAMR_CREATE_USER.Günther Deschner1-45/+0
2008-02-01Remove unused marshalling for SAMR_CREATE_DOM_GROUP.Günther Deschner1-38/+0
2008-02-01Remove unused marshalling for SAMR_CREATE_DOM_ALIAS.Günther Deschner1-36/+0
2008-02-01Remove unused marshalling for SAMR_OPEN_USER.Günther Deschner1-38/+0
2008-02-01Remove unused marshalling for SAMR_OPEN_ALIAS.Günther Deschner1-40/+0
2008-02-01Remove unused marshalling for SAMR_OPEN_GROUP.Günther Deschner1-40/+0
2008-02-01Remove unused marshalling for SAMR_OPEN_DOMAIN.Günther Deschner1-41/+0
2008-02-01Remove rpccli_samr_delete_dom_user().Günther Deschner1-33/+0
2008-02-01Remove rpccli_samr_delete_dom_alias().Günther Deschner1-33/+0
2008-02-01Remove rpccli_samr_delete_dom_group().Günther Deschner1-33/+0
2008-01-31Remove rpccli_samr_close and use pidl generated function instead.Günther Deschner1-38/+0
2008-01-25Remove rpccli_samr_get_dom_pwinfo() and rpccli_samr_get_usrdom_pwinfo().Günther Deschner1-85/+0
2008-01-23Forward ported version of Matt Geddes <musicalcarrion@gmail.com>Jeremy Allison1-2/+2
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-1/+2
2007-12-11Replace "unknown" with access_mask when calling samr_CreateUser2().Günther Deschner1-2/+2
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-215/+82
2007-10-10r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) toMichael Adam1-4/+4
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-4/+8
2007-10-10r22464: remove double code and use a functionStefan Metzmacher1-34/+5
2007-10-10r19355: Add getdispenumindex2 wrapper for rpcclient.Günther Deschner1-5/+46
2007-10-10r18803: remove unused functionGerald Carter1-18/+0
2007-10-10r18799: Prepare query_disp_info to use the next idx from the last result entryGünther Deschner1-0/+18
2007-10-10r18677: quickly add samr_GetDisplayEnumerationIndex for debugging to rpcclient.Günther Deschner1-0/+43
2007-10-10r18619: Add rpcclient helper for samr_querydispinfo2|3 for testing.Günther Deschner1-0/+104
2007-10-10r18404: * swap from POLICY_HND to the struct policy_handle from ndr/misc.hGerald Carter1-21/+0
2007-10-10r17005: Add a new helper mode to ntlm_auth: ntlm-change-password-1Andrew Bartlett1-0/+44
2007-10-10r16335: Fix Klocwork IDs 107 108 109 111 112 113 114 116 117 118 121Volker Lendecke1-0/+12
2007-10-10r15455: Add rpccli_samr_query_dom_info2() and return the comment string inGünther Deschner1-0/+42
2007-10-10r15452: Again purely cosmetic reformat of the samr query domain info calls.Günther Deschner1-3/+3
2007-10-10r13864: Some cleanup and the samr set security object function client-side.Günther Deschner1-2/+37