summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2024-02-16ldb: Remove trailing whitespaceJo Sutton1-16/+16
2024-02-16lib:util: Remove inaccurate commentJo Sutton1-9/+1
2024-02-16lib:crypto: Explicitly check for zeroJo Sutton1-1/+1
2024-02-16lib:crypto: Comment on GKDI definitionsJo Sutton1-2/+2
2024-02-16lib:crypto: Export gkid_key_type() and gkid_is_valid()Jo Sutton2-2/+6
2024-02-16lib:crypto: Fix code formattingJo Sutton3-20/+17
2024-02-08lib:util: Remove trailing whitespaceJo Sutton1-4/+4
2024-02-08ldb: Fix code spellingJo Sutton1-6/+6
2024-01-29ldb: change the version to 2.10.0 for Samba 4.21Jule Anger3-2/+310
2024-01-29ldb: release 2.9.0 for use in Samba 4.20.xldb-2.9.0Jule Anger1-1/+1
2024-01-29tevent: release 0.16.1tevent-0.16.1Jule Anger2-1/+168
2024-01-29tdb: release 1.4.10tdb-1.4.10Jule Anger2-1/+74
2024-01-29talloc: release 2.4.2talloc-2.4.2Jule Anger3-1/+83
2024-01-16time.c: fix ctime which was feeded with the mtime secondsBjörn Jacke1-1/+1
2024-01-09tdb: fix python/tdbdump.py exampleStefan Metzmacher1-2/+7
2024-01-09lib/util: let is_zero_addr() return true for AF_UNSPECStefan Metzmacher1-0/+3
2024-01-04lib: Confine the copy_no_nl memcpy to debug_gpfs_log()Volker Lendecke1-62/+29
2024-01-04lib: Avoid memcpy in debug_lttng_log()Volker Lendecke1-9/+12
2024-01-04lib: Avoid memcpy in debug_systemd_log()Volker Lendecke1-12/+21
2023-12-22lib:crypto: Add tests for GKDI key derivationJoseph Sutton2-0/+497
2023-12-22lib:crypto: Add implementation of GKDI key derivationJoseph Sutton3-1/+448
2023-12-22fuzz: allow max size conditional ACE round-trip failureDouglas Bagnall1-0/+11
2023-12-21librpc: Change type of ‘u16string’ from ‘const uint16_t *’ to ‘cons...Joseph Sutton2-18/+13
2023-12-21lib:crypto: Add GKDI module with some constantsJoseph Sutton3-0/+56
2023-12-21ldb: Fix code spellingJoseph Sutton1-1/+1
2023-12-21lib:cmdline: Fix code spellingJoseph Sutton1-1/+1
2023-12-21lib:util: Use portable integer constantsJoseph Sutton1-3/+3
2023-12-21lib:util: Remove redundant casts in PUSH_*() macrosJoseph Sutton1-6/+6
2023-12-21lib:util: Don’t unnecessarily parenthesize macro argumentsJoseph Sutton1-6/+6
2023-12-21lib:util: Cast macro parameter ‘val’ to expected typeJoseph Sutton1-3/+3
2023-12-21lib:util: Parenthesize macro parametersJoseph Sutton1-5/+5
2023-12-21lib:util: Define TIME_FIXUP_CONSTANT_INT using INT64_C() macroJoseph Sutton1-5/+1
2023-12-15VERSION: move COPYRIGHT_STARTUP_MESSAGE as SAMBA_COPYRIGHT_STRING into version.hStefan Metzmacher2-28/+1
2023-12-08util/data_blob: Fix code spellingJoseph Sutton1-1/+1
2023-12-08util/data_blob: Remove trailing whitespaceJoseph Sutton1-7/+7
2023-12-08util/charset: Remove trailing whitespaceJoseph Sutton1-6/+6
2023-12-08lib/torture: Remove trailing whitespaceJoseph Sutton1-36/+36
2023-12-08talloc: Fix documentationJoseph Sutton1-2/+2
2023-12-08lib/fuzzing: Fix code spellingJoseph Sutton2-2/+2
2023-12-08ldb: Fix code spellingJoseph Sutton1-3/+3
2023-12-08lib:crypto: Remove unused Rijndael cipher headerJoseph Sutton1-46/+0
2023-12-08lib:crypto: Remove redundant array zeroingJoseph Sutton1-1/+0
2023-11-30lib:crypto: Use bytearray macrosAndreas Schneider1-2/+2
2023-11-30lib:crypto: Add test for samba_gnutls_sp800_108_derive_key() using NIST test ...Joseph Sutton1-0/+260
2023-11-30lib:crypto: Add ‘FixedData’ parameter to samba_gnutls_sp800_108_derive_key()Joseph Sutton3-20/+52
2023-11-30lib:crypto: Have samba_gnutls_sp800_108_derive_key() support various output k...Joseph Sutton1-24/+63
2023-11-30lib:crypto: Clean up HMAC handle in one placeJoseph Sutton1-6/+5
2023-11-30lib:crypto: Add missing call to gnutls_hmac_deinit()Joseph Sutton1-0/+1
2023-11-30lib:crypto: Add common out path to samba_gnutls_sp800_108_derive_key()Joseph Sutton1-3/+4
2023-11-30lib:crypto: Split out core of samba_gnutls_sp800_108_derive_key()Joseph Sutton1-34/+62