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
/
lib
/
ldb
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-22
ldb: Add missing dependency on replace for ldb
Andrew Bartlett
1
-1
/
+1
2013-02-08
ldb: Add more data test data for one level test cases
Matthieu Patou
1
-0
/
+14
2013-02-08
ldb: Add tests for the python api
Matthieu Patou
1
-0
/
+8
2013-02-08
ldb: Add more tests related to onelevel search
Matthieu Patou
2
-0
/
+14
2013-02-08
ldb: use strncmp instead of strcmp when comparing the val part
Matthieu Patou
1
-2
/
+2
2013-02-08
ldb: make test output more readable
Matthieu Patou
1
-4
/
+2
2013-02-08
ldb-tdb: Document ltdb_index_add1 for more clarity
Matthieu Patou
1
-3
/
+20
2013-02-08
ldb-tdb: Fix a wrong parameter in ltdb_store
Matthieu Patou
1
-1
/
+2
2013-02-08
ldb_tdb: raise level of full index scan message so that it starts to be reall...
Matthieu Patou
1
-1
/
+1
2013-01-26
ldb: Ensure to decrement the transaction_active whenever we delete a transaction
Andrew Bartlett
4
-1
/
+266
2013-01-26
ldb: fix a warning by converting from TDB_DATA to struct ldb_val
Stefan Metzmacher
1
-1
/
+5
2013-01-24
docs: ldbsearch.1.xml: Correct meta data.
Karolin Seeger
1
-3
/
+3
2013-01-24
docs: ldbrename.1.xml: Correct meta data.
Karolin Seeger
1
-3
/
+3
2013-01-24
docs: ldbmodify.1.xml: Correct meta data.
Karolin Seeger
1
-3
/
+3
2013-01-24
docs: ldbedit.1.xml: Correct meta data.
Karolin Seeger
1
-3
/
+3
2013-01-24
docs: ldbdel.1.xml: Correct meta data.
Karolin Seeger
1
-3
/
+3
2013-01-24
docs: ldbadd.1.xml: Correct meta data.
Karolin Seeger
1
-3
/
+3
2013-01-24
docs: ldb.3.xml: Correct meta data.
Karolin Seeger
1
-2
/
+2
2013-01-14
ldb: Move doxygen comments for ldb_connect to the right place
Stephen Gallagher
1
-13
/
+12
2012-11-30
ldb: fix a typo in the comment for ldb_req_is_untrusted()
Michael Adam
1
-1
/
+1
2012-11-29
docs: man ldbsearch: Add missing meta data.
Karolin Seeger
1
-0
/
+3
2012-11-29
docs: man ldbrename: Add missing meta data.
Karolin Seeger
1
-0
/
+3
2012-11-29
docs: man ldbmodify: Add missing meta data.
Karolin Seeger
1
-0
/
+3
2012-11-29
docs: man ldbedit: Add missing meta data.
Karolin Seeger
1
-0
/
+3
2012-11-29
docs: man ldbdel: Add missing meta data.
Karolin Seeger
1
-0
/
+3
2012-11-29
docs: man ldbadd: Add missing meta data.
Karolin Seeger
1
-0
/
+3
2012-11-29
docs: man ldb.3: Add missing meta data.
Karolin Seeger
1
-0
/
+3
2012-11-13
lib/ldb: add missing newline in the output of ldb_ldif_write_trace()
Stefan Metzmacher
1
-1
/
+1
2012-11-01
ldb: fixed callers for ldb_pack_data() and ldb_unpack_data()
Andrew Tridgell
10
-48
/
+321
2012-11-01
ldb: move ldb_pack.c into common
Andrew Tridgell
1
-11
/
+11
2012-10-30
ldb: Add ldbdump, based on tdbdump
Andrew Bartlett
2
-0
/
+223
2012-10-31
ldb: Remove no-longer-existing ltdb_unpack_data_free from ldb_tdb.h
Andrew Bartlett
1
-2
/
+0
2012-10-31
ldb: Change ltdb_unpack_data to take an ldb_context
Andrew Bartlett
5
-9
/
+7
2012-09-17
ldb: bump version to 1.1.13 so the 4.0 release can get the isprint fix
Andrew Bartlett
3
-1
/
+263
2012-09-11
At Michael's suggestion, factor common code into a function. My bad :-).
Jeremy Allison
1
-4
/
+9
2012-09-10
Fix bug #9147 - winbind can't fetch user or group info from AD via LDAP
Jeremy Allison
1
-2
/
+4
2012-08-29
lib/ldb: Avoid printing secret attributes in ldb trace logs
Andrew Bartlett
8
-14
/
+352
2012-08-28
lib/ldb: Bump ldb version to 1.1.11
Andrew Bartlett
3
-1
/
+262
2012-08-22
LDB:ldb_tdb.c - deny multi-valued attributes manipulation with doublets
Matthias Dieter Wallnöfer
1
-1
/
+18
2012-08-22
LDB:ldbsearch - add search filter tests
Matthias Dieter Wallnöfer
1
-0
/
+2
2012-08-22
LDB:ldbsearch - search filters do not only contain "="
Matthias Dieter Wallnöfer
1
-1
/
+1
2012-08-22
LDB:ldif_handlers.c - LDB_OP_GREATER/LDB_OP_LESS are thought as ">=" or "<="
Matthias Dieter Wallnöfer
1
-1
/
+1
2012-08-10
lib/ldb: Use tdb_parse_record and a callback rather than tdb_fetch()
Andrew Bartlett
1
-16
/
+38
2012-08-09
lib/ldb: Do not vasprintf() the tevent debug messages that will not be shown
Andrew Bartlett
6
-10
/
+279
2012-08-09
lib/ldb: Use tdb_exists() rather than tdb_fetch()/talloc_free()
Andrew Bartlett
1
-7
/
+7
2012-08-06
Revert "ldb: Add parameter to avoid NULL format string flagged by -Werror=for...
Andrew Bartlett
1
-1
/
+1
2012-07-31
lib/ldb: Ensure rename target does not exist before deleting old record
Andrew Bartlett
4
-3
/
+301
2012-07-30
ldb: Add parameter to avoid NULL format string flagged by -Werror=format
Andrew Bartlett
1
-1
/
+1
2012-07-09
lib/ldb: Bump ldb release due to pyldb changes
Andrew Bartlett
3
-1
/
+261
2012-07-06
pyldb: Add bindings for ldb_dn_remove_base_components
Andrew Bartlett
2
-0
/
+20
[next]