index
:
delta/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-2-stable
v4-2-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
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ldb
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
ldb: Fix comment on ldb_register_extended_match_rule
Andrew Bartlett
2016-09-01
1
-3
/
+1
*
ldb: Avoid multiple tiny allocations during full DB scan
Andrew Bartlett
2016-08-31
1
-1
/
+24
*
ldb: Fix some signed/unsigned hickups
Volker Lendecke
2016-08-11
1
-3
/
+2
*
ldb: Fix two signed/unsigned hickups
Volker Lendecke
2016-08-05
1
-3
/
+3
*
ldb: Add ldb_unpack_data_only_attr_list_flags()
Andrew Bartlett
2016-07-28
1
-24
/
+59
*
ldb: Add better debugging to ldb_wait()
Andrew Bartlett
2016-07-19
1
-29
/
+39
*
ldb: Avoid use-after-free when one error message is printed into another
Andrew Bartlett
2016-07-06
1
-2
/
+4
*
ldb: Do not allocate the extended DN name
Andrew Bartlett
2016-06-27
1
-13
/
+8
*
LDB: Redudant test on NULL context remove
Petr Cech
2016-04-26
1
-1
/
+1
*
ldb_controls: avoid unnecessary unchecked talloc_asprintf()s
Douglas Bagnall
2016-03-22
1
-124
/
+99
*
ldb controls: allow paged_search to use a cookie
Douglas Bagnall
2016-03-22
1
-10
/
+29
*
ldb client controls: don't ignore failed memdup
Douglas Bagnall
2016-03-22
1
-0
/
+12
*
ldb controls: don't ignore memory allocation failure
Douglas Bagnall
2016-03-22
1
-0
/
+3
*
ldb client controls: avoid talloc_memdup(x, y, (size_t)-1);
Douglas Bagnall
2016-03-19
1
-4
/
+27
*
ldb_controls: add base64 option to VLV
Douglas Bagnall
2016-03-09
1
-3
/
+15
*
ldb controls: use uint8_t* for contextID binary blob
Douglas Bagnall
2016-03-09
1
-3
/
+2
*
vlv: better syntax for parsing greater than or equal strings
Douglas Bagnall
2016-03-09
1
-1
/
+1
*
ldb controls: better error string for VLV control
Douglas Bagnall
2016-03-09
1
-1
/
+1
*
ldb controls: base64 encode VLV response context strings
Garming Sam
2016-03-09
1
-3
/
+9
*
ldb: add support for LDB_CONTROL_DIRSYNC_EX
Stefan Metzmacher
2016-02-17
1
-0
/
+65
*
ldb: add LDB_ATTR_FLAG_FORCE_BASE64_LDIF support
Stefan Metzmacher
2016-02-17
1
-3
/
+11
*
ldb: remove unneeded type arg from DLIST_ADD_END
Michael Adam
2016-02-06
2
-4
/
+4
*
ldb: Avoid a "talloc_steal"
Volker Lendecke
2016-02-03
1
-4
/
+3
*
ldb: Fix some whitespace
Volker Lendecke
2016-02-03
1
-29
/
+29
*
ldb-samba: Correct error reporting to match Windows
Adrian Cochrane
2016-01-18
1
-1
/
+2
*
ldb: Fix CID 1348110 Uninitialized scalar variable
Volker Lendecke
2016-01-15
1
-1
/
+1
*
ldb: validate ldb_dn_set_component input parameters even more strictly
Andrew Bartlett
2016-01-06
1
-0
/
+8
*
ldb: Explain why this use of talloc_memdup() is safe
Andrew Bartlett
2016-01-05
1
-0
/
+11
*
ldb: Be strict about talloc_memdup() and passed in buffers in ldb_dn_set_comp...
Andrew Bartlett
2016-01-05
1
-1
/
+13
*
lib/ldb: Use talloc_memdup() because we know the length of the attribute already
Adrian Cochrane
2015-12-17
1
-1
/
+1
*
lib/ldb: Rename variable for clarity
Garming Sam
2015-12-17
1
-1
/
+2
*
lib/ldb Add checks for overflow during ldb pack and parse
Andrew Bartlett
2015-12-17
1
-23
/
+105
*
lib/ldb: Use better variable names in ldb_unpack_only_attr_list
Adrian Cochrane
2015-12-17
1
-8
/
+13
*
lib/ldb: Clarify the intent of ldb_data_unpack_withlist
Garming Sam
2015-12-17
1
-13
/
+21
*
ldb: introduce ldb_unpack_data_withlist to unpack partial list of attributes
Matthieu Patou
2015-12-17
1
-21
/
+109
*
CVE-2015-5330: ldb_dn_explode: copy strings by length, not terminators
Douglas Bagnall
2015-12-09
1
-2
/
+7
*
CVE-2015-5330: ldb_dn_escape_value: use known string length, not strlen()
Douglas Bagnall
2015-12-09
1
-4
/
+8
*
CVE-2015-5330: ldb_dn: simplify and fix ldb_dn_escape_internal()
Douglas Bagnall
2015-12-09
1
-28
/
+18
*
CVE-2015-3223: lib: ldb: Use memmem binary search, not strstr text search.
Jeremy Allison
2015-12-09
1
-4
/
+13
*
CVE-2015-3223: lib: ldb: Cope with canonicalise_fn returning string "", lengt...
Jeremy Allison
2015-12-09
1
-1
/
+15
*
Fix various spelling errors
Mathieu Parent
2015-11-06
1
-1
/
+1
*
ldb: Fix python bindings to accept a string as a DN
ldb-1.1.22
Andrew Bartlett
2015-10-26
1
-0
/
+5
*
ldb: Fix CID 1034781 Unsigned compared against 0
Volker Lendecke
2015-09-30
1
-3
/
+3
*
lib/ldb: fix logic in ldb_val_to_time()
Stefan Metzmacher
2015-01-24
1
-6
/
+32
*
ldb: Allow to register extended match rules
Samuel Cabrero
2014-12-22
2
-36
/
+146
*
lib-ldb_ldif: Stop processing if ldb_message element name is NULL
Kamen Mazdrashki
2014-11-25
1
-0
/
+7
*
lib-ldb: Check for input parameter when searching attributes by name
Kamen Mazdrashki
2014-11-25
1
-2
/
+13
*
lib/ldb: fix compiler warnings in ldb_modules_list_from_string()
Stefan Metzmacher
2014-11-14
1
-2
/
+2
*
ldb: make the successful ldb_transaction_start() message clearer
Andrew Bartlett
2014-05-03
1
-4
/
+8
*
ldb: Add a env variable to disable RTLD_DEEPBIND.
Andreas Schneider
2014-04-17
1
-6
/
+19
[next]