summaryrefslogtreecommitdiffstats
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* s4:dsdb: Make the linked_attributes module set an extended dnAndrew Bartlett2008-12-171-192/+325
* s4:rootdse: fix the logic to indentify a rootdse searchAndrew Bartlett2008-12-171-2/+1
* s4:ldb: make it possible to return per entry controlsAndrew Bartlett2008-12-1711-14/+14
* s4:samldb: make use of dom_sid_split_rid()Andrew Bartlett2008-12-171-4/+3
* s4:samldb: improve error stringsAndrew Bartlett2008-12-171-6/+8
* s4:dsdb: add support for DSDB_OPENLDAP_DEREFERENCE_CONTROLAndrew Bartlett2008-12-171-0/+22
* Add hint to use passwordAttributes in @KLUDGE_ACL in futureAndrew Bartlett2008-12-171-1/+2
* Make greater use of 'GUID_from_data_blob'Andrew Bartlett2008-12-171-40/+11
* Fix sequence number generation against OpenLDAPAndrew Bartlett2008-12-171-0/+8
* s4:password_hash: really catch the clearTextPasswordAttr case...Stefan Metzmacher2008-12-051-1/+1
* s4:kludge_acl: allow everybody to read the sequence numberStefan Metzmacher2008-12-041-1/+27
* Don't treat the DN+binary syntax as a DN.Andrew Bartlett2008-12-021-2/+2
* s4:dsdb/samdb: don't allow objects without objectClassStefan Metzmacher2008-11-171-2/+2
* Run the original operation before we update linked attrsAndrew Bartlett2008-11-171-17/+24
* The samba3sam test does not really need the extended_dn moduleAndrew Bartlett2008-11-171-1/+1
* s4:dsdb/schema_fsmo: provide "extendedAttributeInfo" and "extendedClassInfo"Stefan Metzmacher2008-11-161-0/+56
* s4:dsdb/schema: add a function to generate the "extendedClassInfo" valuesStefan Metzmacher2008-11-161-4/+44
* s4:dsdb/schema: add a function to generate the "extendedAttributeInfo" valuesStefan Metzmacher2008-11-161-7/+83
* s4:dsdb/schema: use pointers for rangeLower and rangeUpper.Stefan Metzmacher2008-11-162-6/+41
* s4:dsdb/schema: we don't need to use find_syntax_map_by_ad_oid() as the synta...Stefan Metzmacher2008-11-161-3/+1
* s4:librpc/ndr: integrate NDR_MISC into LIBNDRStefan Metzmacher2008-11-162-5/+5
* s4-dsdb: add samdb_msg_add_parameters.Günther Deschner2008-11-101-0/+11