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
/
common
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r14599: Pass ACLs down the registry layer.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r14594: Fix some dependencies (required for shared library build)
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r14592: Add support for loading shared modules to LDB.
Jelmer Vernooij
2
-2
/
+52
2007-10-10
r14430: ret can be NULL at the end of this loop
Andrew Tridgell
1
-1
/
+3
2007-10-10
r13998: From now on ldb_request() will require an alloced request
Simo Sorce
1
-74
/
+95
2007-10-10
r13996: simplify ldb_async_wait() some more
Simo Sorce
1
-1
/
+1
2007-10-10
r13992: change the way ldb_async_wait() works.
Simo Sorce
2
-11
/
+1
2007-10-10
r13990: Fix issues with function renaming.
Jelmer Vernooij
1
-0
/
+4
2007-10-10
r13973: fix the build
Stefan Metzmacher
1
-3
/
+3
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
r13839: Use registration mechanism for backends as well (in the same sense
Jelmer Vernooij
2
-19
/
+58
2007-10-10
r13823: make async_wait part of the modules ops
Simo Sorce
2
-5
/
+12
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
2
-59
/
+107
2007-10-10
r13616: Add new ldb functions: ldb_msg_add_steal_string() and
Andrew Bartlett
1
-0
/
+32
2007-10-10
r13615: Make ldb_set_errstring get ldb instead of module as parameter.
Simo Sorce
2
-10
/
+10
2007-10-10
r13609: Get in the initial work on making ldb async
Simo Sorce
2
-11
/
+20
2007-10-10
r13359: make sure we don't look at s[-1]
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r13349: In the end I could not use ldb_caseless_cmp
Simo Sorce
1
-19
/
+1
2007-10-10
r13347: - Now we compare values with an optimized utf8
Simo Sorce
1
-1
/
+34
2007-10-10
r13335: Fix the build and add an utf8 safe ldb_hadler_fold function
Simo Sorce
1
-14
/
+42
2007-10-10
r13333: revert previous commit I will use ldb_caseless_cmp in attrib_handlers
Simo Sorce
2
-3
/
+36
2007-10-10
r13328: After the attribute name check cleanup it turned up ldb_caseless_cmp()
Simo Sorce
2
-22
/
+3
2007-10-10
r13324: From now on check attribute names obey rfc2251
Simo Sorce
5
-63
/
+87
2007-10-10
r13278: remove a silly strcasecmp() replacement
Andrew Tridgell
1
-9
/
+1
2007-10-10
r12941: Add Attribute Scoped Search control
Simo Sorce
1
-0
/
+1
2007-10-10
r12909: add an ldb module for the wins.ldb,
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r12830: this can be const
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r12829: fix ldb headers, to not include '<...>' files in .c files
Stefan Metzmacher
13
-53
/
+17
2007-10-10
r12827: This was a very well concealed bug.
Simo Sorce
1
-2
/
+9
2007-10-10
r12770: Remove the alloca.h header as it is not used in the code afaics
Simo Sorce
1
-1
/
+0
2007-10-10
r12748: Fix wrong handling of separation characters for RDNs
Simo Sorce
1
-5
/
+15
2007-10-10
r12746: An initial version of the kludge_acls module.
Andrew Bartlett
2
-4
/
+7
2007-10-10
r12743: Remove the ugly way we had to make a second stage init and introduce
Simo Sorce
2
-10
/
+24
2007-10-10
r12734: forgot to add qsort
Simo Sorce
1
-0
/
+256
2007-10-10
r12733: Merge ldap/ldb controls into main tree
Simo Sorce
4
-1
/
+161
2007-10-10
r12600: Add a new module to sort the objectclass attribute on store. The
Andrew Bartlett
1
-0
/
+1
2007-10-10
r12599: This new LDB module (and associated changes) allows Samba4 to operate
Andrew Bartlett
1
-0
/
+1
2007-10-10
r12553: Steal the error string onto this context, so that the caller doesn't
Andrew Bartlett
1
-1
/
+1
2007-10-10
r12534: Make the transaction code fill the error string on failure.
Andrew Bartlett
1
-3
/
+30
2007-10-10
r12361: Add a new function: ldb_binary_encode_string()
Andrew Bartlett
1
-0
/
+13
2007-10-10
r12157: ldb_dump_results() is useful to call from within gdb, so you can see a
Andrew Tridgell
1
-0
/
+17
2007-10-10
r11958: - fixed memory leaks in the ldb_result handling in ldb operations
Andrew Tridgell
1
-63
/
+66
2007-10-10
r11953: enabled the rootdse module in the ldb modules code
Andrew Tridgell
1
-0
/
+1
2007-10-10
r11594: ensure ldb_search() sets *res to NULL on failure (some of the updated
Andrew Tridgell
1
-0
/
+2
2007-10-10
r11567: Ldb API change patch.
Simo Sorce
2
-152
/
+113
2007-10-10
r11378: Fix an uninitialized variable warning. Tridge, I'm 99.999% sure this ...
Volker Lendecke
1
-1
/
+1
2007-10-10
r11364: added a ldb_attr_dn() function for testing if an attribute name is
Andrew Tridgell
2
-4
/
+14
2007-10-10
r11353: a bit of an improvement to the ldb_tdb error handling
Andrew Tridgell
1
-20
/
+22
[prev]
[next]