summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2023-11-30lib:crypto: Add tests for samba_gnutls_sp800_108_derive_key()Joseph Sutton2-0/+138
2023-11-30lib:crypto: Add samba_gnutls_sp800_108_derive_key()Joseph Sutton3-0/+182
2023-11-30lib:crypto: Remove unused variableJoseph Sutton1-2/+0
2023-11-30lib:crypto: Remove unused importsJoseph Sutton1-1/+0
2023-11-24lib/util: convert DBG_STARTUP_NOTICE() to use debug_set_forced_log_priority(D...Stefan Metzmacher1-2/+6
2023-11-24lib/util: add debug_set_forced_log_priority()Stefan Metzmacher2-0/+11
2023-11-20util/charset: Have talloc_utf16_str[n]dup() accept NULL pointersJoseph Sutton1-0/+6
2023-11-20Use python.h from libreplaceAndreas Schneider12-12/+12
2023-11-20lib:replace: Add python.hAndreas Schneider1-0/+30
2023-11-20s4-torture: add torture_assert_werr_equal_goto and torture_assert_werr_ok_got...Günther Deschner1-0/+12
2023-11-20lib/util/become_daemon.c: use DBG_STARTUP_NOTICEBjörn Jacke1-1/+1
2023-11-20debug.h: introduce DEBUG_STARTUP_NOTICEBjörn Jacke1-0/+2