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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ldb
/
common
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-30
ldb: Fix CID 1034781 Unsigned compared against 0
Volker Lendecke
1
-3
/
+3
2015-01-24
lib/ldb: fix logic in ldb_val_to_time()
Stefan Metzmacher
1
-6
/
+32
2014-12-22
ldb: Allow to register extended match rules
Samuel Cabrero
2
-36
/
+146
2014-11-25
lib-ldb_ldif: Stop processing if ldb_message element name is NULL
Kamen Mazdrashki
1
-0
/
+7
2014-11-25
lib-ldb: Check for input parameter when searching attributes by name
Kamen Mazdrashki
1
-2
/
+13
2014-11-14
lib/ldb: fix compiler warnings in ldb_modules_list_from_string()
Stefan Metzmacher
1
-2
/
+2
2014-05-03
ldb: make the successful ldb_transaction_start() message clearer
Andrew Bartlett
1
-4
/
+8
2014-04-17
ldb: Add a env variable to disable RTLD_DEEPBIND.
Andreas Schneider
1
-6
/
+19
2014-02-05
ldb: pass module init errors back to the caller
Andrew Bartlett
1
-2
/
+3
2013-12-17
ldb: Fix 1138330 Dereference null return value
Volker Lendecke
1
-0
/
+4
2013-12-12
lib/ldb fix compiler warnings
Christian Ambach
1
-2
/
+2
2013-12-07
ldb: bad if test in ldb_comparison_fold()
Jeremy Allison
1
-1
/
+1
2013-12-03
ldb: use of NULL pointer bugfix
Pavel Reichl
1
-2
/
+2
2013-09-16
ldb: Show the type of failing operation in default error message
Andrew Bartlett
1
-1
/
+26
2013-06-24
ldb: Cope with substring match with no chunks in ldb_filter_from_tree
Andrew Bartlett
1
-1
/
+1
2013-06-22
ldb: Ensure not to segfault on a filter such as (mail=)
Andrew Bartlett
1
-0
/
+5
2013-02-08
ldb: use strncmp instead of strcmp when comparing the val part
Matthieu Patou
1
-2
/
+2
2013-01-26
ldb: Ensure to decrement the transaction_active whenever we delete a transaction
ldb-1.1.15
Andrew Bartlett
1
-0
/
+1
2012-11-30
ldb: fix a typo in the comment for ldb_req_is_untrusted()
Michael Adam
1
-1
/
+1
2012-11-13
lib/ldb: add missing newline in the output of ldb_ldif_write_trace()
ldb-1.1.14
Stefan Metzmacher
1
-1
/
+1
2012-11-01
ldb: fixed callers for ldb_pack_data() and ldb_unpack_data()
Andrew Tridgell
1
-26
/
+23
2012-11-01
ldb: move ldb_pack.c into common
Andrew Tridgell
1
-0
/
+290
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
ldb-1.1.12
Andrew Bartlett
3
-13
/
+80
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-09
lib/ldb: Do not vasprintf() the tevent debug messages that will not be shown
ldb-1.1.10
Andrew Bartlett
2
-9
/
+16
2012-06-27
lib/ldb: Print trace messages for modify correctly
Andrew Bartlett
1
-1
/
+1
2012-06-22
ldb: lay foundation for proper utc/generalized time handling
Matthieu Patou
2
-5
/
+41
2012-06-22
ldb: add the VERIFY_NAME control
Matthieu Patou
1
-0
/
+53
2012-04-18
ldb: added ldb_msg_element_equal_ordered()
Andrew Tridgell
1
-0
/
+20
2012-04-11
LDB:ldb_msg.c - add another OOM check in "ldb_msg_copy()"
Matthias Dieter Wallnöfer
1
-0
/
+1
2012-04-10
ldb: Allow access to the line number while reading ldif from a file
Andrew Bartlett
1
-6
/
+13
2012-01-02
ldb:ldb/common/ldb_controls.c - reference "err_string" variable correctly
Matthias Dieter Wallnöfer
1
-1
/
+1
2011-11-02
ldb: fix compiler warning
David Disseldorp
1
-1
/
+1
2011-10-27
ldb:common/ldb_modules.c - fix a typo in comment
Matthias Dieter Wallnöfer
1
-1
/
+1
2011-10-20
ldb: ldb_errstring() takes ldb_contxt as an argument
Amitay Isaacs
1
-1
/
+1
2011-10-20
dsdb: improve debug message
Andrew Tridgell
1
-3
/
+3
2011-10-18
ldb: Output more error information when a connect fails
Andrew Bartlett
1
-1
/
+1
2011-10-11
ldb:ldb_autotransaction_request - error string shouldn't be set here
Matthias Dieter Wallnöfer
1
-5
/
+0
2011-10-11
ldb:ldb.c/"ldb_wait" - make "ldb_wait" always return an error string
Matthias Dieter Wallnöfer
1
-4
/
+39
2011-10-11
ldb:ldb.c/"ldb_wait" - change "ldb_wait" slightly in order to introduce error...
Matthias Dieter Wallnöfer
1
-3
/
+5
2011-10-11
ldb:ldb.c/"ldb_request" - make "ldb_request" always return an error string
Matthias Dieter Wallnöfer
1
-1
/
+15
2011-10-11
ldb:ldb.c - "ldb_set_errstring" can be implemented by using "ldb_asprintf_err...
Matthias Dieter Wallnöfer
1
-10
/
+7
2011-10-11
ldb:ldb_autotransaction_request - fix a typo in a comment
Matthias Dieter Wallnöfer
1
-1
/
+1
2011-10-07
Revert "ldb: support raw OIDs in control string parsing"
Stefan Metzmacher
1
-18
/
+0
2011-10-07
ldb/ldb_controls: allow oid up to 255 chars
Stefan Metzmacher
1
-1
/
+1
2011-10-06
ldb: support raw OIDs in control string parsing
Andrew Tridgell
1
-0
/
+18
2011-10-06
ldb: fixed memory leak in control string parsing
Andrew Tridgell
1
-0
/
+24
2011-09-19
ldb:"ldb_extended" -make the call more similar to "ldb_search"
Matthias Dieter Wallnöfer
1
-2
/
+6
[next]