Age | Commit message (Expand) | Author | Files | Lines |
2009-11-28 | s4: fix SD update and password change in upgrade script | Matthieu Patou | 1 | -4/+11 |
2009-11-27 | s4:dsdb Don't segfault with ldb_transaction_prepare_commit() without begin() | Andrew Bartlett | 1 | -0/+4 |
2009-11-26 | s4:objectclass LDB module - Prevent write operations on constructed attributes | Matthias Dieter Wallnöfer | 1 | -6/+19 |
2009-11-26 | s4:operational LDB module - Don't do the write checks here | Matthias Dieter Wallnöfer | 1 | -16/+0 |
2009-11-25 | s4:dsdb Make samba_dsdb easier to use in upgrades - assume default values | Andrew Bartlett | 1 | -4/+7 |
2009-11-24 | s4:dsdb Handle LDAP backends correctly with new samba_dsdb system | Andrew Bartlett | 1 | -5/+5 |
2009-11-24 | s4:provision Move secrets.ldb over to .c file module lists, like sam.ldb | Andrew Bartlett | 2 | -0/+111 |
2009-11-24 | s4:operational LDB module - Prevent the modification of operational attributes | Andrew Bartlett | 1 | -0/+16 |
2009-11-24 | s4:dsdb Use new helper function to obtain CN=Aggregate schema DN in schema_data | Andrew Bartlett | 1 | -6/+6 |
2009-11-24 | s4:dsdb Return the subSchemaSubEntry operational attribute on every object | Andrew Bartlett | 1 | -4/+40 |
2009-11-23 | s4:dsdb Move module configuration from each ldb into samba_dsdb.c | Andrew Bartlett | 5 | -5/+397 |
2009-11-23 | s4/schema: Handle Object(OR-Name) syntax in extended_dn_out module | Kamen Mazdrashki | 1 | -4/+12 |
2009-11-22 | Fixed incorrect indentation. | Nadezhda Ivanova | 1 | -7/+6 |
2009-11-21 | Implemented LDAP_SERVER_SD_FLAGS_OID on search requests. | Nadezhda Ivanova | 2 | -22/+165 |
2009-11-20 | Cosmetic patch - fixed case of attribute name. | Nadezhda Ivanova | 1 | -1/+1 |
2009-11-20 | Implementation of LDAP_SERVER_SD_FLAGS_OID on modify requests. | Nadezhda Ivanova | 1 | -16/+133 |
2009-11-20 | s4-dsdb: some more attribuutes that we should only give if asked for | Andrew Tridgell | 1 | -1/+6 |
2009-11-20 | added new function "ldb_msg_add_dn" | Crístian Deives | 1 | -2/+3 |
2009-11-20 | s4-dsdb: removed attributes that should not be displayed by default | Andrew Tridgell | 1 | -0/+37 |
2009-11-20 | s4-drs: Removes stored parentGUID's creation and renaming | Fernando J V da Silva | 1 | -80/+7 |
2009-11-20 | s4-drs: Synchronous Implementation of generated parentGUID | Fernando J V da Silva | 1 | -2/+34 |
2009-11-20 | s4-dsdb: make sure mod_usn list is zeroed on each transaction | Andrew Tridgell | 1 | -7/+10 |
2009-11-17 | s4:SAMLDB DSDB module - Add "\n"s on debug messages | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2009-11-17 | s4:SAMLDB DSDB module - Remove "\n" in LDB error messages | Matthias Dieter Wallnöfer | 1 | -25/+31 |
2009-11-17 | s4:dsdb Rework samdb code to use 'storage format' DNs for defaultObjectCategory | Andrew Bartlett | 4 | -1/+67 |
2009-11-17 | s4:dsdb Use the new flags to dsdb_module_search in schema_load | Andrew Bartlett | 1 | -1/+3 |
2009-11-17 | s4:dsdb Add 'dsdb_flags' to dsdb_module_search() to enable often-used features | Andrew Bartlett | 6 | -11/+84 |
2009-11-16 | s4:SAMLDB module | Matthias Dieter Wallnöfer | 1 | -14/+14 |
2009-11-16 | s4:dsdb LDB attribute lists must always be a static const char **. | Andrew Bartlett | 1 | -1/+1 |
2009-11-16 | s4:provision - Removed dependency on full Samba 3 schema from FDS | Endi S. Dewata | 1 | -41/+0 |
2009-11-15 | Fixed some major bugs in inheritance and access checks. | Nadezhda Ivanova | 2 | -105/+258 |
2009-11-15 | s4:SAMLDB module - Add support for required and generated schema attributes | Andrew Bartlett | 1 | -7/+285 |
2009-11-12 | s4:dsdb Make callbacks in extended_dn_out clearer to follow | Andrew Bartlett | 1 | -1/+6 |
2009-11-12 | s4:repl_meta_data Parse linked attributes with schema syntaxes | Andrew Bartlett | 1 | -39/+44 |
2009-11-12 | s4:dsdb Improve debug message in extended_dn_out | Andrew Bartlett | 1 | -1/+3 |
2009-11-12 | s4:dsdb Cosmetic fixes found by metze in review of dsdb_dn changes | Andrew Bartlett | 2 | -29/+36 |
2009-11-12 | s4:dsdb Use new dsdb_dn code in LDB modules and Samba4 schema | Andrew Bartlett | 2 | -45/+72 |
2009-11-12 | s4:dsdb Add new dsdb_dn to handle DN+Binary and DN+String | Andrew Bartlett | 1 | -0/+1 |
2009-11-12 | lib/util Split data_blob_hex_string() into upper and lower | Andrew Bartlett | 1 | -5/+5 |
2009-11-09 | s4-samdb: remove the rDN size constraint of 64 | Andrew Tridgell | 1 | -3/+10 |
2009-11-06 | s4/drs: remove unused num_prefixes and prefixes from dsdb_schema | Kamen Mazdrashki | 1 | -1/+1 |
2009-11-06 | s4/drs: dsdb_map_oid2int() replaced by dsdb_schema_pfm_make_attid() | Kamen Mazdrashki | 1 | -2/+2 |
2009-11-05 | Version 1.0 of the directory service acls module. | Nadezhda Ivanova | 2 | -963/+346 |
2009-11-04 | s4:provisioning - Fixed minor bugs in provisioning tool and partition module. | Endi S. Dewata | 1 | -2/+2 |
2009-11-03 | Added some dn to the info in the log messages. | Nadezhda Ivanova | 1 | -3/+3 |
2009-11-02 | s4:dsdb Fix up after the MAP_ constants became LDB_MAP_ | Andrew Bartlett | 1 | -13/+13 |
2009-11-02 | s4 - SID allocation using FDS DNA plugin | Endi S. Dewata | 1 | -10/+19 |
2009-11-02 | s4:dsdb - Removed redundant domain SID filter. | Endi S. Dewata | 1 | -29/+1 |
2009-11-02 | s4:dsdb - Store SID as string in FDS. | Endi S. Dewata | 2 | -5/+45 |
2009-11-02 | s4 - Mapped AD schema to existing FDS schema. | Endi S. Dewata | 1 | -2/+159 |