summaryrefslogtreecommitdiff
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
* Fix more valgrind issues.Andrew Bartlett2008-03-292-2/+44
* Fix some valgrind issues.Andrew Bartlett2008-03-291-0/+6
* Convert some more files to GPLv3.Andrew Kroeger2008-03-285-8/+2
* Remove pointless castAndrew Bartlett2008-03-251-1/+1
* Remove useless extra argument to samdb_result_account_expires().Andrew Bartlett2008-03-251-3/+2
* More kludge ACLs!Andrew Bartlett2008-03-201-36/+9
* IndentAndrew Bartlett2008-03-191-1/+2
* Allow more 'domain' objects when looking for a unqiue SID.Andrew Bartlett2008-03-141-2/+2
* Don't use 'dn', this attribute does not exist with the LDAP backend,Andrew Bartlett2008-03-131-1/+1
* Bail out, rather than segfault on no domain sid.Andrew Bartlett2008-03-131-2/+3
* Correctly normalise records against OpenLDAP.Andrew Bartlett2008-03-131-1/+1
* Don't search the whole tree for the domains's sidAndrew Bartlett2008-03-131-4/+18
* Rework to have member server 'domains' be CN=NETBIOSNAMEAndrew Bartlett2008-03-132-2/+2
* Don't segfault on invalid objectClass input.Andrew Bartlett2008-03-131-6/+13
* Treat maxPwdAge == 0 as passwords never expire.Andrew Kroeger2008-03-071-1/+1
* Add samdb_result_account_expires() function.Andrew Kroeger2008-03-071-0/+24
* Make Samba4 pass the NET-API-BECOMEDC test against Win2k3 (again).Andrew Bartlett2008-03-062-7/+15
* The DN in objectCategory should, if possible, be returned pretty...Andrew Bartlett2008-03-042-2/+10
* Change remaining prototype headers to be private.Jelmer Vernooij2008-02-291-1/+1
* Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-291-4/+8
* Fix typo.Jelmer Vernooij2008-02-291-1/+1
* Simplify the 'password must change' logicAndrew Bartlett2008-02-291-22/+17
* Generate ACB_PW_EXPIRED correctlyAndrew Bartlett2008-02-281-4/+30
* Users and computers now share the same template.Andrew Bartlett2008-02-281-35/+100
* Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij2008-02-2025-56/+53
* Use struct-based rather than function-based initialization for ldb modules ev...Jelmer Vernooij2008-02-2027-205/+33
* Fix accidently introduced bug - thanks metze.Jelmer Vernooij2008-02-191-1/+1
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-191-0/+1
|\
| * Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-abartletAndrew Bartlett2008-02-191-1/+1
| |\
| * | Explain that these OIDs are DNsAndrew Bartlett2008-02-191-0/+1
* | | Remove uses of global_loadparm.Jelmer Vernooij2008-02-193-15/+18
| |/ |/|
* | Rename include to mkinclude to emphasize it is different from make's include.Jelmer Vernooij2008-02-181-1/+1
|/
* Give a more useful error when the templates.ldb can't be found.Andrew Bartlett2008-02-091-2/+4
* Reset error stringsAndrew Bartlett2008-02-081-0/+2
* sidmap: Some source code cleanups.Kai Blin2008-02-051-10/+12
* Remove useless layer of indirection, where every service calledAndrew Bartlett2008-02-041-9/+1
* Rework service init functions to pass down service name. This isAndrew Bartlett2008-02-041-1/+1
* ldb: Add ldb_oom() calls in a couple of places.Jelmer Vernooij2008-01-264-2/+18
* repl_meta_data: add some TODOs to replmd_modify_originating()Stefan Metzmacher2008-01-251-0/+17
* Use the repl_meta_data module by default.Andrew Bartlett2008-01-241-0/+4
* Get more information from ldb when reporting a failed replication.Andrew Bartlett2008-01-231-2/+2
* Fix DRSUAPI replication test - NET-API-BECOME-DC.Andrew Bartlett2008-01-231-126/+14
* Fix segfaults in codepaths only tested by the NET-API-BECOME-DC test.Andrew Bartlett2008-01-231-2/+2
* ranged_results: fix use of uninitialised variable (end)Andrew Bartlett2008-01-231-2/+4
* Only set showOnlyInAdvancedView: TRUE when adding default values.Andrew Bartlett2008-01-181-2/+2
* Merge commit 'origin/v4-0-test' into 4-0-localAndrew Bartlett2008-01-181-0/+1
|\
| * Search for memberOf when clients ask for a wildcard against OpenLDAPAndrew Bartlett2008-01-181-0/+1
* | Add showInAdvancedViewOnly to every new objectAndrew Bartlett2008-01-181-0/+4
|/
* Correct authorship of instanceType moduleAndrew Bartlett2008-01-181-1/+1
* Add in a new module to handle instanceTypeAndrew Bartlett2008-01-182-0/+141