winbind: Query domain from winbind rpc name_to_sid
[garming/samba-autobuild/.git] / source3 / winbindd / winbindd_rpc.c
2019-04-18 Christof Schmittwinbind: Query domain from winbind rpc name_to_sid
2018-11-01 Samuel Cabreros3: winbind: Remove fstring from wb_acct_info struct
2017-11-29 Ralph Boehmewinbindd: let normalize_name_map() call find_domain_fro...
2017-05-16 Andreas Schneiders3:winbind: Use a talloc stackframe for rpc_query_user_list
2017-04-07 Ralph Boehmewinbindd: error handling in rpc_lookup_sids()
2017-03-06 Volker LendeckeRevert "winbind: Remove rpc_lookup_usergroups"
2017-02-23 Volker Lendeckewinbind: Use EnumDomainUsers in rpc_query_user_list
2017-01-10 Volker Lendeckewinbind: Fix CID 1398533 Resource leak
2017-01-04 Volker Lendeckewinbind: Simplify query_user_list to only return rids
2017-01-04 Volker Lendeckewinbind: Remove rpc_lookup_usergroups
2017-01-04 Volker Lendeckewinbind: Remove rpc_query_user
2017-01-02 Volker Lendeckewinbind: Initialize user list info to 0
2016-11-03 Andreas Schneiders3-winbind: Do not return NO_MEMORY if we have an empty...
2015-07-17 Stefan Metzmachers3:winbindd: initialize dst->primary_gid with (gid_t)-1
2015-07-17 Stefan Metzmachers3:winbindd: initialize acct_desc fields in rpc_enum_...
2015-07-17 Stefan Metzmachers3:winbindd: initialize an [in,out] variable in rpc_try...
2014-11-25 Stefan Metzmachers3:winbindd: avoid invalid pointer type warnings
2014-08-31 Andrew Bartlettwinbindd: Do not segfault if the trusted domain has...
2014-04-02 Andrew Bartlettwinbindd: Ensure we do not look at rid_array before...
2014-02-25 Michael Adamrpc: fix name-normalization in rpc_sid_to_name()
2014-02-25 Michael Adamrpc: correctly tread domain-only requests in rpc_sid_to...
2013-12-09 Jeremy AllisonCVE-2013-4408:s3:Ensure LookupRids() replies arrays...
2013-12-09 Jeremy AllisonCVE-2013-4408:s3:Ensure LookupNames replies arrays...
2013-12-09 Jeremy AllisonCVE-2013-4408:s3:Ensure LookupSids replies arrays are...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-01-29 Michael Adams3:winbindd: check the correct variable for talloc...
2012-11-30 Günther Deschners3-winbind: use new reconnect logic in rpc_lookup_sids...
2012-09-28 Günther Deschners3-winbindd: Adjust error code loop logic in rpc_truste...
2012-09-28 Sumit Boses3-winbindd: Allow DNS resolution of trusted domains...
2012-02-18 Jeremy AllisonFix a bunch of "unused variable" warnings.
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
2011-05-02 Günther Deschners3-winbindd: remove unused headers.
2011-04-13 Volker Lendeckes3: Add wbint_LookupSids
2011-04-13 Günther Deschners3-rpc_client: add and use rpc_client/rpc_client.h.
2011-03-29 Günther Deschners3-winbindd: copy acct_info to wb_acct_info so we dont...
2011-02-02 Günther Deschners3-winbind: prefer dcerpc_lsa_X functions in winbindd...
2011-02-02 Günther Deschners3-winbind: prefer dcerpc_samr_X functions in winbindd...
2011-01-21 Andreas Schneiders3-rpc_client: Rename get_query_dispinfo_params.
2010-11-01 Michael Adams3:winbindd: fix query_user for users with NULL full...
2010-11-01 Michael Adams3:winbindd: fix query_user_list for users with NULL...
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-10-07 Günther Deschnersamr: for correctness, rename samr_RidTypeArray to...
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-20 Günther Deschners3-util: use shared dom_sid_dup.
2010-07-06 Andreas Schneiders3-winbind: Handle aliases in rpc_lookup_groupmem().
2010-07-05 Andreas Schneiders3-winbind: Added a common rpc_trusted_domains function.
2010-07-05 Andreas Schneiders3-winbind: Added a common rpc_sequence_number function.
2010-07-05 Andreas Schneiders3-winbind: Added a common rpc_lookup_groupmem function.
2010-07-05 Andreas Schneiders3-winbind: Added a common rpc_lookup_useraliases function.
2010-07-05 Andreas Schneiders3-winbind: Added a common rpc_lookup_usergroups function.
2010-07-05 Andreas Schneiders3-winbind: Added a common rpc_query_user function.
2010-07-05 Andreas Schneiders3-winbind: Added a common rpc_rids_to_names function.
2010-07-05 Andreas Schneiders3-winbind: Added a common rpc_sid_to_name function.
2010-07-05 Andreas Schneiders3-winbind: Added a common rpc_name_to_sid function.
2010-07-05 Andreas Schneiders3-winbind: Added a common rpc_enum_local_groups function.
2010-07-05 Andreas Schneiders3-winbind: Added a common rpc_query_user_list function.
2010-07-05 Andreas Schneiders3-winbind: Added a common rpc_enum_dom_groups function.
2010-07-05 Andreas Schneiders3-winbind: Rename winbindd_rpc.c to winbindd_msrpc.c.
2010-05-21 Andrew Bartletts3:dom_sid Global replace of DOM_SID with struct dom_sid
2010-05-18 Günther Deschners3-rpc_client: move protos to cli_lsarpc.h
2010-05-18 Günther Deschners3-rpc_client: move protos to cli_samr.h
2010-05-17 Günther Deschners3-rpc_misc: clean out include/rpc_misc.h.
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-10 Volker Lendeckes3: Replace most calls to sid_append_rid() by sid_compose()
2010-01-07 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-06 Bo Yangs3: Make winbindd_cache.c aware of domain offline to...
2010-01-06 Bo Yangs3: Fix infinite loop in NCACN_IP_TCP asa there is...
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-12-30 Jim McDonoughPrevent NULL dereference if group has no members
2009-12-28 Volker Lendeckes3: Pass netr_DomainTrustList instead of names and...
2009-12-26 Volker Lendeckes3: Fix a bogus uninitialized variable warning
2009-12-03 Bo Yangs3: Fix crash in winbindd;(bug#6879).
2009-11-26 Günther Deschners3-rpc: Avoid including every pipe's client and server...
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-06 Volker Lendeckes3:winbind: Make query_user_list in winbindd_rpc a...
2009-09-25 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-09-24 Günther Deschners3-winbindd: no reason to call winbindd_can_contact_dom...
2009-09-22 Günther Deschners3-winbindd: Fix Bug #6711: trusts to windows 2008...
2009-09-17 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-17 Günther Deschners3-winbindd: add and use winbindd_lookup_names().
2009-09-17 Günther Deschners3-winbindd: add and use winbindd_lookup_sids().
2009-08-29 Volker Lendeckes3:winbind: Fix a bug found by RPC-SAMR
2009-08-16 Volker Lendeckes3:winbind: WINBIND_USERINFO -> wbint_userinfo
2009-08-11 Stefan Metzmachers3:winbindd: raise the timeout for lsa_Lookup*() calls...
2009-08-02 Volker LendeckeFix some nonempty blank lines
2009-08-02 Volker LendeckeRefactor 9b78af1f: Fix lookupname recursion
2009-04-21 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-21 Günther Deschners3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of...
2009-03-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-18 Günther Deschners3: remove POLICY_HND.
2009-03-17 Volker LendeckeFix #6130: Don't crash in winbindd_rpc lookup_groupmem...
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-21 Michael Adams3-winbindd: make all winbind rpc-methods static.
next