Age | Commit message (Expand) | Author | Files | Lines |
2009-03-04 | Pull in all the schema information during DRS schema fetch | Andrew Bartlett | 1 | -9/+38 |
2009-03-01 | s4: Use same function signature for convert_* as s3. | Jelmer Vernooij | 4 | -30/+20 |
2009-03-01 | Add allow_badcharcnv argument to all conversion function, for | Jelmer Vernooij | 4 | -9/+9 |
2009-02-23 | Fix headers, ldb_includes.h is a private header, | Simo Sorce | 7 | -3/+8 |
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:service_task: s/private/private_data | Stefan Metzmacher | 1 | -1/+1 |
2009-02-02 | s4:kludge_acl: s/class/sclass | Stefan Metzmacher | 1 | -5/+5 |
2009-02-02 | s4:dsdb/schema: s/class/sclass | Stefan Metzmacher | 2 | -31/+32 |
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 | 16 | -558/+801 |
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 | 10 | -76/+147 |
2009-01-21 | Allow overriding the function that ships the request in the Samba 3 | Jelmer Vernooij | 1 | -1/+1 |
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 8 | -13/+13 |
2008-12-23 | Fix more compiler warnings in various places. | Jelmer Vernooij | 4 | -33/+33 |
2008-12-22 | Fix missing symbols issues when building with shared libraries. | Jelmer Vernooij | 1 | -1/+1 |
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-20 | Treat DN+STring as a binary string for now | Andrew Bartlett | 1 | -4/+4 |
2008-12-20 | Now store the GUID and SID from a DN over DRSUAPI into ldb. | Andrew Bartlett | 4 | -43/+162 |
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-12-02 | Don't treat the DN+binary syntax as a DN. | Andrew Bartlett | 1 | -2/+2 |
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:dsdb/schema: add a function to generate the "extendedClassInfo" values | Stefan Metzmacher | 1 | -4/+44 |
2008-11-16 | s4:dsdb/schema: add a function to generate the "extendedAttributeInfo" values | Stefan Metzmacher | 1 | -7/+83 |
2008-11-16 | s4:dsdb/schema: use pointers for rangeLower and rangeUpper. | Stefan Metzmacher | 2 | -6/+41 |
2008-11-16 | s4:dsdb/schema: we don't need to use find_syntax_map_by_ad_oid() as the synta... | Stefan Metzmacher | 1 | -3/+1 |
2008-11-16 | s4:librpc/ndr: integrate NDR_MISC into LIBNDR | Stefan Metzmacher | 2 | -5/+5 |
2008-11-10 | s4-dsdb: add samdb_msg_add_parameters. | Günther Deschner | 1 | -0/+11 |