summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: add sys_io_ranges_overlap()Ralph Boehme2021-08-114-0/+143
* replace: copy_file_range()Ralph Boehme2021-08-113-1/+46
* lib:replace: Do not build strndup test with gcc 11 or newerAndreas Schneider2021-05-121-0/+13
* ldb: version 2.3.0ldb-2.3.0Stefan Metzmacher2021-03-243-1/+287
* CVE-2020-27840: pytests: move Dn.validate test to ldbDouglas Bagnall2021-03-192-0/+46
* CVE-2020-27840 ldb_dn: avoid head corruption in ldb_dn_explodeDouglas Bagnall2021-03-191-0/+1
* CVE-2021-20277 ldb/attrib_handlers casefold: stay in boundsDouglas Bagnall2021-03-191-1/+1
* CVE-2021-20277 ldb: Remove tests from ldb_match_test that do not passAndrew Bartlett2021-03-191-2/+0
* CVE-2021-20277 ldb tests: ldb_match tests with extra spacesDouglas Bagnall2021-03-191-1/+7
* ldb: add tests for ldb_wildcard_compareDouglas Bagnall2021-03-191-10/+124
* lib:util: Avoid free'ing our own pointerAndreas Schneider2021-02-091-4/+15
* lib:util: Add cache oversize test for memcacheAndreas Schneider2021-02-091-0/+39
* lib:util: Add basic memcache unit testAndreas Schneider2021-02-092-0/+128
* tsocket: Fix a few typosVolker Lendecke2021-01-141-3/+3
* tdb: Fix CID 1471761 String not null terminatedVolker Lendecke2021-01-141-1/+1
* lib: Fix 'charset' dependenciesVolker Lendecke2021-01-121-1/+1
* lib: Avoid "includes.h" in lib/util/charset/Volker Lendecke2021-01-126-6/+20
* lib: Remove using talloc_stack from lib/util/charset/Volker Lendecke2021-01-121-16/+20
* lib: lib/param/param.h references TALLOC_CTXVolker Lendecke2021-01-121-0/+2
* lib: Move utf16_len[_n]() to lib/util/charset/Volker Lendecke2021-01-124-44/+43
* build: Make smb_panic() available as a subsystem of its ownVolker Lendecke2021-01-121-8/+43
* lib: Avoid all_string_sub() in smb_panic()Volker Lendecke2021-01-121-2/+15
* build: Move weird.c and charset_macosxfs.c to ICONV_WRAPPERVolker Lendecke2021-01-121-2/+13
* lib: Simplify "weird" charset codeVolker Lendecke2021-01-121-24/+21
* lib: Move ucs2_align() to 'charset' subsystemVolker Lendecke2021-01-124-8/+10
* lib: Add samba_sockaddr_[gs]et_port()Volker Lendecke2021-01-112-0/+32
* lib: Move sockaddr_storage_to_samba_sockaddr() to lib/Volker Lendecke2021-01-112-0/+29
* lib: Use hex_byte() in ucs2hex_pull()Volker Lendecke2021-01-081-8/+7
* lib: Use hex_byte() in rfc1738_unescape()Volker Lendecke2021-01-081-7/+7
* ldb: Use hex_byte() in ldb_binary_decode()Volker Lendecke2021-01-081-23/+4
* tdb: Use hex_byte() in parse_hex()Volker Lendecke2021-01-081-22/+2
* tdb: Use hex_byte() in read_data()Volker Lendecke2021-01-081-31/+10
* lib: Add "hex_byte()" to replace.hVolker Lendecke2021-01-081-0/+16
* lib:util: Add directory_create_or_exists_recursive()Andreas Schneider2021-01-063-5/+165
* dnsupdates: clean up all RRSets and not only type ABjörn Jacke2020-12-231-2/+2
* CI: add samba-no-opathRalph Boehme2020-12-161-0/+4
* libsmb: Remove unused ads_dns_query_* routinesVolker Lendecke2020-12-112-189/+0
* libcli: Add ads_dns_query_srv_send()/recv()Volker Lendecke2020-12-113-0/+615
* build: Wrap a long lineVolker Lendecke2020-12-111-1/+9
* libcli: Add required #includes to dnsquery.hVolker Lendecke2020-12-111-0/+2
* lib: Make dnsquery.h #ifdef align to our conventionsVolker Lendecke2020-12-111-3/+3
* debug: detect logrotation by checking inode numberRalph Boehme2020-12-071-2/+29
* debug: pass struct debug_class *config to do_one_check_log_size()Ralph Boehme2020-12-071-13/+9
* debug: pass struct debug_class *config to reopen_one_log()Ralph Boehme2020-12-071-6/+6
* loadparm: setup debug subsystem setting max_log_size from configRalph Boehme2020-12-071-0/+1
* s4-torture: test file_line_parse as wellGünther Deschner2020-11-131-0/+31
* lib: Fix file_lines_parse() to do what people expect. Much safer to use.Jeremy Allison2020-11-132-2/+11
* lib: create a wrapper for file_lines_parse().Jeremy Allison2020-11-131-3/+11
* lib: Move generate_unique_u64_state into generate_unique_u64()Volker Lendecke2020-11-101-5/+5
* lib: talloc: Remove the ALWAYS_REALLOC code paths.talloc-2.3.2Jeremy Allison2020-11-102-76/+1