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
/
objectclass.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-24
dsdb: Add a more explicit error message for constructed attributes
Matthieu Patou
1
-0
/
+1
2009-12-18
s4-dsdb: fix handling of AUX classes in objectclass_sort
Brendan Powers
1
-146
/
+133
2009-11-30
s4-dsdb: don't call ldb_next_init() twice in objectclass module
Andrew Tridgell
1
-1
/
+1
2009-11-26
s4:objectclass LDB module - Prevent write operations on constructed attributes
Matthias Dieter Wallnöfer
1
-6
/
+19
2009-11-20
s4-drs: Removes stored parentGUID's creation and renaming
Fernando J V da Silva
1
-80
/
+7
2009-11-17
s4:dsdb Rework samdb code to use 'storage format' DNs for defaultObjectCategory
Andrew Bartlett
1
-1
/
+26
2009-11-09
s4-samdb: remove the rDN size constraint of 64
Andrew Tridgell
1
-3
/
+10
2009-10-15
s4-dsdb: implement limit on rDN length
Andrew Tridgell
1
-3
/
+11
2009-10-12
s4:objectclass ldb module - Check for empty messages
Matthias Dieter Wallnöfer
1
-1
/
+8
2009-10-03
s4:objectclass - Free unused memory from responses
Matthias Dieter Wallnöfer
1
-0
/
+3
2009-10-03
s4:dsdb Use possibleInferiors to restrict creation of child objects
Andrew Bartlett
1
-4
/
+15
2009-10-03
s4:dsdb Add objectClass and RDN constraints to objectClass module
Andrew Bartlett
1
-8
/
+35
2009-10-03
s4:dsdb Don't allow creation of systemOnly objectclasses
Matthias Dieter Wallnöfer
1
-0
/
+6
2009-10-02
s4:dsdb Return correct error on invalid attribute
Andrew Bartlett
1
-1
/
+2
2009-10-02
s4:dsdb Don't allow creating of new objects with an isDefunct schema class
Andrew Bartlett
1
-1
/
+7
2009-10-02
s4:Ensure the selected RDN is the right one per the schema
Andrew Bartlett
1
-1
/
+7
2009-09-21
s4:dsdb Fix of double addition of SD-s
Nadezhda Ivanova
1
-0
/
+2
2009-09-16
Owner and group defaulting.
Nadezhda Ivanova
1
-57
/
+8
2009-08-26
s4:dsdb Use helper function to add 'show deleted' control
Andrew Bartlett
1
-20
/
+10
2009-08-25
fixed DRS rename of deleted objects
Andrew Tridgell
1
-1
/
+20
2009-08-05
s4:dsdb Don't cast an ldb_val into a const char * for schema lookups
Andrew Bartlett
1
-2
/
+3
2009-03-17
added support for parentGUID
Andrew Tridgell
1
-5
/
+84
2009-02-23
Fix headers, ldb_includes.h is a private header,
Simo Sorce
1
-0
/
+1
2009-01-30
Fix all other modules to use ldb_module.h instead of ldb_private.h
Simo Sorce
1
-57
/
+78
2008-11-17
s4:dsdb/samdb: don't allow objects without objectClass
Stefan Metzmacher
1
-2
/
+2
2008-10-16
Create a 'straight paper path' for UTF16 passwords.
Andrew Bartlett
1
-3
/
+9
2008-10-11
Fix include paths to new location of libutil.
Jelmer Vernooij
1
-1
/
+1
2008-09-29
LDB ASYNC: samba4 modules
Simo Sorce
1
-457
/
+295
2008-09-08
Try to implement the right logic for systemFlags
Andrew Bartlett
1
-0
/
+37
2008-03-13
Bail out, rather than segfault on no domain sid.
Andrew Bartlett
1
-2
/
+3
2008-03-13
Don't segfault on invalid objectClass input.
Andrew Bartlett
1
-6
/
+13
2008-02-20
Fix use of some modules (needed _PUBLIC_).
Jelmer Vernooij
1
-1
/
+1
2008-02-20
Use struct-based rather than function-based initialization for ldb modules ev...
Jelmer Vernooij
1
-7
/
+1
2008-01-18
Only set showOnlyInAdvancedView: TRUE when adding default values.
Andrew Bartlett
1
-2
/
+2
2008-01-18
Add showInAdvancedViewOnly to every new object
Andrew Bartlett
1
-0
/
+4
2008-01-01
r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...
Jelmer Vernooij
1
-1
/
+4
2007-12-21
r26540: Revert my previous commit after concerns raised by Andrew.
Jelmer Vernooij
1
-3
/
+3
2007-12-21
r26539: Remove unnecessary statics.
Jelmer Vernooij
1
-3
/
+3
2007-12-21
r26297: Correct error message. This function verifies attributes, not
Andrew Bartlett
1
-1
/
+1
2007-12-21
r26282: These modules expect errors, but if we don't wipe the error string, we
Andrew Bartlett
1
-0
/
+3
2007-12-21
r25942: Make various ldb modules handle an LDB backend that enforces validity
Andrew Bartlett
1
-9
/
+20
2007-12-21
r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)
Stefan Metzmacher
1
-5
/
+4
2007-12-21
r25762: This test belongs best with the other checks for a valid parent, in
Andrew Bartlett
1
-0
/
+8
2007-12-21
r25755: Fix a couple of memory leaks, in particular a new leak onto the NULL
Andrew Bartlett
1
-3
/
+5
2007-12-21
r25754: More work on normal forms for ldb input.
Andrew Bartlett
1
-69
/
+147
2007-12-21
r25750: Update the objectclass module to improve consistency in Samba4.
Andrew Bartlett
1
-78
/
+351
2007-12-21
r25705: Ensure we return the out value to the caller.
Andrew Bartlett
1
-0
/
+2
2007-12-21
r25704: Handle the chicken-and-egg problem of setting up the LDB before we get
Andrew Bartlett
1
-8
/
+15
2007-12-21
r25702: Clarify comments and make this module more strict on objectclasses.
Andrew Bartlett
1
-10
/
+13
2007-10-10
r24914: In response to bug #4892 by Matthias Wallnöfer <mwallnoefer@yahoo.de>,
Andrew Bartlett
1
-8
/
+38
[next]