Age | Commit message (Expand) | Author | Files | Lines |
2010-06-10 | s4:instancetype LDB module - prevent all types of "instanceType" manipulation | Matthias Dieter Wallnöfer | 1 | -0/+16 |
2010-06-07 | s4:objectclass_attrs LDB module - move the single-valued attribute check into... | Matthias Dieter Wallnöfer | 1 | -1/+13 |
2010-06-07 | s4:samba_dsdb LDB module - fix typos | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2010-06-07 | s4:samba_dsdb LDB module - enhance/fix module rule comments | Matthias Dieter Wallnöfer | 1 | -3/+5 |
2010-06-07 | s4:objectclass LDB module - rework the code which handles the objectclasses m... | Matthias Dieter Wallnöfer | 1 | -149/+191 |
2010-06-07 | s4:acl LDB module - LDB attribute names should be compared using "ldb_attr_cm... | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2010-06-07 | s4:acl LDB module - adaption for "objectclass_attrs" module | Matthias Dieter Wallnöfer | 1 | -5/+15 |
2010-06-07 | s4:objectclass LDB module - remove "fix_check_attributes" | Matthias Dieter Wallnöfer | 1 | -62/+0 |
2010-06-07 | s4:samldb LDB module - adjust the module to set always a "defaultObjectCatego... | Matthias Dieter Wallnöfer | 1 | -35/+45 |
2010-06-07 | s4:remove the "validate_update" LDB module - the task is now handled by the f... | Matthias Dieter Wallnöfer | 3 | -128/+0 |
2010-06-07 | s4:dsdb - introduce a new "objectclass_attrs" LDB module which performs the o... | Matthias Dieter Wallnöfer | 3 | -0/+401 |
2010-06-07 | s4:objectclass LDB module - instanciate the schema variable centrally on the ... | Matthias Dieter Wallnöfer | 1 | -28/+28 |
2010-06-07 | s4:samldb LDB module - finally we can remove the RDN check | Matthias Dieter Wallnöfer | 1 | -53/+0 |
2010-06-07 | s4:objectclass LDB module - finally implement the correct entry rename protec... | Matthias Dieter Wallnöfer | 1 | -25/+130 |
2010-06-07 | s4:objectclass LDB module - cosmetic change | Matthias Dieter Wallnöfer | 1 | -2/+3 |
2010-06-07 | s4:objectclass LDB module - remove duplicated code | Matthias Dieter Wallnöfer | 1 | -13/+4 |
2010-06-07 | s4:objectclass LDB module - fix counter variable types | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-06-07 | s4:objectclass LDB module - explain why the search can return with an empty r... | Matthias Dieter Wallnöfer | 1 | -1/+2 |
2010-06-07 | s4:objectclass LDB module - this "talloc_steal" is not necessary | Matthias Dieter Wallnöfer | 1 | -1/+0 |
2010-06-07 | s4:objectclass LDB module - fix error result if an entry doesn't contain a st... | Matthias Dieter Wallnöfer | 1 | -3/+3 |
2010-06-07 | s4:objectclass LDB module - use "ldb_oom" for expressing out of memory | Matthias Dieter Wallnöfer | 1 | -2/+1 |
2010-06-07 | s4:objectclass LDB module - fix header and add my copyright | Matthias Dieter Wallnöfer | 1 | -4/+6 |
2010-06-06 | s4:password_hash LDB module - adapt the module to the new "ldb_msg_remove_att... | Matthias Dieter Wallnöfer | 1 | -17/+6 |
2010-06-06 | s4:samldb LDB module - this codepart isn't needed due to the objectclass LDB ... | Matthias Dieter Wallnöfer | 1 | -13/+0 |
2010-06-06 | s4:get_last_structural_class - only real structural classes can be candidates... | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-06-06 | s4:ridalloc LDB module - add more "talloc_free"s where useful | Matthias Dieter Wallnöfer | 1 | -0/+3 |
2010-06-06 | s4:acl LDB module - fix counter types where appropriate | Matthias Dieter Wallnöfer | 1 | -2/+4 |
2010-06-06 | s4:descriptor LDB module - cosmetic fixup | Matthias Dieter Wallnöfer | 1 | -4/+4 |
2010-06-01 | s4: check the sacl and dacl pointers on the old sd | Anatoliy Atanasov | 1 | -2/+2 |
2010-06-01 | s4-cracknames: Fix typo in debug message. | Karolin Seeger | 1 | -1/+1 |
2010-05-31 | s4:samldb LDB module - start on a sequential trigger implementation | Matthias Dieter Wallnöfer | 1 | -10/+26 |
2010-05-30 | s4:samldb LDB module - deny delete operations on some important attributes | Matthias Dieter Wallnöfer | 1 | -3/+12 |
2010-05-30 | s4:samldb LDB module - rework the group change code to be again synchronous | Matthias Dieter Wallnöfer | 1 | -309/+71 |
2010-05-30 | s4:dsdb/samdb/ldb_modules/util.c - make sure to always free temporary data | Matthias Dieter Wallnöfer | 1 | -1/+6 |
2010-05-30 | s4:dsdb_module_search_dn - add code to handle NULL format string | Matthias Dieter Wallnöfer | 1 | -3/+13 |
2010-05-21 | s4:libcli/ldap Rename ldap.h to libcli_ldap.h | Andrew Bartlett | 1 | -1/+0 |
2010-05-20 | s4:operational LDB module - fix warnings (missing parameters, unused variable) | Matthias Dieter Wallnöfer | 1 | -3/+5 |
2010-05-20 | s4:auth Change auth_generate_session_info to take flags | Andrew Bartlett | 2 | -25/+56 |
2010-05-20 | s4:auth Add dependency from the operational module onto auth | Andrew Bartlett | 2 | -2/+5 |
2010-05-20 | s4:auth Allow the operational module to get a user's tokenGroups from auth | Andrew Bartlett | 3 | -82/+68 |
2010-05-20 | s4:auth Move BUILTIN group addition into session.c | Andrew Bartlett | 1 | -2/+9 |
2010-05-20 | s4:dsdb disable tokenGroups until end of rewrite | Andrew Bartlett | 1 | -1/+2 |
2010-05-19 | s4/metadata: fix whitespaces | Kamen Mazdrashki | 1 | -71/+71 |
2010-05-18 | s3: Fix some more iconv convenience usages. | Jelmer Vernooij | 1 | -1/+1 |
2010-05-18 | Remove more usages of iconv_convenience in files which were apparently not re... | Jelmer Vernooij | 1 | -3/+1 |
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 8 | -47/+18 |
2010-05-14 | s4:repl_meta_data LDB module - fix counter types | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-05-14 | s4:dsdb_cache LDB module - fix a typo | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-05-14 | s4:samldb LDB module - remove unused variables | Matthias Dieter Wallnöfer | 1 | -2/+0 |
2010-05-11 | Revert "s4:password_hash LDB module - don't break the provision" | Stefan Metzmacher | 1 | -3/+0 |