summaryrefslogtreecommitdiff
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* s3: libsmb: Protect cli_connect_nb_send() from being passed a NULL hostname a...Jeremy Allison2016-09-161-1/+5
* Merge tag 'samba-4.3.11' into v4-3-testKarolin Seeger2016-07-071-0/+3
|\
| * CVE-2016-2019: s3:libsmb: add comment regarding smbXcli_session_is_guest() wi...Stefan Metzmacher2016-07-051-0/+3
* | s3: libsmb: Correctly trim a trailing \\ character in cli_smb2_create_fnum_se...Jeremy Allison2016-06-281-0/+12
* | dsgetdcname: fix flag checkUri Simchoni2016-06-201-1/+1
* | dsgetdcname: return an IP address on rediscoveryUri Simchoni2016-06-201-7/+7
|/
* s3:libsmb/clifile use correct value for MaxParameterCount for setting EAsChristian Ambach2016-05-121-1/+1
* Correctly set cli->raw_status for libsmbclient in SMB2 codeRobin McCorkell2016-05-091-1/+15
* s3:libsmb: use anonymous authentication via spnego if possibleStefan Metzmacher2016-04-291-26/+29
* s3:libsmb: don't finish the gensec handshake for guest loginsStefan Metzmacher2016-04-291-0/+21
* s3:libsmb: record the session setup action flagsStefan Metzmacher2016-04-291-0/+5
* s3:libsmb: use password = NULL for anonymous connectionsStefan Metzmacher2016-04-291-0/+11
* s3: libsmb: Fix error where short name length was read as 2 bytes, should be 1.Jeremy Allison2016-04-181-1/+1
* CVE-2016-2115: s3:libsmb: use SMB_SIGNING_IPC_DEFAULT and lp_client_ipc_{min,...Ralph Boehme2016-03-301-3/+4
* CVE-2016-2115: s3:libsmb: let SMB_SIGNING_IPC_DEFAULT use "client ipc min/max...Stefan Metzmacher2016-03-301-2/+12
* CVE-2016-2115: s3:libsmb: add signing constant SMB_SIGNING_IPC_DEFAULTRalph Boehme2016-03-301-0/+9
* CVE-2016-2111: s3:libsmb: don't send a raw NTLMv2 response when we want to us...Stefan Metzmacher2016-03-291-0/+11
* libsmb: Fix CID 1356312 Explicit null dereferencedVolker Lendecke2016-03-291-0/+5
* s3:libsmb: remove unused functions in clispnego.cStefan Metzmacher2016-03-291-282/+0
* s3:libsmb: remove unused cli_session_setup_kerberos*() functionsStefan Metzmacher2016-03-291-141/+0
* s3:libsmb: make use of cli_session_setup_gensec*() for KerberosStefan Metzmacher2016-03-291-5/+10
* s3:libsmb: call cli_state_remote_realm() within cli_session_setup_spnego_send()Stefan Metzmacher2016-03-291-8/+4
* s3:libsmb: provide generic cli_session_setup_gensec_send/recv() pairStefan Metzmacher2016-03-291-48/+103
* s3:libsmb: let cli_session_setup_ntlmssp*() use gensec_update_send/recv()Stefan Metzmacher2016-03-291-92/+191
* s3:libsmb: unused ntlmssp.cStefan Metzmacher2016-03-291-765/+0
* s3:libsmb: make use gensec based SPNEGO/NTLMSSPStefan Metzmacher2016-03-291-84/+95
* s3:auth_generic: add "ntlmssp_resume_ccache" backend in auth_generic_client_p...Stefan Metzmacher2016-03-291-1/+2
* s3:ntlmssp: remove unused libsmb/ntlmssp_wrap.cStefan Metzmacher2016-03-291-135/+0
* s3:auth_generic: make use of the top level NTLMSSP client codeStefan Metzmacher2016-03-291-1/+1
* s3:auth_generic: add auth_generic_client_start_by_sasl()Stefan Metzmacher2016-03-291-0/+23
* s3:auth_generic: add auth_generic_client_start_by_name()Stefan Metzmacher2016-03-291-0/+23
* spnego: Correctly check asn1_tag_remaining retvalVolker Lendecke2016-03-291-4/+4
* s3:clispnego: fix confusing warning in spnego_gen_krb5_wrap()Stefan Metzmacher2016-03-291-5/+10
* s3: smbclient: asn1_extract_blob() stops further asn1 processing by setting h...Jeremy Allison2016-03-291-5/+10
* lib: Use asn1_current_ofs()Volker Lendecke2016-03-291-3/+6
* lib: Use asn1_extract_blob()Volker Lendecke2016-03-291-3/+9
* lib: Use asn1_set_error()Volker Lendecke2016-03-291-1/+1
* lib: Use asn1_has_error()Volker Lendecke2016-03-291-9/+9
* CVE-2015-7560: s3: libsmb: Add SMB1-only POSIX cli_posix_setacl() functions. ...Jeremy Allison2016-02-242-0/+111
* CVE-2015-7560: s3: libsmb: Rename cli_posix_getfaclXX() functions to cli_posi...Jeremy Allison2016-02-242-18/+18
* smbclient: query disk usage relative to current directoryUri Simchoni2016-01-144-5/+9
* s3: libsmb: Correctly initialize the list head when keeping a list of primary...Jeremy Allison2016-01-061-2/+2
* CVE-2015-5296: s3:libsmb: force signing when requiring encryption in SMBC_ser...Stefan Metzmacher2015-12-101-3/+12
* CVE-2015-5296: s3:libsmb: force signing when requiring encryption in do_conne...Stefan Metzmacher2015-12-101-1/+6
* s3: dfs: Fix a crash when the dfs targets are disabled.Har Gagan Sahai2015-10-051-2/+2
* Use uintptr_t for pointer int cast in SMBC_getdents_ctx()Douglas Bagnall2015-07-211-1/+1
* CID 1311771: Fix a null pointer dereferenceAndreas Schneider2015-07-151-1/+2
* libsmb: Implement smbc_notifyVolker Lendecke2015-07-106-1/+458
* s3:libsmb: fix resolve_ads return if there were no answersMichael Adam2015-07-011-0/+7
* libsmb: Use fstr_sprint in convert_sid_to_stringVolker Lendecke2015-06-261-3/+2