summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_lsarpc.c
AgeCommit message (Expand)AuthorFilesLines
2025-02-17s3:rpc_client: Use cli_rpc_pipe_reopen_np_noauth() for OpenPolicy fallbackStefan Metzmacher1-1/+14
2024-07-26s3/rpc_client: fix handling of NT_STATUS_SOME_NOT_MAPPEDRalph Boehme1-4/+15
2023-11-21s3:rpc_client: Remove unused rpccli_lsa_open_policy2()Andreas Schneider1-26/+0
2023-11-21s3:rpc_client: Implement dcerpc_lsa_open_policy_fallback()Andreas Schneider1-0/+41
2023-11-21s3:rpc_client: Implement dcerpc_lsa_open_policy3()Andreas Schneider1-0/+41
2021-03-09rpc_client: Save a few lines with direct struct initializationVolker Lendecke1-18/+5
2019-09-26s3/rpc_client: clang: Fix 'Value stored during initialization is never read'Noel Power1-1/+1
2018-02-21s3:cli_lsarpc: use talloc_zero_array() in dcerpc_lsa_lookup_names_generic()Stefan Metzmacher1-3/+5
2018-02-21s3:cli_lsarpc: use talloc_zero_array() in dcerpc_lsa_lookup_sids_generic()Stefan Metzmacher1-3/+6
2018-02-10s3:rpc_client: pass down lsa_LookupNamesLevel to dcerpc_lsa_lookup_sids_gener...Stefan Metzmacher1-1/+9
2017-04-07s3/rpc_client: lookupsids error handling of NT_STATUS_NONE_MAPPEDRalph Boehme1-1/+2
2017-04-07s3/rpc_client: use NT_STATUS_LOOKUP_ERRRalph Boehme1-4/+1
2017-02-22Correct "occured" typos.Chris Lamb1-2/+2
2015-05-12Convert all uses of uint32/16/8 to _t in source3/rpc_client.Richard Sharpe1-2/+2
2013-12-09CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.Jeremy Allison1-0/+18
2013-12-09CVE-2013-4408:s3:Ensure LookupSids replies arrays are range checked.Jeremy Allison1-1/+16
2012-11-30s3-rpc_client: make dcerpc_lsa_lookup_names_generic() public.Günther Deschner1-11/+11
2012-11-30s3-rpc_cli: make dcerpc_lsa_lookup_sids_generic() public.Günther Deschner1-10/+10
2012-11-30s3-rpc_cli: Remove some unused wrapping code.Günther Deschner1-59/+0
2012-03-13Fix bug #8807 - dcerpc_lsa_lookup_sids_noalloc() crashes when groups has more...Christian Ambach1-3/+7
2012-03-09s3: Remove some superfluous ()Volker Lendecke1-1/+1
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-8/+8
2011-04-13s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner1-0/+1
2011-03-29s3:rpc_client: fix argument order of call to lsa_open_policy2 in rpccli_lsa_o...Michael Adam1-1/+1
2011-03-23s3-rpc_client: actually call lsa_open_policy2() in rpccli_lsa_open_policy2().Günther Deschner1-6/+7
2011-03-11s3: Fix a typoVolker Lendecke1-1/+1
2011-02-10s3-rpc_client: Fixed an uninitialized variable.Andreas Schneider1-1/+1
2011-01-18s3-rpc_client: no need to include ../librpc/gen_ndr/ndr_lsa_c.h anymore.Günther Deschner1-1/+1
2011-01-17s3-rpc_client: Fixed status check of dcerpc_lsa_lookup_sids_noalloc.Andreas Schneider1-1/+1
2011-01-17s3-rpc_client: Fixed return values of dcerpc_lsa_lookup_sids_generic.Andreas Schneider1-4/+4
2011-01-10s3-rpc_client: Fixed the dcerpc_lsa_LookupNames4 client_revision.Andreas Schneider1-1/+1
2011-01-10s3-rpc_client: Fixed the dcerpc_lsa_LookupNames4 lookup_options.Andreas Schneider1-1/+1
2011-01-10s3-rpc_client: Fixed the dcerpc_lsa_LookupSids3 client_revision.Andreas Schneider1-1/+1
2011-01-10s3-rpc_client: Fixed the dcerpc_lsa_LookupSids3 lookup_options.Andreas Schneider1-1/+1
2011-01-10s3-rpc_client: Added dcerpc_lsa_lookup_names.Andreas Schneider1-31/+116
2011-01-10s3-rpc_client: Added dcerpc_lsa_lookup_sids and dcerpc_lsa_lookup_sids3.Andreas Schneider1-57/+148
2011-01-10s3-rpc_client: Added dcerpc_lsa_open_policy2.Andreas Schneider1-11/+37
2011-01-10s3-rpc_client: Added dcerpc_lsa_open_policy.Andreas Schneider1-9/+34
2010-11-24s3: Correctly calculate the wbinfo -s resultVolker Lendecke1-9/+25
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-1/+1
2010-09-20s3-util: use shared dom_sid_dup.Günther Deschner1-1/+2
2010-08-25s3-lsa: separate out init_lsa headers.Günther Deschner1-0/+1
2010-07-05s3-rpc_client: Use the right memory context for array elements.Andreas Schneider1-3/+3
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-10/+10
2010-05-18s3-rpc_client: move protos to cli_lsarpc.hGünther Deschner1-0/+1
2009-11-26s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner1-0/+1
2009-11-13fix bogus "out of memory" winbind msgVolker Lendecke1-1/+2
2009-09-18s3-rpc_client: fix non initialized structure in rpccli_lsa_lookup_sids_noalloc.Günther Deschner1-0/+2
2009-09-14s3-rpc_client: add rpccli_lsa_lookup_sids3 wrapper.Günther Deschner1-17/+74
2009-09-14s3-rpc_client: add rpccli_lsa_lookup_names4 wrapper.Günther Deschner1-23/+75