summaryrefslogtreecommitdiff
path: root/lib/ldb/common/ldb_msg.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-20ldb: Avoid a few memset()s with direct structsVolker Lendecke1-4/+2
2024-04-30lib:ldb: Add missing overflow check in ldb_msg_normalize()Andreas Schneider1-1/+1
2024-04-10ldb: reduce non-transitive comparisons in ldb_msg_element_compare()Douglas Bagnall1-2/+9
2024-04-10ldb: avoid non-transitive comparison in ldb_val_cmp()Douglas Bagnall1-1/+1
2024-02-29ldb: ldb_string_to_time reports more errorsDouglas Bagnall1-1/+10
2023-09-14ldb: Prefer explicit initialization to ZERO_STRUCT()Joseph Sutton1-9/+5
2023-09-11ldb: Fix code spellingJoseph Sutton1-2/+2
2023-08-08ldb: Account for ‘name’ possibly being NULLJoseph Sutton1-2/+4
2023-08-08ldb: Don’t pass NULL pointer into strcasecmp()Joseph Sutton1-0/+12
2023-04-12ldb: Remove old misleading commentsJoseph Sutton1-4/+0
2023-04-05CVE-2023-0614 ldb: Add function to remove excess capacity from an ldb messageJoseph Sutton1-0/+16
2023-04-05CVE-2023-0614 ldb: Add functions for handling inaccessible message elementsJoseph Sutton1-0/+26
2023-04-04lib:ldb:common: Fix code spellingAndreas Schneider1-3/+3
2023-03-31ldb: Add ldb_val -> bool,uint64,int64 parsing functionsJoseph Sutton1-19/+46
2023-03-31ldb: Split out ldb_val_as_dn() helper functionJoseph Sutton1-2/+8
2023-03-08ldb: Make ldb_msg_remove_attr O(n)Joseph Sutton1-3/+10
2022-07-27CVE-2022-32746 ldb: Add functions for appending to an ldb_messageJoseph Sutton1-4/+161
2022-07-27CVE-2022-32746 ldb: Ensure shallow copy modifications do not affect original ...Joseph Sutton1-8/+44
2022-07-27CVE-2022-32746 ldb: Add flag to mark message element values as sharedJoseph Sutton1-6/+37
2021-09-15ldb_msg: Don't fail in ldb_msg_copy() if source DN is NULLJoseph Sutton1-2/+4
2021-03-01pyldb: catch potential overflow error in py_timestringStefan Metzmacher1-0/+1
2019-05-10ldb_msg: remove_element() checks element array boundsDouglas Bagnall1-5/+5
2019-01-28lib:ldb: Use correct C99 initializer for 'struct tm'Andreas Schneider1-2/+4
2017-07-07ldb: avoid searching empty lists in ldb_msg_find_common_valuesDouglas Bagnall1-0/+3
2017-07-07ldb: Fix index out of bound in ldb_msg_find_common_valuesLukas Slebodnik1-9/+1
2017-06-15ldb: relatively efficient functions for finding duplicate valuesDouglas Bagnall1-0/+218
2017-06-15ldb: fix whitespace in ldb_msg.cDouglas Bagnall1-35/+35
2015-01-24lib/ldb: fix logic in ldb_val_to_time()Stefan Metzmacher1-6/+32
2012-06-22ldb: lay foundation for proper utc/generalized time handlingMatthieu Patou1-5/+13
2012-04-18ldb: added ldb_msg_element_equal_ordered()Andrew Tridgell1-0/+20
2012-04-11LDB:ldb_msg.c - add another OOM check in "ldb_msg_copy()"Matthias Dieter Wallnöfer1-0/+1
2011-07-13ldb: added ldb_val_string_cmp()Andrew Tridgell1-0/+12
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett1-0/+1187