s3-lsa: allow to lookup BUILTIN\ in lsa_LookupNames.
[ira/wip.git] / source3 / passdb / lookup_sid.c
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
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-06 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-06 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-06 Jeremy AllisonDon't return true on talloc fail.
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-29 Alexander BokovoyMerge branch 'ctdb-merge' into dmapi-integration
2008-01-25 Michael AdamFix lookup_sids to detect unix_groups and unix_users...
2008-01-25 Michael AdamAdd a debug message: show the sid lookup_sid() was...
2008-01-25 Michael AdamAdd a debug message to lookup_rids() printing the domai...
2007-12-23 Volker LendeckeConvert the [gu]id_sid cache to memcache
2007-12-17 Michael AdamRemove direct caller of secrets_fetch_trusted_domain_pa...
2007-12-17 Michael AdamFix for bug #4801: Correctly implement lsa lookup level...
2007-12-15 Volker LendeckeReplace sid_string_static by sid_string_dbg in DEBUGs
2007-12-14 Stefan MetzmacherRevert "Fix for bug #4801: Correctly implement lsa...
2007-12-14 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-13 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-12-13 Michael AdamFix for bug #4801: Correctly implement lsa lookup level...
2007-11-27 Michael AdamUse the proper boolean constants - the type has been
2007-10-27 Jeremy AllisonEnsure temporary memory is freed - pointed out by ...
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Günther Deschnerr23630: Found out what LSA_LOOKUP_NAMES level 5 means:
2007-10-10 Gerald Carterr23244: Fix loop with nscd and NSS recusive calls.
2007-10-10 Gerald Carterr23194: cherry pick two fixes from SAMBA_3_0_26
2007-10-10 Simo Sorcer23051: sid_to_[ug]id fixes for smbd
2007-10-10 Gerald Carterr22977: Trim noise by removing redundant WARNING log...
2007-10-10 Volker Lendecker22613: Fix an uninitialized variable warning
2007-10-10 Jeremy Allisonr22589: Make TALLOC_ARRAY consistent across all uses.
2007-10-10 Jeremy Allisonr22096: become_root_uid_only() is unneeded - it's only...
2007-10-10 Volker Lendecker21853: Fix a valgrind error
2007-10-10 Volker Lendecker21782: Fix a memleak
2007-10-10 Volker Lendecker20824: Send access to the trusted domain passwords...
2007-10-10 Volker Lendecker20212: Attempt to fix the Solaris build
2007-10-10 Simo Sorcer20169: Support for fallback to legacy mapping code...
2007-10-10 Simo Sorcer20116: Start merging in the work done to create the...
2007-10-10 Volker Lendecker19945: Fix a segfault -- lookup_rids needs to init...
2007-10-10 Gerald Carterr19579: BUG 4075: patch from Dmitry Butskoy <dmitry...
2007-10-10 Volker Lendecker18527: Janitor for Jeremy ;-)
2007-10-10 Jeremy Allisonr18483: Ensure all pdb_XXX calls are wrapped in become_...
2007-10-10 Gerald Carterr18271: Big change:
2007-10-10 Gerald Carterr17971: Disable storing SIDs in the S-1-22-1 and S...
2007-10-10 Gerald Carterr17709: Fix cut-n-paste error with the name of gid_to_u...
2007-10-10 Gerald Carterr17669: Remove RID algorithm support from unmapped...
2007-10-10 Volker Lendecker17554: Cleanup
2007-10-10 Volker Lendecker17463: A bit of cleanup work:
2007-10-10 Volker Lendecker17451: Change pdb_getgrsid not to take a DOM_SID but...
2007-10-10 Jeremy Allisonr17407: Don't do strchr_m twice when once will do.
2007-10-10 Volker Lendecker17406: We need to do a translation of winbind separato...
2007-10-10 Volker Lendecker17404: Is this XP (extreme programming)? :-)
2007-10-10 Gerald Carterr17403: add a helpful debug msg
2007-10-10 Jeremy Allisonr17402: Added lookup_name_smbconf() to be called when...
2007-10-10 Volker Lendecker17075: Even without talloc_steal you can still create...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Volker Lendecker16866: No idea why I did not see the warning, sorry....
2007-10-10 Volker Lendecker16865: This is a proposal to fix bug 3915. Before...
2007-10-10 Jeremy Allisonr16678: Fix bug #3898 reported by jason@ncac.gwu.edu.
2007-10-10 Volker Lendecker16064: Bug fix for another one Tom Bork has reported:
2007-10-10 Jeremy Allisonr16016: Add debug to be symetrical with reading from
2007-10-10 Volker Lendecker15360: Fix bug # 3741. One more place where the algori...
2007-10-10 Volker Lendecker13791: Having S-1-1-0 show up in winbind lookupsid...
next