summaryrefslogtreecommitdiffstats
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
* make the memory usage of possibleInferiors much more efficientAndrew Tridgell2009-04-091-20/+31
* fixed the possibleInferiors calculation so it now passes the testAndrew Tridgell2009-04-092-27/+28
* slightly nicer output in our possibleInferiors test codeAndrew Tridgell2009-04-091-2/+2
* hook the new possibleInferiors calculation into the schemaAndrew Tridgell2009-04-091-14/+77
* Make the schema_inferiors generation code to compileAndrew Bartlett2009-04-084-70/+101
* first cut at a C version of the possible inferiors codeAndrew Tridgell2009-04-071-0/+172
* s4:schema Don't free mem_ctx before it is initilisedAndrew Bartlett2009-04-031-1/+0
* major upgrade to the ldb attribute handlingAndrew Tridgell2009-04-025-115/+325
* possibleInferiors is a generated attribute - we can't pull it over DRSAndrew Tridgell2009-03-311-2/+0
* Merge branch 'master' into wspp-schemaAndrew Tridgell2009-03-311-14/+49
|\
| * use the prepare_commit op in the partition codeAndrew Tridgell2009-03-311-14/+49
* | Merge branch 'master' into wspp-schemaAndrew Tridgell2009-03-311-0/+246
|\|
| * added a --wspp optionAndrew Tridgell2009-03-271-4/+7
| * fixed possibleinferiors.py so it matches windows behaviourAndrew Tridgell2009-03-261-39/+127
| * the start of a possibleInferiors test suiteAndrew Tridgell2009-03-241-0/+155
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba into wspp-schemaAndrew Bartlett2009-03-202-6/+86
|\|
| * added support for parentGUIDAndrew Tridgell2009-03-171-5/+84
| * s4:password_hash Only store the LM hash if 'lanman auth = yes'Andrew Bartlett2009-03-161-1/+2
* | s4:schema Don't rely on objectCategory 'magic' when loading the schemaAndrew Bartlett2009-03-111-2/+2
* | Load the schema with a more efficient single searchAndrew Bartlett2009-03-061-93/+15
* | Sort output of schema for OpenLDAP during conversionAndrew Bartlett2009-03-061-98/+132
* | Remove ad2oLschema, insted call it directly from provision-backendAndrew Bartlett2009-03-053-2/+319
|/
* Pull in all the schema information during DRS schema fetchAndrew Bartlett2009-03-041-9/+38
* s4: Use same function signature for convert_* as s3.Jelmer Vernooij2009-03-014-30/+20
* Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij2009-03-014-9/+9
* Fix headers, ldb_includes.h is a private header,Simo Sorce2009-02-237-3/+8
* added a workaround to the handling of unicodePwd for Win7-betaAndrew Tridgell2009-02-101-1/+30
* s4:schema_fsmo: s/class/sclassStefan Metzmacher2009-02-021-7/+7
* s4:update_keytab: s/delete/do_deleteStefan Metzmacher2009-02-021-7/+7
* s4:service_task: s/private/private_dataStefan Metzmacher2009-02-021-1/+1
* s4:kludge_acl: s/class/sclassStefan Metzmacher2009-02-021-5/+5
* s4:dsdb/schema: s/class/sclassStefan Metzmacher2009-02-022-31/+32
* s4:extended_dn_out: s/private/p s/new/nattrsStefan Metzmacher2009-02-021-40/+40
* s4:repl_meta_data: fix segfault after ldb changesStefan Metzmacher2009-01-311-1/+1
* Fix proxy moduleSimo Sorce2009-01-301-2/+2
* Fix all other modules to use ldb_module.h instead of ldb_private.hSimo Sorce2009-01-3016-558/+801
* Fix misfiled headers.Simo Sorce2009-01-301-1/+0
* s4:fix the build after 380874ef863866c94c999ef53252b9d30df65e88Stefan Metzmacher2009-01-301-0/+1
* Fix the mess with ldb includes.Simo Sorce2009-01-3010-76/+147
* Allow overriding the function that ships the request in the Samba 3Jelmer Vernooij2009-01-211-1/+1
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-298-13/+13
* Fix more compiler warnings in various places.Jelmer Vernooij2008-12-234-33/+33
* Fix missing symbols issues when building with shared libraries.Jelmer Vernooij2008-12-221-1/+1
* Fix more tests, improve repr() functions for various Python types.Jelmer Vernooij2008-12-211-9/+2
* Fix various Python-related bugs.Jelmer Vernooij2008-12-211-170/+170
* Treat DN+STring as a binary string for nowAndrew Bartlett2008-12-201-4/+4
* Now store the GUID and SID from a DN over DRSUAPI into ldb.Andrew Bartlett2008-12-204-43/+162
* Fix samba3sam test after removal of dom_sid IDL file.Jelmer Vernooij2008-12-181-2/+2
* s4:dsdb: remove normalise moduleAndrew Bartlett2008-12-172-206/+0
* s4:dsdb: split extended_dn into extended_dn_in, extended_dn_out and extended_...Andrew Bartlett2008-12-176-672/+1515