samba.git
2022-03-17 Andreas Schneiders4:kdc: Fix return code in mit_samba_update_pac()
2022-03-17 Andreas Schneiderpython:tests: Fix type error in raw_testcase.py
2022-03-17 Stefan Metzmachers4:kdc: tunnel the check_client_access status to hdb_sa...
2022-03-17 Joseph Suttons4-kdc: Handle previously unhandled auth event types
2022-03-16 Elia Gerettos3:libsmb: Fix errno for failed authentication in SMBC_...
2022-03-16 Archanavfs: Getting exact attribute value during gpfs_stat_x...
2022-03-16 Andreas Schneiders3:libads: Fix creating local krb5.conf
2022-03-16 Andreas Schneiders3:libads: Check print_canonical_sockaddr_with_port...
2022-03-16 Andreas Schneiders3:libads: Remove obsolete free's of kdc_str
2022-03-16 Andreas Schneiders3:libads: Allocate all memory on the talloc stackframe
2022-03-16 Andreas Schneiders3:libads: Use talloc_asprintf_append() in get_kdc_ip_s...
2022-03-16 Andreas Schneiders3:libads: Improve debug messages for get_kdc_ip_string()
2022-03-16 Andreas Schneiders3:libads: Leave early on error in get_kdc_ip_string()
2022-03-16 Andreas Schneiders3:libads: Remove trailing spaces in kerberos.c
2022-03-16 Andreas Schneidertestprogs: Add test that local krb5.conf has been created
2022-03-11 Volker Lendeckesmbd: Remove a few vfs_stat() calls
2022-03-11 Volker Lendeckesmbd: Return ISLNK from non_widelink_open() in smb_fname
2022-03-11 Volker Lendeckesmbd: Don't require a valid stat for openat_pathref_fsp()
2022-03-11 Volker Lendeckesmbd: No need to set O_DIRECTORY in openat_pathref_fsp()
2022-03-11 Volker Lendeckesmbd: Mark fsp as directory after calling fstat()
2022-03-11 Volker Lendeckesmbd: Always use O_NONBLOCK in openat_pathref_fsp()
2022-03-11 Volker Lendeckesmbd: Pass "dirfsp" and "smb_fname" to reopen_from_fsp()
2022-03-11 Volker Lendeckesmbd: Pass dirfsp instead of fname to inherit_new_acl
2022-03-11 Volker Lendeckesmbd: Simplify dos_mode_from_name() with ISDOT()/ISDOTDOT()
2022-03-11 Volker Lendeckesmbd: Simplify dos_mode_check_compressed()
2022-03-11 Volker Lendeckesmbd: get_acl_group_bits() needs a fsp, not a name
2022-03-11 Volker Lendeckesmbd: Fix a typo
2022-03-11 Volker Lendeckesmbd: Avoid an else
2022-03-11 Volker Lendeckesmbd: Avoid two else statements
2022-03-11 Volker Lendeckevfs: Format a comment
2022-03-11 Volker Lendeckeprinting: Fix a DBG message
2022-03-11 Volker Lendeckesmbd: Avoid some casts
2022-03-11 Stefan Metzmacherthird_party/heimdal: import lorikeet-heimdal-2022031017...
2022-03-11 Stefan Metzmacherselftest: use 'kdc enable fast = no' for fl2000 fl2003
2022-03-11 Stefan Metzmachers4:kdc: make use of the 'kdc enable fast' option
2022-03-11 Stefan Metzmacherdocs-xml: add 'kdc enable fast' option
2022-03-11 Stefan Metzmacherthird_party/heimdal: import lorikeet-heimdal-2022031017...
2022-03-11 Andrew Bartletts4-kdc: Fix memory leak in FAST cookie handling
2022-03-10 Volker Lendeckesmbd: Simplify non_widelink_open()
2022-03-10 Volker Lendeckevfs: Convert get_real_filename() to NTSTATUS
2022-03-10 Volker Lendeckevfs: Add SMB_VFS_FSTATAT
2022-03-10 Volker Lendeckevfs: Don't mask shadow_copy2_convert()'s errno
2022-03-10 Jeremy Allisons3: smbd: Plumb in and use smbd_smb2_server_connection_...
2022-03-10 Jeremy Allisons3: smbd: Add SMB2-only smbd_smb2_server_connection_rea...
2022-03-10 Jeremy Allisons3: smbd: Rename smbd_server_connection_read_handler...
2022-03-10 Stefan Metzmachers4:auth: let authenticate_ldap_simple_bind() pass down...
2022-03-10 Stefan Metzmacherauth: let auth logging prefer user_info->orig_client...
2022-03-10 Stefan Metzmachers4:auth: rename user_info->mapped_state to user_info...
2022-03-10 Stefan Metzmacherwinbindd: don't set mapped_state in winbindd_dual_auth_...
2022-03-10 Stefan Metzmachernsswitch: let test_wbinfo.sh also test wbinfo -a $USERN...
2022-03-10 Stefan Metzmachers3:auth: make_user_info_map() should not set mapped_state
2022-03-10 Stefan Metzmachers4:auth: fix confusing DEBUG message in authsam_want_ch...
2022-03-10 Stefan Metzmachers4:auth: check for user_info->mapped.account_name if...
2022-03-10 Stefan Metzmachers4:rpc_server/samr: don't set mapped_state in auth_user...
2022-03-10 Stefan Metzmachers4:kdc: don't set mapped_state in auth_usersupplied_inf...
2022-03-10 Stefan Metzmachers4:dsdb: don't set mapped_state in auth_usersupplied_in...
2022-03-10 Stefan Metzmachers4:smb_server: don't set mapped_state explicitly in...
2022-03-10 Stefan Metzmacherauth/ntlmssp: don't set mapped_state explicitly in...
2022-03-10 Stefan Metzmachers4:auth: encrypt_user_info() should set password_state...
2022-03-10 Stefan Metzmachers4:auth: a simple bind uses the DCs name as workstation
2022-03-10 Stefan Metzmachers3:rpc_client: let rpccli_netlogon_network_logon()...
2022-03-10 Garming Samrodc: Add tests for simple BIND alongside NTLMSSP binds
2022-03-10 Stefan Metzmachers4:auth_sam: use USER_INFO_INTERACTIVE_LOGON as inducat...
2022-03-10 Stefan Metzmachers3:auth: let make_user_info_netlogon_interactive()...
2022-03-10 Stefan Metzmacherdsdb/tests: add test_login_basics_simple()
2022-03-10 Stefan Metzmacherdsdb/tests: prepare BasePasswordTestCase for simple...
2022-03-10 Stefan Metzmacherdsdb/tests: introduce assertLoginSuccess
2022-03-10 Stefan Metzmacherdsdb/tests: make use of assertLoginFailure helper
2022-03-10 Stefan Metzmacherdsdb/tests: let all BasePasswordTestCase tests provide...
2022-03-10 Stefan Metzmacherdsdb/tests: passwords.py don't need to import BasePassw...
2022-03-10 Stefan Metzmacherpython:tests: let insta_creds() also copy the bind_dn...
2022-03-08 Jeremy Allisons3: smbd: Rename srv_set_signing() -> smb1_srv_set_sign...
2022-03-08 Jeremy Allisons3: smbd: Rename srv_is_signing_negotiated() -> smb1_sr...
2022-03-08 Jeremy Allisons3: smbd: Rename srv_is_signing_active() -> smb1_srv_is...
2022-03-08 Jeremy Allisons3: smbd: Rename srv_set_signing_negotiated() -> smb1_s...
2022-03-08 Jeremy Allisons3: smbd: Rename srv_cancel_sign_response() -> smb1_srv...
2022-03-08 Jeremy Allisons3: smbd: Rename srv_calculate_sign_mac() -> smb1_srv_c...
2022-03-08 Jeremy Allisons3: smbd: Rename srv_check_sign_mac() -> smb1_srv_check...
2022-03-08 Jeremy Allisons3: libcli: Rename smb_key_derivation() -> smb1_key_der...
2022-03-08 Jeremy Allisons3: libcli: Rename smb_signing_is_negotiated() -> smb1_...
2022-03-08 Jeremy Allisons3: libcli: Rename smb_signing_set_negotiated() ->...
2022-03-08 Jeremy Allisons3: libcli: Rename smb_signing_is_mandatory() -> smb1_s...
2022-03-08 Jeremy Allisons3: libcli: Rename smb_signing_is_desired() -> smb1_sig...
2022-03-08 Jeremy Allisons3: libcli: Remove unused smb_signing_is_allowed()
2022-03-08 Jeremy Allisons3: libcli: Rename smb_signing_is_active() -> smb1_sign...
2022-03-08 Jeremy Allisons3: libcli: Rename smb_signing_activate() -> smb1_signi...
2022-03-08 Jeremy Allisons3: libcli: Rename smb_signing_check_pdu() -> smb1_sign...
2022-03-08 Jeremy Allisons3: libcli: Rename smb_signing_sign_pdu() -> smb1_signi...
2022-03-08 Jeremy Allisons3: libcli: Rename smb_signing_cancel_reply() -> smb1_s...
2022-03-08 Jeremy Allisons3: libcli: Rename smb_signing_next_seqnum() -> smb1_si...
2022-03-08 Jeremy Allisons3: libcli: Rename smb_signing_md5() -> smb1_signing_md5()
2022-03-08 Jeremy Allisons3: libcli: Rename smb_signing_good() -> smb1_signing_g...
2022-03-08 Jeremy Allisons3: libcli: Rename smb_signing_init() -> smb1_signing_i...
2022-03-08 Jeremy Allisons3: libcli: Rename smb_signing_init_ex() -> smb1_signin...
2022-03-08 Jeremy Allisons3: libcli: Rename static smb_signing_reset_info()...
2022-03-08 Jeremy Allisons3: smbd: Look at the correct signing state for the...
2022-03-08 Jeremy Allisons3: smbd: Split srv_init_signing() into 2 static functi...
2022-03-08 Jeremy Allisons3: smbd: Add smb2_srv_init_signing(). Initializes...
2022-03-08 Jeremy Allisons3: smbd: Add 'bool signing_mandatory' to struct smbXsr...
2022-03-08 Jeremy Allisons3: Simple rename 'struct smb_signing_state' -> 'struct...
next