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
/
common
Age
Commit message (
Expand
)
Author
Files
Lines
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
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()
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
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
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
2011-09-11
ldb:ldb_controls.c - remove duplicate definition of "LDB_CONTROL_CMP"
Matthias Dieter Wallnöfer
1
-11
/
+3
2011-08-19
ldb:ldb_controls.c - cosmetic indentation fix
Matthias Dieter Wallnöfer
1
-5
/
+4
2011-08-09
ldb: fix the canonicalisation of booleans
Andrew Tridgell
1
-3
/
+3
2011-08-04
ldb: added a new always-fail ldap extended match OID
Andrew Tridgell
1
-1
/
+12
2011-08-04
ldb: added ldb_parse_tree_walk()
Andrew Tridgell
1
-16
/
+70
2011-08-04
ldb: added ldb_dn_replace_components()
Andrew Tridgell
1
-0
/
+56
2011-07-29
ldb: fixed a search expression parse bug
Andrew Tridgell
1
-1
/
+11
2011-07-13
ldb: added ldb_val_string_cmp()
Andrew Tridgell
1
-0
/
+12
2011-07-13
ldb: don't return special DNs on non-base searches
Andrew Tridgell
1
-0
/
+5
2011-07-13
ldb: don't shortcut dn comparison for mismatched special DNs
Andrew Tridgell
1
-1
/
+1
2011-07-05
ldb: make ldb a top level library for Samba 4.0
Andrew Bartlett
14
-0
/
+11302