Age | Commit message (Expand) | Author | Files | Lines |
2009-07-05 | Fix some nonempty blank lines | Volker Lendecke | 1 | -78/+76 |
2009-07-02 | we can't use the unique index code for samAccountName | Andrew Tridgell | 1 | -7/+74 |
2009-06-30 | s4:ldb Allow rootdse module to build without ldb_private.h | Andrew Bartlett | 1 | -1/+2 |
2009-06-30 | s4: dsdb Avoid using the internal ldb_private.h header | Andrew Bartlett | 4 | -117/+120 |
2009-06-30 | s4:dsdb Explain the parsing steps for userPrincipalName cracknames calls | Andrew Bartlett | 1 | -0/+4 |
2009-06-29 | Correct some typos in the LDB partition module | Matthias Dieter Wallnöfer | 1 | -5/+5 |
2009-06-29 | SAMDB: Don't check for "sAMAccountName" twice | Matthias Dieter Wallnöfer | 1 | -1/+0 |
2009-06-29 | Enhancement of "simple ldap map" with "systemFlags" attribute | Matthias Dieter Wallnöfer | 1 | -0/+22 |
2009-06-19 | Correct handling of 32-bit integer attributes in SAMBA 4 | Matthias Dieter Wallnöfer | 1 | -13/+26 |
2009-06-18 | dsdb: Fix build against system ldb. | Jelmer Vernooij | 3 | -3/+3 |
2009-06-12 | s4:heimdal: import lorikeet-heimdal-200906080040 (commit 904d0124b46eed7a8ad6... | Andrew Bartlett | 1 | -9/+9 |
2009-06-02 | Fix more unresolved symbols. | Jelmer Vernooij | 1 | -7/+7 |
2009-06-01 | we don't need the unique checks in the samldb code now | Andrew Tridgell | 1 | -162/+2 |
2009-05-26 | s4:ldb_modules: Correct typos. | Andrew Kroeger | 2 | -2/+2 |
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 |