summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2023-11-20lib/util: move copyright define to copyright.hBjörn Jacke1-0/+28
2023-11-16util/charset: Add talloc_utf16_str[n]dup()Joseph Sutton2-0/+48
2023-11-16util/charset: Include missing headersJoseph Sutton1-0/+2
2023-11-16util/charset: Remove unnecessary castJoseph Sutton1-1/+1
2023-11-15util/charset: Prefer PULL_LE_U16() to older SVAL() macroJoseph Sutton1-2/+2
2023-11-15util/charset/tests: Add tests for UTF‐16 string length functionsJoseph Sutton1-0/+166
2023-11-15util/charset: Add utf16_len_n()Joseph Sutton2-1/+20
2023-11-15util/charset: Include final UTF‐16 code unit in length calculation loopJoseph Sutton1-1/+1
2023-11-15util/charset: Add utf16_len()Joseph Sutton2-3/+16
2023-11-15util/charset: Rename utf16_len() to utf16_null_terminated_len()Joseph Sutton2-3/+3
2023-11-15util/charset: Rename utf16_len_n() to utf16_null_terminated_len_n()Joseph Sutton3-4/+4
2023-11-15util/charset: Remove trailing whitespaceJoseph Sutton2-22/+22
2023-11-09libcli/security: Optionally disallow device‐specific attributes and operato...Joseph Sutton2-0/+3
2023-11-01lib/ldb: pyldb search iterator avoids exception leakDouglas Bagnall1-0/+1
2023-11-01lib/ldb: py LDBError avoids leak and checks for alloc failureDouglas Bagnall1-5/+17
2023-11-01librpc:ndr: Introduce ‘ndr_flags_type’ typeJoseph Sutton1-1/+1
2023-11-01librpc:ndr: Introduce ‘libndr_flags’ typeJoseph Sutton1-1/+1
2023-10-27lib:util: Add a gfree_memcache()Andreas Schneider2-0/+7
2023-10-27lib:util: Add boolean return type for memcache_add_talloc()Andreas Schneider2-4/+5
2023-10-27lib:util: Add boolean return type for memcache_add()Andreas Schneider2-6/+8
2023-10-26s4:kdc: Consider a single‐component krbtgt principal to be the TGSJoseph Sutton1-2/+5
2023-10-26s4:kdc: Have smb_krb5_principal_get_comp_string() properly indicate an errorJoseph Sutton2-16/+31
2023-10-26lib/krb5_wrap: Check return value of krb5_principal_get_comp_string()Joseph Sutton1-1/+8
2023-10-26libutil/iconv: avoid overflow in surrogate pairsDouglas Bagnall1-0/+10
2023-10-26libutil/iconv: don't allow wtf-8 surrogate pairsDouglas Bagnall1-0/+33
2023-10-26util/charset/torture: test convert_string_talloc with emptyish stringsDouglas Bagnall1-0/+160
2023-10-26util/convert string: remove inaccurate misspelt commentDouglas Bagnall1-3/+0
2023-10-26util/charset: disambiguate docs for convert_string twinsDouglas Bagnall1-2/+5
2023-10-26lib/util/charset: @param typosDouglas Bagnall2-5/+5
2023-10-25lib/util: Fix commentJoseph Sutton1-1/+1
2023-10-25tevent: Fix code spellingJoseph Sutton1-2/+2
2023-10-25talloc: Fix documentationJoseph Sutton1-1/+1
2023-10-25lib/fuzzing: Fix code spellingJoseph Sutton1-1/+1
2023-10-25ldb: Fix code spellingJoseph Sutton5-12/+12
2023-10-25lib:param: Set a memory context for the globals if not initialized yetAndreas Schneider2-1/+14
2023-10-24lib/torture: Add torture_assert_size_*() macrosJoseph Sutton1-0/+48
2023-10-24lib/torture: Use portable format specifiersJoseph Sutton1-20/+20
2023-10-24lib/tsocket: add tstream_bsd_fail_readv_first_error()Stefan Metzmacher2-2/+45