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
/
partition.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-20
Make sure prototypes are always included, make some functions static and
Jelmer Vernooij
1
-1
/
+1
2008-10-16
Transform the sequence_number operation into a normal extended operation as i...
Simo Sorce
1
-60
/
+186
2008-10-06
Remove compleatly bogus rename test in partitions module.
Andrew Bartlett
1
-17
/
+0
2008-10-03
Merge commit 'master/master'
Andrew Tridgell
1
-0
/
+22
2008-10-03
fixed the partition module and the GC handling
Andrew Tridgell
1
-4
/
+38
2008-10-02
fixed the sense of ldb base dn comparisons in two places, and use a
Andrew Tridgell
1
-2
/
+2
2008-10-02
s4:partition: register DOMAIN_SCOPE and SEARCH_OPTIONS controls
Stefan Metzmacher
1
-0
/
+14
2008-10-02
s4:partition: pass down the SEARCH_OPTIONS control as uncritical
Stefan Metzmacher
1
-0
/
+8
2008-09-29
LDB ASYNC: samba4 modules
Simo Sorce
1
-261
/
+334
2008-09-23
Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.
Simo Sorce
1
-5
/
+3
2008-08-21
Don't walk past the end of ldb values.
Andrew Bartlett
1
-1
/
+1
2008-07-24
Handle schema reloading request.
Anatoliy Atanasov
1
-0
/
+49
2008-07-15
Simplify the contextCSN determination.
Andrew Bartlett
1
-0
/
+5
2008-04-02
Install public header files again and include required prototypes.
Jelmer Vernooij
1
-1
/
+1
2008-03-28
Convert some more files to GPLv3.
Andrew Kroeger
1
-1
/
+1
2008-02-20
Fix use of some modules (needed _PUBLIC_).
Jelmer Vernooij
1
-2
/
+2
2008-02-20
Use struct-based rather than function-based initialization for ldb modules ev...
Jelmer Vernooij
1
-6
/
+1
2008-01-16
Rework control handling to remove the 'domain_scope' control
Andrew Bartlett
1
-17
/
+37
2007-12-21
r26483: Merge ldb module dependency fixes, fix auth python module.
Jelmer Vernooij
1
-9
/
+13
2007-12-21
r26360: Add some const.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r25941: Use samdb_relative_path() (new function in samdb.c) in the partitions
Andrew Bartlett
1
-30
/
+3
2007-12-21
r25710: Finally fix subtree renames. Untested code is broken code and in this
Andrew Bartlett
1
-0
/
+17
2007-12-21
r25701: Clarify comment
Andrew Bartlett
1
-1
/
+1
2007-10-10
r25000: Fix some more C++ compatibility warnings.
Jelmer Vernooij
1
-3
/
+6
2007-10-10
r24731: Remove unused code - if we hit these error conditions, then we are
Andrew Bartlett
1
-16
/
+0
2007-10-10
r24690: Further fix to bug 4919: Ensure we don't supply a NULL URL argument to
Andrew Bartlett
1
-0
/
+5
2007-10-10
r24655: Fix bug 4919 reported by Matthias Wallnöfer <mwallnoefer@yahoo.de>:
Andrew Bartlett
1
-3
/
+2
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r23762: Fix DN renames over LDAP, and instrument the partition module. Add a
Andrew Bartlett
1
-22
/
+24
2007-10-10
r22681: Fix standalone ldb build when parent directory name != ldb.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r22557: Simo has long bugged me that the paths in the sam.ldb partitions were
Andrew Bartlett
1
-1
/
+30
2007-10-10
r21806: I've been working over the last week to fix up the LDAP backend for
Andrew Bartlett
1
-23
/
+38
2007-10-10
r21496: A number of ldb control and LDAP changes, surrounding the
Andrew Bartlett
1
-4
/
+22
2007-10-10
r20855: pass the DSDB_CONTROL_CURRENT_PARTITION_OID control also for the
Stefan Metzmacher
1
-10
/
+27
2007-10-10
r20853: attach the DSDB_CONTROL_CURRENT_PARTITION_OID control when requests
Stefan Metzmacher
1
-2
/
+7
2007-10-10
r20849: first step to move away from using find_backend() and use find_partit...
Stefan Metzmacher
1
-5
/
+20
2007-10-10
r20847: - split some code out into a new function find_partition()
Stefan Metzmacher
1
-8
/
+27
2007-10-10
r20826: make the dsdb_control_current_partition struct public and allocate an...
Stefan Metzmacher
1
-5
/
+1
2007-10-10
r20809: rename struct partition into struct dsdb_control_current_partition
Stefan Metzmacher
1
-9
/
+11
2007-10-10
r20729: add a version number to struct dsdb_extended_replicated_objects
Stefan Metzmacher
1
-1
/
+8
2007-10-10
r20679: make the init_handle stuff a bit easier and get rid of really ugly ta...
Stefan Metzmacher
1
-26
/
+15
2007-10-10
r20599: - forward extended operations in the partitions module
Stefan Metzmacher
1
-2
/
+45
2007-10-10
r19869: fix memleaks
Simo Sorce
1
-6
/
+3
2007-10-10
r19831: Big ldb_dn optimization and interfaces enhancement patch
Simo Sorce
1
-20
/
+15
2007-10-10
r19531: Make struct ldb_dn opaque and local to ldb_dn.c
Simo Sorce
1
-1
/
+1
2007-10-10
r18945: fix compiler warnings and end-of-non-void function bugs
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r18781: Move the usnCreated and usnChanged handling around again.
Andrew Bartlett
1
-15
/
+90
2007-10-10
r18495: More work on the LDAP backend (which now passes a lot of our tests!)
Andrew Bartlett
1
-16
/
+37
2007-10-10
r17703: Fixes to enable the entryUUID module to work for it's objectClass ->
Andrew Bartlett
1
-3
/
+4
2007-10-10
r17514: Simplify the way to set ldb errors and add another
Simo Sorce
1
-32
/
+29
[next]