summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_rpc.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-16s3:winbind: Use a talloc stackframe for rpc_query_user_listAndreas Schneider1-16/+24
2017-04-07winbindd: error handling in rpc_lookup_sids()Ralph Boehme1-4/+5
2017-03-06Revert "winbind: Remove rpc_lookup_usergroups"Volker Lendecke1-0/+74
2017-02-23winbind: Use EnumDomainUsers in rpc_query_user_listVolker Lendecke1-37/+24
2017-01-11winbind: Fix CID 1398533 Resource leakVolker Lendecke1-0/+1
2017-01-04winbind: Simplify query_user_list to only return ridsVolker Lendecke1-51/+11
2017-01-04winbind: Remove rpc_lookup_usergroupsVolker Lendecke1-74/+0
2017-01-04winbind: Remove rpc_query_userVolker Lendecke1-76/+0
2017-01-02winbind: Initialize user list info to 0Volker Lendecke1-0/+2
2016-11-03s3-winbind: Do not return NO_MEMORY if we have an empty user listAndreas Schneider1-0/+4
2015-07-17s3:winbindd: initialize dst->primary_gid with (gid_t)-1Stefan Metzmacher1-1/+1
2015-07-17s3:winbindd: initialize acct_desc fields in rpc_enum_{dom,local}_groups()Stefan Metzmacher1-5/+10
2015-07-17s3:winbindd: initialize an [in,out] variable in rpc_try_lookup_sids3()Stefan Metzmacher1-1/+1
2014-11-25s3:winbindd: avoid invalid pointer type warningsStefan Metzmacher1-1/+4
2014-09-01winbindd: Do not segfault if the trusted domain has no SIDAndrew Bartlett1-1/+9
2014-04-02winbindd: Ensure we do not look at rid_array before checking if it was returnedAndrew Bartlett1-3/+3
2014-02-25rpc: fix name-normalization in rpc_sid_to_name()Michael Adam1-1/+1
2014-02-25rpc: correctly tread domain-only requests in rpc_sid_to_name()Michael Adam1-1/+1
2013-12-09CVE-2013-4408:s3:Ensure LookupRids() replies arrays are range checked.Jeremy Allison1-2/+8
2013-12-09CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.Jeremy Allison1-12/+2
2013-12-09CVE-2013-4408:s3:Ensure LookupSids replies arrays are range checked.Jeremy Allison1-0/+32
2013-01-29s3:winbindd: check the correct variable for talloc success in rpc_query_user()Michael Adam1-1/+1
2012-11-30s3-winbind: use new reconnect logic in rpc_lookup_sids() also.Günther Deschner1-16/+7
2012-09-29s3-winbindd: Adjust error code loop logic in rpc_trusted_domains().Günther Deschner1-1/+1
2012-09-28s3-winbindd: Allow DNS resolution of trusted domains if DNS name is avaliableSumit Bose1-21/+47
2012-02-18Fix a bunch of "unused variable" warnings.Jeremy Allison1-2/+0
2011-06-09s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett1-4/+4
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-2/+2
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-2/+2
2011-06-09s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett1-3/+3
2011-05-02s3-winbindd: remove unused headers.Günther Deschner1-3/+0
2011-04-13s3: Add wbint_LookupSidsVolker Lendecke1-0/+98
2011-04-13s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner1-0/+1
2011-03-30s3-winbindd: copy acct_info to wb_acct_info so we dont need passdb for it.Günther Deschner1-6/+6
2011-02-02s3-winbind: prefer dcerpc_lsa_X functions in winbindd/winbindd_rpc.c.Günther Deschner1-7/+12
2011-02-02s3-winbind: prefer dcerpc_samr_X functions in winbindd/winbindd_rpc.c.Günther Deschner1-58/+134
2011-01-21s3-rpc_client: Rename get_query_dispinfo_params.Andreas Schneider1-3/+3
2010-11-01s3:winbindd: fix query_user for users with NULL full name.Michael Adam1-1/+3
2010-11-01s3:winbindd: fix query_user_list for users with NULL full_nameMichael Adam1-1/+3
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-1/+1
2010-10-07samr: for correctness, rename samr_RidTypeArray to samr_RidAttrArray.Günther Deschner1-1/+1
2010-09-20s3-util: use shared dom_sid_dup.Günther Deschner1-2/+3
2010-07-06s3-winbind: Handle aliases in rpc_lookup_groupmem().Andreas Schneider1-29/+74
2010-07-05s3-winbind: Added a common rpc_trusted_domains function.Andreas Schneider1-0/+69
2010-07-05s3-winbind: Added a common rpc_sequence_number function.Andreas Schneider1-0/+49
2010-07-05s3-winbind: Added a common rpc_lookup_groupmem function.Andreas Schneider1-0/+128
2010-07-05s3-winbind: Added a common rpc_lookup_useraliases function.Andreas Schneider1-0/+84
2010-07-05s3-winbind: Added a common rpc_lookup_usergroups function.Andreas Schneider1-0/+62
2010-07-05s3-winbind: Added a common rpc_query_user function.Andreas Schneider1-0/+64
2010-07-05s3-winbind: Added a common rpc_rids_to_names function.Andreas Schneider1-0/+79