summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* CVE-2022-32746 ldb: Make use of functions for appending to an ldb_messageJoseph Sutton2022-07-241-11/+3
* s3:libsmb: Fix errno for failed authentication in SMBC_server_internal()Elia Geretto2022-03-171-1/+1
* winbindd: don't set mapped_state in winbindd_dual_auth_passdb()Stefan Metzmacher2022-03-161-3/+0
* s3:auth: make_user_info_map() should not set mapped_stateStefan Metzmacher2022-03-161-2/+0
* s3:rpc_client: let rpccli_netlogon_network_logon() fallback to workstation = ...Stefan Metzmacher2022-03-161-0/+4
* s3:auth: let make_user_info_netlogon_interactive() set USER_INFO_INTERACTIVE_...Stefan Metzmacher2022-03-161-0/+1
* s3: smbd: Fix our leases code to return the correct error in the non-dynamic ...Jeremy Allison2022-03-071-2/+36
* s3:trusts_utils: use a password length of 120 for machine accountsStefan Metzmacher2022-03-071-3/+11
* waf: re-add missing readlink testBjörn Jacke2022-02-271-0/+6
* s3:modules: Fix virusfilter_vfs_openatPavel Filipenský2022-02-251-3/+3
* s3:selftest: Add test for virus scannerPavel Filipenský2022-02-252-0/+133
* s3:modules: Implement dummy virus scanner that uses filename matchingPavel Filipenský2022-02-254-0/+75
* s3:winbind: Use the canonical principal name to renew the credentialsSamuel Cabrero2022-02-251-1/+1
* s3:winbind: Store canonical principal and realm in ccache entrySamuel Cabrero2022-02-254-6/+30
* s3:libads: Return canonical principal and realm from kerberos_return_pac()Samuel Cabrero2022-02-254-1/+27
* s3:libads: Fix memory leak in kerberos_return_pac() error pathSamuel Cabrero2022-02-251-3/+8
* s3/libads: ensure a sockaddr variable is correctly zero initializedRalph Boehme2022-02-091-1/+3
* s3/libads: simplify storing existing ads->ldap.ssRalph Boehme2022-02-091-8/+4
* s3: libsmb: Call cli_dfs_target_check() from cli_smb2_rename_send().Jeremy Allison2022-02-091-0/+14
* s3: libsmb: Call cli_dfs_target_check() from cli_cifs_rename_send().Jeremy Allison2022-02-091-0/+13
* s3: libsmb: Call cli_dfs_target_check() from cli_smb1_rename_send().Jeremy Allison2022-02-091-0/+12
* s3: libsmb: Call cli_dfs_target_check() from cli_ntrename_internal_send().Jeremy Allison2022-02-091-0/+13
* s3: libsmb: Call cli_dfs_target_check() from cli_smb2_hardlink_send().Jeremy Allison2022-02-091-0/+14
* s3: libsmb: Add cli_dfs_target_check() function.Jeremy Allison2022-02-092-0/+63
* s3: tests: Add a new test test_msdfs_rename() that does simple renames on MSD...Jeremy Allison2022-02-091-0/+51
* s3: tests: Add a new test test_msdfs_hardlink() that does simple hardlinks on...Jeremy Allison2022-02-091-0/+48
* lib: libsmbclient: Ensure cli_rename() always sets cli->raw_status.Jeremy Allison2022-02-061-0/+1
* Merge tag 'samba-4.14.12' into v4-14-testJule Anger2022-01-315-17/+517
|\
| * CVE-2021-44142: libadouble: harden parsing codeRalph Boehme2022-01-311-14/+101
| * CVE-2021-44142: libadouble: add basic cmocka testsRalph Boehme2022-01-312-0/+394
| * CVE-2021-44142: libadouble: harden ad_unpack_xattrs()Ralph Boehme2022-01-311-3/+18
| * CVE-2021-44142: smbd: add Netatalk xattr used by vfs_fruit to the list of pri...Ralph Boehme2022-01-311-0/+2
| * CVE-2021-44142: libadouble: add defines for icon lengthsRalph Boehme2022-01-311-0/+2
* | blackbox.ndrdump: adjust example files to changed dump_data() output.Stefan Metzmacher2022-01-302-4/+4
* | dcesrv_core: wrap gensec_*() calls in [un]become_root() callsStefan Metzmacher2022-01-301-0/+2
* | s3:libsmb: fix signing regression SMBC_server_internal()Stefan Metzmacher2022-01-181-1/+1
* | s3: smbd: Add missing pop_sec_ctx() in error code path of close_directory()Jeremy Allison2022-01-171-0/+2
* | s3: includes: Make the comments describing itime consistent. Always use "inve...Jones Syue2022-01-122-3/+3
* | s3: lib: In create_clock_itime(), use timespec_current() -> clock_gettime(CLO...Jeremy Allison2022-01-121-1/+1
* | s3: smbd: Create and use a common function for generating a fileid - create_c...Jeremy Allison2022-01-123-3/+56
* | tests: Add 2 tests for unique fileid's with top bit set (generated from itime...Jeremy Allison2022-01-121-0/+2
|/
* smb2_server: don't let SMB2_OP_IOCTL force FILE_CLOSED for invalid file idsStefan Metzmacher2021-12-131-12/+6
* smb2_ioctl: return BUFFER_TOO_SMALL in smbd_smb2_request_ioctl_done()Stefan Metzmacher2021-12-131-0/+19
* smb2_server: skip tcon check and chdir_current_service() for FSCTL_VALIDATE_N...Stefan Metzmacher2021-12-131-0/+3
* smb2_server: decouple IOCTL check from signing/encryption statesStefan Metzmacher2021-12-131-1/+3
* smb2_server: make sure in_ctl_code = IVAL(body, 0x04); reads valid bytesStefan Metzmacher2021-12-131-1/+1
* s3:smbd: remove dead code from smbd_smb2_request_dispatch()Stefan Metzmacher2021-12-131-12/+0
* smbd: s3-dsgetdcname: handle num_ips == 0Ralph Boehme2021-12-081-0/+4
* CVE-2020-25717: s3-auth: fix MIT Realm regressionRalph Boehme2021-12-081-0/+9
* s3: smbd: Fix logic in can_delete_directory_fsp() to cope with dangling symli...Jeremy Allison2021-12-021-0/+97