passdb: Increase ABI version to 0.28.0
[samba.git] / source3 / winbindd / wb_lookupsids.c
2018-11-27 Volker Lendeckewinbind: Use dom_sid_str_buf
2018-02-21 Stefan Metzmacherwinbindd: make use of talloc_zero_array() in wb_lookups...
2018-02-21 Stefan Metzmacherwinbindd: initialize type = SID_NAME_UNKNOWN in wb_look...
2018-02-21 Stefan Metzmacherwinbindd: don't split the rid for SID_NAME_DOMAIN sids...
2017-04-11 Ralph Boehmewinbindd: remove fallback from lookuprids
2017-04-11 Ralph Boehmewinbindd: remove lookupsid() fallback for a failed...
2017-04-11 Ralph Boehmewinbindd: remove fallback to lookupsid for unknown...
2017-04-11 Ralph Boehmewinbindd: handling of failed lookupsids in wb_lookupsid...
2017-04-11 Ralph Boehmewinbindd: let wb_lookupsids_move_name() handle domain_i...
2017-04-06 Ralph Boehmewinbindd: remove unused single_domains array
2017-04-06 Ralph Boehmewinbindd: use correct domain name for failed lookupsids
2017-04-06 Ralph Boehmewinbindd: explicit check for well-known SIDs in wb_look...
2017-03-11 Stefan Metzmacherwinbindd: avoid multiple wbint_LookupSids/lsa_LookupSid...
2017-01-02 Volker Lendeckewinbind: Fix wb_lookupsids for AD DCs
2016-12-28 Volker Lendeckelib: Add lib/util_unixsids.h
2016-06-28 Ralph Boehmewinbindd: in wb_lookupsids return domain name if we...
2014-06-11 Andrew Bartlettlibrpc/idl: Merge wbint.idl with winbind.idl so we...
2014-02-21 Gregor Becks3:winbindd: avoid directly asking a trusted domain...
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
2012-07-12 Michael Adams3: rename sid_check_is_in_our_domain() to sid_check_is...
2012-07-12 Michael Adams3: rename sid_check_is_domain() to sid_check_is_our_sam()
2012-04-28 Volker Lendeckes3: Remove a SMB_ASSERT
2012-04-28 Volker Lendeckes3: Fix bug 8904 -- wbinfo --lookup-sids "" crashes...
2011-08-17 Volker LendeckeReplace calls to sid_equal with calls to dom_sid_equal
2011-06-27 Volker Lendeckes3: explicitly pass domain_sid to wbint_LookupRids...
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-20 Volker LendeckeUse tevent_req_oom
2011-06-16 Stefan Metzmachers3:wb_lookupsids: add some paranoia checks to wb_lookup...
2011-06-16 Stefan Metzmachers3:wb_lookupsids: don't ignore 'result' and check if...
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-04-13 Volker Lendeckes3: Add wb_lookupsids