Age | Commit message (Expand) | Author | Files | Lines |
2009-04-22 | s4:ldb: fix extrasemi compile warning | Björn Jacke | 1 | -1/+1 |
2009-04-22 | s4:ldb: do talloc_free and return NULL when we have no matches to return | Björn Jacke | 1 | -0/+4 |
2009-04-09 | slightly nicer output in our possibleInferiors test code | Andrew Tridgell | 1 | -2/+2 |
2009-04-09 | hook the new possibleInferiors calculation into the schema | Andrew Tridgell | 1 | -14/+77 |
2009-03-31 | use the prepare_commit op in the partition code | Andrew Tridgell | 1 | -14/+49 |
2009-03-27 | added a --wspp option | Andrew Tridgell | 1 | -4/+7 |
2009-03-26 | fixed possibleinferiors.py so it matches windows behaviour | Andrew Tridgell | 1 | -39/+127 |
2009-03-24 | the start of a possibleInferiors test suite | Andrew Tridgell | 1 | -0/+155 |
2009-03-17 | added support for parentGUID | Andrew Tridgell | 1 | -5/+84 |
2009-03-16 | s4:password_hash Only store the LM hash if 'lanman auth = yes' | Andrew Bartlett | 1 | -1/+2 |
2009-03-01 | s4: Use same function signature for convert_* as s3. | Jelmer Vernooij | 1 | -10/+7 |
2009-03-01 | Add allow_badcharcnv argument to all conversion function, for | Jelmer Vernooij | 1 | -3/+3 |
2009-02-23 | Fix headers, ldb_includes.h is a private header, | Simo Sorce | 6 | -3/+7 |
2009-02-10 | added a workaround to the handling of unicodePwd for Win7-beta | Andrew Tridgell | 1 | -1/+30 |
2009-02-02 | s4:schema_fsmo: s/class/sclass | Stefan Metzmacher | 1 | -7/+7 |
2009-02-02 | s4:update_keytab: s/delete/do_delete | Stefan Metzmacher | 1 | -7/+7 |
2009-02-02 | s4:kludge_acl: s/class/sclass | Stefan Metzmacher | 1 | -5/+5 |
2009-02-02 | s4:extended_dn_out: s/private/p s/new/nattrs | Stefan Metzmacher | 1 | -40/+40 |
2009-01-31 | s4:repl_meta_data: fix segfault after ldb changes | Stefan Metzmacher | 1 | -1/+1 |
2009-01-30 | Fix proxy module | Simo Sorce | 1 | -2/+2 |
2009-01-30 | Fix all other modules to use ldb_module.h instead of ldb_private.h | Simo Sorce | 15 | -555/+800 |
2009-01-30 | Fix misfiled headers. | Simo Sorce | 1 | -1/+0 |
2009-01-30 | s4:fix the build after 380874ef863866c94c999ef53252b9d30df65e88 | Stefan Metzmacher | 1 | -0/+1 |
2009-01-30 | Fix the mess with ldb includes. | Simo Sorce | 9 | -75/+146 |
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 5 | -9/+9 |
2008-12-23 | Fix more compiler warnings in various places. | Jelmer Vernooij | 2 | -8/+8 |
2008-12-21 | Fix more tests, improve repr() functions for various Python types. | Jelmer Vernooij | 1 | -9/+2 |
2008-12-21 | Fix various Python-related bugs. | Jelmer Vernooij | 1 | -170/+170 |
2008-12-18 | Fix samba3sam test after removal of dom_sid IDL file. | Jelmer Vernooij | 1 | -2/+2 |
2008-12-17 | s4:dsdb: remove normalise module | Andrew Bartlett | 2 | -206/+0 |
2008-12-17 | s4:dsdb: split extended_dn into extended_dn_in, extended_dn_out and extended_... | Andrew Bartlett | 6 | -672/+1515 |
2008-12-17 | s4:dsdb: Make the linked_attributes module set an extended dn | Andrew Bartlett | 1 | -192/+325 |
2008-12-17 | s4:rootdse: fix the logic to indentify a rootdse search | Andrew Bartlett | 1 | -2/+1 |
2008-12-17 | s4:ldb: make it possible to return per entry controls | Andrew Bartlett | 11 | -14/+14 |
2008-12-17 | s4:samldb: make use of dom_sid_split_rid() | Andrew Bartlett | 1 | -4/+3 |
2008-12-17 | s4:samldb: improve error strings | Andrew Bartlett | 1 | -6/+8 |
2008-12-17 | s4:dsdb: add support for DSDB_OPENLDAP_DEREFERENCE_CONTROL | Andrew Bartlett | 1 | -0/+22 |
2008-12-17 | Add hint to use passwordAttributes in @KLUDGE_ACL in future | Andrew Bartlett | 1 | -1/+2 |
2008-12-17 | Make greater use of 'GUID_from_data_blob' | Andrew Bartlett | 1 | -40/+11 |
2008-12-17 | Fix sequence number generation against OpenLDAP | Andrew Bartlett | 1 | -0/+8 |
2008-12-05 | s4:password_hash: really catch the clearTextPasswordAttr case... | Stefan Metzmacher | 1 | -1/+1 |
2008-12-04 | s4:kludge_acl: allow everybody to read the sequence number | Stefan Metzmacher | 1 | -1/+27 |
2008-11-17 | s4:dsdb/samdb: don't allow objects without objectClass | Stefan Metzmacher | 1 | -2/+2 |
2008-11-17 | Run the original operation before we update linked attrs | Andrew Bartlett | 1 | -17/+24 |
2008-11-17 | The samba3sam test does not really need the extended_dn module | Andrew Bartlett | 1 | -1/+1 |
2008-11-16 | s4:dsdb/schema_fsmo: provide "extendedAttributeInfo" and "extendedClassInfo" | Stefan Metzmacher | 1 | -0/+56 |
2008-11-16 | s4:librpc/ndr: integrate NDR_MISC into LIBNDR | Stefan Metzmacher | 1 | -4/+4 |
2008-11-08 | s4: fix samba4.samba3sam.python test | Stefan Metzmacher | 1 | -2/+2 |
2008-11-04 | Give a better error when ldb_dn_from_ldb_val fails | Andrew Bartlett | 1 | -1/+3 |
2008-11-04 | Use ldb_dn_from_ldb_val to avoid possible over-run of the value. | Andrew Bartlett | 2 | -9/+9 |