summaryrefslogtreecommitdiffstats
path: root/source/passdb/lookup_sid.c
Commit message (Expand)AuthorAgeFilesLines
* s3:passdb: fix bug #6509: use gid (not uid) cache in fetch_gid_from_cache().Michael Adam2009-08-111-1/+1
* s3: zero an uninitialized arrayMarc VanHeyningen2009-05-281-1/+4
* Fix bug 6097Volker Lendecke2009-03-241-1/+1
* Fix a panic in the [ug]id2sid valgrind bug fixVolker Lendecke2008-05-061-4/+6
* Fix a valgrind bug in the new [ug]id2sid cacheVolker Lendecke2008-05-061-6/+6
* Don't return true on talloc fail.Jeremy Allison2008-02-051-0/+12
* Fix lookup_sids to detect unix_groups and unix_users domain sids.Michael Adam2008-01-251-0/+10
* Add a debug message: show the sid lookup_sid() was called for.Michael Adam2008-01-251-0/+2
* Add a debug message to lookup_rids() printing the domain SID.Michael Adam2008-01-251-0/+3
* Convert the [gu]id_sid cache to memcacheVolker Lendecke2007-12-231-134/+62
* Remove direct caller of secrets_fetch_trusted_domain_password().Michael Adam2007-12-171-1/+1
* Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.Michael Adam2007-12-171-13/+32
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-33/+34
* Revert "Fix for bug #4801: Correctly implement lsa lookup levels for lookupna...Stefan Metzmacher2007-12-141-32/+13
* Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.Michael Adam2007-12-131-13/+32
* Use the proper boolean constants - the type has beenMichael Adam2007-11-271-76/+76
* Ensure temporary memory is freed - pointed out by "Li, Ying (ESG)" <ying.li2@...Jeremy Allison2007-10-261-0/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-21/+21
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23630: Found out what LSA_LOOKUP_NAMES level 5 means:Günther Deschner2007-10-101-1/+1
* r23244: Fix loop with nscd and NSS recusive calls.Gerald Carter2007-10-101-4/+4
* r23194: cherry pick two fixes from SAMBA_3_0_26Gerald Carter2007-10-101-4/+4
* r23051: sid_to_[ug]id fixes for smbdSimo Sorce2007-10-101-12/+26
* r22977: Trim noise by removing redundant WARNING log message thatGerald Carter2007-10-101-4/+0
* r22613: Fix an uninitialized variable warningVolker Lendecke2007-10-101-1/+1
* r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2007-10-101-9/+27
* r22096: become_root_uid_only() is unneeded - it's only used inJeremy Allison2007-10-101-12/+12
* r21853: Fix a valgrind errorVolker Lendecke2007-10-101-0/+5
* r21782: Fix a memleakVolker Lendecke2007-10-101-0/+1
* r20824: Send access to the trusted domain passwords through the pdb backend, ...Volker Lendecke2007-10-101-5/+4
* r20212: Attempt to fix the Solaris buildVolker Lendecke2007-10-101-2/+4
* r20169: Support for fallback to legacy mapping code was not completely tested.Simo Sorce2007-10-101-12/+18
* r20116: Start merging in the work done to create the new idmap subsystem.Simo Sorce2007-10-101-92/+131
* r19945: Fix a segfault -- lookup_rids needs to init the names even on failureVolker Lendecke2007-10-101-0/+2
* r19579: BUG 4075: patch from Dmitry Butskoy <dmitry@butskoy.name>.Gerald Carter2007-10-101-2/+4
* r18527: Janitor for Jeremy ;-)Volker Lendecke2007-10-101-12/+12
* r18483: Ensure all pdb_XXX calls are wrapped in become_root()/unbecome_root()Jeremy Allison2007-10-101-5/+32
* r18271: Big change:Gerald Carter2007-10-101-15/+15
* r17971: Disable storing SIDs in the S-1-22-1 and S-1-22-2 domain to the SID<-...Gerald Carter2007-10-101-0/+10
* r17709: Fix cut-n-paste error with the name of gid_to_unix_group_sid().Gerald Carter2007-10-101-1/+1
* r17669: Remove RID algorithm support from unmapped users and groupsGerald Carter2007-10-101-90/+11
* r17554: CleanupVolker Lendecke2007-10-101-2/+2
* r17463: A bit of cleanup work:Volker Lendecke2007-10-101-2/+2
* r17451: Change pdb_getgrsid not to take a DOM_SID but a const DOM_SID * as anVolker Lendecke2007-10-101-1/+1
* r17407: Don't do strchr_m twice when once will do.Jeremy Allison2007-10-101-5/+4
* r17406: We need to do a translation of winbind separator -> '\\' inVolker Lendecke2007-10-101-1/+18
* r17404: Is this XP (extreme programming)? :-)Volker Lendecke2007-10-101-3/+3
* r17403: add a helpful debug msgGerald Carter2007-10-101-0/+3
* r17402: Added lookup_name_smbconf() to be called when lookingJeremy Allison2007-10-101-0/+50