summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/replace - add extra check to bsd_attr_listAndrew Walker2023-01-021-0/+12
* waf: Run python tests also with tr_TR localeAndreas Schneider2022-12-231-0/+7
* lib:ldb: Use ldb_ascii_toupper() for case foldingAndreas Schneider2022-12-233-14/+25
* lib:ldb: Add ldb_ascii_toupper()Andreas Schneider2022-12-232-0/+17
* lib:ldb: Remove trailing white spaces in ldb_private.hAndreas Schneider2022-12-231-5/+5
* lib:ldb: Fix trailing whitespaces in common/ldb_utf8.cAndreas Schneider2022-12-231-2/+2
* lib:ldb: Fix trailing whitespaces in common/attrib_handlers.cAndreas Schneider2022-12-231-16/+16
* lib/compression: add simple python bindingsDouglas Bagnall2022-12-222-0/+309
* compression/huffman: debug function bails upon disaster (CID 1517261)Douglas Bagnall2022-12-191-0/+5
* compression/huffman: double check distance in matches (CID 1517278)Douglas Bagnall2022-12-191-0/+3
* compression: fix sign extension of long matches (CID 1517275)Douglas Bagnall2022-12-191-1/+1
* compression tests: avoid div by zero in failure (CID 1517297)Douglas Bagnall2022-12-192-0/+2
* compression/tests: calm the static analysts (CID: numerous)Douglas Bagnall2022-12-192-5/+21
* compression/huffman: check again for invalid codes (CID 1517302)Douglas Bagnall2022-12-191-0/+3
* compression/huffman: tighten bit_len checks (fix SUSE -O3 build)Douglas Bagnall2022-12-191-2/+3
* fuzz: fix lzxpress plain round-trip fuzzerDouglas Bagnall2022-12-191-1/+4
* compression/huffman: avoid semi-defined behaviour in decompressDouglas Bagnall2022-12-191-5/+7
* s3-librpc: add ads.idl and convert ads_struct to talloc.Günther Deschner2022-12-162-11/+1
* tdb: Move 160 bytes from R/W data segment to R/O textVolker Lendecke2022-12-151-18/+35
* lib: Save intermediate NULL checks with talloc_asprintf_addbuf()Volker Lendecke2022-12-141-9/+5
* lib: Use talloc_asprintf_addbuf() in rdn_name_add()Volker Lendecke2022-12-141-2/+2
* lib: Use talloc_asprintf_addbuf() in ldb_module_call_chain()Volker Lendecke2022-12-141-7/+2
* lib: Use talloc_asprintf_addbuf() in print_socket_options()Volker Lendecke2022-12-141-13/+6
* lib: Use talloc_asprintf_addbuf() in ldif_write_prefixMap()Volker Lendecke2022-12-141-7/+4
* lib: Use talloc_asprintf_addbuf() in str_list_join_shell()Volker Lendecke2022-12-141-4/+5
* lib: Use talloc_asprintf_addbuf() in str_list_join()Volker Lendecke2022-12-141-1/+1
* lib: Use talloc_asprintf_addbuf() in debug.cVolker Lendecke2022-12-141-9/+6
* lib: Move talloc_asprintf_addbuf() to tallocVolker Lendecke2022-12-147-38/+120
* lib: Fix whitespaceVolker Lendecke2022-12-143-61/+61
* lib/util: use process_set_title() in tfork()Ralph Boehme2022-12-141-4/+3
* lib/util: add process_set_title()Ralph Boehme2022-12-142-3/+42
* CVE-2022-37966 param: Add support for new option "kdc supported enctypes"Stefan Metzmacher2022-12-131-0/+69
* CVE-2022-37966 param: let "kdc default domain supportedenctypes = 0" mean the...Stefan Metzmacher2022-12-131-4/+0
* CVE-2022-37966 param: don't explicitly initialize "kdc force enable rc4 weak ...Stefan Metzmacher2022-12-131-4/+0
* CVE-2022-37966 lib/krb5_wrap: no longer reference des encryption typesStefan Metzmacher2022-12-131-2/+0
* CVE-2022-37966 lib/krb5_wrap: remove unused ifdef HAVE_ENCTYPE_AES*Stefan Metzmacher2022-12-131-4/+0
* CVE-2022-37966 param: Add support for new option "kdc force enable rc4 weak s...Andrew Bartlett2022-12-131-0/+4
* CVE-2022-37966 param: Add support for new option "kdc default domain supporte...Joseph Sutton2022-12-131-0/+79
* CVE-2022-38023 docs-xml/smbdotconf: add "server schannel require seal[:COMPUT...Stefan Metzmacher2022-12-131-0/+1
* CVE-2022-38023 docs-xml/smbdotconf: change 'reject md5 clients' default to yesStefan Metzmacher2022-12-131-0/+1
* CVE-2022-38023 docs-xml/smbdotconf: change 'reject md5 servers' default to yesStefan Metzmacher2022-12-131-0/+1
* tsocket: Fix the build on FreeBSDVolker Lendecke2022-12-122-21/+36
* lib/torture: fix tctx arg usage in torture_assert_nttime_equal() macroRalph Boehme2022-12-091-1/+1
* lib/cmdline/tests: add missing includesRalph Boehme2022-12-091-0/+2
* lib/compression: Include missing stat header fileAnoop C S2022-12-062-0/+2
* lib:compression: Initialize variablesAndreas Schneider2022-12-041-2/+2
* lib/compression/lzxpress: fix our slow compressionDouglas Bagnall2022-12-021-46/+164
* lib/compression/lzxpress: shift encoding into helper functionsDouglas Bagnall2022-12-011-74/+104
* lib/compression/lzxpress compression: use a write context structDouglas Bagnall2022-12-011-50/+62
* lib/compression: more tests for lzxpress plain compressionDouglas Bagnall2022-12-011-0/+749