tests: Add a test for the idmap_nss : use_upn setting
[scabrero/samba-autobuild/.git] / lib /
2023-12-08 Joseph Suttonutil/data_blob: Fix code spelling
2023-12-08 Joseph Suttonutil/data_blob: Remove trailing whitespace
2023-12-08 Joseph Suttonutil/charset: Remove trailing whitespace
2023-12-08 Joseph Suttonlib/torture: Remove trailing whitespace
2023-12-08 Joseph Suttontalloc: Fix documentation
2023-12-08 Joseph Suttonlib/fuzzing: Fix code spelling
2023-12-08 Joseph Suttonldb: Fix code spelling
2023-12-08 Joseph Suttonlib:crypto: Remove unused Rijndael cipher header
2023-12-08 Joseph Suttonlib:crypto: Remove redundant array zeroing
2023-11-30 Andreas Schneiderlib:crypto: Use bytearray macros
2023-11-30 Joseph Suttonlib:crypto: Add test for samba_gnutls_sp800_108_derive_...
2023-11-30 Joseph Suttonlib:crypto: Add ‘FixedData’ parameter to samba_gnutls_s...
2023-11-30 Joseph Suttonlib:crypto: Have samba_gnutls_sp800_108_derive_key...
2023-11-30 Joseph Suttonlib:crypto: Clean up HMAC handle in one place
2023-11-30 Joseph Suttonlib:crypto: Add missing call to gnutls_hmac_deinit()
2023-11-30 Joseph Suttonlib:crypto: Add common out path to samba_gnutls_sp800_1...
2023-11-30 Joseph Suttonlib:crypto: Split out core of samba_gnutls_sp800_108_de...
2023-11-30 Joseph Suttonlib:crypto: Add tests for samba_gnutls_sp800_108_derive...
2023-11-30 Joseph Suttonlib:crypto: Add samba_gnutls_sp800_108_derive_key()
2023-11-30 Joseph Suttonlib:crypto: Remove unused variable
2023-11-30 Joseph Suttonlib:crypto: Remove unused imports
2023-11-24 Stefan Metzmacherlib/util: convert DBG_STARTUP_NOTICE() to use debug_set...
2023-11-24 Stefan Metzmacherlib/util: add debug_set_forced_log_priority()
2023-11-20 Joseph Suttonutil/charset: Have talloc_utf16_str[n]dup() accept...
2023-11-20 Andreas SchneiderUse python.h from libreplace
2023-11-20 Andreas Schneiderlib:replace: Add python.h
2023-11-20 Günther Deschners4-torture: add torture_assert_werr_equal_goto and...
2023-11-20 Björn Jackelib/util/become_daemon.c: use DBG_STARTUP_NOTICE
2023-11-20 Björn Jackedebug.h: introduce DEBUG_STARTUP_NOTICE
2023-11-20 Björn Jackelib/util: move copyright define to copyright.h
2023-11-16 Joseph Suttonutil/charset: Add talloc_utf16_str[n]dup()
2023-11-16 Joseph Suttonutil/charset: Include missing headers
2023-11-16 Joseph Suttonutil/charset: Remove unnecessary cast
2023-11-15 Joseph Suttonutil/charset: Prefer PULL_LE_U16() to older SVAL()...
2023-11-15 Joseph Suttonutil/charset/tests: Add tests for UTF‐16 string length...
2023-11-15 Joseph Suttonutil/charset: Add utf16_len_n()
2023-11-15 Joseph Suttonutil/charset: Include final UTF‐16 code unit in length...
2023-11-15 Joseph Suttonutil/charset: Add utf16_len()
2023-11-15 Joseph Suttonutil/charset: Rename utf16_len() to utf16_null_terminat...
2023-11-15 Joseph Suttonutil/charset: Rename utf16_len_n() to utf16_null_termin...
2023-11-15 Joseph Suttonutil/charset: Remove trailing whitespace
2023-11-09 Joseph Suttonlibcli/security: Optionally disallow device‐specific...
2023-11-01 Douglas Bagnalllib/ldb: pyldb search iterator avoids exception leak
2023-11-01 Douglas Bagnalllib/ldb: py LDBError avoids leak and checks for alloc...
2023-11-01 Joseph Suttonlibrpc:ndr: Introduce ‘ndr_flags_type’ type
2023-11-01 Joseph Suttonlibrpc:ndr: Introduce ‘libndr_flags’ type
2023-10-27 Andreas Schneiderlib:util: Add a gfree_memcache()
2023-10-27 Andreas Schneiderlib:util: Add boolean return type for memcache_add_talloc()
2023-10-27 Andreas Schneiderlib:util: Add boolean return type for memcache_add()
2023-10-26 Joseph Suttons4:kdc: Consider a single‐component krbtgt principal...
2023-10-26 Joseph Suttons4:kdc: Have smb_krb5_principal_get_comp_string() prope...
2023-10-26 Joseph Suttonlib/krb5_wrap: Check return value of krb5_principal_get...
2023-10-26 Douglas Bagnalllibutil/iconv: avoid overflow in surrogate pairs
2023-10-26 Douglas Bagnalllibutil/iconv: don't allow wtf-8 surrogate pairs
2023-10-26 Douglas Bagnallutil/charset/torture: test convert_string_talloc with...
2023-10-26 Douglas Bagnallutil/convert string: remove inaccurate misspelt comment
2023-10-26 Douglas Bagnallutil/charset: disambiguate docs for convert_string...
2023-10-26 Douglas Bagnalllib/util/charset: @param typos
2023-10-25 Joseph Suttonlib/util: Fix comment
2023-10-25 Joseph Suttontevent: Fix code spelling
2023-10-25 Joseph Suttontalloc: Fix documentation
2023-10-25 Joseph Suttonlib/fuzzing: Fix code spelling
2023-10-25 Joseph Suttonldb: Fix code spelling
2023-10-25 Andreas Schneiderlib:param: Set a memory context for the globals if...
2023-10-24 Joseph Suttonlib/torture: Add torture_assert_size_*() macros
2023-10-24 Joseph Suttonlib/torture: Use portable format specifiers
2023-10-24 Stefan Metzmacherlib/tsocket: add tstream_bsd_fail_readv_first_error()
2023-10-24 Stefan Metzmacherlib/tsocket: make use of TEVENT_FD_ERROR in tstream_bsd...
2023-10-24 Stefan Metzmacherlib/tsocket: let tstream_bsd_connect_send() use TEVENT_...
2023-10-24 Stefan Metzmacherlib/async_req: let writev_send/recv use TEVENT_FD_ERROR
2023-10-24 Stefan Metzmacherlib/async_req: let async_connect_send use TEVENT_FD_ERR...
2023-10-24 Stefan Metzmacherlib/tsocket: make use of samba_socket_sock_error()
2023-10-24 Stefan Metzmacherlib/tsocket: make use of samba_socket_poll_or_sock_error()
2023-10-24 Stefan Metzmacherlib/util: add samba_socket_{poll,sock,poll_or_sock...
2023-10-13 Stefan Metzmachertevent: version 0.16.0
2023-10-13 Stefan Metzmachertevent: add support for TEVENT_FD_ERROR
2023-10-13 Stefan Metzmachertevent: add test_event_fd3
2023-10-13 Stefan Metzmachertevent: add test_fd_speed3
2023-10-13 Stefan Metzmachertevent: let tevent_epoll.c use new generic mpx infrastr...
2023-10-13 Stefan Metzmachertevent: add tevent_common_fd_mpx infrastructure
2023-10-13 Stefan Metzmachertevent: split out a tevent_common_fd_disarm() helper
2023-10-13 Stefan Metzmacherldb: sync DLIST_DEMOTE_SHORT() changes to include/dlink...
2023-10-13 Stefan Metzmacherlib/util: sync DLIST_DEMOTE_SHORT() changes to dlinklist.h
2023-10-13 Stefan Metzmachertevent: introduce DLIST_DEMOTE_SHORT()
2023-10-13 Joseph Suttonlib:util: Remove always‐false comparison (CID 242193)
2023-10-13 Joseph Suttonutil: Remove redundant assertion (CID 1497841)
2023-10-13 Joseph Suttontdb: Do not pass non–null‐terminated strings to strcmp...
2023-10-13 Joseph Suttonlib:replace: Properly check result of write() and read...
2023-10-13 Joseph Suttonlib:printer_driver: Check return value of gp_inifile_en...
2023-10-13 Joseph Suttonlib:compression: Correctly fix sign extension of long...
2023-10-10 Andrew BartlettCVE-2023-42669 s4-rpc_server: Disable rpcecho server...
2023-10-01 Joseph Suttonlib:krb5_wrap: Include missing headers
2023-10-01 Joseph Suttonlib/util: Fix building with FORTIFY_SOURCE=2
2023-10-01 Joseph Suttonldb: Fix building with FORTIFY_SOURCE=2
2023-10-01 Joseph Suttonlib/ldb-samba: Fix building with FORTIFY_SOURCE=2
2023-10-01 Joseph Suttonlib:compression: Fix building with FORTIFY_SOURCE=2
2023-09-27 Joseph Suttonlib:audit_logging: Initialize ‘tm’ structure
2023-09-27 Joseph Suttonlib/krb5_wrap: Simplify assignments
2023-09-27 Joseph Suttonlib/krb5_wrap: Make use of smb_krb5_make_data()
2023-09-26 Douglas Bagnallfuzzing: fuzz_sddl_parse forgives bad utf-8
next