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
r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement
Jelmer Vernooij
1
-16
/
+16
2007-10-10
r15178: Fix ldb function calls after big swig rename.
Tim Potter
1
-25
/
+55
2007-10-10
r15177: Wrap ldb_strerror() function.
Tim Potter
1
-0
/
+1
2007-10-10
r15176: Ensure we don't segfault when we try and delete @FOO records.
Andrew Bartlett
1
-5
/
+10
2007-10-10
r15113: Add a ldb_strerror() function.
Tim Potter
2
-0
/
+100
2007-10-10
r15110: Start rewriting higher level ldb wrapper.
Tim Potter
1
-52
/
+54
2007-10-10
r15109: Wrap ldb_global_init()
Tim Potter
1
-0
/
+2
2007-10-10
r15097: Add constants for ldb errors.
Tim Potter
1
-0
/
+50
2007-10-10
r15096: Fix typo.
Tim Potter
1
-1
/
+1
2007-10-10
r15095: Fix up typemap for struct ldb_val so that ldb_msg_add_value() wrapper
Tim Potter
1
-14
/
+13
2007-10-10
r15092: Remove some swig stuff that didn't work out and the %rename call.
Tim Potter
1
-60
/
+13
2007-10-10
r15091: Raise LdbError instead of IOError when ldb function calls return an
Tim Potter
1
-7
/
+14
2007-10-10
r15065: Remove duplicate prototype.
Tim Potter
1
-1
/
+0
2007-10-10
r14970: Add configure stuff for Python to tdb and ldb standalone builds.
Tim Potter
1
-0
/
+31
2007-10-10
r14968: Move tdb and ldb swig wrappers in to lib/tdb and lib/ldb directories.
Tim Potter
3
-0
/
+330
2007-10-10
r14860: create libcli/security/security.h
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r14660: Install ldb_errors.h
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r14606: Fix paths in developer mode. This allows 'make quicktest' to work when
Jelmer Vernooij
1
-0
/
+5
2007-10-10
r14604: Support 'aliases' for ldb modules
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r14603: Fix building of ejs modules as shared libs
Jelmer Vernooij
1
-2
/
+2
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
2
-4
/
+7
2007-10-10
r14592: Add support for loading shared modules to LDB.
Jelmer Vernooij
10
-6
/
+75
2007-10-10
r14590: Fix ldb standalone build...
Jelmer Vernooij
2
-2
/
+1
2007-10-10
r14572: Give libraries saner names, remove some .pc files, make some things
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now.
Jelmer Vernooij
1
-1
/
+1
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
[next]