index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
lib
/
ldb
/
common
/
ldb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r23798: updated old Temple Place FSF addresses to new URL
Andrew Tridgell
2007-07-10
1
-2
/
+1
*
r23790: LGPLv3+ conversion for our LGPLv2+ library code
Andrew Tridgell
2007-07-10
1
-1
/
+1
*
r20036: Merge ldb_search_exp_fmt -- Thanks simo
Volker Lendecke
2006-12-05
1
-0
/
+39
*
r19725: sync samba3's ldb with samba4
Stefan Metzmacher
2006-11-15
1
-15
/
+17
*
r19430: merge recent ldb changes from Samba4. This includes memory leak fixes
Andrew Tridgell
2006-10-21
1
-7
/
+11
*
r19182: merge from samba4:
Stefan Metzmacher
2006-10-09
1
-0
/
+11
*
r19132: Fix some C++ warnings. Is there interest to have them in Samba4 as well?
Volker Lendecke
2006-10-06
1
-2
/
+2
*
r18939: don't rely on the umask being right in ldb creation. Both Samba3 and
Andrew Tridgell
2006-09-27
1
-1
/
+3
*
r18889: Add some const. What's the policy here? Should I do this in Samba4 as...
Volker Lendecke
2006-09-25
1
-5
/
+5
*
r18830: ensure backends aren't added twice (needed for samba3)
Andrew Tridgell
2006-09-22
1
-13
/
+19
*
r18781: Move the usnCreated and usnChanged handling around again.
Andrew Bartlett
2006-09-21
1
-1
/
+2
*
r18777: add helper functions to create an ldb_request structure
Simo Sorce
2006-09-21
1
-68
/
+203
*
r18439: 2nd try at a talloc_move() api. This type with the ** ptr interface
Andrew Tridgell
2006-09-13
1
-2
/
+2
*
r18438: I should have examined these uses of talloc_move() more
Andrew Tridgell
2006-09-13
1
-4
/
+1
*
r18436: converted ldb to use talloc_move() instead of talloc_steal() when
Andrew Tridgell
2006-09-13
1
-10
/
+3
*
r18272: Couldn't resist to change this.
Simo Sorce
2006-09-08
1
-1
/
+1
*
r18245: Ensure we don't keep the rootdse record around (steal it onto the
Andrew Bartlett
2006-09-08
1
-4
/
+6
*
r17830: Set the default_basedn (hey, it comes from the "default" naming conte...
Simo Sorce
2006-08-25
1
-32
/
+39
*
r17828: set the auto_baseDN opaque even on failure to fetch rootDSE. That
Andrew Tridgell
2006-08-25
1
-3
/
+1
*
r17821: changed ldb_search() and the ldbsearch command line utility to
Andrew Tridgell
2006-08-25
1
-0
/
+41
*
r17514: Simplify the way to set ldb errors and add another
Simo Sorce
2006-08-13
1
-27
/
+37
*
r17186: "async" word abuse clean-up part 2
Simo Sorce
2006-07-22
1
-20
/
+20
*
r17185: Oh, I wanted to do this for sooo long time.
Simo Sorce
2006-07-22
1
-5
/
+5
*
r16972: Replace the sequence_number function pointer in ldb with the ldb flags.
Andrew Bartlett
2006-07-12
1
-4
/
+6
*
r16825: Make ldb_sainity_check() set an error string. This makes it much
Andrew Bartlett
2006-07-06
1
-9
/
+14
*
r16784: - make some function in ldb static, they not need to be exported anyw...
Simo Sorce
2006-07-03
1
-3
/
+3
*
r16172: Translate the ldb error codes into appropriate messages for the
Andrew Bartlett
2006-06-12
1
-3
/
+9
*
r16085: Set the error string if we fail to find a valid op to execute. Helps
Andrew Bartlett
2006-06-08
1
-2
/
+6
*
r16083: Make it possible to initialise a backend module, without it setting up
Andrew Bartlett
2006-06-07
1
-4
/
+66
*
r16071: tdb has nested transactions
Simo Sorce
2006-06-07
1
-53
/
+86
*
r16036: Add a couple of new functions to corretly deal with timeouts.
Simo Sorce
2006-06-04
1
-21
/
+44
*
r16007: If no error string was setup by the backend, ensure that we always get
Andrew Bartlett
2006-06-02
1
-1
/
+9
*
r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc...
Simo Sorce
2006-05-30
1
-10
/
+10
*
r15942: Remove the sync internal ldb calls altogether.
Simo Sorce
2006-05-29
1
-24
/
+2
*
r15932: Remove per request creds
Simo Sorce
2006-05-29
1
-5
/
+0
*
r15927: Optimize ldb module traverse while keeping the API intact.
Simo Sorce
2006-05-29
1
-10
/
+34
*
r15795: Try to use the async code by default
Simo Sorce
2006-05-22
1
-12
/
+140
*
r15388: Fix cut&paste typo.
Tim Potter
2006-05-02
1
-1
/
+1
*
r15176: Ensure we don't segfault when we try and delete @FOO records.
Andrew Bartlett
2006-04-23
1
-5
/
+10
*
r15113: Add a ldb_strerror() function.
Tim Potter
2006-04-17
1
-0
/
+95
*
r14599: Pass ACLs down the registry layer.
Jelmer Vernooij
2006-03-21
1
-1
/
+1
*
r14594: Fix some dependencies (required for shared library build)
Jelmer Vernooij
2006-03-20
1
-1
/
+1
*
r14592: Add support for loading shared modules to LDB.
Jelmer Vernooij
2006-03-20
1
-2
/
+13
*
r13998: From now on ldb_request() will require an alloced request
Simo Sorce
2006-03-08
1
-74
/
+95
*
r13996: simplify ldb_async_wait() some more
Simo Sorce
2006-03-07
1
-1
/
+1
*
r13992: change the way ldb_async_wait() works.
Simo Sorce
2006-03-07
1
-5
/
+1
*
r13900: don't segfault on error
Simo Sorce
2006-03-06
1
-2
/
+2
*
r13839: Use registration mechanism for backends as well (in the same sense
Jelmer Vernooij
2006-03-05
1
-18
/
+43
*
r13823: make async_wait part of the modules ops
Simo Sorce
2006-03-03
1
-4
/
+5
*
r13786: [merge] Add registration functions for LDB modules
Jelmer Vernooij
2006-03-02
1
-13
/
+0
[next]