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
2013-10-14
s4-samldb: Do not allow deletion of objects with RID < 1000
Nadezhda Ivanova
1
-0
/
+5
2013-06-10
s4:samldb LDB module - MS-SAMR 3.1.1.8.10 "userAccountControl"
Matthias Dieter Wallnöfer
1
-16
/
+66
2013-06-05
s4:samldb LDB module - permit "userAccountControl" modifications without acct...
Matthias Dieter Wallnöfer
1
-2
/
+26
2013-06-05
s4:samldb LDB module - "userAccountControl" = 0 means UF_NORMAL_ACCOUNT on add
Matthias Dieter Wallnöfer
1
-3
/
+11
2012-08-22
s4:samldb LDB module - remove unused "member" attribute from search filter
Matthias Dieter Wallnöfer
1
-1
/
+1
2012-06-26
s4-samldb: do not talloc_steal() the elements of the original request
Andrew Bartlett
1
-4
/
+10
2012-06-22
s4-dsdb: Try to avoid much of the time a db search for msDS-IntID
Matthieu Patou
1
-14
/
+73
2012-06-22
dsdb-schema: do not reload more often than schema_reload_interval
Matthieu Patou
1
-0
/
+3
2012-05-04
s4-dsdb: Use data_blob_string_const and add explaination for open-coded funct...
Andrew Bartlett
1
-4
/
+6
2012-05-04
s4-dsdb: Use strcasecmp_m() to compare possibly multibyte strings in samldb
Andrew Bartlett
1
-5
/
+5
2012-05-04
s4:samldb LDB module - make sure to not add identical "servicePrincipalName"s...
Matthias Dieter Wallnöfer
1
-12
/
+41
2012-04-30
s4:samldb LDB module - homogenize LDB search attributes arrays
Matthias Dieter Wallnöfer
1
-13
/
+13
2012-04-30
s4:samldb LDB module - implement "fSMORoleOwner" attribute protection
Matthias Dieter Wallnöfer
1
-0
/
+76
2012-04-18
dsdb: added SHOW_DELETED to samldb_member_check()
Andrew Tridgell
1
-1
/
+1
2012-04-18
s4-schema: set subClassOf by default to top if not specified
Matthieu Patou
1
-0
/
+6
2012-04-18
s4-schema: Generate some schema related attribute as MS AD is doing if they a...
Matthieu Patou
1
-0
/
+43
2012-04-17
s4: use enums instead of strings it's cheaper
Matthieu Patou
1
-14
/
+40
2011-11-15
s4:dsdb/samldb: use DSDB_FLAG_AS_SYSTEM in samldb_schema_info_update()
Stefan Metzmacher
1
-1
/
+3
2011-10-20
dsdb: improve debug message
Andrew Tridgell
1
-2
/
+1
2011-10-06
s4-dsdb: allow groupType update on deleted objects
Andrew Tridgell
1
-1
/
+2
2011-08-25
s4-dsdb: cleanup use of NULL vs base DN in samldb
Andrew Tridgell
1
-7
/
+18
2011-07-21
s4-dsdb: check group membership only for non deleted objects
Matthieu Patou
1
-2
/
+9
2011-07-13
s4-dsdb: fixed the defaultObjectCategory to have a full GUID
Andrew Tridgell
1
-0
/
+24
2011-07-13
s4-dsdb Don't process deletion of member attributes here.
Andrew Bartlett
1
-0
/
+9
2011-07-13
s4-dsdb: moved checking of duplicate member entries to repl_meta_data.c
Andrew Tridgell
1
-32
/
+3
2011-07-11
s4-dsdb: allow objectsid to be specified in a modification operation
Matthieu Patou
1
-3
/
+5
2011-06-06
s4-param Remove 'sid generator'
Andrew Bartlett
1
-9
/
+5
2011-05-25
s4:samldb LDB module - check if the RODC group exists if creating an RODC
Matthias Dieter Wallnöfer
1
-13
/
+43
2011-05-25
s4:samldb LDB module - better to call "samldb_prim_group_trigger"
Matthias Dieter Wallnöfer
1
-1
/
+1
2011-05-25
s4:samldb LDB module - convert a "dsdb_module_search" into "dsdb_module_searc...
Matthias Dieter Wallnöfer
1
-5
/
+2
2011-05-25
s4:samldb LDB modules - only objectClass "computer" is allowed to embed all t...
Matthias Dieter Wallnöfer
1
-3
/
+33
2011-05-25
s4:samldb LDB module - fix "isCriticalSystemObject" behaviour
Matthias Dieter Wallnöfer
1
-3
/
+22
2011-05-25
s4:samldb LDB module - fix the behaviour when changing the "userAccountControl"
Matthias Dieter Wallnöfer
1
-14
/
+31
2011-05-21
s4:samldb LDB module - don't change the "primaryGroupId" on LDB modifications...
Matthieu Patou
1
-1
/
+16
2011-03-24
charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...
Andrew Tridgell
1
-1
/
+1
2011-03-01
s4:remove many invocations of "samdb_msg_add_string"
Matthias Dieter Wallnöfer
1
-2
/
+2
2011-02-28
Fix some types
Jelmer Vernooij
1
-5
/
+5
2011-02-24
build: moved libds/common/flag_mapping.c into a common subsystem
Andrew Tridgell
1
-0
/
+1
2011-02-14
s4-dsdb: fixed problem with constrained modification of description attribute
Andrew Tridgell
1
-44
/
+13
2011-01-17
s4-dsdb: replaced the calls to ldb_search() in dsdb modules with dsdb_module_...
Andrew Tridgell
1
-10
/
+11
2011-01-17
s4-dsdb: pass parent request to dsdb_module_*() functions
Andrew Tridgell
1
-15
/
+27
2011-01-14
s4:samldb LDB module - fix "userAccountControl" handling
Matthias Dieter Wallnöfer
1
-8
/
+20
2011-01-14
s4-dsdb: removed some more samdb_search_*() calls from samldb.c
Andrew Tridgell
1
-26
/
+69
2011-01-14
s4-dsdb: replaced another use of samdb_search in a ldb module
Andrew Tridgell
1
-4
/
+10
2011-01-14
s4-dsdb: fixed primaryGroupID to use dsdb_module_search_dn()
Andrew Tridgell
1
-6
/
+14
2010-11-20
s4:samldb LDB module - objectclass trigger - reorder template attributes
Matthias Dieter Wallnöfer
1
-9
/
+10
2010-11-12
samldb: relax groupType modification checks
Matthieu Patou
1
-27
/
+32
2010-11-12
s4:samldb/objectclass_attrs LDB modules - move "description" logic from "obje...
Matthias Dieter Wallnöfer
1
-0
/
+81
2010-11-11
s4-dsdb Convert new krbtgt_xxx password into UTF16
Andrew Bartlett
1
-1
/
+12
2010-11-11
s4:dsdb - proof against empty RDN values where expected
Matthias Dieter Wallnöfer
1
-1
/
+12
[next]