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
/
ldb_ldap
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r13996: simplify ldb_async_wait() some more
Simo Sorce
1
-5
/
+5
2007-10-10
r13992: change the way ldb_async_wait() works.
Simo Sorce
1
-2
/
+4
2007-10-10
r13986: minor fixes
Simo Sorce
1
-8
/
+20
2007-10-10
r13839: Use registration mechanism for backends as well (in the same sense
Jelmer Vernooij
1
-1
/
+5
2007-10-10
r13827: Minor enhancements or cosmetic changes
Simo Sorce
1
-7
/
+8
2007-10-10
r13823: make async_wait part of the modules ops
Simo Sorce
1
-3
/
+2
2007-10-10
r13818: Make ldb_tdb 'fake' async.
Simo Sorce
1
-6
/
+21
2007-10-10
r13786: [merge] Add registration functions for LDB modules
Jelmer Vernooij
1
-6
/
+0
2007-10-10
r13744: Make ldb_ldap async
Simo Sorce
2
-257
/
+746
2007-10-10
r13615: Make ldb_set_errstring get ldb instead of module as parameter.
Simo Sorce
1
-5
/
+5
2007-10-10
r12829: fix ldb headers, to not include '<...>' files in .c files
Stefan Metzmacher
1
-4
/
+3
2007-10-10
r12743: Remove the ugly way we had to make a second stage init and introduce
Simo Sorce
1
-1
/
+7
2007-10-10
r12733: Merge ldap/ldb controls into main tree
Simo Sorce
1
-1
/
+2
2007-10-10
r11567: Ldb API change patch.
Simo Sorce
1
-23
/
+62
2007-10-10
r10753: don't require every ldb module to implement both a search_bytree() and
Andrew Tridgell
1
-29
/
+22
2007-10-10
r10477: expose transactions outside ldb and change the API once more
Simo Sorce
1
-3
/
+11
2007-10-10
r10305: start implementing better error handling
Simo Sorce
1
-12
/
+6
2007-10-10
r10299: remove the public (un)lock functions and introduce a transaction based
Simo Sorce
1
-28
/
+16
2007-10-10
r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...
Simo Sorce
1
-24
/
+70
2007-10-10
r7709: - convert ldb to use popt, so that it can interact with the samba
Andrew Tridgell
1
-68
/
+14
2007-10-10
r7666: fixed a memory leak in the ldap ldb backend
Andrew Tridgell
1
-3
/
+2
2007-10-10
r7602: fix some compiler warnings
Derrell Lipman
1
-1
/
+1
2007-10-10
r7582: Better way to have a fast path searching for a specific DN.
Simo Sorce
1
-0
/
+4
2007-10-10
r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_tree
Andrew Tridgell
1
-9
/
+31
2007-10-10
r7518: don't use an uninitialised ldb debug function when failing to load mod...
Andrew Tridgell
1
-0
/
+2
2007-10-10
r6470: Remove ldb_search_free() it is not needed anymore.
Simo Sorce
1
-12
/
+1
2007-10-10
r5585: LDB interfaces change:
Simo Sorce
1
-11
/
+0
2007-10-10
r4714: move the ldb code to the new talloc interface (eg remove _p suffix)
Simo Sorce
1
-12
/
+12
2007-10-10
r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4474: - converted ldb to use talloc internally
Andrew Tridgell
1
-109
/
+40
2007-10-10
r3926: fix compiler warnings
Stefan Metzmacher
1
-4
/
+0
2007-10-10
r3897: add a locking infrastructure
Simo Sorce
1
-0
/
+31
2007-10-10
r3783: - don't use make proto for ldb anymore
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r3757: Some fixes for ldb_ldap
Simo Sorce
1
-0
/
+4
2007-10-10
r3754: merge in ldb modules support from the tmp branch ldbPlugins
Simo Sorce
1
-19
/
+34
2007-10-10
r3323: more warning reductions
Andrew Tridgell
1
-1
/
+3
2007-10-10
r3093: - implment ldb_rename() and ldbrename
Stefan Metzmacher
1
-1
/
+42
2007-10-10
r1374: Fix signed/unsigned warnings (actually found by g++) after unsigned int
Tim Potter
1
-2
/
+3
2007-10-10
r574: - another attempt at const cleanliness in ldb
Andrew Tridgell
1
-1
/
+1
2007-10-10
r513: added a generic ldb debug system to allow the Samba debug functions to
Andrew Tridgell
1
-1
/
+1
2007-10-10
r502: modified ldb to allow the use of an external pool memory
Andrew Tridgell
1
-44
/
+49
2007-10-10
r490: - expanded the test suite to test modify and delete operations
Andrew Tridgell
1
-1
/
+1
2007-10-10
r456: - added -i option to ldbsearch
Andrew Tridgell
1
-1
/
+1
2007-10-10
r435: a major upgrade for ldb
Andrew Tridgell
1
-1
/
+16
2007-10-10
r382: More C++ friendliness fixes.
Tim Potter
1
-1
/
+1
2007-10-10
r381: make the code more C++ friendly
Andrew Tridgell
1
-7
/
+7
2007-10-10
r152: a quick airport commit ....
Andrew Tridgell
1
-3
/
+2
2007-10-10
r141: A number of changes to get things working on FreeBSD and reduce the bre...
Richard Sharpe
1
-1
/
+3
2004-04-03
added the rest of the ldb_modify() code, which required a fairly large
Andrew Tridgell
1
-50
/
+46
2004-03-31
make a more recent snapshot of ldb available to interested
Andrew Tridgell
2
-0
/
+532