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-11-03
s4:objectclass LDB module - the structural objectclass has always to be speci...
Matthias Dieter Wallnöfer
1
-0
/
+6
2010-11-01
s4-ldb: enable version checking in dsdb ldb modules
Andrew Tridgell
1
-0
/
+1
2010-11-01
s4-dsdb: convert the rest of the ldb modules to the new module type
Andrew Tridgell
1
-1
/
+6
2010-10-19
s4-dsdb: register the DCPROMO_OID control with the rootdse
Andrew Tridgell
1
-0
/
+7
2010-10-16
s4:objectclass LDB module - implement the "isCriticalSystemObject" subtree de...
Matthias Dieter Wallnöfer
1
-1
/
+16
2010-10-13
s4:objectclass LDB module - deny the creation of "isCriticalSystemObject" ent...
Matthias Dieter Wallnöfer
1
-0
/
+9
2010-10-10
dsdb/modules: Split up helpers a bit to prevent recursive dependencies.
Jelmer Vernooij
1
-0
/
+1
2010-10-03
s4:objectclass LDB module - introduce allowed system flags restriction
Matthias Dieter Wallnöfer
1
-6
/
+11
2010-10-03
s4:dsdb - substitute the "show_deleted" with the "show_recycled" control
Matthias Dieter Wallnöfer
1
-2
/
+3
2010-10-03
s4:objectclass LDB module - fix the "crossRef" delete protection
Matthias Dieter Wallnöfer
1
-3
/
+9
2010-10-03
s4:objectclass LDB module - fix the delete behaviour of server containers
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-09-25
ldb: mark the location of a lot more ldb requests
Andrew Tridgell
1
-0
/
+9
2010-09-05
dsdb: make the ATTRIBUTE NOT FOUND more clear
Matthieu Patou
1
-0
/
+3
2010-08-17
s4-dsdb: support LDB_CONTROL_RODC_DCPROMO_OID for nTDSDSA add
Andrew Tridgell
1
-1
/
+24
2010-08-10
s4:objectclass LDB module - weak the check for the "rIDSet" delete constraint
Matthias Dieter Wallnöfer
1
-8
/
+10
2010-08-07
s4:objectclass LDB module - "add operation" - enhance and clean the "systemFl...
Matthias Dieter Wallnöfer
1
-8
/
+20
2010-08-07
s4:objectclass LDB module - "add operation" - implement "objectCategory" vali...
Matthias Dieter Wallnöfer
1
-5
/
+34
2010-08-07
s4:objectclass LDB module - "add operation" - reject creation of LSA specific...
Matthias Dieter Wallnöfer
1
-0
/
+8
2010-08-07
s4:objectclass LDB module - "add operation" - move two checks
Matthias Dieter Wallnöfer
1
-17
/
+12
2010-08-07
s4:objectclass LDB module - "add operation" - deny multiple "objectclass" mes...
Matthias Dieter Wallnöfer
1
-5
/
+14
2010-08-07
s4:objectclass LDB module - "add" operation - free "mem_ctx" as soon as possible
Matthias Dieter Wallnöfer
1
-4
/
+2
2010-08-01
s4:objectclass LDB module - consider the "instanceType" when adding NCs
Matthias Dieter Wallnöfer
1
-10
/
+18
2010-08-01
s4:objectclass LDB module - implement additional delete constraint checks
Matthias Dieter Wallnöfer
1
-3
/
+47
2010-07-07
s4-dsdb: use ldb_operr() in the dsdb code
Andrew Tridgell
1
-38
/
+30
2010-06-19
s4:objectclass LDB module - disable delete operations when "SYSTEM_FLAG_DISAL...
Matthias Dieter Wallnöfer
1
-5
/
+80
2010-06-19
s4:objectclass LDB module - use the old DN when displaying error messages
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-06-19
s4:objectclass LDB module - add a better message when the parent DN is invalid
Matthias Dieter Wallnöfer
1
-2
/
+3
2010-06-19
s4:objectclass LDB module - add an error message when someone tries to add en...
Matthias Dieter Wallnöfer
1
-3
/
+4
2010-06-19
s4:objectclass LDB module - handle the case when there is a retry to add the ...
Matthias Dieter Wallnöfer
1
-0
/
+26
2010-06-18
s4:objectclass LDB module - move "mem_ctx" initialisation lower
Matthias Dieter Wallnöfer
1
-16
/
+11
2010-06-15
dsdb: Fix includes when building against system ldb.
Jelmer Vernooij
1
-1
/
+1
2010-06-07
s4:objectclass LDB module - rework the code which handles the objectclasses m...
Matthias Dieter Wallnöfer
1
-149
/
+191
2010-06-07
s4:objectclass LDB module - remove "fix_check_attributes"
Matthias Dieter Wallnöfer
1
-62
/
+0
2010-06-07
s4:objectclass LDB module - instanciate the schema variable centrally on the ...
Matthias Dieter Wallnöfer
1
-28
/
+28
2010-06-07
s4:objectclass LDB module - finally implement the correct entry rename protec...
Matthias Dieter Wallnöfer
1
-25
/
+130
2010-06-07
s4:objectclass LDB module - cosmetic change
Matthias Dieter Wallnöfer
1
-2
/
+3
2010-06-07
s4:objectclass LDB module - remove duplicated code
Matthias Dieter Wallnöfer
1
-13
/
+4
2010-06-07
s4:objectclass LDB module - fix counter variable types
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-06-07
s4:objectclass LDB module - explain why the search can return with an empty r...
Matthias Dieter Wallnöfer
1
-1
/
+2
2010-06-07
s4:objectclass LDB module - this "talloc_steal" is not necessary
Matthias Dieter Wallnöfer
1
-1
/
+0
2010-06-07
s4:objectclass LDB module - fix error result if an entry doesn't contain a st...
Matthias Dieter Wallnöfer
1
-3
/
+3
2010-06-07
s4:objectclass LDB module - use "ldb_oom" for expressing out of memory
Matthias Dieter Wallnöfer
1
-2
/
+1
2010-06-07
s4:objectclass LDB module - fix header and add my copyright
Matthias Dieter Wallnöfer
1
-4
/
+6
2010-05-04
s4/rodc: Fix the callbacks up the stack to handle referrals on modify requests
Anatoliy Atanasov
1
-0
/
+10
2010-04-22
s4-dsdb: moved rodc schema validation to samldb.c
Andrew Tridgell
1
-33
/
+0
2010-04-22
s4-drs: Do not allow system-critical attributes to be RODC filtered
Fernando J V da Silva
1
-0
/
+33
2010-04-13
s4:objectclass LDB module - remove a unneeded newline
Matthias Dieter Wallnöfer
1
-2
/
+1
2010-03-16
s4:dsdb Change dsdb_get_schema() callers to use new talloc argument
Andrew Bartlett
1
-3
/
+10
2010-03-07
s4:objectclass LDB module - change counter variabls to "unsigned" where appro...
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-02-24
dsdb: Add a more explicit error message for constructed attributes
Matthieu Patou
1
-0
/
+1
[next]