summaryrefslogtreecommitdiff
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* CVE-2018-10858: libsmb: Harden smbc_readdir_internal() against returns from m...Jeremy Allison2018-08-132-8/+51
* CVE-2018-10858: libsmb: Ensure smbc_urlencode() can't overwrite passed in buf...Jeremy Allison2018-08-131-2/+7
* s3:cliconnect.c: remove useless ';'Stefan Metzmacher2018-03-201-1/+1
* s3:libsmb: allow -U"\\administrator" to workStefan Metzmacher2018-03-201-1/+6
* libsmb: Use smb2 tcon if conn_protocol >= SMB2_02Dan Robertson2018-03-081-1/+1
* s3: libsmb: Fix reversing of oldname/newname paths when creating a reparse po...Jeremy Allison2017-12-131-7/+7
* s3: client: Rename <oldname> to <link_target> in cmd_symlink() and cli_posix_...Jeremy Allison2017-12-131-7/+8
* s3: libsmb: Fix valgrind read-after-free error in cli_smb2_close_fnum_recv().Jeremy Allison2017-12-051-2/+6
* s3: smbclient: Implement "volume" command over SMB2.Jeremy Allison2017-11-223-0/+143
* s3: libsmb: smbc_statvfs is missing the supporting SMB2 calls.Jeremy Allison2017-11-173-0/+112
* libsmbclient: Allow server (NetApp) to return STATUS_INVALID_PARAMETER from a...Jeremy Allison2017-11-171-1/+10
* Merge tag 'samba-4.6.8' into v4-6-testKarolin Seeger2017-09-205-16/+22
|\
| * CVE-2017-12151: s3:libsmb: make use of cli_state_is_encryption_on()Stefan Metzmacher2017-09-042-3/+3
| * CVE-2017-12151: s3:libsmb: add cli_state_is_encryption_on() helper functionStefan Metzmacher2017-09-042-0/+14
| * CVE-2017-12150: s3:libsmb: only fallback to anonymous if authentication was n...Stefan Metzmacher2017-09-041-12/+4
| * CVE-2017-12150: s3:pylibsmb: make use of SMB_SIGNING_DEFAULT for 'samba.samba...Stefan Metzmacher2017-09-041-1/+1
* | s3:libsmb: Move prototye of remote_password_change()Andreas Schneider2017-08-281-0/+10
* | s3:libsmb: Pass domain to remote_password_change()Andreas Schneider2017-08-281-2/+3
* | s3:libsmb: Print the kinit failed message with DBGLVL_NOTICEAndreas Schneider2017-08-281-1/+1
* | s3: libsmb: Implement cli_smb2_setatr() by calling cli_smb2_setpathinfo().Jeremy Allison2017-08-141-52/+5
* | s3: libsmb: Add cli_smb2_setpathinfo(), to be called by cli_setpathinfo_basic().Jeremy Allison2017-08-143-0/+89
* | s3: libsmbclient: Fix cli_setpathinfo_basic() to treat mode == -1 as no change.Jeremy Allison2017-08-141-2/+11
* | s3: libsmb: Reverse sense of 'clear all attributes', ignore attribute change ...Jeremy Allison2017-08-141-0/+23
|/
* s3: libsmb: Fix use-after-free when accessing pointer *p.Thomas Jarosch2017-07-241-3/+3
* s3:trusts_util: make use the workstation password change more robustStefan Metzmacher2017-07-131-17/+187
* s3:trusts_util: also pass the previous_nt_hash to netlogon_creds_cli_auth()Stefan Metzmacher2017-07-131-12/+31
* libcli/auth: pass the cleartext blob to netlogon_creds_cli_ServerPasswordSet*()Stefan Metzmacher2017-07-131-7/+32
* libcli/auth: pass an array of nt_hashes to netlogon_creds_cli_auth*()Stefan Metzmacher2017-07-131-5/+14
* s3:trusts_util: pass dcname to trust_pw_change()Stefan Metzmacher2017-07-131-0/+1
* s3: libsmb: Correctly save and restore connection tcon in smbclient, smbcacls...Jeremy Allison2017-06-281-4/+14
* s3: libsmb: Correctly do lifecycle management on cli->smb1.tcon and cli->smb2...Jeremy Allison2017-06-282-7/+21
* s3: libsmb: Fix cli_state_has_tcon() to cope with SMB2 connections.Jeremy Allison2017-06-281-5/+17
* s3: libsmb: Widen cli_state_get_tid() / cli_state_set_tid() to 32-bits.Jeremy Allison2017-06-283-9/+19
* s3: libsmb: Add cli_state_save_tcon() / cli_state_restore_tcon().Jeremy Allison2017-06-282-0/+23
* s3:libsmb: add cli_state_update_after_sesssetup() helper functionStefan Metzmacher2017-06-191-22/+52
* s3:libsmb: Only print error message if kerberos use is forcedAndreas Schneider2017-03-231-3/+9
* s3:libsmb: use trust_pw_new_value() in trust_pw_change()Stefan Metzmacher2017-02-251-21/+4
* s3:libsmb: add trust_pw_new_value() helper functionStefan Metzmacher2017-02-251-0/+56
* s3:libsmb: let trust_pw_change() verify the new password at the end.Stefan Metzmacher2017-02-251-0/+33
* s3:libsmb: let trust_pw_change() debug more verbose informationStefan Metzmacher2017-02-251-8/+21
* s3: libsmb: Add cli_smb2_ftruncate(), plumb into cli_ftruncate().Jeremy Allison2017-01-043-1/+75
* libsmb: Add name_status_lmhostsVolker Lendecke2017-01-031-0/+43
* s3:libsmb: Always use GENSEC_OID_SPNEGO in cli_smb1_setup_encryption_send()Stefan Metzmacher2016-12-211-27/+9
* s3:libsmb: pass cli_credentials to cli_check_msdfs_proxy()Stefan Metzmacher2016-12-213-18/+5
* s3:libsmb: make use of cli_cm_force_encryption_creds() where we already have ...Stefan Metzmacher2016-12-212-10/+6
* s3:libsmb: split out cli_cm_force_encryption_creds()Stefan Metzmacher2016-12-212-15/+28
* s3:libsmb: make use of cli_tree_connect_creds() in SMBC_server_internal()Stefan Metzmacher2016-12-211-1/+1
* s3:libsmb: make use of cli_tree_connect_creds() in clidfs.c:do_connect()Stefan Metzmacher2016-12-211-1/+1
* s3:libsmb: remove now unused cli_session_setup()Stefan Metzmacher2016-12-212-41/+0
* s3:libsmb: avoid using cli_session_setup() in SMBC_server_internal()Stefan Metzmacher2016-12-211-6/+27