summaryrefslogtreecommitdiff
path: root/source4/dsdb
AgeCommit message (Expand)AuthorFilesLines
2008-04-17Remove event context tracking from the credentials struct.Jelmer Vernooij1-2/+2
2008-04-14Fix unresolved symbols.Jelmer Vernooij1-8/+8
2008-04-14Move object files lists to makefile rather than smb_build.Jelmer Vernooij2-76/+82
2008-04-04Clean up provision and rootdse module to hard-code less stuff.Andrew Bartlett1-0/+8
2008-04-02Reduce the number of installed headers.Jelmer Vernooij1-2/+2
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij4-11/+12
2008-03-29Fix more valgrind issues.Andrew Bartlett2-2/+44
2008-03-29Fix some valgrind issues.Andrew Bartlett1-0/+6
2008-03-28Convert some more files to GPLv3.Andrew Kroeger5-8/+2
2008-03-25Remove pointless castAndrew Bartlett1-1/+1
2008-03-25Remove useless extra argument to samdb_result_account_expires().Andrew Bartlett1-3/+2
2008-03-20More kludge ACLs!Andrew Bartlett1-36/+9
2008-03-19IndentAndrew Bartlett1-1/+2
2008-03-14Allow more 'domain' objects when looking for a unqiue SID.Andrew Bartlett1-2/+2
2008-03-13Don't use 'dn', this attribute does not exist with the LDAP backend,Andrew Bartlett1-1/+1
2008-03-13Bail out, rather than segfault on no domain sid.Andrew Bartlett1-2/+3
2008-03-13Correctly normalise records against OpenLDAP.Andrew Bartlett1-1/+1
2008-03-13Don't search the whole tree for the domains's sidAndrew Bartlett1-4/+18
2008-03-13Rework to have member server 'domains' be CN=NETBIOSNAMEAndrew Bartlett2-2/+2
2008-03-13Don't segfault on invalid objectClass input.Andrew Bartlett1-6/+13
2008-03-07Treat maxPwdAge == 0 as passwords never expire.Andrew Kroeger1-1/+1
2008-03-07Add samdb_result_account_expires() function.Andrew Kroeger1-0/+24
2008-03-06Make Samba4 pass the NET-API-BECOMEDC test against Win2k3 (again).Andrew Bartlett2-7/+15
2008-03-04The DN in objectCategory should, if possible, be returned pretty...Andrew Bartlett2-2/+10
2008-02-29Change remaining prototype headers to be private.Jelmer Vernooij1-1/+1
2008-02-29Move public header accumulation out of the perl code.Jelmer Vernooij1-4/+8
2008-02-29Fix typo.Jelmer Vernooij1-1/+1
2008-02-29Simplify the 'password must change' logicAndrew Bartlett1-22/+17
2008-02-28Generate ACB_PW_EXPIRED correctlyAndrew Bartlett1-4/+30
2008-02-28Users and computers now share the same template.Andrew Bartlett1-35/+100
2008-02-20Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij25-56/+53
2008-02-20Use struct-based rather than function-based initialization for ldb modules ev...Jelmer Vernooij27-205/+33
2008-02-19Fix accidently introduced bug - thanks metze.Jelmer Vernooij1-1/+1
2008-02-19Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij1-0/+1
2008-02-19Remove uses of global_loadparm.Jelmer Vernooij3-15/+18
2008-02-19Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-abartletAndrew Bartlett1-1/+1
2008-02-19Explain that these OIDs are DNsAndrew Bartlett1-0/+1
2008-02-18Rename include to mkinclude to emphasize it is different from make's include.Jelmer Vernooij1-1/+1
2008-02-09Give a more useful error when the templates.ldb can't be found.Andrew Bartlett1-2/+4
2008-02-08Reset error stringsAndrew Bartlett1-0/+2
2008-02-05sidmap: Some source code cleanups.Kai Blin1-10/+12
2008-02-04Remove useless layer of indirection, where every service calledAndrew Bartlett1-9/+1
2008-02-04Rework service init functions to pass down service name. This isAndrew Bartlett1-1/+1
2008-01-26ldb: Add ldb_oom() calls in a couple of places.Jelmer Vernooij4-2/+18
2008-01-25repl_meta_data: add some TODOs to replmd_modify_originating()Stefan Metzmacher1-0/+17
2008-01-24Use the repl_meta_data module by default.Andrew Bartlett1-0/+4
2008-01-23Get more information from ldb when reporting a failed replication.Andrew Bartlett1-2/+2
2008-01-23Fix DRSUAPI replication test - NET-API-BECOME-DC.Andrew Bartlett1-126/+14
2008-01-23Fix segfaults in codepaths only tested by the NET-API-BECOME-DC test.Andrew Bartlett1-2/+2
2008-01-23ranged_results: fix use of uninitialised variable (end)Andrew Bartlett1-2/+4