summaryrefslogtreecommitdiff
path: root/source3/libsmb/clifile.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-15Make cli_unlock and cli_unlock64 async. Fix POSIX lock test.Jeremy Allison1-64/+206
2009-07-13Make cli_posix_lock/unlock asynchronous.Jeremy Allison1-58/+215
2009-06-10Make ctemp async. Fix the test to pass against W2K3.Jeremy Allison1-36/+135
2009-06-05Make cli_ftruncate async. Also add a simple test.Jeremy Allison1-72/+116
2009-05-29Make cli_nt_delete_on_close() async.Jeremy Allison1-0/+130
2009-05-28Make cli_posix_chown()/cli_posix_chmod() async.Jeremy Allison1-47/+213
2009-05-28Make cli_posix_stat() async.Jeremy Allison1-52/+143
2009-05-28Make getfacl async.Jeremy Allison1-40/+130
2009-05-27Add cli_posix_readlink() and a torture test for it.Jeremy Allison1-1/+183
2009-05-27Add aync POSIX hardlink and symlink and torture test for them.Jeremy Allison1-151/+300
2009-05-26Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke1-14/+14
2009-05-20Make cli_posix_open() and cli_posix_mkdir() async.Jeremy Allison1-56/+217
2009-05-13s3: return proper error code in cli_smb_req_sendBo Yang1-4/+16
2009-05-12Clean up assignments to iov_base, ensure it's always cast to void *. This sho...Jeremy Allison1-1/+1
2009-05-09s3:libsmb: fix layering of cli_ntrename_internal and its callersStefan Metzmacher1-29/+35
2009-05-07Async API needs all parameters to be kept around until sent,Jeremy Allison1-55/+15
2009-05-06Make cli_setatr async.Jeremy Allison1-0/+127
2009-05-06Make cli_setattrE async.Jeremy Allison1-24/+96
2009-05-05Make cli_getatr() async.Jeremy Allison1-26/+125
2009-05-05Make cli_getattrE async.Jeremy Allison1-28/+128
2009-05-04Fix the async calls for the posix_unlink and posix_rmdir.Jeremy Allison1-13/+49
2009-04-30Cause cli_close to return an NTSTATUS.Jeremy Allison1-80/+3
2009-04-30Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison1-29/+34
2009-04-29Make cli_unlink async.Jeremy Allison1-26/+91
2009-04-29More async calls in libsmb/clifile.cJeremy Allison1-50/+170
2009-04-28Doh ! Don't need "int dummy" when we have state :-).Jeremy Allison1-1/+0
2009-04-28Convert cli_rename to async.Jeremy Allison1-23/+106
2009-04-28Convert cli_posix_unlink() and cli_posix_rmdir()Jeremy Allison1-63/+190
2009-04-24find/replace. Change uintX types to uintX_t types to tidy up the code.Jeremy Allison1-38/+38
2009-04-22Make dskattr async.Jeremy Allison1-38/+102
2009-04-22Make cli_chkpath async.Jeremy Allison1-0/+121
2009-04-21s3:libsmb: always use the tevent_req_nomem() for checking allocation failuresStefan Metzmacher1-6/+6
2009-04-21Make rmdir async.Jeremy Allison1-57/+91
2009-04-21Make cli_mkdir async. Change it to return NTSTATUS.Jeremy Allison1-0/+110
2009-04-14Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett1-4/+4
2009-04-06Convert cli_open to tevent_reqVolker Lendecke1-46/+102
2009-04-06Convert cli_close to tevent_reqVolker Lendecke1-20/+66
2009-04-06Convert cli_ntcreate to tevent_reqVolker Lendecke1-38/+68
2009-02-01Split up async_req into a generic and a NTSTATUS specific partVolker Lendecke1-3/+3
2009-01-30Add async cli_ntcreateVolker Lendecke1-0/+132
2009-01-29Add the strlen to push to smb_bytes_push_str, return the converted sizeVolker Lendecke1-8/+11
2009-01-26Decouple clistr_pull from struct cli_state->inbufVolker Lendecke1-1/+1
2009-01-25Fix an error path memleakVolker Lendecke1-0/+1
2009-01-25Make smb_bytes_push_str deal with a NULL buf returning NULLVolker Lendecke1-1/+6
2008-12-19Pass "bytes_alignment" up through cli_request_sendVolker Lendecke1-2/+2
2008-12-08Simplify async programming a bit with helper routinesVolker Lendecke1-6/+5
2008-11-18libsmb: Fix up pointer passed to cli_send_trans in cli_link_internalKai Blin1-1/+1
2008-10-14Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij1-6/+6
2008-09-09make smb_bytes_push_str publicVolker Lendecke1-1/+1
2008-09-01Fix typoVolker Lendecke1-1/+1