s3: libsmb: In cli_ntcreate1_send() (SMBntcreateX) check for DFS pathname.
[samba.git] / lib /
2022-09-12 Joseph Suttonlib:util: Check memset_s() error code in talloc_keep_se...
2022-09-12 Joseph SuttonCVE-2021-20251 lib:crypto: Add Python functions for...
2022-09-12 Joseph SuttonCVE-2021-20251 lib:crypto: Add md4_hash_blob() for...
2022-09-12 Joseph SuttonCVE-2021-20251 lib:crypto: Add des_crypt_blob_16()...
2022-09-12 Joseph Suttonlib:crypto: Use constant time memory comparison to...
2022-09-12 Joseph Suttonlib:crypto: Check for overflow before filling pauth_tag...
2022-09-12 Joseph Suttonlib:crypto: Zero auth_tag array in encryption test
2022-09-07 Volker Lendeckeldb: Fix a typo
2022-09-07 Volker Lendeckeldb: Fix a typo
2022-08-26 Volker Lendeckelib: Fix a typo
2022-08-26 Pavel Filipenskýlib:krb5: Change memset() to BURN_PTR_SIZE()
2022-08-26 Pavel Filipenskýlib:util: Zero memory in generate_random_machine_password()
2022-08-26 Pavel Filipenskýlib:replace: Add macro BURN_STR() to zero memory of...
2022-08-26 Pavel Filipenskýlib:util: Add BURN_FREE() and BURN_FREE_STR()
2022-08-19 Stefan Metzmacherlib/util: add unlikely() to SMB_ASSERT()
2022-08-17 Andreas Schneiderlib:fuzzing: Fix shellcheck errors in build_samba.sh
2022-08-15 Stefan Metzmacherlib/replace: let DISABLE_OPATH also undef __NR_openat2
2022-08-15 Stefan Metzmacherlib/replace: add fallback defines for __NR_openat2
2022-08-15 Stefan Metzmacherlib/replace: use syscall(__NR_openat2) if available
2022-08-15 Stefan Metzmacherlib/replace: always include <sys/syscall.h> in replace...
2022-08-15 Stefan Metzmacherlib/replace: add a replacement for openat2() that retur...
2022-08-08 Jule Angerldb: change the version to 2.7.0 for Samba 4.18
2022-08-08 Jule Angeraudit_logging: add method to replace the object for...
2022-08-08 listoutlib/util/access: source3/auth/user_util: Check for...
2022-08-04 Volker Lendeckelib: Align an integer type
2022-08-02 Andreas Schneiderlib:replace: Only include <sys/mount.h> on non-Linux...
2022-08-02 Andreas SchneiderRevert "lib:replace: Remove <sys/mount.h> from filesys.h"
2022-07-29 Andreas Schneiderlib:replace: Remove <sys/mount.h> from filesys.h
2022-07-28 Andreas Schneiderlib:util: Add generate_random_u64_range()
2022-07-28 Andreas Schneiderlib:util: Remove trailing whitespaces in samba_util.h
2022-07-28 Andreas Schneiderlib:crypto: Add test for pbkdf2
2022-07-28 Andreas Schneiderlib:crypto: Add test for samba_gnutls_aead_aes_256_cbc_...
2022-07-28 Andreas Schneiderlib:crypto: Add samba_gnutls_aead_aes_256_cbc_hmac_sha5...
2022-07-28 Andreas Schneiderlib:crypto: Add test for samba_gnutls_aead_aes_256_cbc_...
2022-07-28 Andreas Schneiderlib:crypto: Implement samba_gnutls_aead_aes_256_cbc_hma...
2022-07-28 Andreas Schneiderlib:replace: Add macros to burn data from memory
2022-07-28 Andreas Schneiderlib:crypto: Merge wscript_build into wscript
2022-07-28 Andreas Schneiderlib:crypto: Merge wscript_configure into wscript
2022-07-28 Andreas Schneiderlib:crypto: Reformat wscript
2022-07-28 Douglas Bagnallutil/genrand: don't ignore errors in random number...
2022-07-27 Joseph SuttonCVE-2022-2031 lib:krb5_wrap: Generate valid error codes...
2022-07-27 Andrew BartlettCVE-2022-32746 ldb: Release LDB 2.6.1 ldb-2.6.1
2022-07-27 Joseph SuttonCVE-2022-32746 ldb: Make use of functions for appending...
2022-07-27 Joseph SuttonCVE-2022-32746 ldb: Add functions for appending to...
2022-07-27 Joseph SuttonCVE-2022-32746 ldb: Ensure shallow copy modifications...
2022-07-27 Joseph SuttonCVE-2022-32746 ldb: Add flag to mark message element...
2022-07-27 Joseph SuttonCVE-2022-32746 ldb:rdn_name: Use LDB_FLAG_MOD_TYPE...
2022-07-25 Stefan Metzmacherlib/util: make use of tevent_cached_getpid() in perform...
2022-07-25 Stefan Metzmacherlib/messaging: s/getpid/tevent_cached_getpid
2022-07-25 Stefan Metzmachertevent: version 0.13.0 tevent-0.13.0
2022-07-25 Stefan Metzmachertevent: tevent_cached_getpid() tests
2022-07-25 Stefan Metzmachertevent: add tevent_cached_getpid() helper
2022-07-25 Volker Lendeckelib: Remove a few #include "includes.h"
2022-07-24 Volker Lendeckelib: On FreeBSD util_paths.c does not find struct stat
2022-07-23 Volker Lendeckelib: Fix the 32-bit build
2022-07-23 Volker Lendeckelib: Fix the FreeBSD build
2022-07-22 Martin Schwenkereplace: Add check for if_nameindex()
2022-07-19 Andreas Schneiderwaf: Check for -Wno-error=array-bounds flags
2022-07-15 Pavel Filipenskýdebug: Add DEBUGLF macro with explicit location and...
2022-07-15 Pavel Filipenskýdebug: Fix whitespace and a typo in debug.h
2022-07-12 Samuel Cabrerolib:krb5_wrap: Add debug to ads_krb5_cli_get_ticket()
2022-07-12 Samuel Cabreros3:winbind: Improve debug message to print service...
2022-06-26 Andrew Bartlettdsdb: Allow password history and password changes witho...
2022-06-22 Andreas Schneiderlib:cmdline: Fix error handling of --client-protection...
2022-06-22 Andreas Schneiderlib:cmdline: Fix error handling of --use-krb5-ccache...
2022-06-22 Andreas Schneiderlib:cmdline: Fix error handling of --use-kerberos=desir...
2022-06-17 Douglas Bagnalltorture: add torture_assertf()
2022-06-17 Douglas Bagnallutil/debug: share classname table with tests
2022-06-17 Douglas Bagnalldebug: add DBG_DEV()
2022-06-17 Douglas Bagnalldebug: drop an '#if _SAMBA_BUILD_ == 3'
2022-06-17 Douglas Bagnalltests: rename logging test source
2022-06-17 Douglas Bagnalltests: adapt logging test for s3.
2022-06-17 Douglas Bagnalltests: test source4 cmdline/smb.conf log level
2022-06-16 Martin Schwenkeutil: Add new debug setting debug_no_stderr_redirect
2022-06-14 Samuel Cabreroreplace: Check for -Wuse-after-free
2022-06-14 Joseph Suttonlib:krb5_wrap: Add const to parameters for smb_krb5_cre...
2022-06-09 Joseph Suttonlib/util: Delegate constant time memcmp to gnutls_memcmp()
2022-06-09 Joseph Suttonlib/util: Add test of mem_equal_const_time()
2022-06-09 Joseph Suttonlib/util: Add test of data_blob_equal_const_time()
2022-06-09 Joseph Suttonlib/util: Reduce sum variable to uint8_t
2022-06-09 Joseph Suttonlib/util: Change function to mem_equal_const_time()
2022-06-09 Joseph Suttonlib/util: Change function to data_blob_equal_const_time()
2022-06-09 Joseph Suttonauth: Use constant-time memcmp when comparing sensitive...
2022-06-09 Joseph Suttonlib/util: Move memcmp_const_time() to util.c
2022-06-09 Andrew Bartlettlib/util: Prefer backtrace_symbols() for internal backt...
2022-06-09 Andrew Bartlettbuild: Possibly link against libexecinfo for backtrace_...
2022-06-09 Andrew Bartlettbuild: Make build with --disable-fault-hanlding work...
2022-06-09 Samuel CabreroRevert "lib:util: Remove NIS support from string_match()"
2022-06-08 Stefan Metzmachertdb: version 1.4.7 tdb-1.4.7
2022-06-08 Stefan Metzmachertevent: version 0.12.1 tevent-0.12.1
2022-06-08 Stefan Metzmachertalloc: version 2.3.4 talloc-2.3.4
2022-06-08 John Mulliganlib/smbconf: expose smbconf error codes to python wrapper
2022-06-06 Christian Ambachdocs-xml: add new parameter volume serial number
2022-06-03 Ralph Boehmelib/util/gpfswrap: remove unused gpfswrap_get_winattrs_...
2022-06-03 Ralph Boehmelib/util/gpfswrap: remove unused gpfswrap_getacl()
2022-06-03 Ralph Boehmelib/util/gpfswrap: add gpfswrap_fgetacl()
2022-05-30 Douglas Bagnalldebug: update comments about setup_logging()
2022-05-30 Douglas Bagnallcmdline_s4: re-initialise logging once loadparm is...
2022-05-18 Andreas Schneiderlib:util: Do not error for array-bounds warning
2022-05-17 Douglas Bagnalllzxpress: compress shortcut if we've reached maximum...
next