summaryrefslogtreecommitdiff
path: root/source3/libsmb/clifile.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-13s3:libsmb: make use of cli_state_server_time_zone()Stefan Metzmacher1-6/+6
2011-08-09s3:libsmb/cli*: use CLI_BUFFER_SIZE instead of cli->max_xmitStefan Metzmacher1-4/+4
2011-08-03s3:libsmb/clifile: make use of cli_set_timeout()Stefan Metzmacher1-12/+22
2011-08-02s3:libsmb/cli*: make use of cli_state_capabilities()Stefan Metzmacher1-2/+2
2011-07-30Added missing return. Not strictly neccessary, the following if (!NT_STATUS_E...Jeremy Allison1-0/+1
2011-07-29s3: Add a fallback for missing open&x support in OS/X LionVolker Lendecke1-19/+68
2011-07-20s3:libsmb: move cli->pid to cli->smb1.pid and hide it behind cli_[g|s]etpid()Stefan Metzmacher1-5/+5
2011-07-19s3-libsmb: remove unused cli_lock()Björn Baumbach1-16/+0
2011-07-11s3-libsmb: let cli_lock64 return NTSTATUS instead of boolBjörn Baumbach1-5/+5
2011-07-11s3-libsmb: introduce cli_lock32()Björn Baumbach1-0/+16
2011-07-07s3:libsmb: use trans2_bytes_push_str() in cli_set_ea_path()Stefan Metzmacher1-8/+9
2011-07-07s3:libsmb: add trans2_bytes_push_bytes()Stefan Metzmacher1-0/+19
2011-07-07s3:libsmb: make trans2_bytes_push_str() non-staticStefan Metzmacher1-3/+3
2011-07-06s3:libsmb: let cli_qfileinfo[_recv]() return recv_flags2Stefan Metzmacher1-3/+11
2011-06-19s3: Add incomplete cli_nttrans_createVolker Lendecke1-0/+179
2011-06-19s3: Correctly align evenVolker Lendecke1-1/+3
2011-06-09s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett1-6/+6
2011-05-19s3: Do central cli_set_errorVolker Lendecke1-116/+0
2011-05-10s3: Use tevent_req_ntstatus properly in a few placesVolker Lendecke1-58/+29
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2011-05-06libcli/smb Move cifs posix helper functions and headers in commonAndrew Bartlett1-94/+0
2011-04-30Add POSIX O_RDONLY test of a directory for bug #8112 - POSIX extension opens ...Jeremy Allison1-2/+0
2011-04-29s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner1-0/+1
2011-04-29s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett1-2/+2
2011-04-29s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett1-3/+3
2011-04-29s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett1-3/+3
2011-03-30s3: only include ntioctl.h where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-03-30s3-trans2: only include trans2.h where needed.Günther Deschner1-0/+1
2011-03-25s3-libsmb: work our correct length for EA stringsAndrew Tridgell1-1/+1
2011-03-24charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell1-4/+3
2011-03-15s3-libsmb: only include rap client when needed.Günther Deschner1-0/+1
2011-01-17s3: Convert cli_lock64 to cli_smbVolker Lendecke1-34/+24
2011-01-17s3: Convert cli_lock to use cli_locktypeVolker Lendecke1-46/+7
2011-01-17s3: Convert cli_locktype to cli_smbVolker Lendecke1-32/+22
2011-01-17s3: Make passing up "result_parent" from cli_smb optionalVolker Lendecke1-2/+1
2011-01-17s3: Add cli_setpathinfoVolker Lendecke1-0/+35
2011-01-17s3: Fix some nonempty blank linesVolker Lendecke1-3/+3
2010-11-30s3: Add cli_shadow_copy_dataVolker Lendecke1-0/+149
2010-11-11s3: Well... Fix a stupid errorVolker Lendecke1-1/+1
2010-11-11s3: Make cli_set_ea_fnum return NTSTATUSVolker Lendecke1-5/+5
2010-11-11s3: Make cli_set_ea_path return NTSTATUSVolker Lendecke1-3/+5
2010-11-11s3: Remove two pointless variablesVolker Lendecke1-5/+4
2010-11-11s3: Convert cli_set_ea() to cli_trans()Volker Lendecke1-40/+35
2010-10-24s3: Use cli_setpathinfo in cli_posix_unlink_internalVolker Lendecke1-47/+15
2010-10-24s3: Avoid passing down a boolean to cli_posix_unlink_internal_sendVolker Lendecke1-5/+7
2010-10-24s3: Use cli_setpathinfo in cli_posix_chown_chmod_internalVolker Lendecke1-54/+16
2010-10-24s3: Use cli_setpathinfo in cli_posix_link_internalVolker Lendecke1-49/+16