summaryrefslogtreecommitdiff
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* werror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAILURE in source3/libsmb/...Günther Deschner2016-09-281-1/+1
* s3:libsmb fix a typoChristian Ambach2016-09-141-2/+2
* krb5_wrap: Rename kerberos_get_principal_from_service_hostname()Andreas Schneider2016-08-311-2/+5
* s3: libsmb: Add the capability to find a @GMT- path in an SMB2 create and tra...Jeremy Allison2016-08-221-2/+43
* s3: libsmb: Plumb new SMB2 shadow copy call into cli_shadow_copy_data().Jeremy Allison2016-08-221-1/+12
* s3: libsmb: Add cli_smb2_shadow_copy_data() function that gets shadow copy in...Jeremy Allison2016-08-222-0/+235
* s3: libsmb: Add return args to clistr_is_previous_version_path().Jeremy Allison2016-08-224-18/+36
* s3: libsmb: Do some hardening in the receive processing of cli_shadow_copy_da...Jeremy Allison2016-08-191-5/+30
* s3: libsmb: Correctly set max_setup_size in FSCTL_GET_SHADOW_COPY_DATA nttran...Jeremy Allison2016-08-191-1/+2
* s3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE_PATH to cli_list_tran...Jeremy Allison2016-08-191-2/+13
* s3: libsmb: Make a comment note that cli_set_ea() needs some internal changes...Jeremy Allison2016-08-191-0/+9
* s3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE_PATH to cli_ctemp_sen...Jeremy Allison2016-08-191-2/+8
* s3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE_PATH to cli_chkpath_s...Jeremy Allison2016-08-191-2/+8
* s3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE_PATH to cli_setatr_se...Jeremy Allison2016-08-191-2/+8
* s3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE_PATH to cli_getatr_se...Jeremy Allison2016-08-191-2/+8
* s3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE_PATH to cli_openx_cre...Jeremy Allison2016-08-191-1/+6
* s3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE_PATH to cli_nttrans_c...Jeremy Allison2016-08-191-1/+6
* s3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE_PATH to cli_ntcreate1...Jeremy Allison2016-08-191-2/+8
* s3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE_PATH to cli_rmdir_send()Jeremy Allison2016-08-191-2/+8
* s3: libsmb: s3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE_PATH to c...Jeremy Allison2016-08-191-2/+8
* s3: libsmb: s3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE_PATH to c...Jeremy Allison2016-08-191-1/+7
* s3: libsmb: s3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE_PATH to c...Jeremy Allison2016-08-191-2/+8
* s3: libsmb: s3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE_PATH to c...Jeremy Allison2016-08-191-2/+8
* s3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE_PATH to cli_qpathinfo...Jeremy Allison2016-08-191-1/+7
* s3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE_PATH to cli_setpathin...Jeremy Allison2016-08-191-1/+7
* s3: libsmb: Add clistr_is_previous_version_path()Jeremy Allison2016-08-192-0/+29
* s3: libsmb: Add uint16_t addtional_flags2 to cli_smb_req_create().Jeremy Allison2016-08-194-9/+9
* s3: libsmb: Add uint16_t addtional_flags2 to cli_trans_send().Jeremy Allison2016-08-196-12/+22
* s3: libsmb: Add uint16_t additional_flags2 arg to cli_smb_send().Jeremy Allison2016-08-197-32/+32
* s3: libsmb: Protect cli_connect_nb_send() from being passed a NULL hostname a...Jeremy Allison2016-08-101-1/+5
* libsmb:namequery: fix typo in comment in get_dc_list()Michael Adam2016-07-121-1/+1
* CVE-2016-2019: s3:libsmb: add comment regarding smbXcli_session_is_guest() wi...Stefan Metzmacher2016-07-071-0/+3
* s3:libsmb/clirap: remove unused cli_get_server_*() functionsStefan Metzmacher2016-07-062-146/+0
* s3: libsmb: Correctly trim a trailing \\ character in cli_smb2_create_fnum_se...Jeremy Allison2016-06-221-0/+12
* s3: libsmb: Widen the internal client smb1.pid to 32-bits as is used on the w...Jeremy Allison2016-06-182-6/+6
* libsmb: Fix two CIDs for NULL dereferenceVolker Lendecke2016-06-071-6/+12
* s3: libsmb: Add sync and async cli_posix_whoami().Jeremy Allison2016-05-252-0/+281
* s3:samlogon_cache: fix O3 error unused result of truncateMichael Adam2016-05-131-1/+7
* s3:libsmb/clifile use correct value for MaxParameterCount for setting EAsChristian Ambach2016-05-111-1/+1
* Correctly set cli->raw_status for libsmbclient in SMB2 codeRobin McCorkell2016-05-041-1/+15
* s3:libsmb: use anonymous authentication via spnego if possibleStefan Metzmacher2016-04-281-26/+29
* s3:libsmb: don't finish the gensec handshake for guest loginsStefan Metzmacher2016-04-281-0/+21
* s3:libsmb: record the session setup action flagsStefan Metzmacher2016-04-281-0/+5
* s3:libsmb: use password = NULL for anonymous connectionsStefan Metzmacher2016-04-281-0/+11
* s3:libsmb: Fix illegal memory access after memory has been deleted.Noel Power2016-04-141-1/+2
* CVE-2016-2115: s3:libsmb: use SMB_SIGNING_IPC_DEFAULT and lp_client_ipc_{min,...Ralph Boehme2016-04-121-3/+4
* CVE-2016-2115: s3:libsmb: let SMB_SIGNING_IPC_DEFAULT use "client ipc min/max...Stefan Metzmacher2016-04-121-2/+12
* CVE-2016-2115: s3:libsmb: add signing constant SMB_SIGNING_IPC_DEFAULTRalph Boehme2016-04-121-0/+9
* CVE-2016-2111: s3:libsmb: don't send a raw NTLMv2 response when we want to us...Stefan Metzmacher2016-04-121-0/+11
* s3: libsmb: Fix error where short name length was read as 2 bytes, should be 1.Jeremy Allison2016-04-061-1/+1