s4:dsdb/samdb: optimize samldb_prim_group_change()
[metze/samba/wip.git] / source4 / dsdb / samdb / ldb_modules / samldb.c
2010-11-04 Stefan Metzmachers4:dsdb/samdb: optimize samldb_prim_group_change()
2010-11-03 Stefan Metzmachers4:dsdb/samldb: avoid nested unindexed searches in...
2010-11-03 Matthias Dieter... s4:samldb LDB module - improve the "get_single_valued_a...
2010-11-01 Matthias Dieter... s4:samldb LDB module - the "sAMAccountName" cannot...
2010-11-01 Matthias Dieter... s4:samldb LDB module - support now the full "servicePri...
2010-11-01 Matthias Dieter... s4:samldb LDB module - "sAMAccountName" checker
2010-11-01 Andrew Tridgells4-ldb: enable version checking in dsdb ldb modules
2010-11-01 Matthias Dieter... s4:samldb LDB module - unify objectSid assignment error...
2010-11-01 Matthias Dieter... s4:samldb LDB module - deny "objectSid" modifications
2010-11-01 Andrew Tridgells4-dsdb: convert the rest of the ldb modules to the...
2010-10-31 Matthias Dieter... s4:samldb LDB module - validate "sAMAccountName" modifi...
2010-10-31 Matthias Dieter... s4:samldb LDB module - implement the "dNSHostName"...
2010-10-31 Matthias Dieter... s4:samldb LDB module - check for the number of results...
2010-10-30 Matthias Dieter... s4:samldb LDB module - make the "userAccountControl...
2010-10-30 Matthias Dieter... s4:samldb LDB module - add a new function which handles...
2010-10-30 Matthias Dieter... s4:samldb LDB module - primary group change - free...
2010-10-30 Matthias Dieter... s4:samldb LDB module - adapt the "samldb_prim_group_cha...
2010-10-30 Matthias Dieter... s4:samldb LDB module - "member" trigger
2010-10-26 Matthias Dieter... s4:samldb LDB module - enhance the "member"-check trigger
2010-10-25 Matthias Dieter... s4:"samdb_search_count" - introduce a "mem_ctx" parameter
2010-10-25 Matthias Dieter... s4:samldb LDB module - other indentation fixes on error...
2010-10-25 Matthias Dieter... s4:samldb LDB module - fix indentations
2010-10-25 Matthias Dieter... s4:samldb LDB module - use "uint32_t" for available...
2010-10-25 Matthias Dieter... s4:samldb LDB module - assign better memory contexts...
2010-10-24 Matthias Dieter... s4:dsdb - remove some calls of "samdb_msg_add_string...
2010-10-21 Andrew Tridgells4-dsdb: moved a bunch of fuctions from schema/schema_i...
2010-10-18 Matthias Dieter... s4:"util_ldb" - remove some really unused dependancies
2010-10-17 Matthias Dieter... Revert "s4:remove "util_ldb" submodule and integrate...
2010-10-17 Matthias Dieter... s4:remove "util_ldb" submodule and integrate the three...
2010-10-16 Matthias Dieter... s4:samldb LDB module - use appropriate fixed-length...
2010-10-16 Matthias Dieter... s4:dsdb - fix unsigned integer save problems using...
2010-10-15 Matthieu Patous4 dsdb: fix sign problem on PPC and x86
2010-10-15 Matthias Dieter... s4:samldb LDB module - cosmetic - use "ldb" variable...
2010-10-14 Matthias Dieter... s4:dsdb - remove "samdb_result_uint", "samdb_result_int...
2010-10-14 Matthias Dieter... s4:samldb LDB module - attempt to fix integer handling...
2010-10-13 Matthias Dieter... s4:samldb LDB module - cosmetic fixups
2010-10-13 Matthias Dieter... s4:samldb LDB module - deny creation of temporary dupli...
2010-10-13 Matthias Dieter... s4:samldb LDB module - proof the account type also...
2010-10-13 Matthias Dieter... s4:samldb LDB module - support the group type changing...
2010-10-13 Matthias Dieter... s4:samldb LDB module - deny also the direct modificatio...
2010-10-13 Matthias Dieter... s4:samldb LDB module - first implementation of the...
2010-10-13 Matthias Dieter... s4:samldb LDB module - use the new "objectclass_trigger...
2010-10-13 Matthias Dieter... s4:samldb LDB module - first implementation of the...
2010-10-10 Jelmer Vernooijdsdb modules: Split ridalloc out of common helpers...
2010-10-06 Matthias Dieter... s4:samldb LDB module - remove "type" parameter of ...
2010-10-05 Matthias Dieter... s4:samldb LDB module - simplify/unify the message handl...
2010-10-05 Matthias Dieter... s4:samldb LDB module - assign better memory contexts...
2010-09-29 Andrew Tridgells4-samldb: also set a password on the krbtgt_NNNN account
2010-09-25 Andrew Tridgellldb: mark the location of a lot more ldb requests
2010-09-23 Matthias Dieter... s4:samldb LDB module - it isn't allowed to create user...
2010-09-23 Matthias Dieter... s4:samldb LDB module - support the "userAccountControl...
2010-09-13 Matthias Dieter... s4:SID handling - always encode the SID using "ldap_enc...
2010-09-13 Matthias Dieter... s4:cosmetic - the SID attribute is called objectSid...
2010-09-13 Matthias Dieter... Revert "s4:samldb LDB module - simplify the message...
2010-09-12 Matthias Dieter... s4:samldb LDB module - remove a disastrous "talloc_free"
2010-09-12 Matthias Dieter... s4:samldb LDB module - "samldb_check_primaryGroupID...
2010-09-12 Matthias Dieter... s4:samldb LDB module - free the "ac" context after...
2010-09-12 Matthias Dieter... s4:samldb LDB module - simplify the message handling...
2010-09-12 Matthias Dieter... s4:samldb LDB module - move "samldb_prim_group_users_ch...
2010-09-12 Matthias Dieter... s4:samldb LDB module - add a comment to mark the beginn...
2010-09-12 Matthias Dieter... s4:samldb LDB module - refactor "samldb_find_for_defaul...
2010-09-12 Matthias Dieter... s4:samldb LDB module - refactor the "primaryGroupID...
2010-09-12 Matthias Dieter... s4:samldb LDB module - get rid of the SID context variable
2010-09-12 Matthias Dieter... s4:samldb LDB module - use also here the real attribute...
2010-09-12 Matthias Dieter... s4:samldb LDB module - rename "check_SamAccountType...
2010-09-12 Matthias Dieter... s4:samldb LDB module - make "samldb_check_sAMAccountNam...
2010-08-20 Andrew Tridgells4-dsdb: the RODC_JOIN control also changes samAccountName
2010-08-17 Andrew Tridgells4-dsdb: added support for UF_PARTIAL_SECRETS_ACCOUNT
2010-08-17 Andrew Tridgells4-dsdb: set LDB_FLAG_INTERNAL_DISABLE_VALIDATION for...
2010-08-17 Andrew Tridgells4-ldb: use LDB_FLAG_MOD_TYPE() to extract element...
2010-08-17 Andrew Tridgells4-dsdb: fixed test for LDB_CONTROL_RODC_DCPROMO_OID
2010-08-17 Andrew Tridgells4-dsdb: added support for LDB_CONTROL_RODC_DCPROMO_OID
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-16 Andrew Tridgells4-loadparm: 2nd half of lp_ to lpcfg_ conversion
2010-07-07 Andrew Tridgells4-dsdb: use ldb_operr() in the dsdb code
2010-07-02 Kamen Mazdrashkis4-source4/dsdb/samdb/ldb_modules/samldb.c: Use DSDB_FL...
2010-06-20 Matthias Dieter... s4:samldb LDB module - remove "samldb_set_defaultObject...
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-07 Matthias Dieter... s4:samldb LDB module - adjust the module to set always...
2010-06-07 Matthias Dieter... s4:samldb LDB module - finally we can remove the RDN...
2010-06-06 Matthias Dieter... s4:samldb LDB module - this codepart isn't needed due...
2010-05-31 Matthias Dieter... s4:samldb LDB module - start on a sequential trigger...
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-18 Jelmer VernooijFinish removal of iconv_convenience in public API's.
2010-05-14 Matthias Dieter... s4:samldb LDB module - remove unused variables
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-04 Anatoliy Atanasovs4/rodc: Fix the callbacks up the stack to handle refer...
2010-04-22 Andrew Tridgells4-dsdb: moved rodc schema validation to samldb.c
2010-04-13 Matthias Dieter... Revert "s4:prefer "samdb_*_dn" basedn calls over the...
2010-04-09 Kamen Mazdrashkis4/samldb: schemaInfo attribute must be updated when...
2010-02-24 Matthias Dieter... s4:SAMLDB module - ignore referrals
2010-02-24 Kamen Mazdrashkis4/schema: Move msDS-IntId implementation to samldb...
2010-02-16 Andrew Tridgells4-dsdb: move dsdb_request_add_controls() into dsdb...
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-09 Andrew Tridgells4-samldb: fixed primaryGroupID when promoting a machin...
2010-01-08 Andrew Tridgells4-dsdb: allow specification of a SID if we are system
next