summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_rpc.c
Commit message (Expand)AuthorAgeFilesLines
* winbindd: Ensure we do not look at rid_array before checking if it was returnedAndrew Bartlett2014-04-021-3/+3
* rpc: fix name-normalization in rpc_sid_to_name()Michael Adam2014-02-251-1/+1
* rpc: correctly tread domain-only requests in rpc_sid_to_name()Michael Adam2014-02-251-1/+1
* CVE-2013-4408:s3:Ensure LookupRids() replies arrays are range checked.Jeremy Allison2013-12-091-2/+8
* CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.Jeremy Allison2013-12-091-12/+2
* CVE-2013-4408:s3:Ensure LookupSids replies arrays are range checked.Jeremy Allison2013-12-091-0/+32
* s3:winbindd: check the correct variable for talloc success in rpc_query_user()Michael Adam2013-01-291-1/+1
* s3-winbind: use new reconnect logic in rpc_lookup_sids() also.Günther Deschner2012-11-301-16/+7
* s3-winbindd: Adjust error code loop logic in rpc_trusted_domains().Günther Deschner2012-09-291-1/+1
* s3-winbindd: Allow DNS resolution of trusted domains if DNS name is avaliableSumit Bose2012-09-281-21/+47
* Fix a bunch of "unused variable" warnings.Jeremy Allison2012-02-181-2/+0
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-091-4/+4
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-2/+2
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-2/+2
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-3/+3
* s3-winbindd: remove unused headers.Günther Deschner2011-05-021-3/+0
* s3: Add wbint_LookupSidsVolker Lendecke2011-04-131-0/+98
* s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner2011-04-131-0/+1
* s3-winbindd: copy acct_info to wb_acct_info so we dont need passdb for it.Günther Deschner2011-03-301-6/+6
* s3-winbind: prefer dcerpc_lsa_X functions in winbindd/winbindd_rpc.c.Günther Deschner2011-02-021-7/+12
* s3-winbind: prefer dcerpc_samr_X functions in winbindd/winbindd_rpc.c.Günther Deschner2011-02-021-58/+134
* s3-rpc_client: Rename get_query_dispinfo_params.Andreas Schneider2011-01-211-3/+3
* s3:winbindd: fix query_user for users with NULL full name.Michael Adam2010-11-011-1/+3
* s3:winbindd: fix query_user_list for users with NULL full_nameMichael Adam2010-11-011-1/+3
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-1/+1
* samr: for correctness, rename samr_RidTypeArray to samr_RidAttrArray.Günther Deschner2010-10-071-1/+1
* s3-util: use shared dom_sid_dup.Günther Deschner2010-09-201-2/+3
* s3-winbind: Handle aliases in rpc_lookup_groupmem().Andreas Schneider2010-07-061-29/+74
* s3-winbind: Added a common rpc_trusted_domains function.Andreas Schneider2010-07-051-0/+69
* s3-winbind: Added a common rpc_sequence_number function.Andreas Schneider2010-07-051-0/+49
* s3-winbind: Added a common rpc_lookup_groupmem function.Andreas Schneider2010-07-051-0/+128
* s3-winbind: Added a common rpc_lookup_useraliases function.Andreas Schneider2010-07-051-0/+84
* s3-winbind: Added a common rpc_lookup_usergroups function.Andreas Schneider2010-07-051-0/+62
* s3-winbind: Added a common rpc_query_user function.Andreas Schneider2010-07-051-0/+64
* s3-winbind: Added a common rpc_rids_to_names function.Andreas Schneider2010-07-051-0/+79
* s3-winbind: Added a common rpc_sid_to_name function.Andreas Schneider2010-07-051-0/+56
* s3-winbind: Added a common rpc_name_to_sid function.Andreas Schneider2010-07-051-0/+63
* s3-winbind: Added a common rpc_enum_local_groups function.Andreas Schneider2010-07-051-0/+54
* s3-winbind: Added a common rpc_query_user_list function.Andreas Schneider2010-07-051-0/+101
* s3-winbind: Added a common rpc_enum_dom_groups function.Andreas Schneider2010-07-051-0/+94
* s3-winbind: Rename winbindd_rpc.c to winbindd_msrpc.c.Andreas Schneider2010-07-051-1330/+0
* 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-rpc_client: move protos to cli_samr.hGünther Deschner2010-05-181-0/+1
* s3-rpc_misc: clean out include/rpc_misc.h.Günther Deschner2010-05-181-1/+1
* s3: Replace most calls to sid_append_rid() by sid_compose()Volker Lendecke2010-01-101-3/+2
* s3: Make winbindd_cache.c aware of domain offline to avoid unnecessary backen...Bo Yang2010-01-061-2/+2
* s3: Fix infinite loop in NCACN_IP_TCP asa there is no timeout. Assume lsa_pip...Bo Yang2010-01-061-8/+2
* Prevent NULL dereference if group has no membersJim McDonough2009-12-301-4/+4
* s3: Pass netr_DomainTrustList instead of names and sids through (*trusted_dom...Volker Lendecke2009-12-281-21/+26