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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r13840: Mark some functions as public.
Jelmer Vernooij
22
-214
/
+209
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
r13773: Be consistent in the way you get out and free allocated data
Simo Sorce
1
-2
/
+2
2007-10-10
r13770: - do fsync() on the debug fd, as we do in samba3,
Stefan Metzmacher
2
-22
/
+21
2007-10-10
r13768: be less verbose...
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r13767: fix compiler warnings
Stefan Metzmacher
4
-31
/
+36
2007-10-10
r13752: Add doxyfile and fix formatting of comments. Current output is availa...
Jelmer Vernooij
23
-229
/
+1584
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
r13699: restore the system/select.h include, as otherwise we don't detect
Andrew Tridgell
1
-0
/
+1
2007-10-10
r13662: Typo fix, add more public headers
Jelmer Vernooij
4
-6
/
+13
2007-10-10
r13658: More moving around of files:
Jelmer Vernooij
38
-102
/
+695
2007-10-10
r13655: Use new name of build header
Jelmer Vernooij
2
-2
/
+2
2007-10-10
r13654: Move some more stuff out of include/
Jelmer Vernooij
1
-0
/
+69
2007-10-10
r13652: Move some more stuff out off include/
Jelmer Vernooij
1
-0
/
+66
2007-10-10
r13651: Always make sure pkgconfig directory exists
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r13650: Install manpages when building standalone
Jelmer Vernooij
1
-0
/
+4
2007-10-10
r13618: fix compiler warning
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r13617: fix compiler warning
Stefan Metzmacher
1
-1
/
+1
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
r13592: Incredible how bugs like this can sweep in even after peer review and...
Simo Sorce
1
-19
/
+22
2007-10-10
r13580: fix broken client side sort
Simo Sorce
1
-1
/
+1
2007-10-10
r13577: Move some (possibly system-defined) defines to replace.h
Jelmer Vernooij
2
-16
/
+18
2007-10-10
r13507: the 'data' element of LDAP controls is optional.
Stefan Metzmacher
3
-0
/
+9
2007-10-10
r13505: allow servers to bind to non-broadcast interfaces. Servers now
Andrew Tridgell
1
-16
/
+11
2007-10-10
r13504: add back in a comment noting fred as the contributor of the address
Andrew Tridgell
1
-0
/
+3
2007-10-10
r13401: remove the rename of the snprintf functions that simo accidentially
Andrew Tridgell
1
-4
/
+2
2007-10-10
r13400: Only return NULL from talloc_asprintf if vsnprintf returns an
James Peach
1
-1
/
+1
2007-10-10
r13397: Propagate the error return from vsnprintf to trap the case where
James Peach
1
-2
/
+12
2007-10-10
r13374: new revision of the snprintf replace code
Simo Sorce
1
-226
/
+672
2007-10-10
r13361: initial implementation of the vlv control
Simo Sorce
2
-3
/
+117
2007-10-10
r13360: Fix crash bug when 0 results are returned on the internal base search
Simo Sorce
1
-1
/
+11
2007-10-10
r13359: make sure we don't look at s[-1]
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r13358: removed some unused functions and make some local functions static
Andrew Tridgell
1
-57
/
+3
2007-10-10
r13354: Add tests to check that controls work properly
Simo Sorce
1
-1
/
+21
2007-10-10
r13349: In the end I could not use ldb_caseless_cmp
Simo Sorce
5
-39
/
+3
2007-10-10
r13348: Put a reminder for now.
Simo Sorce
1
-0
/
+2
2007-10-10
r13347: - Now we compare values with an optimized utf8
Simo Sorce
2
-9
/
+50
2007-10-10
r13341: Trivial.
Andrew Bartlett
1
-1
/
+1
[next]