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
/
lib
/
ldb
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
ldb: pass module init errors back to the caller
Andrew Bartlett
2014-02-05
1
-2
/
+3
*
ldb: Fix 1138330 Dereference null return value
Volker Lendecke
2013-12-17
1
-0
/
+4
*
lib/ldb fix compiler warnings
Christian Ambach
2013-12-12
1
-2
/
+2
*
ldb: bad if test in ldb_comparison_fold()
Jeremy Allison
2013-12-07
1
-1
/
+1
*
ldb: use of NULL pointer bugfix
Pavel Reichl
2013-12-03
1
-2
/
+2
*
ldb: Show the type of failing operation in default error message
Andrew Bartlett
2013-09-16
1
-1
/
+26
*
ldb: Cope with substring match with no chunks in ldb_filter_from_tree
Andrew Bartlett
2013-06-24
1
-1
/
+1
*
ldb: Ensure not to segfault on a filter such as (mail=)
Andrew Bartlett
2013-06-22
1
-0
/
+5
*
ldb: use strncmp instead of strcmp when comparing the val part
Matthieu Patou
2013-02-08
1
-2
/
+2
*
ldb: Ensure to decrement the transaction_active whenever we delete a transaction
Andrew Bartlett
2013-01-26
1
-0
/
+1
*
ldb: fix a typo in the comment for ldb_req_is_untrusted()
Michael Adam
2012-11-30
1
-1
/
+1
*
lib/ldb: add missing newline in the output of ldb_ldif_write_trace()
Stefan Metzmacher
2012-11-13
1
-1
/
+1
*
ldb: fixed callers for ldb_pack_data() and ldb_unpack_data()
Andrew Tridgell
2012-11-01
1
-26
/
+23
*
ldb: move ldb_pack.c into common
Andrew Tridgell
2012-11-01
1
-0
/
+290
*
At Michael's suggestion, factor common code into a function. My bad :-).
Jeremy Allison
2012-09-11
1
-4
/
+9
*
Fix bug #9147 - winbind can't fetch user or group info from AD via LDAP
Jeremy Allison
2012-09-10
1
-2
/
+4
*
lib/ldb: Avoid printing secret attributes in ldb trace logs
Andrew Bartlett
2012-08-29
3
-13
/
+80
*
LDB:ldif_handlers.c - LDB_OP_GREATER/LDB_OP_LESS are thought as ">=" or "<="
Matthias Dieter Wallnöfer
2012-08-22
1
-1
/
+1
*
lib/ldb: Do not vasprintf() the tevent debug messages that will not be shown
Andrew Bartlett
2012-08-09
2
-9
/
+16
*
lib/ldb: Print trace messages for modify correctly
Andrew Bartlett
2012-06-27
1
-1
/
+1
*
ldb: lay foundation for proper utc/generalized time handling
Matthieu Patou
2012-06-22
2
-5
/
+41
*
ldb: add the VERIFY_NAME control
Matthieu Patou
2012-06-22
1
-0
/
+53
*
ldb: added ldb_msg_element_equal_ordered()
Andrew Tridgell
2012-04-18
1
-0
/
+20
*
LDB:ldb_msg.c - add another OOM check in "ldb_msg_copy()"
Matthias Dieter Wallnöfer
2012-04-11
1
-0
/
+1
*
ldb: Allow access to the line number while reading ldif from a file
Andrew Bartlett
2012-04-10
1
-6
/
+13
*
ldb:ldb/common/ldb_controls.c - reference "err_string" variable correctly
Matthias Dieter Wallnöfer
2012-01-02
1
-1
/
+1
*
ldb: fix compiler warning
David Disseldorp
2011-11-02
1
-1
/
+1
*
ldb:common/ldb_modules.c - fix a typo in comment
Matthias Dieter Wallnöfer
2011-10-27
1
-1
/
+1
*
ldb: ldb_errstring() takes ldb_contxt as an argument
Amitay Isaacs
2011-10-20
1
-1
/
+1
*
dsdb: improve debug message
Andrew Tridgell
2011-10-20
1
-3
/
+3
*
ldb: Output more error information when a connect fails
Andrew Bartlett
2011-10-18
1
-1
/
+1
*
ldb:ldb_autotransaction_request - error string shouldn't be set here
Matthias Dieter Wallnöfer
2011-10-11
1
-5
/
+0
*
ldb:ldb.c/"ldb_wait" - make "ldb_wait" always return an error string
Matthias Dieter Wallnöfer
2011-10-11
1
-4
/
+39
*
ldb:ldb.c/"ldb_wait" - change "ldb_wait" slightly in order to introduce error...
Matthias Dieter Wallnöfer
2011-10-11
1
-3
/
+5
*
ldb:ldb.c/"ldb_request" - make "ldb_request" always return an error string
Matthias Dieter Wallnöfer
2011-10-11
1
-1
/
+15
*
ldb:ldb.c - "ldb_set_errstring" can be implemented by using "ldb_asprintf_err...
Matthias Dieter Wallnöfer
2011-10-11
1
-10
/
+7
*
ldb:ldb_autotransaction_request - fix a typo in a comment
Matthias Dieter Wallnöfer
2011-10-11
1
-1
/
+1
*
Revert "ldb: support raw OIDs in control string parsing"
Stefan Metzmacher
2011-10-07
1
-18
/
+0
*
ldb/ldb_controls: allow oid up to 255 chars
Stefan Metzmacher
2011-10-07
1
-1
/
+1
*
ldb: support raw OIDs in control string parsing
Andrew Tridgell
2011-10-06
1
-0
/
+18
*
ldb: fixed memory leak in control string parsing
Andrew Tridgell
2011-10-06
1
-0
/
+24
*
ldb:"ldb_extended" -make the call more similar to "ldb_search"
Matthias Dieter Wallnöfer
2011-09-19
1
-2
/
+6
*
ldb:ldb_controls.c - remove duplicate definition of "LDB_CONTROL_CMP"
Matthias Dieter Wallnöfer
2011-09-11
1
-11
/
+3
*
ldb:ldb_controls.c - cosmetic indentation fix
Matthias Dieter Wallnöfer
2011-08-19
1
-5
/
+4
*
ldb: fix the canonicalisation of booleans
Andrew Tridgell
2011-08-09
1
-3
/
+3
*
ldb: added a new always-fail ldap extended match OID
Andrew Tridgell
2011-08-04
1
-1
/
+12
*
ldb: added ldb_parse_tree_walk()
Andrew Tridgell
2011-08-04
1
-16
/
+70
*
ldb: added ldb_dn_replace_components()
Andrew Tridgell
2011-08-04
1
-0
/
+56
*
ldb: fixed a search expression parse bug
Andrew Tridgell
2011-07-29
1
-1
/
+11
*
ldb: added ldb_val_string_cmp()
Andrew Tridgell
2011-07-13
1
-0
/
+12
[next]