index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
dsdb
/
samdb
/
ldb_modules
/
samldb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-11
dsdb modules: Split ridalloc out of common helpers, because of dependency loops.
Jelmer Vernooij
1
-0
/
+1
2010-10-06
s4:samldb LDB module - remove "type" parameter of "samldb_fill_object"
Matthias Dieter Wallnöfer
1
-6
/
+9
2010-10-05
s4:samldb LDB module - simplify/unify the message handling on add and modify ...
Matthias Dieter Wallnöfer
1
-28
/
+54
2010-10-05
s4:samldb LDB module - assign better memory contexts on two places
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-09-29
s4-samldb: also set a password on the krbtgt_NNNN account
Andrew Tridgell
1
-0
/
+11
2010-09-25
ldb: mark the location of a lot more ldb requests
Andrew Tridgell
1
-0
/
+1
2010-09-24
s4:samldb LDB module - it isn't allowed to create user/computer accounts with...
Matthias Dieter Wallnöfer
1
-0
/
+4
2010-09-24
s4:samldb LDB module - support the "userAccountControl" -> "primaryGroupID" d...
Matthias Dieter Wallnöfer
1
-16
/
+11
2010-09-13
s4:SID handling - always encode the SID using "ldap_encode_ndr_dom_sid" for L...
Matthias Dieter Wallnöfer
1
-8
/
+8
2010-09-13
s4:cosmetic - the SID attribute is called objectSid - not objectSID
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-09-13
Revert "s4:samldb LDB module - simplify the message handling on add and modif...
Matthias Dieter Wallnöfer
1
-26
/
+33
2010-09-12
s4:samldb LDB module - remove a disastrous "talloc_free"
Matthias Dieter Wallnöfer
1
-2
/
+0
2010-09-12
s4:samldb LDB module - "samldb_check_primaryGroupID" - support RID derivation...
Matthias Dieter Wallnöfer
1
-1
/
+5
2010-09-12
s4:samldb LDB module - free the "ac" context after the delete checks
Matthias Dieter Wallnöfer
1
-1
/
+4
2010-09-12
s4:samldb LDB module - simplify the message handling on add and modify operat...
Matthias Dieter Wallnöfer
1
-33
/
+28
2010-09-12
s4:samldb LDB module - move "samldb_prim_group_users_check" more down to see ...
Matthias Dieter Wallnöfer
1
-41
/
+41
2010-09-12
s4:samldb LDB module - add a comment to mark the beginning of the extended op...
Matthias Dieter Wallnöfer
1
-0
/
+2
2010-09-12
s4:samldb LDB module - refactor "samldb_find_for_defaultObjectCategory" to be...
Matthias Dieter Wallnöfer
1
-94
/
+22
2010-09-12
s4:samldb LDB module - refactor the "primaryGroupID" check on user creation
Matthias Dieter Wallnöfer
1
-137
/
+39
2010-09-12
s4:samldb LDB module - get rid of the SID context variable
Matthias Dieter Wallnöfer
1
-20
/
+17
2010-09-12
s4:samldb LDB module - use also here the real attribute denomination "sAMAcco...
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-09-12
s4:samldb LDB module - rename "check_SamAccountType" into "check_sAMAccountType"
Matthias Dieter Wallnöfer
1
-5
/
+4
2010-09-12
s4:samldb LDB module - make "samldb_check_sAMAccountName" synchronous again
Matthias Dieter Wallnöfer
1
-71
/
+19
2010-08-20
s4-dsdb: the RODC_JOIN control also changes samAccountName
Andrew Tridgell
1
-9
/
+13
2010-08-17
s4-dsdb: added support for UF_PARTIAL_SECRETS_ACCOUNT
Andrew Tridgell
1
-2
/
+9
2010-08-17
s4-dsdb: set LDB_FLAG_INTERNAL_DISABLE_VALIDATION for msDS-SecondaryKrbTgtNumber
Andrew Tridgell
1
-1
/
+8
2010-08-17
s4-ldb: use LDB_FLAG_MOD_TYPE() to extract element type from messages
Andrew Tridgell
1
-6
/
+6
2010-08-17
s4-dsdb: fixed test for LDB_CONTROL_RODC_DCPROMO_OID
Andrew Tridgell
1
-1
/
+1
2010-08-17
s4-dsdb: added support for LDB_CONTROL_RODC_DCPROMO_OID
Andrew Tridgell
1
-0
/
+69
2010-07-16
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
1
-1
/
+1
2010-07-07
s4-dsdb: use ldb_operr() in the dsdb code
Andrew Tridgell
1
-30
/
+29
2010-07-02
s4-source4/dsdb/samdb/ldb_modules/samldb.c: Use DSDB_FLAG_NEXT_MODULE flag
Kamen Mazdrashki
1
-4
/
+5
2010-06-20
s4:samldb LDB module - remove "samldb_set_defaultObjectCategory"
Matthias Dieter Wallnöfer
1
-78
/
+0
2010-06-10
s4:samldb LDB module - fix up the case when the old and new "primaryGroupID" ...
Matthias Dieter Wallnöfer
1
-7
/
+7
2010-06-10
s4:samldb LDB module - don't create multiple "ac" module contexts on modify o...
Matthias Dieter Wallnöfer
1
-12
/
+6
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:samldb LDB module - finally we can remove the RDN check
Matthias Dieter Wallnöfer
1
-53
/
+0
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-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-18
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
1
-1
/
+1
2010-05-14
s4:samldb LDB module - remove unused variables
Matthias Dieter Wallnöfer
1
-2
/
+0
2010-05-09
s4:samldb LDB module - make "samldb_member_check" synchronous again
Matthias Dieter Wallnöfer
1
-64
/
+33
2010-05-09
s4:samldb LDB module - make "samldb_prim_group_users_check" synchronous again
Matthias Dieter Wallnöfer
1
-235
/
+24
2010-05-09
s4:samldb LDB module - update the copyright notice
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-05-04
s4/rodc: Fix the callbacks up the stack to handle referrals on modify requests
Anatoliy Atanasov
1
-0
/
+15
2010-04-22
s4-dsdb: moved rodc schema validation to samldb.c
Andrew Tridgell
1
-0
/
+37
2010-04-13
Revert "s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_*_dn" functions"
Matthias Dieter Wallnöfer
1
-1
/
+2
2010-04-09
s4/samldb: schemaInfo attribute must be updated when adding new Schema object
Kamen Mazdrashki
1
-0
/
+50
[next]