summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clifile.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Explicitly handle inbuf in cli_message_start_doneVolker Lendecke2010-02-221-4/+3
* s3: Explicitly handle inbuf in cli_dskattr_doneVolker Lendecke2010-02-221-2/+4
* s3: Explicitly handle inbuf in cli_getatr_doneVolker Lendecke2010-02-221-2/+4
* s3: Explicitly handle inbuf in cli_getattrE_doneVolker Lendecke2010-02-221-2/+4
* s3: Explicitly handle inbuf in cli_open_doneVolker Lendecke2010-02-221-2/+4
* s3: Explicitly handle inbuf in cli_ntcreate_doneVolker Lendecke2010-02-221-2/+3
* s3: Add a talloc_move for the inbuf to cli_smb_recvVolker Lendecke2010-02-221-17/+19
* s3: Convert cli_raw_ioctl to use cli_smb()Volker Lendecke2010-02-201-18/+10
* s3: Fix the build on SolarisVolker Lendecke2009-11-171-6/+6
* s3:libsmb: avoid passing a function call as function parameterStefan Metzmacher2009-11-161-18/+18
* s3: Add min_setup, min_param and min_data to cli_trans_recvVolker Lendecke2009-11-141-85/+28
* s3:torture: Add a notify-bench testVolker Lendecke2009-10-131-0/+4
* s3:libsmb: Add cli_notifyVolker Lendecke2009-10-131-0/+140
* Fix bug 6726 - Filename length overwrites oplock request field in cli_nt_crea...Jeremy Allison2009-09-141-1/+1
* Fix a valgrind error in cli_ctemp_doneVolker Lendecke2009-07-271-1/+3
* Make cli_unlock and cli_unlock64 async. Fix POSIX lock test.Jeremy Allison2009-07-151-64/+206
* Make cli_posix_lock/unlock asynchronous.Jeremy Allison2009-07-131-58/+215
* Make ctemp async. Fix the test to pass against W2K3.Jeremy Allison2009-06-101-36/+135
* Make cli_ftruncate async. Also add a simple test.Jeremy Allison2009-06-051-72/+116
* Make cli_nt_delete_on_close() async.Jeremy Allison2009-05-291-0/+130
* Make cli_posix_chown()/cli_posix_chmod() async.Jeremy Allison2009-05-281-47/+213
* Make cli_posix_stat() async.Jeremy Allison2009-05-281-52/+143
* Make getfacl async.Jeremy Allison2009-05-281-40/+130
* Add cli_posix_readlink() and a torture test for it.Jeremy Allison2009-05-271-1/+183
* Add aync POSIX hardlink and symlink and torture test for them.Jeremy Allison2009-05-271-151/+300
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-14/+14
* Make cli_posix_open() and cli_posix_mkdir() async.Jeremy Allison2009-05-201-56/+217
* s3: return proper error code in cli_smb_req_sendBo Yang2009-05-131-4/+16
* Clean up assignments to iov_base, ensure it's always cast to void *. This sho...Jeremy Allison2009-05-121-1/+1
* s3:libsmb: fix layering of cli_ntrename_internal and its callersStefan Metzmacher2009-05-091-29/+35
* Async API needs all parameters to be kept around until sent,Jeremy Allison2009-05-071-55/+15
* Make cli_setatr async.Jeremy Allison2009-05-061-0/+127
* Make cli_setattrE async.Jeremy Allison2009-05-061-24/+96
* Make cli_getatr() async.Jeremy Allison2009-05-051-26/+125
* Make cli_getattrE async.Jeremy Allison2009-05-051-28/+128
* Fix the async calls for the posix_unlink and posix_rmdir.Jeremy Allison2009-05-041-13/+49
* Cause cli_close to return an NTSTATUS.Jeremy Allison2009-04-301-80/+3
* Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison2009-04-301-29/+34
* Make cli_unlink async.Jeremy Allison2009-04-291-26/+91
* More async calls in libsmb/clifile.cJeremy Allison2009-04-291-50/+170
* Doh ! Don't need "int dummy" when we have state :-).Jeremy Allison2009-04-281-1/+0
* Convert cli_rename to async.Jeremy Allison2009-04-281-23/+106
* Convert cli_posix_unlink() and cli_posix_rmdir()Jeremy Allison2009-04-281-63/+190
* find/replace. Change uintX types to uintX_t types to tidy up the code.Jeremy Allison2009-04-241-38/+38
* Make dskattr async.Jeremy Allison2009-04-221-38/+102
* Make cli_chkpath async.Jeremy Allison2009-04-221-0/+121
* s3:libsmb: always use the tevent_req_nomem() for checking allocation failuresStefan Metzmacher2009-04-211-6/+6
* Make rmdir async.Jeremy Allison2009-04-211-57/+91
* Make cli_mkdir async. Change it to return NTSTATUS.Jeremy Allison2009-04-211-0/+110
* Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett2009-04-141-4/+4