summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_passdb.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-05s3-winbind: Replace the passdb backend with a samr/lsa based backend.Andreas Schneider1-723/+0
2010-06-09s3-winbind: Fixed setting default sequence number.Andreas Schneider1-1/+1
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-14/+14
2010-05-18s3-rpc_misc: clean out include/rpc_misc.h.Günther Deschner1-1/+1
2009-12-28s3: Pass netr_DomainTrustList instead of names and sids through (*trusted_dom...Volker Lendecke1-46/+26
2009-08-29s3:winbind: Fix a bug found by RPC-SAMRVolker Lendecke1-37/+35
2009-08-23s3:winbind: Do not drop the first user in sam_query_user_listVolker Lendecke1-3/+4
2009-08-16s3:winbind: WINBIND_USERINFO -> wbint_userinfoVolker Lendecke1-5/+5
2009-08-02Refactor 9b78af1f: Fix lookupname recursionVolker Lendecke1-13/+3
2009-07-31Rename LOOKUP_NAME_EXPLICIT to LOOKUP_NAME_NO_NSSVolker Lendecke1-1/+1
2009-07-31Fix some nonempty linesVolker Lendecke1-5/+5
2009-07-14s3-account_policy: add pdb_policy_type enum.Günther Deschner1-5/+5
2009-06-06s3-winbindd: add some debug statements while tracking down a bug.Günther Deschner1-0/+6
2009-03-07Shape up pdb_search a bit by making it a talloc ctx with a destructorVolker Lendecke1-6/+6
2009-01-19Fix the same bug as 8b618d0 fixes, this time in winbindd_passdb.cVolker Lendecke1-2/+4
2009-01-06s3-samr: avoid all init_samr_Domain* functions.Günther Deschner1-18/+12
2008-11-17Fix bug #5906 when running winbindd on a Samba PDC. Winbindd crash on 'getent...Davide Sfriso1-2/+2
2008-11-12Fix memory leak in error path, spotted by Martin Zielinski <mz@seh.de>.Jeremy Allison1-0/+1
2008-09-03Revert "Split lookup_name() and create a new functiong called"Simo Sorce1-13/+15
2008-08-17Split lookup_name() and create a new functiong calledSimo Sorce1-15/+13
2008-08-16Fix bug 5696. The problem was when smbdJeremy Allison1-2/+18
2008-08-16Attempt to fix Coverity ID 596Volker Lendecke1-1/+1
2008-06-25Part of fix for #5551. Split out the group enumeration functions to a BUILTIN...Jeremy Allison1-15/+27
2008-06-25Final (hopefully :-) part of fix for bug #5551. Allow passdb backend to enume...Jeremy Allison1-23/+45
2008-05-30Split the winbindd_passdb backend into a 'builtin' and a 'sam'Jeremy Allison1-106/+335
2008-02-06Use rpccli_samr_QueryDomainInfo() in winbindd.Günther Deschner1-5/+9
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-2/+2
2007-10-24handle wellknown sids in winbindd_passwd.cStefan Metzmacher1-1/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-1/+1
2007-10-10r25154: move winbindd code into winbindd/Stefan Metzmacher1-0/+467