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
*
r22471: Convert more code to use proper LDB error codes.
Simo Sorce
2007-10-10
4
-160
/
+163
*
r21311: fix very ugly "using free'ed memory" bug
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r20969: remove unused function, found my lcov
Stefan Metzmacher
2007-10-10
1
-49
/
+0
*
r20865: remove useless warning, we now always pass the current partition
Stefan Metzmacher
2007-10-10
1
-25
/
+10
*
r20684: if we don't have any indexes, then we should not waste time
Stefan Metzmacher
2007-10-10
1
-0
/
+5
*
r20234: metze pointed out that we are re-loading the cache records on each
Andrew Tridgell
2007-10-10
1
-0
/
+4
*
r20191: fix bug found by the IBM checker
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r20184: change ldb_attrib_handler into ldb_schema_attribute, which has a pointer
Stefan Metzmacher
2007-10-10
4
-19
/
+13
*
r20168: start separating attributes and syntaxes
Stefan Metzmacher
2007-10-10
1
-8
/
+12
*
r20106: Optional ONE Level indexing for ldb_tdb
Simo Sorce
2007-10-10
3
-9
/
+209
*
r20101: Also rename a variable now that the unused parameter is gone
Simo Sorce
2007-10-10
1
-4
/
+4
*
r20100: Remove completely unused parameters
Simo Sorce
2007-10-10
1
-4
/
+2
*
r19965: make the output a bit nicer
Stefan Metzmacher
2007-10-10
1
-2
/
+3
*
r19964: make debuging easier and report usefull error messages
Stefan Metzmacher
2007-10-10
1
-2
/
+5
*
r19911: talloc_apsrintf is not really required here
Simo Sorce
2007-10-10
1
-1
/
+5
*
r19905: use ldb_dn_new_fmt() to avoid double strdups
Simo Sorce
2007-10-10
1
-14
/
+3
*
r19884: rename ldb_dn_key -> ltdb_index_key to make more clear what it's for...
Stefan Metzmacher
2007-10-10
1
-5
/
+5
*
r19832: better prototypes for the linearization functions:
Simo Sorce
2007-10-10
4
-33
/
+18
*
r19831: Big ldb_dn optimization and interfaces enhancement patch
Simo Sorce
2007-10-10
6
-24
/
+22
*
r19531: Make struct ldb_dn opaque and local to ldb_dn.c
Simo Sorce
2007-10-10
1
-1
/
+1
*
r19402: - use the new tdb_lockall_read() to make ldb_search() more efficient,
Andrew Tridgell
2007-10-10
4
-20
/
+15
*
r19365: fixed a memory leak in the ldb attribute handling
Andrew Tridgell
2007-10-10
1
-8
/
+2
*
r19363: - don't need to store the baseinfo message after cache load
Andrew Tridgell
2007-10-10
2
-8
/
+9
*
r19362: - don't need to store the baseinfo message after cache load
Andrew Tridgell
2007-10-10
1
-0
/
+7
*
r19338: leak on error
Simo Sorce
2007-10-10
1
-0
/
+1
*
r19324: fixed a leak on deleting records when no index is in place
Andrew Tridgell
2007-10-10
1
-6
/
+6
*
r19322: fix a minor memory leak in the ltdb cache code
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r19314: Commit tridge's fixes for a big mem leak in ltdb I introduced
Simo Sorce
2007-10-10
3
-13
/
+10
*
r19196: merge from samba3:
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r19146: merge from samba3:
Stefan Metzmacher
2007-10-10
1
-1
/
+3
*
r19134: Merge the second set of C++ warning fixes from Samba3. I'll leave r19...
Volker Lendecke
2007-10-10
1
-6
/
+12
*
r19114: fixed another checker warning and a possible error on allocation
Andrew Tridgell
2007-10-10
1
-1
/
+3
*
r19069: The sequence number is a 64 bit unsigned integer
Simo Sorce
2007-10-10
1
-2
/
+2
*
r18942: add a ldb_set_create_perms() function in ldb. I didn't call it
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r18939: don't rely on the umask being right in ldb creation. Both Samba3 and
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r18834: get the log context code right
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r18832: fixed standalone build
Andrew Tridgell
2007-10-10
1
-19
/
+19
*
r18831: minor build changes for samba3. The logging changes will be removed
Andrew Tridgell
2007-10-10
2
-2
/
+28
*
r18781: Move the usnCreated and usnChanged handling around again.
Andrew Bartlett
2007-10-10
3
-11
/
+53
*
r18439: 2nd try at a talloc_move() api. This type with the ** ptr interface
Andrew Tridgell
2007-10-10
2
-5
/
+5
*
r18436: converted ldb to use talloc_move() instead of talloc_steal() when
Andrew Tridgell
2007-10-10
2
-5
/
+5
*
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
[next]