samba.git
2022-08-26 Volker Lendeckeexamples: Make libsmbclient samples look a *bit* less...
2022-08-26 Volker Lendeckesmbd: Save a line with tevent_req_nomem()
2022-08-26 Volker Lendeckelib: Fix a typo
2022-08-26 Volker Lendeckedfs_server: Fix typos
2022-08-26 Volker Lendeckevfs: Fix a copy&paste error
2022-08-26 Volker Lendeckesmbd: Adapt a call to setup_dfs_referral() to README...
2022-08-26 Volker Lendeckelibsmbclient: Fix a typo
2022-08-26 Anoop C Svfs_glusterfs: Implement SMB_VFS_FSTATAT
2022-08-26 Anoop C Svfs_glusterfs: Use glfs_fgetxattr() for SMB_VFS_GET_REA...
2022-08-26 Anoop C Svfs_glusterfs: Use glfs_readlinkat() for SMB_VFS_READ_D...
2022-08-26 Anoop C Svfs_glusterfs: Use glfs_symlinkat() for SMB_VFS_CREATE_...
2022-08-26 Anoop C Svfs_glusterfs: Use glfs_mknodat() for SMB_VFS_MKNODAT
2022-08-26 Anoop C Svfs_glusterfs: Use glfs_linkat() for SMB_VFS_LINKAT
2022-08-26 Anoop C Svfs_glusterfs: Use glfs_readlinkat() for SMB_VFS_READLINKAT
2022-08-26 Anoop C Svfs_glusterfs: Use glfs_symlinkat() for SMB_VFS_SYMLINKAT
2022-08-26 Anoop C Svfs_glusterfs: Use glfs_unlinkat() for SMB_VFS_UNLINKAT
2022-08-26 Anoop C Svfs_glusterfs: Use glfs_renameat() for SMB_VFS_RENAMEAT
2022-08-26 Anoop C Svfs_glusterfs: Use glfs_mkdirat() for SMB_VFS_MKDIRAT
2022-08-26 Anoop C Svfs_glusterfs: Use glfs_openat() for SMB_VFS_OPENAT
2022-08-26 Anoop C Ssource3/wscript: Detect glusterfs-api with *at() calls...
2022-08-26 Anoop C Svfs_glusterfs: Accept fsp with const qualifier
2022-08-26 Douglas Bagnallpyglue:generate_random_[machine]_password: ValueError...
2022-08-26 Douglas Bagnallpyglue: generate_random_[machine]_password: reject...
2022-08-26 Douglas Bagnallpyglue: generate_random_bytes/str accept positive numbe...
2022-08-26 Douglas Bagnallpyglue: check talloc buffer for random bytes
2022-08-26 Douglas Bagnallpytest/segfault: abort for generate_random_bytes(-1)
2022-08-26 Pavel Filipenskýs3:passdb: Zero sensitive memory in lsa_secret_{set...
2022-08-26 Pavel Filipenskýs3:passdb: Zero secrets_domain_info1_password created...
2022-08-26 Pavel Filipenskýs3:passdb: Zero secrets_domain_info1_password created...
2022-08-26 Pavel Filipenskýs3:passdb: Zero local memory in secrets_domain_info_ker...
2022-08-26 Pavel Filipenskýs3:passdb: Zero local memory in secrets_fetch()
2022-08-26 Pavel Filipenskýlib:krb5: Change memset() to BURN_PTR_SIZE()
2022-08-26 Pavel Filipenskýs3:afs: Zero memory for afs_keyfile
2022-08-26 Pavel Filipenskýs3:net: Zero password in secrets_fetch_ipc_userpass...
2022-08-26 Pavel Filipenskýs3:passdb: Fix possible memory leak in secrets_fetch_ip...
2022-08-26 Pavel Filipenskýs3:passdb: Zero password in secrets_fetch_ipc_userpass()
2022-08-26 Pavel Filipenskýs3:net: Fix trailing whitespace in net.c
2022-08-26 Pavel Filipenskýs3:passdb: Zero memory in pdb_set_pw_history()
2022-08-26 Pavel Filipenskýs3:passdb: Zero memory in pdb_set_plaintext_passwd()
2022-08-26 Pavel Filipenskýs3:passdb: s/BURN_PTR_SIZE/BURN_STR/ in samu_destroy()
2022-08-26 Pavel Filipenskýs3:auth: Zero memory in sam_password_ok()
2022-08-26 Pavel Filipenskýs3:passdb: Zero memory for plaintext_pw from 'struct...
2022-08-26 Pavel Filipenskýs3:passdb: Fix whitespaces in pdb_get_set.c
2022-08-26 Pavel Filipenskýs3:passdb: Zero password in fetch_ldap_pw() callers
2022-08-26 Pavel Filipenskýs3:passdb: Zero password in fetch_ldap_pw()
2022-08-26 Pavel Filipenskýs3:passdb: Fix trailing whitespaces in pdb_ldap.c
2022-08-26 Pavel Filipenskýs3:lib: Fix trailing whitespaces in smbldap.c
2022-08-26 Pavel Filipenskýs3: Zero memory of idmap_fetch_secret() users
2022-08-26 Pavel Filipenskýs3:passdb: Zero password in secrets_{fetch,store}_trust...
2022-08-26 Pavel Filipenskýs3:passdb: Zero memory using BURN_FREE_STR() in get_tru...
2022-08-26 Pavel Filipenskýs3:passdb: Zero memory using BURN_FREE_STR() in secrets...
2022-08-26 Pavel Filipenskýs3:passdb: Zero memory using BURN_FREE() in secrets_fet...
2022-08-26 Pavel Filipenskýs3:libsmb: Zero memory in trust_pw_change()
2022-08-26 Pavel Filipenskýs3:libads: Zero memory in ads_change_trust_account_pass...
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-26 Pavel Filipenskýs3:libsmb: Fix trailing whitespaces in trusts_util.c
2022-08-26 Pavel Filipenskýs3:libads: Fix trailing whitespaces in util.c
2022-08-25 Joseph Suttons3:tests: Transfer test files into temporary directory
2022-08-25 Joseph Suttons3:tests: Create test directory and file prior to revok...
2022-08-25 Martin Schwenkectdb-tests: Avoid shellcheck warnings
2022-08-25 Martin Schwenkectdb-tests: Simplify IP address checking
2022-08-25 Martin Schwenkectdb-tests: Fix typos
2022-08-25 Martin Schwenkectdb-tests: Reformat script using shfmt -w -p -i 0 -fn
2022-08-25 Joseph Suttonpython:tests: Allocate OID range for testing to avoid...
2022-08-25 Joseph Suttonschema_samba4.ldif: Allocate previously added OIDs
2022-08-23 Ralph Boehmesmbd: implement access checks for SMB2-GETINFO as per...
2022-08-23 Ralph Boehmesmbtorture: check required access for SMB2-GETINFO
2022-08-23 Ralph Boehmes4/libcli/smb2: avoid using smb2_composite_setpathinfo...
2022-08-22 Andreas Schneidergitlab-ci: Add a shellcheck runner
2022-08-22 Andreas Schneidertestprogs: Fix shellcheck errors in upgradeprovision...
2022-08-22 Andreas Schneidertestprogs: Fix shellcheck errors in test_wintest.sh
2022-08-22 Andreas Schneidertestprogs: Fix shellcheck errors in test_weak_crypto_se...
2022-08-22 Andreas Schneidertestprogs: Fix shellchecks errors in test_pdbtest.sh
2022-08-22 Andreas Schneidertestprogs: Fix shellcheck errors in test_password_setti...
2022-08-22 Andreas Schneidertestprogs: Fix shellcheck errors in test_kpasswd_heimdal.sh
2022-08-22 Andreas Schneidertestprogs: Fix shellcheck errors in test_kinit_trusts_m...
2022-08-22 Andreas Schneidertestprogs: Fix shellcheck errors in test_kinit_heimdal.sh
2022-08-22 Andreas Schneidertestprogs: Fix shellcheck errors in test_kinit_trusts_h...
2022-08-22 Andreas Schneidertestprogs: Fix shellcheck errors in test_kinit_mit.sh
2022-08-22 Andreas Schneidertestprogs: Fix shellcheck errors in test_export_keytab_...
2022-08-22 Andreas Schneidertestprogs: Fix shellcheck errors in test_export_keytab_...
2022-08-22 Andreas Schneidertestprogs: Fix shellcheck errors in test_chgdcpass.sh
2022-08-22 Andreas Schneidertestprogs: Fix shellcheck errors in dbcheck-oldrelease.sh
2022-08-22 Andreas Schneiders4:utils: Fix shellcheck errors in test_samba_tool.sh
2022-08-22 Andreas Schneiders4:torture: Fix shellcheck errors in test_masktest.sh
2022-08-22 Andreas Schneiders4:tortue: Fix shellcheck errors in test_locktest.sh
2022-08-22 Andreas Schneiders4:torture: Fix shellcheck errors in test_gentest.sh
2022-08-22 Andreas Schneiders4:selftest: Fix shellcheck errors in wintest_rpc.sh
2022-08-22 Andreas Schneiders4:selftest: Fix shellcheck errors in wintest_net.sh
2022-08-22 Andreas Schneiders4:setup: Fix shellcheck errors in provision_fileperms.sh
2022-08-22 Andreas Schneiders4:selftest: Fix shellcheck errors in wintest_2k3_dc.sh
2022-08-22 Andreas Schneiders4:selftest: Fix shellcheck errors in test_w2k3.sh
2022-08-22 Andreas Schneiders4:script: Fix shellcheck errors in find_unused_options.sh
2022-08-22 Andreas Schneiders4:client: Fix shellcheck errors in test_smbclient.sh
2022-08-22 Andreas Schneidertestprogs: Fix shellcheck errors in common_test_fns.inc
2022-08-22 Andreas Schneiders3:script: Fix shellcheck errors in test_smbstatus.sh
2022-08-22 Andreas Schneiders3:script: Fix shellcheck errors in test_smbspool.sh
2022-08-22 Andreas Schneiders3:script: Fix shellcheck errors in test_smbclient_s3.sh
next