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-21
s4-dsdb: moved a bunch of fuctions from schema/schema_info_attr.c to samdb/ld...
Andrew Tridgell
1
-9
/
+6
2010-10-18
s4:"util_ldb" - remove some really unused dependancies
Matthias Dieter Wallnöfer
1
-1
/
+0
2010-10-17
Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ...
Matthias Dieter Wallnöfer
1
-0
/
+1
2010-10-17
s4:remove "util_ldb" submodule and integrate the three gendb_* calls in "dsdb...
Matthias Dieter Wallnöfer
1
-1
/
+0
2010-10-16
s4:samldb LDB module - use appropriate fixed-length integer types where needed
Matthias Dieter Wallnöfer
1
-4
/
+5
2010-10-16
s4:dsdb - fix unsigned integer save problems using the "%u" specifier
Matthias Dieter Wallnöfer
1
-5
/
+10
2010-10-15
s4 dsdb: fix sign problem on PPC and x86
Matthieu Patou
1
-2
/
+2
2010-10-15
s4:samldb LDB module - cosmetic - use "ldb" variable rather than "ldb_module_...
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-10-15
s4:dsdb - remove "samdb_result_uint", "samdb_result_int64", "samdb_result_uin...
Matthias Dieter Wallnöfer
1
-3
/
+3
2010-10-14
s4:samldb LDB module - attempt to fix integer handling on big-endian platforms
Matthias Dieter Wallnöfer
1
-7
/
+9
2010-10-13
s4:samldb LDB module - cosmetic fixups
Matthias Dieter Wallnöfer
1
-9
/
+9
2010-10-13
s4:samldb LDB module - deny creation of temporary duplicate accounts
Matthias Dieter Wallnöfer
1
-0
/
+12
2010-10-13
s4:samldb LDB module - proof the account type also on LDB modify operations
Matthias Dieter Wallnöfer
1
-0
/
+8
2010-10-13
s4:samldb LDB module - support the group type changing properly
Matthias Dieter Wallnöfer
1
-1
/
+53
2010-10-13
s4:samldb LDB module - deny also the direct modification of "isCriticalSystem...
Matthias Dieter Wallnöfer
1
-3
/
+14
2010-10-13
s4:samldb LDB module - first implementation of the samldb primary group trigger
Matthias Dieter Wallnöfer
1
-48
/
+61
2010-10-13
s4:samldb LDB module - use the new "objectclass_trigger" for add operations
Matthias Dieter Wallnöfer
1
-142
/
+33
2010-10-13
s4:samldb LDB module - first implementation of the samldb objectclass trigger
Matthias Dieter Wallnöfer
1
-0
/
+176
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
[next]