summaryrefslogtreecommitdiff
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* libsmb: Use smb2 tcon if conn_protocol >= SMB2_02Dan Robertson2018-03-021-1/+1
* libsmb: Remove incorrect fall through comment in trusts_util.cAndreas Schneider2018-03-011-1/+0
* s3:libsmb: Add FALL_THROUGH statements in dsgetdcname.cAndreas Schneider2018-03-011-0/+2
* s3:cliconnect.c: remove useless ';'Stefan Metzmacher2018-02-221-1/+1
* s3:libsmb: allow -U"\\administrator" to workStefan Metzmacher2018-02-221-1/+6
* dsgetdcname: Add some constVolker Lendecke2018-02-131-10/+12
* libsmb: Fix an error path memleakVolker Lendecke2018-02-131-0/+1
* libsmb: Fix destructor setup in unexpected.cVolker Lendecke2018-02-131-1/+2
* lib: Make g_lock_unlock use TDB_DATAVolker Lendecke2018-02-081-1/+2
* lib: Make g_lock_lock use TDB_DATAVolker Lendecke2018-02-081-1/+2
* libnmb: Fix CID 1428474 Incorrect expression (COPY_PASTE_ERROR)Volker Lendecke2018-01-251-1/+1
* libnmb: Move "read_packet" to nmbdVolker Lendecke2018-01-242-36/+0
* libnmb: Make nb_packet_read_recv return a talloc'ed pktVolker Lendecke2018-01-244-64/+19
* libnmb: Add "parse_packet_talloc"Volker Lendecke2018-01-242-0/+76
* dsgetdcname: Fix a signed/unsigned hickupVolker Lendecke2018-01-231-1/+2
* libnmb: Fix two signed/unsigned hickupsVolker Lendecke2018-01-231-2/+4
* libnmb: tsocket_address_unix_from_path deals fine with NULLVolker Lendecke2018-01-231-1/+1
* libnmb: Remove a pointless struct memberVolker Lendecke2018-01-231-5/+3
* libsmb: Give unexpected.c its own headerVolker Lendecke2018-01-235-23/+53
* Added smbc_SetConfiguration which lets the user set the smb.conf for libsmbcl...Puran Chand2018-01-213-1/+197
* source3/libsmb/unexpected.c set socket close on execGary Lockyer2017-12-181-0/+1
* Added smbc_SetLogCallback which lets third party code to capture libsmbclient...Puran Chand2017-12-103-1/+189
* s3: libsmb: Plumb in the new SMB2 get reparse point calls into the cli_readli...Jeremy Allison2017-12-061-10/+31
* s3: libsmb: Add SMB2 calls cli_smb2_get_reparse_point_fnum_send()/cli_smb2_ge...Jeremy Allison2017-12-062-0/+109
* s3: libsmb: Do a naive response to SMB2 "stopped on symlink". Assume the last...Jeremy Allison2017-12-061-1/+64
* s3: libsmb: Plumb in the new SMB2 reparse point calls into the cli_symlink_cr...Jeremy Allison2017-12-061-15/+30
* s3: libsmb: Add SMB2 calls cli_smb2_set_reparse_point_fnum_send()/cli_smb2_se...Jeremy Allison2017-12-062-0/+101
* s3: libsmb: Make cli_close_send()/cli_close_recv() work for SMB1 and SMB2.Jeremy Allison2017-12-061-8/+43
* s3: libsmb: Rename cli_close_create() -> cli_smb1_close_create().Jeremy Allison2017-12-062-22/+22
* s3: libsmb: Fix reversing of oldname/newname paths when creating a reparse po...Jeremy Allison2017-11-301-7/+7
* s3: client: Rename <oldname> to <link_target> in cmd_symlink() and cli_posix_...Jeremy Allison2017-11-301-7/+8
* s3: libsmb: Fix valgrind read-after-free error in cli_smb2_close_fnum_recv().Jeremy Allison2017-11-301-2/+6
* lib: Pass blob instead of &blob to gencache_set_data_blobVolker Lendecke2017-11-291-3/+4
* Use talloc_stackframe() not talloc_tos() in namequery.cAndrew Bartlett2017-11-201-9/+8
* source3: remove sock_execGary Lockyer2017-11-201-14/+0
* libsmb: Fix a typoVolker Lendecke2017-11-181-1/+1
* s3: smbclient: Implement "volume" command over SMB2.Jeremy Allison2017-11-153-0/+143
* s3: libsmb: smbc_statvfs is missing the supporting SMB2 calls.Jeremy Allison2017-11-153-0/+112
* netsamlogon_cache: Use ndr_pull_struct_blob_allVolker Lendecke2017-11-131-2/+3
* libsmbclient: Allow server (NetApp) to return STATUS_INVALID_PARAMETER from a...Jeremy Allison2017-11-111-1/+10
* smbc_opendir should not return EEXIST with invalid login credentialsDavid Mulder2017-11-091-2/+2
* libsmbclient: Use const for the userAndreas Schneider2017-10-273-2/+181
* netlogon_creds_cli: Protect netlogon_creds_cli_auth by _lckVolker Lendecke2017-09-251-8/+38
* CVE-2017-12150: s3:libsmb: only fallback to anonymous if authentication was n...Stefan Metzmacher2017-09-201-12/+4
* CVE-2017-12150: s3:pylibsmb: make use of SMB_SIGNING_DEFAULT for 'samba.samba...Stefan Metzmacher2017-09-201-1/+1
* CVE-2017-12151: s3:libsmb: make use of cli_state_is_encryption_on()Stefan Metzmacher2017-09-202-3/+3
* CVE-2017-12151: s3:libsmb: add cli_state_is_encryption_on() helper functionStefan Metzmacher2017-09-202-0/+14
* s3:libsmb: Print the kinit failed message with DBGLVL_NOTICEAndreas Schneider2017-08-241-1/+1
* s3:libsmb: Move prototye of remote_password_change()Andreas Schneider2017-08-231-0/+10
* s3:libsmb: Pass domain to remote_password_change()Andreas Schneider2017-08-231-2/+3