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_tdb
/
ldb_tdb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r10913: This patch isn't as big as it looks ...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r10753: don't require every ldb module to implement both a search_bytree() and
Andrew Tridgell
1
-1
/
+0
2007-10-10
r10477: expose transactions outside ldb and change the API once more
Simo Sorce
1
-19
/
+25
2007-10-10
r10408: now that we are using tdb transactions we don't need any additional
Andrew Tridgell
1
-164
/
+0
2007-10-10
r10406: added --nosync option to all ldb tools, so that you can control if
Andrew Tridgell
1
-5
/
+4
2007-10-10
r10405: added transactions into tdb, and hook them into ldb. See my
Andrew Tridgell
1
-2
/
+22
2007-10-10
r10305: start implementing better error handling
Simo Sorce
1
-65
/
+57
2007-10-10
r10299: remove the public (un)lock functions and introduce a transaction based
Simo Sorce
1
-10
/
+23
2007-10-10
r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...
Simo Sorce
1
-39
/
+74
2007-10-10
r8625: move the ldb_wrap logic into the ldb code. This logic is meant to
Andrew Tridgell
1
-22
/
+8
2007-10-10
r8601: fixed null termination in ltdb connect error
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8084: do not leak memory on errors
Simo Sorce
1
-7
/
+5
2007-10-10
r8082: large rewite of ldb_dn.c
Simo Sorce
1
-2
/
+1
2007-10-10
r8037: a fairly major update to the internals of ldb. Changes are:
Andrew Tridgell
1
-53
/
+12
2007-10-10
r7936: new ldb_dn_explode and ldb_dn_casefold functions and co
Simo Sorce
1
-5
/
+43
2007-10-10
r7784: give an error in ldb_tdb for invalid modify flags. The "whenChanged"
Andrew Tridgell
1
-0
/
+3
2007-10-10
r7709: - convert ldb to use popt, so that it can interact with the samba
Andrew Tridgell
1
-24
/
+19
2007-10-10
r7601: ldb_sqlite3 work in progress
Derrell Lipman
1
-2
/
+5
2007-10-10
r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_tree
Andrew Tridgell
1
-9
/
+10
2007-10-10
r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can be
Derrell Lipman
1
-71
/
+5
2007-10-10
r6867: this code will change the way the @ATTRIBUTES object is handled
Simo Sorce
1
-1
/
+38
2007-10-10
r6560: added a tdb_chainlock_read() call in ldb_search(). This guarantees
Andrew Tridgell
1
-0
/
+34
2007-10-10
r6470: Remove ldb_search_free() it is not needed anymore.
Simo Sorce
1
-1
/
+0
2007-10-10
r5585: LDB interfaces change:
Simo Sorce
1
-11
/
+0
2007-10-10
r5374: - changed the dn key code in the ldb tdb backend to correctly honor
Andrew Tridgell
1
-2
/
+79
2007-10-10
r4714: move the ldb code to the new talloc interface (eg remove _p suffix)
Simo Sorce
1
-10
/
+10
2007-10-10
r4474: - converted ldb to use talloc internally
Andrew Tridgell
1
-99
/
+101
2007-10-10
r4366: Fix ldb_modify_internal: Adding values to an existing attribute you co...
Volker Lendecke
1
-9
/
+36
2007-10-10
r4281: fixed an ldb indexing bug in ldb found by volker.
Andrew Tridgell
1
-5
/
+12
2007-10-10
r4071: - ldap does allow adding additional attribute values with a modify
Andrew Tridgell
1
-2
/
+7
2007-10-10
r3897: add a locking infrastructure
Simo Sorce
1
-18
/
+32
2007-10-10
r3783: - don't use make proto for ldb anymore
Stefan Metzmacher
1
-5
/
+7
2007-10-10
r3754: merge in ldb modules support from the tmp branch ldbPlugins
Simo Sorce
1
-74
/
+93
2007-10-10
r3095: - fix a free'ing of msg.dn
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r3093: - implment ldb_rename() and ldbrename
Stefan Metzmacher
1
-0
/
+58
2007-10-10
r2192: removed an erroneous free() call on an error path
Andrew Tridgell
1
-1
/
+0
2007-10-10
r1511: fixed a free() that should be ldb_free()
Andrew Tridgell
1
-1
/
+1
2007-10-10
r1374: Fix signed/unsigned warnings (actually found by g++) after unsigned int
Tim Potter
1
-8
/
+10
2007-10-10
r811: make the ldb_modify REPLACE semantics better match LDAP (ie. no error
Andrew Tridgell
1
-7
/
+6
2007-10-10
r574: - another attempt at const cleanliness in ldb
Andrew Tridgell
1
-2
/
+8
2007-10-10
r502: modified ldb to allow the use of an external pool memory
Andrew Tridgell
1
-44
/
+62
2007-10-10
r462: added an explanation about the rather complex ltdb_key() function
Andrew Tridgell
1
-0
/
+9
2007-10-10
r454: allow a non-URL form of a filename to be used in ldb_connect(). This
Andrew Tridgell
1
-5
/
+8
2007-10-10
r435: a major upgrade for ldb
Andrew Tridgell
1
-43
/
+143
2007-10-10
r381: make the code more C++ friendly
Andrew Tridgell
1
-8
/
+8
2007-10-10
r373: use a much larger default tdb hash size in ldb
Andrew Tridgell
1
-1
/
+2
2007-10-10
r343: added automatic reindexing of the database when the index list changes
Andrew Tridgell
1
-0
/
+12
2007-10-10
r152: a quick airport commit ....
Andrew Tridgell
1
-1
/
+1
2007-10-10
r141: A number of changes to get things working on FreeBSD and reduce the bre...
Richard Sharpe
1
-1
/
+1
2004-04-03
added the rest of the ldb_modify() code, which required a fairly large
Andrew Tridgell
1
-12
/
+251
[next]