summaryrefslogtreecommitdiff
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* libsmb: Avoid a castVolker Lendecke2022-01-181-1/+1
* s3:libsmb: fix signing regression SMBC_server_internal()Stefan Metzmacher2021-12-271-1/+1
* dsgetdcname: Display new flags in debug outputJoseph Sutton2021-12-241-12/+12
* smbd: s3-dsgetdcname: handle num_ips == 0Ralph Boehme2021-12-031-0/+4
* s3:rpc_client: Pass remote name and socket to cli_rpc_pipe_open_with_creds()Günther Deschner2021-12-021-0/+4
* s3:libsmb: Remove trailing white spaces from passchange.cAndreas Schneider2021-12-021-6/+6
* libsmb: Move cli_qfilename() to its only user in torture.cVolker Lendecke2021-11-112-44/+0
* libcli: Remove NT_STATUS_INACCESSIBLE_SYSTEM_SHORTCUT error codeVolker Lendecke2021-11-111-1/+1
* libsmb: move reparse_symlink to libcli/smb/Volker Lendecke2021-11-113-254/+1
* libsmb: Avoid a talloc_stackframe.c dependencyVolker Lendecke2021-11-111-11/+24
* libsmb: Introduce "struct symlink_reparse_struct"Volker Lendecke2021-11-113-50/+65
* libsmb: Give reparse_symlink.c its own headerVolker Lendecke2021-11-114-13/+45
* libsmb: Remove "trans_oob()" macroVolker Lendecke2021-11-113-7/+7
* libsmb: Use cli_ntcreate in cli_chkpathVolker Lendecke2021-11-113-96/+42
* CVE-2016-2124: s3:libsmb: don't fallback to non spnego authentication if we r...Stefan Metzmacher2021-11-091-0/+9
* s3/libsmb: check for global parametric option "libsmb:client_guid"Stefan Metzmacher2021-11-041-1/+8
* fix undefined-shift in put_res_rec fuzz error: ../../source3/libsmb/nmblib.c:...eaglegai2021-10-291-1/+1
* libsmb: Fix a typoVolker Lendecke2021-08-241-1/+1
* s3:libsmb: close the temporary IPC$ connection in cli_full_connection()Stefan Metzmacher2021-08-111-2/+37
* s3:libsmb: start encryption as soon as possible after the session setupStefan Metzmacher2021-08-111-16/+40
* libsmbclient: Avoid a call to SMBC_errno() in SMBC_notify_ctx()Volker Lendecke2021-08-061-4/+2
* libsmbclient: Avoid a call to SMBC_errno() in SMBC_attr_server()Volker Lendecke2021-08-061-1/+1
* libsmbclient: Avoid a call to SMBC_errno() in SMBC_splice_ctx()Volker Lendecke2021-08-061-1/+1
* libsmbclient: Avoid a call to SMBC_errno() in SMBC_read_ctx()Volker Lendecke2021-08-061-1/+1
* libsmbclient: Avoid a call to SMBC_errno() in SMBC_open_ctx()Volker Lendecke2021-08-061-1/+1
* libsmbclient: Avoid a call to SMBC_errno() in SMBC_chmod_ctx()Volker Lendecke2021-08-061-2/+3
* libcli/smb: actually make use of "client/server smb3 signing algorithms"Stefan Metzmacher2021-07-151-0/+1
* s3:libsmb: make use of 'client smb3 encryption algorithms'Stefan Metzmacher2021-07-151-9/+3
* s3-dsgetdcname: add dsgetonedcname()Günther Deschner2021-07-142-0/+59
* s3-dsgetdcname: return dcinfo also when delivering from the cache.Günther Deschner2021-07-141-0/+1
* s3-dsgetdcname: the returned dcinfo unc should always be prefixedGünther Deschner2021-07-141-1/+6
* s3:libsmb: Check return code of cli_credentials_guess()Andreas Schneider2021-06-291-1/+6
* s3:libsmb: Check return code of cli_credentials_set_conf()Andreas Schneider2021-06-291-1/+4
* libsmbclient: Avoid a call to SMBC_errno() in SMBC_mkdir_ctx()Volker Lendecke2021-06-151-2/+3
* libsmb: Factor out cli_status_to_errno() from cli_errno()Volker Lendecke2021-06-152-24/+34
* s3:pylibsmb: improve return types (false => NULL)Douglas Bagnall2021-06-101-2/+2
* s3:pylibsmb: avoid small leaks in cli_notify_get_changesDouglas Bagnall2021-06-101-0/+3
* s3:libsmb: Use cli_credentials to store traversal credsAndreas Schneider2021-05-286-49/+50
* pylibsmb: Add posix_whoami()Joseph Sutton2021-05-191-2/+137
* libsmb: Ensure that whoami parses all the data provided to itJoseph Sutton2021-05-191-0/+7
* libsmb: Check to see that whoami is not receiving more data than it requestedJoseph Sutton2021-05-191-2/+4
* libsmb: Avoid undefined behaviour when parsing whoami stateJoseph Sutton2021-05-191-5/+7
* libsmb: Remove overflow checkJoseph Sutton2021-05-191-1/+1
* Revert "libsmb: Use sid_parse()"Joseph Sutton2021-05-191-3/+16
* auth:creds: Add obtained arg to cli_credentials_set_gensec_features()Andreas Schneider2021-04-281-1/+3
* auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider2021-04-281-3/+6
* py bindings: write 'bytes', not 'PY_DESC_PY3_BYTES'Douglas Bagnall2021-03-171-3/+3
* s3:libsmb: fill in smb3_capabilities.ciphersStefan Metzmacher2021-03-171-1/+9
* libcli/smb: pass smb3_capabilities to smbXcli_conn_create()Stefan Metzmacher2021-03-171-1/+4
* s3:libsmb: fix a typo in a commentBjörn Baumbach2021-03-011-1/+1