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
/
lib
/
ldb
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.
Jelmer Vernooij
1
-5
/
+0
2007-10-10
r14436: mixing of boolean expressions and integers isn't allowed
Andrew Tridgell
1
-3
/
+3
2007-10-10
r14433: sort_result must be initialised when we call do_result
Andrew Tridgell
1
-1
/
+2
2007-10-10
r14431: don't call qsort with a null array
Andrew Tridgell
1
-1
/
+3
2007-10-10
r14430: ret can be NULL at the end of this loop
Andrew Tridgell
1
-1
/
+3
2007-10-10
r14391: rdn_name -> async
Simo Sorce
2
-7
/
+176
2007-10-10
r14364: operational -> async (untested)
Simo Sorce
1
-0
/
+251
2007-10-10
r14349: Kill proto.h!
Jelmer Vernooij
3
-0
/
+3
2007-10-10
r14344: More helpful messages on error for command line specified controls
Simo Sorce
3
-58
/
+438
2007-10-10
r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:
Jelmer Vernooij
1
-3
/
+2
2007-10-10
r14227: We are passing the wrong pointer here
Simo Sorce
1
-1
/
+1
2007-10-10
r14163: Remove LDB_WAIT_ONCE, we can hardly guarante we
Simo Sorce
3
-18
/
+0
2007-10-10
r14162: Minor fixes on sort
Simo Sorce
2
-55
/
+485
2007-10-10
r14161: return early if we know the job is already finished
Simo Sorce
4
-10
/
+29
2007-10-10
r14109: Modulify the smbcalls subsystem.
Jelmer Vernooij
2
-37
/
+37
2007-10-10
r14108: Make the Doxyfiles a bit shorter...
Jelmer Vernooij
1
-1207
/
+4
2007-10-10
r13998: From now on ldb_request() will require an alloced request
Simo Sorce
4
-103
/
+141
2007-10-10
r13996: simplify ldb_async_wait() some more
Simo Sorce
8
-23
/
+23
2007-10-10
r13993: First prototype of how an async module should be built.
Simo Sorce
1
-42
/
+361
2007-10-10
r13992: change the way ldb_async_wait() works.
Simo Sorce
8
-17
/
+16
2007-10-10
r13990: Fix issues with function renaming.
Jelmer Vernooij
3
-4
/
+4
2007-10-10
r13986: minor fixes
Simo Sorce
1
-8
/
+20
2007-10-10
r13973: fix the build
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r13960: Generate makefile rules for installing/removing shared modules.
Jelmer Vernooij
1
-16
/
+16
2007-10-10
r13938: Around round of splitups
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r13934: these are only needed for a standalone build
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r13926: More header splitups.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r13924: Split more prototypes out of include/proto.h + initial work on header
Jelmer Vernooij
2
-0
/
+2
2007-10-10
r13901: Backends need to be initialized even if there are no modules
Simo Sorce
1
-22
/
+22
2007-10-10
r13900: don't segfault on error
Simo Sorce
1
-2
/
+2
2007-10-10
r13899: Get the shared library build building again. Just compiles for now,
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r13840: Mark some functions as public.
Jelmer Vernooij
1
-12
/
+0
2007-10-10
r13839: Use registration mechanism for backends as well (in the same sense
Jelmer Vernooij
8
-38
/
+88
2007-10-10
r13827: Minor enhancements or cosmetic changes
Simo Sorce
5
-44
/
+34
2007-10-10
r13826: Try to keep this backend updated
Simo Sorce
2
-201
/
+444
2007-10-10
r13823: make async_wait part of the modules ops
Simo Sorce
7
-18
/
+21
2007-10-10
r13818: Make ldb_tdb 'fake' async.
Simo Sorce
7
-197
/
+630
2007-10-10
r13809: move ldb specific define
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r13803: fixed two errors found with 'make valgrindtest'
Andrew Tridgell
1
-1
/
+1
2007-10-10
r13786: [merge] Add registration functions for LDB modules
Jelmer Vernooij
26
-245
/
+226
2007-10-10
r13744: Make ldb_ldap async
Simo Sorce
3
-258
/
+747
2007-10-10
r13743: Generic fixes and improvements
Simo Sorce
1
-59
/
+80
2007-10-10
r13742: Fix tests to work better with ldap
Simo Sorce
5
-12
/
+16
2007-10-10
r13700: added highestCommittedUSN, uSNChanged and uSNCreated support, using
Andrew Tridgell
3
-0
/
+72
2007-10-10
r13650: Install manpages when building standalone
Jelmer Vernooij
1
-0
/
+4
2007-10-10
r13616: Add new ldb functions: ldb_msg_add_steal_string() and
Andrew Bartlett
3
-1
/
+38
2007-10-10
r13615: Make ldb_set_errstring get ldb instead of module as parameter.
Simo Sorce
10
-42
/
+52
2007-10-10
r13609: Get in the initial work on making ldb async
Simo Sorce
10
-241
/
+770
2007-10-10
r13580: fix broken client side sort
Simo Sorce
1
-1
/
+1
2007-10-10
r13507: the 'data' element of LDAP controls is optional.
Stefan Metzmacher
3
-0
/
+9
[next]