summaryrefslogtreecommitdiff
path: root/source3/include/client.h
AgeCommit message (Expand)AuthorFilesLines
2025-07-07libsmb: add flags to struct file_infoRalph Boehme1-0/+3
2024-08-21libsmb: Remove cli_state->rap_errorVolker Lendecke1-1/+0
2024-08-20libsmb: Remove cli_state->raw_statusVolker Lendecke1-1/+0
2024-05-22libsmb: Remove file_info->[ug]idVolker Lendecke1-2/+0
2023-10-31libsmb: remove mode from struct file_infoRalph Boehme1-1/+0
2023-10-26s3/libsmb: reuse smbXcli_conn_have_posix()Ralph Boehme1-1/+0
2023-10-12smbclient: Always ask for SMB311 posix in negprotVolker Lendecke1-0/+2
2022-11-29libcli: Add client support for SMB2_FILE_POSIX_INFORMATIONDavid Mulder1-0/+7
2022-09-02libsmb: Allow to request SMB311 posix in source3/libsmbVolker Lendecke1-0/+1
2020-11-04libsmb: Remove cli_state->dfs_mountpointVolker Lendecke1-3/+0
2020-08-19s3:libsmb: Introduce CLI_FULL_CONNECTION_IPCAndreas Schneider1-0/+1
2020-06-10Revert "s3:libsmb: add a cache for cli_session_creds_prepare_krb5()"Andreas Schneider1-8/+0
2020-06-09s3:libsmb: add a cache for cli_session_creds_prepare_krb5()Stefan Metzmacher1-0/+8
2020-06-04s3: libsmb: Change size of finfo->attr to uint32_t.Jeremy Allison1-1/+1
2020-06-04s3: libsmb: In struct file_info rename mode -> attr.Jeremy Allison1-1/+1
2020-05-28s3:libsmb: remove finally unused credential flagsStefan Metzmacher1-9/+0
2020-03-10libsmbclient: Put it back to a known, well-working stateVolker Lendecke1-6/+0
2020-03-03libsmb: Implement SMB_FIND_FILE_UNIX_INFO2 dir listingVolker Lendecke1-0/+6
2019-01-18s3:libsmb: Store file allocation size in struct file_info.Jeremy Allison1-0/+1
2019-01-18s3:libsmb: parse_finfo_id_both_directory_info capture FileID in SMB2_FIND_ID_...Puran Chand1-0/+1
2018-05-05s3: client: Add btime_ts to struct finfo.Jeremy Allison1-0/+1
2017-06-22s3:libsmb: add CLI_FULL_CONNECTION_DISABLE_SMB1Stefan Metzmacher1-0/+1
2017-06-22s3:libsmb: add CLI_FULL_CONNECTION_FORCE_SMB1Stefan Metzmacher1-0/+1
2017-06-22s3:libsmb: no longer pass remote_realm to cli_state_create()Stefan Metzmacher1-1/+0
2017-01-27s3:libsmb: use a local got_kerberos_mechanism variable in cli_session_creds_p...Stefan Metzmacher1-1/+0
2016-06-18s3: libsmb: Widen the internal client smb1.pid to 32-bits as is used on the w...Jeremy Allison1-1/+1
2015-05-13Convert all uint32/16/8 to _t in source3/client.Richard Sharpe1-3/+3
2014-10-17s3:libsmb: remove unused cli_set_username() functionStefan Metzmacher1-3/+0
2014-10-17s3:libsmb: Remove unused domain copy stored in cli_stateStefan Metzmacher1-1/+0
2014-10-17s3:libsmb: Remove unused password copy stored in cli_stateAndrew Bartlett1-1/+0
2014-03-05s3:include: let CLI_BUFFER_SIZE be an alias of SMB_BUFFER_SIZE_MAXStefan Metzmacher1-1/+1
2013-10-17s3:libsmb: remove unused cli_state->case_sensitiveStefan Metzmacher1-2/+0
2013-10-17s3:libsmb: remove unused cli_state->dfsrootStefan Metzmacher1-1/+0
2013-08-15s3:libsmb: Add in the core of the libsmb client SMB2 functions.Jeremy Allison1-0/+1
2013-08-10s3:libsmb: remove unused cli_state->is_guestloginStefan Metzmacher1-1/+0
2012-12-06Clean up client timeout definitions [rev. 2]Scott Lovenberg1-0/+3
2012-08-01s3:libsmb: remove unused cli_state->user_session_keyStefan Metzmacher1-4/+0
2012-07-25s3:libsmb: remove unused cli_state->smb2.pidStefan Metzmacher1-1/+0
2012-07-25s3:libsmb: remove unused tcon specific elements from cli_state->smb2Stefan Metzmacher1-6/+0
2012-07-25s3:libsmb: remove cli_state->smb2.tidStefan Metzmacher1-1/+0
2012-07-24s3:libsmb: setup a smbXcli_tcon for SMB2Stefan Metzmacher1-0/+1
2012-07-24s3:libsmb: use a smbXcli_tcon instead of uint16_t cli_state->smb1.tidStefan Metzmacher1-1/+1
2012-07-23s3:libsmb: use cli_state_{g,s}et_uid instead of smb1.uid directlyLuk Claes1-1/+1
2012-06-12s3: Add cli_state->pw_nt_hashVolker Lendecke1-0/+1
2012-06-12s3: Add CLI_FULL_CONNECTION_USE_NT_HASHVolker Lendecke1-0/+1
2011-12-01After a discussion with Volker, sdd a backup_intent state to the client struct.Jeremy Allison1-0/+1
2011-11-24s3:libsmb: implement cli_state based functions on top of smbXcli_conn/smbXcli...Stefan Metzmacher1-60/+2
2011-11-24s3:smb2cli: make use of smbXcli_session and setup the session key for SMB2 si...Stefan Metzmacher1-1/+2
2011-11-24s3:smb2cli: implement smb2cli_negprot() on top of smbXcli_negprot()Stefan Metzmacher1-12/+0
2011-11-24s3:smb2cli: replace smb2cli_base.c code with the more generic smbXcli_base.c ...Stefan Metzmacher1-1/+4