summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_lsarpc.c
Commit message (Expand)AuthorAgeFilesLines
* s3:rpcclient: Use C99 initializer for cmd_set in cmd_lsarpcAndreas Schneider2019-01-281-38/+337
* rpcclient: Use dom_sid_str_bufVolker Lendecke2018-12-111-4/+8
* rpcclient: Use dom_sid_str_bufVolker Lendecke2018-12-081-28/+33
* rpcclient: add lookupsids_level commandStefan Metzmacher2018-02-211-0/+93
* rpcclient: fix variable initialisation and add parenthesis to if clausesRalph Boehme2018-02-211-4/+6
* Convert all uint32/16/8 to _t in source3/rpcclient.Richard Sharpe2015-05-121-16/+16
* s3:rpcclient: remove unused code from cmd_lsa_get_username()Stefan Metzmacher2014-01-161-10/+0
* CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.Jeremy Allison2013-12-091-1/+5
* CVE-2013-4408:s3:Ensure LookupSids replies arrays are range checked.Jeremy Allison2013-12-091-2/+5
* rpcclient: fix output of lsalookupsids for sids of type DOMAINMichael Adam2013-11-131-3/+10
* s3-rpcclient: pass struct ndr_interface_table downAndrew Bartlett2012-01-181-32/+32
* s3-rpcclient: add tool to call lsa_SetInformationTrustedDomain.Günther Deschner2011-11-291-0/+71
* s3-ntlmssp Remove rpccli_get_pwd_hash and auth_ntlmssp_get_nt_hashAndrew Bartlett2011-08-031-18/+20
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-3/+3
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-2/+2
* s3-rpcclient: include rpc_client/cli_pipe.h globally in rpcclient.hGünther Deschner2011-03-311-1/+0
* s3-rpc_client: Move client pipe functions to own header.Andreas Schneider2011-02-281-0/+1
* s3-rpcclient: prefer dcerpc_lsa_X functions.Günther Deschner2011-02-021-176/+390
* s3-rpcclient: use status variable.Günther Deschner2011-02-021-182/+182
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* s3-lsa: separate out init_lsa headers.Günther Deschner2010-08-251-0/+1
* s3:rpcclient: we also need some ndr_pull functionsStefan Metzmacher2010-08-081-0/+1
* s3-security: use shared SECINFO_DACL define.Günther Deschner2010-06-031-1/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-15/+15
* s3-rpc_client: move protos to cli_lsarpc.hGünther Deschner2010-05-181-0/+1
* s3-secdesc: remove "typedef struct sec_desc_buf SEC_DESC_BUF".Günther Deschner2010-05-181-1/+1
* s3: Remove a call to string_sid_tallocVolker Lendecke2010-01-231-2/+6
* s3: Fix sending NULL sids to lookupsids3Volker Lendecke2010-01-231-2/+2
* s3: Remove some pointless uses of string_sid_tallocVolker Lendecke2010-01-231-1/+3
* s3: Fix some nonempty blank linesVolker Lendecke2010-01-231-7/+7
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2009-11-261-0/+1
* Revert "s3: Do not directly reference the ndr_table_* in rpcclient"Volker Lendecke2009-11-081-92/+32
* s3: Do not directly reference the ndr_table_* in rpcclientVolker Lendecke2009-11-081-32/+92
* s3-rpcclient: add deletetrustdom command.Günther Deschner2009-10-301-0/+89
* s3-rpcclient: add createtrustdom command.Günther Deschner2009-10-301-0/+45
* s3-rpcclient: Fix Coverity #935: UNINIT.Günther Deschner2009-09-161-1/+1
* s3-rpcclient: add lookupsids3 command.Günther Deschner2009-09-111-0/+70
* s3-rpcclient: add lookupnames4 command.Günther Deschner2009-09-111-0/+52
* s3-rpcclient: add LSA storeprivatedata command.Günther Deschner2009-07-171-0/+56
* s3-rpcclient: add LSA retrieveprivatedata command.Günther Deschner2009-07-171-0/+60
* s3-rpcclient: add LSA setsecret command.Günther Deschner2009-07-171-0/+71
* s3-rpcclient: add LSA querysecret command.Günther Deschner2009-07-171-0/+86
* s3-rpcclient: add LSA deletesecret command.Günther Deschner2009-07-171-0/+50
* s3-rpcclient: add LSA createsecret command.Günther Deschner2009-07-171-0/+43
* s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.Günther Deschner2009-04-211-24/+24
* Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett2009-04-141-13/+9
* s3: remove POLICY_HND.Günther Deschner2009-03-181-24/+24
* Fix bug 5840: Segfault in "rpcclient lsaaddacctrights"Volker Lendecke2008-10-221-1/+1
* s3-lsa-server: fix _lsa_GetUserName.Günther Deschner2008-10-211-1/+2
* s3-rpcclient: fix cmd_lsa build.Günther Deschner2008-10-201-3/+1