s3:modules: Update getdate.y to work with newer bison versions
[samba.git] / source3 / passdb / lookup_sid.c
2017-11-13 Volker Lendeckepassdb: Fix a typo
2016-12-28 Volker Lendeckepassdb: Move lookup_unix_[user|group]_name to lookup_sid.c
2016-12-28 Volker Lendeckelib: Add lib/util_unixsids.h
2016-08-04 Michael Adampassdb: remove a misleading comment from lookup_name_sm...
2015-10-15 Jeremy Allisons3: lsa: lookup_name() logic for unqualified (no DOMAIN...
2015-07-28 Justin Maggards3-passdb: Respect LOOKUP_NAME_GROUP flag in sid lookup.
2015-05-11 Richard SharpeConvert all uses of uint32/16/8 to _t in source3/passdb.
2015-03-31 Andreas Schneiders3-passdb: Fix 'force user' with winbind default domain
2015-01-07 Volker Lendeckepassdb: Cache output from pdb_[ug]id_to_sid
2014-12-03 Garming Samidmap: unify passdb *id_to_sid methods
2014-08-08 Justin Maggardpassdb: add missing newline to debug message in get_pri...
2014-07-18 Stefan Metzmacherlib/util: move memcache.[ch] to the toplevel 'samba...
2014-02-25 Michael Adampassdb: spare superfluous call to lookup_rids() in...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-12-03 Michael Adams3:passdb: don't look into group mappings in legacy_sid...
2012-09-04 Volker Lendeckes3: Fix some nonempty blank lines
2012-09-01 Volker Lendeckes3: Remove a shadowing variable declaration
2012-08-23 Björn Jackes3: fix compile warning on openindiana
2012-08-21 Andrew Bartletts3-passdb: Allow pdb_sid_to_id to work on any SID
2012-08-09 Jeremy AllisonCheck error returns from strupper_m() (in all reasonabl...
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-05-24 Ira Coopers3-passdb: Fix negative SID->uid/gid/both cache handling
2012-05-02 Andrew Bartletts3-idmap: convert most idmap_cache callers to unixid API
2012-05-02 Michael Adams3:passdb: rename sids_to_unix_ids() --> sids_to_unixid...
2012-05-02 Andrew Bartletts3-passdb: Use struct unixid in sids_to_unix_ids
2012-05-02 Andrew Bartletts3-passdb: Rename legacy_sid_to_id -> legacy_sid_to_uni...
2012-05-02 Andrew Bartletts3-passdb: Change pdb_sid_to_id() to return struct...
2012-04-21 Volker Lendeckes3: Remove two unused variables
2012-04-20 Michael Adams3:passdb: do not use the in-memory idmap cache (it...
2011-10-18 Simo Sorcepdb-interface: Do not use unid_t here
2011-10-12 Simo Sorces3-group-mapping: Remove fstrings from GROUP_MAP.
2011-08-21 Andreas Schneiders3-id_cache: Move id caches mgmt out of smbd
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_ARRAY() to talloc_array()
2011-04-13 Volker Lendeckes3: Use wbcSidsToUnixIds in create_local_token
2011-03-29 Günther Deschners3-passdb: add passdb.h where needed.
2011-03-29 Günther Deschners3-winbind: remove global inclusion of libwbclient.
2011-03-10 Volker LendeckeQuite some callers of sid_split_rid do not care about...
2011-03-03 Volker Lendeckes3: Remove an obsolete comment
2011-02-28 Gregor Becks3: add functions to remove entries from idmap memcache
2011-02-28 Gregor Becks3: add functions to flush the idmap memcache
2011-02-22 Volker Lendeckes3: Fix some nonempty blank lines
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-20 Günther Deschners3-util_sid: use shared dom_sid_compare_auth and dom_si...
2010-08-25 Günther Deschners3-idmap: only include idmap headers where needed.
2010-08-25 Günther Deschners3-build: only include memcache.h where needed.
2010-08-05 Günther Deschners3-secrets: only include secrets.h when needed.
2010-06-28 Andreas Schneiders3-passdb: Make sure that we don't assign garbage.
2010-06-07 Simo Sorces3:passdb Export function to calculate the proper prima...
2010-05-31 Günther Deschners3-build: only use ndr_security.h where needed.
2010-05-21 Andrew Bartletts3:dom_sid Global replace of DOM_SID with struct dom_sid
2010-05-18 Jelmer Vernooijs3: Remove use of iconv_convenience.
2010-04-28 Volker Lendeckes3: Make a debug msg more readable
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-10 Volker Lendeckes3: Use sid_check_is_in_our_domain instead of a direct...
2010-01-10 Volker Lendeckes3: Replace most calls to sid_append_rid() by sid_compose()
2009-11-14 Michael Adams3:passdb: remove the uid_to_rid method - we only need...
2009-10-20 Günther Deschners3-lsa: allow to lookup BUILTIN\ in lsa_LookupNames.
2009-07-31 Volker LendeckeRename LOOKUP_NAME_EXPLICIT to LOOKUP_NAME_NO_NSS
2009-06-26 Michael Adams3:passdb: fix bug #6509: use gid (not uid) cache in...
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-27 Marc VanHeyningens3: zero an uninitialized array
2009-05-13 Aravind Srinivasans3: Fallback to the legacy sid_to_(uid|gid) instead...
2009-05-12 Jeremy AllisonFix a bunch of compiler warnings about wrong format...
2009-03-31 Andrew TridgellMerge branch 'master' into wspp-schema
2009-03-26 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2009-03-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-24 Volker LendeckeFix bug 6097
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-04 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-04 Tim Proutys3 passdb: Add back some useful debug statements
2009-03-03 Dan SledzIt appears that the first time we see a uid/gid that...
2009-01-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-04 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-01 Jelmer VernooijAdd iconv_convenience argument to size functions.
2008-10-27 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-27 Günther Deschners4-lsa: merge lsa_LookupSids/{2,3} from s3 lsa idl.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-09-03 Simo SorceRevert "Split lookup_name() and create a new functiong...
2008-09-03 Simo SorceMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-08-27 Jeremy AllisonFix bug spotted by Simo - don't use legacy if expired...
2008-08-26 Jeremy AllisonDon't ask winbindd if we got a -ve cache entry.
2008-08-26 Simo SorceMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-08-26 Jeremy AllisonFix the build :-(. Ask winbindd if we find a negative...
2008-08-26 Jeremy AllisonGet smbd to look (read-only) into the winbindd cache...
2008-08-17 Simo SorceSplit lookup_name() and create a new functiong called
2008-07-11 Volker LendeckeRevert "Make use of sid_check_is_in_unix_users/groups"
2008-07-11 Volker LendeckeRevert "Don't scream, better explain a bit in comments"
2008-07-11 Volker LendeckeRevert "Remove an unused variable"
2008-07-03 Volker LendeckeRemove an unused variable
2008-07-03 Volker LendeckeDon't scream, better explain a bit in comments
2008-07-03 Volker LendeckeMake use of sid_check_is_in_unix_users/groups
2008-05-06 Volker LendeckeFix a panic in the [ug]id2sid valgrind bug fix
2008-05-06 Volker LendeckeFix a valgrind bug in the new [ug]id2sid cache
next