index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
lib
/
ldb
Commit message (
Expand
)
Author
Age
Files
Lines
*
r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement
Jelmer Vernooij
2007-10-10
1
-16
/
+16
*
r15178: Fix ldb function calls after big swig rename.
Tim Potter
2007-10-10
1
-25
/
+55
*
r15177: Wrap ldb_strerror() function.
Tim Potter
2007-10-10
1
-0
/
+1
*
r15176: Ensure we don't segfault when we try and delete @FOO records.
Andrew Bartlett
2007-10-10
1
-5
/
+10
*
r15113: Add a ldb_strerror() function.
Tim Potter
2007-10-10
2
-0
/
+100
*
r15110: Start rewriting higher level ldb wrapper.
Tim Potter
2007-10-10
1
-52
/
+54
*
r15109: Wrap ldb_global_init()
Tim Potter
2007-10-10
1
-0
/
+2
*
r15097: Add constants for ldb errors.
Tim Potter
2007-10-10
1
-0
/
+50
*
r15096: Fix typo.
Tim Potter
2007-10-10
1
-1
/
+1
*
r15095: Fix up typemap for struct ldb_val so that ldb_msg_add_value() wrapper
Tim Potter
2007-10-10
1
-14
/
+13
*
r15092: Remove some swig stuff that didn't work out and the %rename call.
Tim Potter
2007-10-10
1
-60
/
+13
*
r15091: Raise LdbError instead of IOError when ldb function calls return an
Tim Potter
2007-10-10
1
-7
/
+14
*
r15065: Remove duplicate prototype.
Tim Potter
2007-10-10
1
-1
/
+0
*
r14970: Add configure stuff for Python to tdb and ldb standalone builds.
Tim Potter
2007-10-10
1
-0
/
+31
*
r14968: Move tdb and ldb swig wrappers in to lib/tdb and lib/ldb directories.
Tim Potter
2007-10-10
3
-0
/
+330
*
r14860: create libcli/security/security.h
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r14660: Install ldb_errors.h
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r14606: Fix paths in developer mode. This allows 'make quicktest' to work when
Jelmer Vernooij
2007-10-10
1
-0
/
+5
*
r14604: Support 'aliases' for ldb modules
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r14603: Fix building of ejs modules as shared libs
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r14599: Pass ACLs down the registry layer.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r14594: Fix some dependencies (required for shared library build)
Jelmer Vernooij
2007-10-10
2
-4
/
+7
*
r14592: Add support for loading shared modules to LDB.
Jelmer Vernooij
2007-10-10
10
-6
/
+75
*
r14590: Fix ldb standalone build...
Jelmer Vernooij
2007-10-10
2
-2
/
+1
*
r14572: Give libraries saner names, remove some .pc files, make some things
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.
Jelmer Vernooij
2007-10-10
1
-5
/
+0
*
r14436: mixing of boolean expressions and integers isn't allowed
Andrew Tridgell
2007-10-10
1
-3
/
+3
*
r14433: sort_result must be initialised when we call do_result
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r14431: don't call qsort with a null array
Andrew Tridgell
2007-10-10
1
-1
/
+3
*
r14430: ret can be NULL at the end of this loop
Andrew Tridgell
2007-10-10
1
-1
/
+3
*
r14391: rdn_name -> async
Simo Sorce
2007-10-10
2
-7
/
+176
*
r14364: operational -> async (untested)
Simo Sorce
2007-10-10
1
-0
/
+251
*
r14349: Kill proto.h!
Jelmer Vernooij
2007-10-10
3
-0
/
+3
*
r14344: More helpful messages on error for command line specified controls
Simo Sorce
2007-10-10
3
-58
/
+438
*
r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:
Jelmer Vernooij
2007-10-10
1
-3
/
+2
*
r14227: We are passing the wrong pointer here
Simo Sorce
2007-10-10
1
-1
/
+1
*
r14163: Remove LDB_WAIT_ONCE, we can hardly guarante we
Simo Sorce
2007-10-10
3
-18
/
+0
*
r14162: Minor fixes on sort
Simo Sorce
2007-10-10
2
-55
/
+485
*
r14161: return early if we know the job is already finished
Simo Sorce
2007-10-10
4
-10
/
+29
*
r14109: Modulify the smbcalls subsystem.
Jelmer Vernooij
2007-10-10
2
-37
/
+37
*
r14108: Make the Doxyfiles a bit shorter...
Jelmer Vernooij
2007-10-10
1
-1207
/
+4
*
r13998: From now on ldb_request() will require an alloced request
Simo Sorce
2007-10-10
4
-103
/
+141
*
r13996: simplify ldb_async_wait() some more
Simo Sorce
2007-10-10
8
-23
/
+23
*
r13993: First prototype of how an async module should be built.
Simo Sorce
2007-10-10
1
-42
/
+361
*
r13992: change the way ldb_async_wait() works.
Simo Sorce
2007-10-10
8
-17
/
+16
*
r13990: Fix issues with function renaming.
Jelmer Vernooij
2007-10-10
3
-4
/
+4
*
r13986: minor fixes
Simo Sorce
2007-10-10
1
-8
/
+20
*
r13973: fix the build
Stefan Metzmacher
2007-10-10
1
-3
/
+3
*
r13960: Generate makefile rules for installing/removing shared modules.
Jelmer Vernooij
2007-10-10
1
-16
/
+16
[next]