summaryrefslogtreecommitdiff
path: root/source3/passdb/lookup_sid.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-24Fix bug 6097Volker Lendecke1-1/+1
2009-03-03s3 passdb: Add back some useful debug statementsTim Prouty1-18/+24
2009-03-02It appears that the first time we see a uid/gid that winbind can't map,Dan Sledz1-14/+22
2009-01-01Add iconv_convenience argument to size functions.Jelmer Vernooij1-8/+8
2008-10-27s4-lsa: merge lsa_LookupSids/{2,3} from s3 lsa idl.Günther Deschner1-4/+4
2008-09-03Revert "Split lookup_name() and create a new functiong called"Simo Sorce1-93/+78
2008-09-03Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-develSimo Sorce1-4/+38
2008-08-26Fix bug spotted by Simo - don't use legacy if expired entry.Jeremy Allison1-4/+4
2008-08-26Don't ask winbindd if we got a -ve cache entry.Jeremy Allison1-4/+38
2008-08-26Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-develSimo Sorce1-33/+63
2008-08-26Fix the build :-(. Ask winbindd if we find a negative cache entry (or shouldJeremy Allison1-5/+17
2008-08-26Get smbd to look (read-only) into the winbindd cache for uid/gid <--> sid map...Jeremy Allison1-33/+51
2008-08-17Split lookup_name() and create a new functiong calledSimo Sorce1-78/+93
2008-07-11Revert "Make use of sid_check_is_in_unix_users/groups"Volker Lendecke1-16/+11
2008-07-11Revert "Don't scream, better explain a bit in comments"Volker Lendecke1-8/+10
2008-07-11Revert "Remove an unused variable"Volker Lendecke1-0/+1
2008-07-03Remove an unused variableVolker Lendecke1-1/+0
2008-07-03Don't scream, better explain a bit in commentsVolker Lendecke1-10/+8
2008-07-03Make use of sid_check_is_in_unix_users/groupsVolker Lendecke1-11/+16
2008-05-06Fix a panic in the [ug]id2sid valgrind bug fixVolker Lendecke1-4/+6
2008-05-06Fix a valgrind bug in the new [ug]id2sid cacheVolker Lendecke1-6/+6
2008-02-05Don't return true on talloc fail.Jeremy Allison1-0/+12
2008-01-25Fix lookup_sids to detect unix_groups and unix_users domain sids.Michael Adam1-0/+10
2008-01-25Add a debug message: show the sid lookup_sid() was called for.Michael Adam1-0/+2
2008-01-25Add a debug message to lookup_rids() printing the domain SID.Michael Adam1-0/+3
2007-12-23Convert the [gu]id_sid cache to memcacheVolker Lendecke1-134/+62
2007-12-17Remove direct caller of secrets_fetch_trusted_domain_password().Michael Adam1-1/+1
2007-12-17Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.Michael Adam1-13/+32
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-33/+34
2007-12-14Revert "Fix for bug #4801: Correctly implement lsa lookup levels for lookupna...Stefan Metzmacher1-32/+13
2007-12-13Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.Michael Adam1-13/+32
2007-11-27Use the proper boolean constants - the type has beenMichael Adam1-76/+76
2007-10-26Ensure temporary memory is freed - pointed out by "Li, Ying (ESG)" <ying.li2@...Jeremy Allison1-0/+1
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-21/+21
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23630: Found out what LSA_LOOKUP_NAMES level 5 means:Günther Deschner1-1/+1
2007-10-10r23244: Fix loop with nscd and NSS recusive calls.Gerald Carter1-4/+4
2007-10-10r23194: cherry pick two fixes from SAMBA_3_0_26Gerald Carter1-4/+4
2007-10-10r23051: sid_to_[ug]id fixes for smbdSimo Sorce1-12/+26
2007-10-10r22977: Trim noise by removing redundant WARNING log message thatGerald Carter1-4/+0
2007-10-10r22613: Fix an uninitialized variable warningVolker Lendecke1-1/+1
2007-10-10r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison1-9/+27
2007-10-10r22096: become_root_uid_only() is unneeded - it's only used inJeremy Allison1-12/+12
2007-10-10r21853: Fix a valgrind errorVolker Lendecke1-0/+5
2007-10-10r21782: Fix a memleakVolker Lendecke1-0/+1
2007-10-10r20824: Send access to the trusted domain passwords through the pdb backend, ...Volker Lendecke1-5/+4
2007-10-10r20212: Attempt to fix the Solaris buildVolker Lendecke1-2/+4
2007-10-10r20169: Support for fallback to legacy mapping code was not completely tested.Simo Sorce1-12/+18
2007-10-10r20116: Start merging in the work done to create the new idmap subsystem.Simo Sorce1-92/+131