wafsamba: Only add init function if not building module as shared library.
[kamenim/samba.git] / source4 / dsdb /
2010-06-15 Jelmer Vernooijdsdb: Build modules as external modules when using...
2010-06-15 Andrew Bartletts4:dsdb Move linked attribute restrictions to objectcla...
2010-06-15 Andrew Bartletts4:dsdb Add const to dsdb_dn functions that operate...
2010-06-15 Andrew Bartletts4:provision Allow a specific prefix map to be loaded...
2010-06-15 Andrew Bartletts4:dsdb Allow the setting an override on the schema
2010-06-15 Andrew Bartletts4:dsdb Use the schema from our local provision to...
2010-06-13 Matthias Dieter... s4:fix allocated control OIDs for "password_hash" LDB...
2010-06-13 Jelmer Vernooijs4-test: Use smb.conf path set in environment rather...
2010-06-12 Matthias Dieter... s4:password_hash LDB module - this does really deactiva...
2010-06-12 Matthias Dieter... s4:password_hash LDB module - fix comment
2010-06-12 Andrew Bartletts4:dsdb Allow calling dsdb_convert_object_ex() directly
2010-06-12 Andrew Bartletts4:dsdb Simplfy match of objectclass in dsdb_schema_set...
2010-06-12 Andrew Bartletts4:dsdb Provide a function to convert from DRS prefix...
2010-06-12 Andrew Bartletts4:dsdb Add more debugs to help track down failures...
2010-06-12 Andrew Bartletts4:dsdb Put back the reference and set_attributes in...
2010-06-11 Matthias Dieter... s4:rootdse LDB module - use LDB result constants
2010-06-10 Matthias Dieter... s4:samldb LDB module - fix up the case when the old...
2010-06-10 Matthias Dieter... s4:samldb LDB module - don't create multiple "ac" modul...
2010-06-10 Matthias Dieter... s4:samba_dsdb LDB module - move the "objectclass_attrs...
2010-06-10 Matthias Dieter... s4:instancetype LDB module - prevent all types of ...
2010-06-07 Matthias Dieter... s4:objectclass_attrs LDB module - move the single-value...
2010-06-07 Matthias Dieter... s4:samba_dsdb LDB module - fix typos
2010-06-07 Matthias Dieter... s4:samba_dsdb LDB module - enhance/fix module rule...
2010-06-07 Matthias Dieter... s4:objectclass LDB module - rework the code which handl...
2010-06-07 Matthias Dieter... s4:acl LDB module - LDB attribute names should be compa...
2010-06-07 Matthias Dieter... s4:acl LDB module - adaption for "objectclass_attrs...
2010-06-07 Matthias Dieter... s4:objectclass LDB module - remove "fix_check_attributes"
2010-06-07 Matthias Dieter... s4:samldb LDB module - adjust the module to set always...
2010-06-07 Matthias Dieter... s4:remove the "validate_update" LDB module - the task...
2010-06-07 Matthias Dieter... s4:dsdb - introduce a new "objectclass_attrs" LDB modul...
2010-06-07 Matthias Dieter... s4:objectclass LDB module - instanciate the schema...
2010-06-07 Matthias Dieter... s4:samldb LDB module - finally we can remove the RDN...
2010-06-07 Matthias Dieter... s4:objectclass LDB module - finally implement the corre...
2010-06-07 Matthias Dieter... s4:objectclass LDB module - cosmetic change
2010-06-07 Matthias Dieter... s4:objectclass LDB module - remove duplicated code
2010-06-07 Matthias Dieter... s4:objectclass LDB module - fix counter variable types
2010-06-07 Matthias Dieter... s4:objectclass LDB module - explain why the search...
2010-06-07 Matthias Dieter... s4:objectclass LDB module - this "talloc_steal" is...
2010-06-07 Matthias Dieter... s4:objectclass LDB module - fix error result if an...
2010-06-07 Matthias Dieter... s4:objectclass LDB module - use "ldb_oom" for expressin...
2010-06-07 Matthias Dieter... s4:objectclass LDB module - fix header and add my copyright
2010-06-06 Matthias Dieter... s4:password_hash LDB module - adapt the module to the...
2010-06-06 Matthias Dieter... s4:samldb LDB module - this codepart isn't needed due...
2010-06-06 Matthias Dieter... s4:get_last_structural_class - only real structural...
2010-06-06 Matthias Dieter... s4:dsdb/common/util.c - provide a better implementation...
2010-06-06 Matthias Dieter... s4:ridalloc LDB module - add more "talloc_free"s where...
2010-06-06 Matthias Dieter... s4:acl LDB module - fix counter types where appropriate
2010-06-06 Matthias Dieter... s4:descriptor LDB module - cosmetic fixup
2010-06-01 Anatoliy Atanasovs4: check the sacl and dacl pointers on the old sd
2010-06-01 Karolin Seegers4-cracknames: Fix typo in debug message.
2010-05-31 Matthias Dieter... s4:samldb LDB module - start on a sequential trigger...
2010-05-31 Matthias Dieter... s4:dsdb_load_udv_v1 - "uint32_t" counter type fits...
2010-05-31 Jelmer Vernooijldb: Fix dependencies when building with system ldb.
2010-05-30 Matthias Dieter... s4:samldb LDB module - deny delete operations on some...
2010-05-30 Matthias Dieter... s4:samldb LDB module - rework the group change code...
2010-05-30 Matthias Dieter... s4:dsdb/samdb/ldb_modules/util.c - make sure to always...
2010-05-30 Matthias Dieter... s4:dsdb_module_search_dn - add code to handle NULL...
2010-05-30 Matthias Dieter... s4:dsdb/common/util.c - fix a counter variable
2010-05-24 Matthias Dieter... s4:dsdb_enum_group_mem - use "unsigned" counters
2010-05-24 Matthias Dieter... s4:dsdb_lookup_rids - "unsigned" counters fit better...
2010-05-24 Matthias Dieter... s4:dsdb_add_user - check the "cn"/"account_name" length...
2010-05-24 Andrew Bartletts4:samr Push most of samr_LookupRids into a helper...
2010-05-24 Andrew Bartletts4:samr Push most of samr_QueryGroupMember into a helpe...
2010-05-24 Andrew Bartletts4:samr Move most of samr_CreateDomAlias into a helper...
2010-05-24 Andrew Bartletts4:samr Split most of samr_CreateDomainGroup into a...
2010-05-24 Andrew Bartletts4:samr Split the guts of samr_CreateUser2 into a helpe...
2010-05-24 Andrew Bartletts4:dsdb Allow a NULL search expression in dsdb_search()
2010-05-21 Andrew Bartletts4:libcli/ldap Rename ldap.h to libcli_ldap.h
2010-05-20 Matthias Dieter... s4:operational LDB module - fix warnings (missing param...
2010-05-20 Andrew Bartletts4:auth Change auth_generate_session_info to take flags
2010-05-20 Andrew Bartletts4:auth Add dependency from the operational module...
2010-05-20 Andrew Bartletts4:auth Allow the operational module to get a user...
2010-05-20 Andrew Bartletts4:auth Move BUILTIN group addition into session.c
2010-05-20 Andrew Bartletts4:dsdb disable tokenGroups until end of rewrite
2010-05-18 Kamen Mazdrashkis4/metadata: fix whitespaces
2010-05-18 Jelmer Vernooijs3: Fix some more iconv convenience usages.
2010-05-18 Jelmer VernooijRemove more usages of iconv_convenience in files which...
2010-05-18 Jelmer Vernooijs3: Remove use of iconv_convenience.
2010-05-18 Jelmer VernooijFinish removal of iconv_convenience in public API's.
2010-05-17 Anatoliy Atanasovs4-rodc: Cache am_rodc flag
2010-05-14 Matthias Dieter... s4:repl_meta_data LDB module - fix counter types
2010-05-14 Matthias Dieter... s4:dsdb_cache LDB module - fix a typo
2010-05-14 Matthias Dieter... s4:samldb LDB module - remove unused variables
2010-05-13 Matthieu Patous4: Do not display by default the message Failed to...
2010-05-13 Stefan Metzmachers4:dsdb: fix samdb_result_logon_hours() and don't hardc...
2010-05-11 Stefan Metzmachers4:dsdb: cached results of samdb_rodc()
2010-05-11 Anatoliy AtanasovRevert "s4-rodc: Fix provision warnings by creating...
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 Matthias Dieter... s4:samdb_set_password - adapt it for the user password...
2010-05-10 Matthias Dieter... s4:samdb_set_password/samdb_set_password_sid - Rework
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
next