summaryrefslogtreecommitdiff
path: root/source3/libsmb/clifile.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-24s3: Use tevent_req_simple_recv_ntstatus where appropriateVolker Lendecke1-66/+11
2010-10-24s3: Pass down a level instead of a flag to cli_posix_link_internalVolker Lendecke1-7/+7
2010-10-24s3: Add async cli_setpathinfoVolker Lendecke1-0/+78
2010-10-24s3: Initialize output vars in parse_ea_blobVolker Lendecke1-0/+2
2010-10-24s3: Remove unused cli_get_ea_list_fnumVolker Lendecke1-62/+0
2010-10-24s3: Add async cli_qfileinfoVolker Lendecke1-0/+133
2010-09-20s3-build: only include async headers where needed.Günther Deschner1-0/+1
2010-08-18s3: async cli_listVolker Lendecke1-0/+20
2010-08-18s3: Add cli_flushVolker Lendecke1-0/+83
2010-08-05s3: Explicitly pass flags2 to clistr_pull_tallocVolker Lendecke1-3/+4
2010-08-05s3: Remove some pointless wrapper functionsVolker Lendecke1-4/+7
2010-08-05s3: Save the received trans2 from the inbuf in cli_transVolker Lendecke1-10/+11
2010-07-26s3: Callers of cli_qpathinfo_recv might ignore the outputVolker Lendecke1-2/+8
2010-07-26s3: Fix a structure mess-upVolker Lendecke1-1/+1
2010-07-26s3: Remove some unused struct membersVolker Lendecke1-6/+0
2010-07-25s3: Convert cli_get_ea_list_path to cli_qpathinfo_sendVolker Lendecke1-20/+94
2010-07-25s3: Factor out parse_ea_blobVolker Lendecke1-25/+41
2010-07-25s3: Convert cli_posix_stat to cli_qpathinfo_sendVolker Lendecke1-57/+20
2010-07-25s3: Convert cli_posix_getfacl to cli_qpathinfo_sendVolker Lendecke1-53/+21
2010-07-25s3: Convert cli_posix_readlink to cli_qpathinfo_sendVolker Lendecke1-67/+33
2010-07-25s3: Add async cli_qpathinfoVolker Lendecke1-0/+135
2010-07-25s3: Fix cli_posix_statVolker Lendecke1-4/+4
2010-02-22s3: Explicitly handle inbuf in cli_message_start_doneVolker Lendecke1-4/+3
2010-02-22s3: Explicitly handle inbuf in cli_dskattr_doneVolker Lendecke1-2/+4
2010-02-22s3: Explicitly handle inbuf in cli_getatr_doneVolker Lendecke1-2/+4
2010-02-22s3: Explicitly handle inbuf in cli_getattrE_doneVolker Lendecke1-2/+4
2010-02-22s3: Explicitly handle inbuf in cli_open_doneVolker Lendecke1-2/+4
2010-02-22s3: Explicitly handle inbuf in cli_ntcreate_doneVolker Lendecke1-2/+3