s4:dsdb: fix samdb_result_logon_hours() and don't hardcode units_per_week
[metze/samba/wip.git] / source4 / dsdb / samdb /
2010-05-11 Stefan MetzmacherRevert "s4:password_hash LDB module - don't break the...
2010-05-11 Stefan MetzmacherRevert "s4:password hash LDB module - check that passwo...
2010-05-11 Stefan Metzmachers4:dsdb/password_hash: only try to handle a hash in...
2010-05-10 Matthias Dieter... s4:password_hash LDB module - we might not have a clear...
2010-05-10 Matthias Dieter... s4:password_hash LDB module - quiet a warning
2010-05-10 Matthias Dieter... s4:password hash LDB module - check that password hashe...
2010-05-10 Matthias Dieter... s4:password_hash LDB module - don't break the provision
2010-05-10 Stefan Metzmachers4:password_hash - Implement password restrictions
2010-05-10 Matthias Dieter... s4:password_hash - Rework to handle password changes
2010-05-10 Matthias Dieter... s4:password_hash - Rework unique value checks
2010-05-10 Matthias Dieter... s4:password_hash - Various (mostly cosmetic) prework
2010-05-10 Matthias Dieter... s4:dsdb: add new controls
2010-05-10 Matthias Dieter... s4:acl ldb module - fix typos
2010-05-09 Matthias Dieter... s4:samldb LDB module - make "samldb_member_check" synch...
2010-05-09 Matthias Dieter... s4:samldb LDB module - make "samldb_prim_group_users_ch...
2010-05-09 Matthias Dieter... s4:samldb LDB module - update the copyright notice
2010-05-09 Stefan Metzmacherdsdb/password_hash: remove usage of msDs-KeyVersionNumber
2010-05-09 Andrew Bartletts4:dsdb Use replPropertyMetaData as the basis for msDS...
2010-05-04 Anatoliy Atanasovs4/rodc: Support read-only database
2010-05-04 Anatoliy Atanasovs4/rodc: Fix the callbacks up the stack to handle refer...
2010-05-03 Anatoliy Atanasovs4/rodc: Implement msDS-isRODC constructed attr
2010-05-01 Andrew Bartletts4:dsdb Fix use of memory after free in repl_meta_data
2010-04-29 Anatoliy Atanasovs4/rodc: RODC FAS initial implementation
2010-04-27 Andrew Tridgells4-repl: these messages are common, and don't deserve...
2010-04-26 Andrew Tridgells4-ddb: don't create partitions with the UNINSTANT...
2010-04-26 Andrew Tridgells4-drs: make links to foreign partitions non-fatal
2010-04-22 Andrew Tridgells4-drs: added new SECURITY_RO_DOMAIN_CONTROLLER level
2010-04-22 Andrew Tridgells4-dsdb: removed an unused variable
2010-04-22 Andrew Tridgells4-dsdb: moved rodc schema validation to samldb.c
2010-04-22 Fernando J V da... s4-drs: Do not allow system-critical attributes to...
2010-04-22 Andrew Bartletts4:ldap-backend Fix LSA test failures with OpenLDAP...
2010-04-22 Andrew Bartletts4:OpenLDAP-backend Use the new rdnval module in OpenLDAP
2010-04-22 Andrew Bartletts4:dsdb Revert accidentilly commited change for LDAP...
2010-04-20 Andrew Bartletts4:provision Pass in the invoication ID and NTDS Settin...
2010-04-16 Nadezhda Ivanovas4:Replaced dsdb_get_dom_sid_from_ldb_message() with...
2010-04-15 Stefan Metzmachers4:rootdse: only return "tokenGroups", when the client...
2010-04-13 Matthias Dieter... s4:acl/descriptor LDB module - distinguish between...
2010-04-13 Matthias Dieter... Revert "s4:prefer "samdb_*_dn" basedn calls over the...
2010-04-13 Matthias Dieter... s4:objectclass LDB module - remove a unneeded newline
2010-04-12 Matthias Dieter... s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_...
2010-04-11 Jelmer Vernooijsubunit: Remove more test output that could be interpre...
2010-04-10 Andrew Bartletts4:dsdb Don't return operational attributes on special DNs
2010-04-10 Andrew Bartletts4:rootdse Implement "tokenGroups" in the rootDSE
2010-04-10 Andrew Bartletts4:dsdb Improve error message in extended_dn_in
2010-04-10 Andrew Bartletts4:schema Try to fix OpenLDAP backend after schema...
2010-04-09 Kamen Mazdrashkis4/samldb: schemaInfo attribute must be updated when...
2010-04-08 Endi S. Dewatas4:dsdb - Handle INVALID_DN_SYNTAX from OpenLDAP in...
2010-04-06 Andrew Tridgells4-waf: mark the wscript files as python so vim/emacs...
2010-04-06 Andrew Tridgellbuild: waf quicktest nearly works
2010-04-06 Andrew Tridgellbuild: commit all the waf build files in the tree
2010-03-26 Eduardo Limas4-drs: replmd_delete with the 3 stage deletion recycle bin
2010-03-22 Matthias Dieter... s4:ldb_modules/util.c - fix two counter variables to...
2010-03-22 Andrew Bartletts4:dsdb Add a shortcut sequence number for schema reloads
2010-03-22 Andrew Bartletts4:dsdb Rework schema loading and add schema reloading
2010-03-22 Andrew Bartletts4:dsdb Move dsdb_save_partition_usn() to be a module...
2010-03-22 Andrew Bartletts4:dsdb Add 'const' to some struct dsdb_schema variables
2010-03-22 Andrew Bartletts4:dsdb Don't load the schema unconditionally
2010-03-18 Andrew Bartletts4:dsdb Move rdn_name down the stack
2010-03-16 Matthias Dieter... s4:resolve_oids LDB module - not really a change but...
2010-03-16 Matthias Dieter... s4:dsdb - fix up warnings
2010-03-16 Andrew Bartletts4:dsdb Show more detail in failure to compute the...
2010-03-16 Andrew Bartletts4:dsdb Change dsdb_get_schema() callers to use new...
2010-03-16 Andrew Bartletts4:dsdb Fix warnings in DEBUG() by casting to unsigned...
2010-03-16 Andrew Bartletts4:dsdb/acl Reduce calls to dsdb_get_schema() and add...
2010-03-16 Andrew Bartletts4:dsdb Don't error out if we can't get the Aggregate...
2010-03-12 Matthias Dieter... s4:util.c - "dsdb_check_optional_feature" - counter...
2010-03-12 Eduardo Limas4-drs: check if an optional feature is enabled
2010-03-12 Nadezhda IvanovaSplit the dsdb_access_check_on_dn.
2010-03-12 Nadezhda IvanovaFixed ACL module to use dsdb_module_* API.
2010-03-11 Nadezhda IvanovaMoved access_check_on_dn from acl module as an utility.
2010-03-09 Nadezhda IvanovaAdded a check for permissions to modify the RDN attribu...
2010-03-07 Matthias Dieter... s4:extended_dn_out LDB module - change counter variable...
2010-03-07 Matthias Dieter... s4:repl_meta_data LDB module - change counter variables...
2010-03-07 Matthias Dieter... s4:local_password LDB module - change counter variables...
2010-03-07 Matthias Dieter... s4:ranged_results LDB module - change counter variables...
2010-03-07 Matthias Dieter... s4:objectguid LDB module - change counter variables...
2010-03-07 Matthias Dieter... s4:objectclass LDB module - change counter variabls...
2010-03-07 Matthias Dieter... s4:anr LDB module - change counter variable to "unsigned"
2010-03-07 Matthias Dieter... s4:acl LDB module - change counter variable to "unsigned"
2010-03-07 Matthias Dieter... s4:linked_attributes LDB module - change counter variab...
2010-03-07 Matthias Dieter... s4:kludge_acl LDB module - change counter variables...
2010-03-07 Matthias Dieter... s4:proxy LDB module - Change counter variables to ...
2010-03-07 Matthias Dieter... s4:schema_data LDB module - change counter variables...
2010-03-07 Matthias Dieter... s4:resolve_oids LDB module - change counter variables...
2010-03-07 Matthias Dieter... s4:rootdse LDB module - change counter variables to...
2010-03-07 Matthias Dieter... s4:partition LDB module - change counter variables...
2010-03-05 Matthias Dieter... s4:samdb_privilege.c - Change two counter variables...
2010-03-05 Matthias Dieter... s4:cracknames - Change two counter variables to unsigned
2010-03-04 Matthias Dieter... s4:operational LDB - don't accidentally "ate" search...
2010-03-04 Matthias Dieter... s4:operational LDB module - make the counters unsigned
2010-03-04 Matthias Dieter... s4:operational LDB - implement the "tokenGroups" constr...
2010-03-04 Matthias Dieter... s4:operational LDB module - use right memory context...
2010-03-03 Matthias Dieter... s4:samdb.c - Make it signed-safe
2010-02-24 Matthias Dieter... s4:partition DSDB module - Generate basic referrals
2010-02-24 Matthias Dieter... s4:partition DSDB module - change the search and domain...
2010-02-24 Matthias Dieter... s4:SAMLDB module - ignore referrals
2010-02-24 Matthieu Patoudsdb: Add a more explicit error message for constructed...
2010-02-24 Kamen Mazdrashkis4/schema: Move msDS-IntId implementation to samldb...
2010-02-21 Matthias Dieter... s4:operational LDB module - enable support for passing...
2010-02-21 Matthias Dieter... s4:partition DSDB module - Cosmetic fixups
next