summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_lsarpc.c
Commit message (Expand)AuthorAgeFilesLines
* s3/rpc_client: clang: Fix 'Value stored during initialization is never read'Noel Power2019-09-261-1/+1
* s3:cli_lsarpc: use talloc_zero_array() in dcerpc_lsa_lookup_names_generic()Stefan Metzmacher2018-02-211-3/+5
* s3:cli_lsarpc: use talloc_zero_array() in dcerpc_lsa_lookup_sids_generic()Stefan Metzmacher2018-02-211-3/+6
* s3:rpc_client: pass down lsa_LookupNamesLevel to dcerpc_lsa_lookup_sids_gener...Stefan Metzmacher2018-02-101-1/+9
* s3/rpc_client: lookupsids error handling of NT_STATUS_NONE_MAPPEDRalph Boehme2017-04-071-1/+2
* s3/rpc_client: use NT_STATUS_LOOKUP_ERRRalph Boehme2017-04-071-4/+1
* Correct "occured" typos.Chris Lamb2017-02-221-2/+2
* Convert all uses of uint32/16/8 to _t in source3/rpc_client.Richard Sharpe2015-05-121-2/+2
* CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.Jeremy Allison2013-12-091-0/+18
* CVE-2013-4408:s3:Ensure LookupSids replies arrays are range checked.Jeremy Allison2013-12-091-1/+16
* s3-rpc_client: make dcerpc_lsa_lookup_names_generic() public.Günther Deschner2012-11-301-11/+11
* s3-rpc_cli: make dcerpc_lsa_lookup_sids_generic() public.Günther Deschner2012-11-301-10/+10
* s3-rpc_cli: Remove some unused wrapping code.Günther Deschner2012-11-301-59/+0
* Fix bug #8807 - dcerpc_lsa_lookup_sids_noalloc() crashes when groups has more...Christian Ambach2012-03-131-3/+7
* s3: Remove some superfluous ()Volker Lendecke2012-03-091-1/+1
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-8/+8
* s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner2011-04-131-0/+1
* s3:rpc_client: fix argument order of call to lsa_open_policy2 in rpccli_lsa_o...Michael Adam2011-03-291-1/+1
* s3-rpc_client: actually call lsa_open_policy2() in rpccli_lsa_open_policy2().Günther Deschner2011-03-231-6/+7
* s3: Fix a typoVolker Lendecke2011-03-111-1/+1
* s3-rpc_client: Fixed an uninitialized variable.Andreas Schneider2011-02-101-1/+1
* s3-rpc_client: no need to include ../librpc/gen_ndr/ndr_lsa_c.h anymore.Günther Deschner2011-01-181-1/+1
* s3-rpc_client: Fixed status check of dcerpc_lsa_lookup_sids_noalloc.Andreas Schneider2011-01-171-1/+1
* s3-rpc_client: Fixed return values of dcerpc_lsa_lookup_sids_generic.Andreas Schneider2011-01-171-4/+4
* s3-rpc_client: Fixed the dcerpc_lsa_LookupNames4 client_revision.Andreas Schneider2011-01-101-1/+1
* s3-rpc_client: Fixed the dcerpc_lsa_LookupNames4 lookup_options.Andreas Schneider2011-01-101-1/+1
* s3-rpc_client: Fixed the dcerpc_lsa_LookupSids3 client_revision.Andreas Schneider2011-01-101-1/+1
* s3-rpc_client: Fixed the dcerpc_lsa_LookupSids3 lookup_options.Andreas Schneider2011-01-101-1/+1
* s3-rpc_client: Added dcerpc_lsa_lookup_names.Andreas Schneider2011-01-101-31/+116
* s3-rpc_client: Added dcerpc_lsa_lookup_sids and dcerpc_lsa_lookup_sids3.Andreas Schneider2011-01-101-57/+148
* s3-rpc_client: Added dcerpc_lsa_open_policy2.Andreas Schneider2011-01-101-11/+37
* s3-rpc_client: Added dcerpc_lsa_open_policy.Andreas Schneider2011-01-101-9/+34
* s3: Correctly calculate the wbinfo -s resultVolker Lendecke2010-11-241-9/+25
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-1/+1
* s3-util: use shared dom_sid_dup.Günther Deschner2010-09-201-1/+2
* s3-lsa: separate out init_lsa headers.Günther Deschner2010-08-251-0/+1
* s3-rpc_client: Use the right memory context for array elements.Andreas Schneider2010-07-051-3/+3
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-10/+10
* s3-rpc_client: move protos to cli_lsarpc.hGünther Deschner2010-05-181-0/+1
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2009-11-261-0/+1
* fix bogus "out of memory" winbind msgVolker Lendecke2009-11-131-1/+2
* s3-rpc_client: fix non initialized structure in rpccli_lsa_lookup_sids_noalloc.Günther Deschner2009-09-181-0/+2
* s3-rpc_client: add rpccli_lsa_lookup_sids3 wrapper.Günther Deschner2009-09-141-17/+74
* s3-rpc_client: add rpccli_lsa_lookup_names4 wrapper.Günther Deschner2009-09-141-23/+75
* s3: remove POLICY_HND.Günther Deschner2009-03-181-5/+5
* s3-lsa: avoid all init_lsa* functions.Günther Deschner2009-01-061-32/+20
* Remove some fully outdated sample codeVolker Lendecke2008-07-211-102/+0
* Move srv_name_slash from cli_state to rpc_pipe_clientVolker Lendecke2008-04-201-1/+1
* Fix rpccli_lsa_lookup_sids_noalloc.Günther Deschner2008-04-031-3/+11
* Use existing srv_name_slash.Günther Deschner2008-03-121-2/+1