summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_lsarpc.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-11rpcclient: Ask for minimal permissions for SID and name lookupsChristof Schmitt1-8/+8
2019-01-28s3:rpcclient: Use C99 initializer for cmd_set in cmd_lsarpcAndreas Schneider1-38/+337
2018-12-11rpcclient: Use dom_sid_str_bufVolker Lendecke1-4/+8
2018-12-08rpcclient: Use dom_sid_str_bufVolker Lendecke1-28/+33
2018-02-21rpcclient: add lookupsids_level commandStefan Metzmacher1-0/+93
2018-02-21rpcclient: fix variable initialisation and add parenthesis to if clausesRalph Boehme1-4/+6
2015-05-12Convert all uint32/16/8 to _t in source3/rpcclient.Richard Sharpe1-16/+16
2014-01-16s3:rpcclient: remove unused code from cmd_lsa_get_username()Stefan Metzmacher1-10/+0
2013-12-09CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.Jeremy Allison1-1/+5
2013-12-09CVE-2013-4408:s3:Ensure LookupSids replies arrays are range checked.Jeremy Allison1-2/+5
2013-11-13rpcclient: fix output of lsalookupsids for sids of type DOMAINMichael Adam1-3/+10
2012-01-18s3-rpcclient: pass struct ndr_interface_table downAndrew Bartlett1-32/+32
2011-11-29s3-rpcclient: add tool to call lsa_SetInformationTrustedDomain.Günther Deschner1-0/+71
2011-08-03s3-ntlmssp Remove rpccli_get_pwd_hash and auth_ntlmssp_get_nt_hashAndrew Bartlett1-18/+20
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-3/+3
2011-06-09s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett1-2/+2
2011-03-31s3-rpcclient: include rpc_client/cli_pipe.h globally in rpcclient.hGünther Deschner1-1/+0
2011-02-28s3-rpc_client: Move client pipe functions to own header.Andreas Schneider1-0/+1
2011-02-02s3-rpcclient: prefer dcerpc_lsa_X functions.Günther Deschner1-176/+390
2011-02-02s3-rpcclient: use status variable.Günther Deschner1-182/+182
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-08-25s3-lsa: separate out init_lsa headers.Günther Deschner1-0/+1
2010-08-08s3:rpcclient: we also need some ndr_pull functionsStefan Metzmacher1-0/+1
2010-06-03s3-security: use shared SECINFO_DACL define.Günther Deschner1-1/+1
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-15/+15
2010-05-18s3-rpc_client: move protos to cli_lsarpc.hGünther Deschner1-0/+1
2010-05-18s3-secdesc: remove "typedef struct sec_desc_buf SEC_DESC_BUF".Günther Deschner1-1/+1
2010-01-23s3: Remove a call to string_sid_tallocVolker Lendecke1-2/+6
2010-01-23s3: Fix sending NULL sids to lookupsids3Volker Lendecke1-2/+2
2010-01-23s3: Remove some pointless uses of string_sid_tallocVolker Lendecke1-1/+3
2010-01-23s3: Fix some nonempty blank linesVolker Lendecke1-7/+7
2009-11-26s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner1-0/+1
2009-11-08Revert "s3: Do not directly reference the ndr_table_* in rpcclient"Volker Lendecke1-92/+32
2009-11-08s3: Do not directly reference the ndr_table_* in rpcclientVolker Lendecke1-32/+92
2009-10-30s3-rpcclient: add deletetrustdom command.Günther Deschner1-0/+89
2009-10-30s3-rpcclient: add createtrustdom command.Günther Deschner1-0/+45
2009-09-16s3-rpcclient: Fix Coverity #935: UNINIT.Günther Deschner1-1/+1
2009-09-11s3-rpcclient: add lookupsids3 command.Günther Deschner1-0/+70
2009-09-11s3-rpcclient: add lookupnames4 command.Günther Deschner1-0/+52
2009-07-17s3-rpcclient: add LSA storeprivatedata command.Günther Deschner1-0/+56
2009-07-17s3-rpcclient: add LSA retrieveprivatedata command.Günther Deschner1-0/+60
2009-07-17s3-rpcclient: add LSA setsecret command.Günther Deschner1-0/+71
2009-07-17s3-rpcclient: add LSA querysecret command.Günther Deschner1-0/+86
2009-07-17s3-rpcclient: add LSA deletesecret command.Günther Deschner1-0/+50
2009-07-17s3-rpcclient: add LSA createsecret command.Günther Deschner1-0/+43
2009-04-21s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.Günther Deschner1-24/+24
2009-04-14Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett1-13/+9
2009-03-18s3: remove POLICY_HND.Günther Deschner1-24/+24
2008-10-22Fix bug 5840: Segfault in "rpcclient lsaaddacctrights"Volker Lendecke1-1/+1
2008-10-21s3-lsa-server: fix _lsa_GetUserName.Günther Deschner1-1/+2