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
/
ldb_tdb
Commit message (
Expand
)
Author
Age
Files
Lines
*
r17771: add a comment explaing the odd cast
Andrew Tridgell
2007-10-10
1
-0
/
+6
*
r17756: I don't know why but this only works with the standalone
Stefan Metzmacher
2007-10-10
1
-3
/
+3
*
r17748: make the casts much easier to understand
Stefan Metzmacher
2007-10-10
1
-3
/
+3
*
r17738: solving the seemingly trivial problem of timegm() being missing on
Andrew Tridgell
2007-10-10
1
-12
/
+2
*
r17724: don't rely on strnlen() as MacOSX 10.4 doesn't have it. Someday apple
Andrew Tridgell
2007-10-10
1
-2
/
+12
*
r17711: fix compiler warnings
Stefan Metzmacher
2007-10-10
3
-10
/
+9
*
r17516: Change helper function names to make more clear what they are meant t...
Simo Sorce
2007-10-10
2
-2
/
+2
*
r17514: Simplify the way to set ldb errors and add another
Simo Sorce
2007-10-10
2
-21
/
+12
*
r17370: Fix tdb searches, we need to return an LDAP_REPLY_DONE packet when done.
Simo Sorce
2007-10-10
1
-0
/
+15
*
r17350: Avoid a couple of memleaks, unnecessary code and use a more linear style
Simo Sorce
2007-10-10
1
-27
/
+12
*
r17349: We can't just return sucess here, modules below us expect the async
Andrew Bartlett
2007-10-10
1
-24
/
+31
*
r17304: Improve ldb_tdb error strings a bit more.
Andrew Bartlett
2007-10-10
1
-2
/
+23
*
r17186: "async" word abuse clean-up part 2
Simo Sorce
2007-10-10
2
-31
/
+31
*
r17185: Oh, I wanted to do this for sooo long time.
Simo Sorce
2007-10-10
4
-35
/
+35
*
r16937: Add const, to make it clear that it is invalid to talloc_free() the DN
Andrew Bartlett
2007-10-10
1
-7
/
+6
*
r16932: Consistanly use the macro for these DNs and attributes.
Andrew Bartlett
2007-10-10
1
-2
/
+2
*
r16916: Implement metze's proposed changes to the tdb logging API.
Andrew Bartlett
2007-10-10
1
-2
/
+5
*
r16774: This patch modifies the tdb API to allow the logging function to be used
Andrew Bartlett
2007-10-10
3
-6
/
+43
*
r16087: Fix silly cut-and-paste typo that cost me much of my afternoon...
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r16083: Make it possible to initialise a backend module, without it setting up
Andrew Bartlett
2007-10-10
1
-21
/
+31
*
r15981: we need to initialize 'ret' before 'goto failed'
Stefan Metzmacher
2007-10-10
1
-5
/
+11
*
r15979: some farmating...
Stefan Metzmacher
2007-10-10
1
-7
/
+6
*
r15978: - pass the error code back to the caller...
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r15945: Check ltdb_modified results
Simo Sorce
2007-10-10
1
-8
/
+19
*
r15942: Remove the sync internal ldb calls altogether.
Simo Sorce
2007-10-10
3
-299
/
+115
*
r15927: Optimize ldb module traverse while keeping the API intact.
Simo Sorce
2007-10-10
3
-147
/
+156
*
r15913: Error passing in the async code is not in agood shape
Simo Sorce
2007-10-10
2
-87
/
+80
*
r15854: more talloc_set_destructor() typesafe fixes
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r14592: Add support for loading shared modules to LDB.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r14431: don't call qsort with a null array
Andrew Tridgell
2007-10-10
1
-1
/
+3
*
r14161: return early if we know the job is already finished
Simo Sorce
2007-10-10
1
-0
/
+3
*
r13996: simplify ldb_async_wait() some more
Simo Sorce
2007-10-10
2
-5
/
+5
*
r13992: change the way ldb_async_wait() works.
Simo Sorce
2007-10-10
1
-1
/
+3
*
r13839: Use registration mechanism for backends as well (in the same sense
Jelmer Vernooij
2007-10-10
1
-1
/
+6
*
r13827: Minor enhancements or cosmetic changes
Simo Sorce
2007-10-10
3
-33
/
+19
*
r13823: make async_wait part of the modules ops
Simo Sorce
2007-10-10
2
-5
/
+4
*
r13818: Make ldb_tdb 'fake' async.
Simo Sorce
2007-10-10
5
-186
/
+589
*
r13786: [merge] Add registration functions for LDB modules
Jelmer Vernooij
2007-10-10
1
-7
/
+1
*
r13700: added highestCommittedUSN, uSNChanged and uSNCreated support, using
Andrew Tridgell
2007-10-10
1
-0
/
+26
*
r13615: Make ldb_set_errstring get ldb instead of module as parameter.
Simo Sorce
2007-10-10
1
-6
/
+6
*
r13609: Get in the initial work on making ldb async
Simo Sorce
2007-10-10
2
-0
/
+2
*
r13335: Fix the build and add an utf8 safe ldb_hadler_fold function
Simo Sorce
2007-10-10
1
-1
/
+1
*
r13333: revert previous commit I will use ldb_caseless_cmp in attrib_handlers
Simo Sorce
2007-10-10
1
-1
/
+1
*
r13324: From now on check attribute names obey rfc2251
Simo Sorce
2007-10-10
1
-1
/
+1
*
r13289: Check the tree is not NULL
Simo Sorce
2007-10-10
1
-0
/
+4
*
r13258: Fix the talloc heirachy for ldb_tdb.
Andrew Bartlett
2007-10-10
3
-17
/
+20
*
r12829: fix ldb headers, to not include '<...>' files in .c files
Stefan Metzmacher
2007-10-10
6
-15
/
+12
*
r12743: Remove the ugly way we had to make a second stage init and introduce
Simo Sorce
2007-10-10
1
-1
/
+7
*
r12733: Merge ldap/ldb controls into main tree
Simo Sorce
2007-10-10
4
-0
/
+9
*
r12608: Remove some unused #include lines.
Jelmer Vernooij
2007-10-10
1
-1
/
+0
[next]