summaryrefslogtreecommitdiffstats
path: root/source3/rpc_client/cli_samr.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused marshalling for SAMR_LOOKUP_NAMES.Günther Deschner2008-02-081-62/+0
* Remove unused marshalling for SAMR_QUERY_DISPINFO.Günther Deschner2008-02-081-51/+0
* Remove unused marshalling for SAMR_QUERY_USERGROUPS.Günther Deschner2008-02-071-39/+0
* Remove unused marshalling for SAMR_QUERY_GROUPINFO.Günther Deschner2008-02-071-36/+0
* Remove unused marshalling for SAMR_QUERY_ALIAS_INFO.Günther Deschner2008-02-071-40/+0
* Remove unused marshalling for SAMR_SET_GROUPINFO.Günther Deschner2008-02-071-33/+0
* Remove unused marshalling for SAMR_SET_ALIASINFO.Günther Deschner2008-02-071-33/+0
* Use rpccli_samr_ChangePasswordUser2 in rpccli_samr_chgpasswd_user() and friends.Günther Deschner2008-02-071-81/+64
* Let rpccli_samr_chgpasswd3 use rpccli_samr_ChangePasswordUser3 internally.Günther Deschner2008-02-071-47/+48
* Remove unused marshalling for SAMR_SET_DOMAIN_INFO.Günther Deschner2008-02-061-40/+0
* Remove unused marshalling for SAMR_QUERY_DOMAIN_INFO.Günther Deschner2008-02-061-42/+0
* Remove unused marshalling for SAMR_QUERY_DOMAIN_INFO2.Günther Deschner2008-02-061-42/+0
* Remove unused marshalling for SAMR_REMOVE_SID_FOREIGN_DOMAIN.Günther Deschner2008-02-051-35/+0
* Remove unused marshalling for SAMR_QUERY_USERALIASES.Günther Deschner2008-02-051-52/+0
* Remove unused marshalling for SAMR_QUERY_GROUPMEM.Günther Deschner2008-02-051-39/+0
* Remove marshalling for SAMR_LOOKUP_DOMAIN.Günther Deschner2008-02-051-37/+0
* Remove unused marshalling for SAMR_QUERY_ALIASMEM.Günther Deschner2008-02-051-56/+0
* Remove unused marshalling for SAMR_ADD_ALIASMEM.Günther Deschner2008-02-051-31/+0
* Remove unused marshalling for SAMR_DEL_ALIASMEM.Günther Deschner2008-02-051-31/+0
* Remove unused marshalling for SAMR_CONNECT.Günther Deschner2008-02-051-37/+0
* Remove unused marshalling for SAMR_CONNECT_4.Günther Deschner2008-02-041-36/+0
* Remove unused marshalling for SAMR_ADD_GROUPMEM.Günther Deschner2008-02-041-33/+0
* Remove unused marshalling for SAMR_DEL_GROUPMEM.Günther Deschner2008-02-041-33/+0
* Remove unused marshalling for SAMR_SET_SEC_OBJ.Günther Deschner2008-02-021-34/+0
* Remove unused marshalling for SAMR_QUERY_SEC_OBJ.Günther Deschner2008-02-021-35/+0
* Remove unused marshalling for SAMR_CREATE_USER.Günther Deschner2008-02-011-45/+0
* Remove unused marshalling for SAMR_CREATE_DOM_GROUP.Günther Deschner2008-02-011-38/+0
* Remove unused marshalling for SAMR_CREATE_DOM_ALIAS.Günther Deschner2008-02-011-36/+0
* Remove unused marshalling for SAMR_OPEN_USER.Günther Deschner2008-02-011-38/+0
* Remove unused marshalling for SAMR_OPEN_ALIAS.Günther Deschner2008-02-011-40/+0
* Remove unused marshalling for SAMR_OPEN_GROUP.Günther Deschner2008-02-011-40/+0
* Remove unused marshalling for SAMR_OPEN_DOMAIN.Günther Deschner2008-02-011-41/+0
* Remove rpccli_samr_delete_dom_user().Günther Deschner2008-02-011-33/+0
* Remove rpccli_samr_delete_dom_alias().Günther Deschner2008-02-011-33/+0
* Remove rpccli_samr_delete_dom_group().Günther Deschner2008-02-011-33/+0
* Remove rpccli_samr_close and use pidl generated function instead.Günther Deschner2008-01-311-38/+0
* Remove rpccli_samr_get_dom_pwinfo() and rpccli_samr_get_usrdom_pwinfo().Günther Deschner2008-01-251-85/+0
* Forward ported version of Matt Geddes <musicalcarrion@gmail.com>Jeremy Allison2008-01-231-2/+2
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-1/+2
* Replace "unknown" with access_mask when calling samr_CreateUser2().Günther Deschner2007-12-111-2/+2
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-215/+82
* r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) toMichael Adam2007-10-101-4/+4
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2007-10-101-4/+8
* r22464: remove double code and use a functionStefan Metzmacher2007-10-101-34/+5
* r19355: Add getdispenumindex2 wrapper for rpcclient.Günther Deschner2007-10-101-5/+46
* r18803: remove unused functionGerald Carter2007-10-101-18/+0
* r18799: Prepare query_disp_info to use the next idx from the last result entryGünther Deschner2007-10-101-0/+18
* r18677: quickly add samr_GetDisplayEnumerationIndex for debugging to rpcclient.Günther Deschner2007-10-101-0/+43