Age | Commit message (Expand) | Author | Files | Lines |
2010-08-05 | s3: Explicitly pass flags2 to clistr_pull_talloc | Volker Lendecke | 1 | -3/+4 |
2010-08-05 | s3: Remove some pointless wrapper functions | Volker Lendecke | 1 | -4/+7 |
2010-08-05 | s3: Save the received trans2 from the inbuf in cli_trans | Volker Lendecke | 1 | -10/+11 |
2010-07-26 | s3: Callers of cli_qpathinfo_recv might ignore the output | Volker Lendecke | 1 | -2/+8 |
2010-07-26 | s3: Fix a structure mess-up | Volker Lendecke | 1 | -1/+1 |
2010-07-26 | s3: Remove some unused struct members | Volker Lendecke | 1 | -6/+0 |
2010-07-25 | s3: Convert cli_get_ea_list_path to cli_qpathinfo_send | Volker Lendecke | 1 | -20/+94 |
2010-07-25 | s3: Factor out parse_ea_blob | Volker Lendecke | 1 | -25/+41 |
2010-07-25 | s3: Convert cli_posix_stat to cli_qpathinfo_send | Volker Lendecke | 1 | -57/+20 |
2010-07-25 | s3: Convert cli_posix_getfacl to cli_qpathinfo_send | Volker Lendecke | 1 | -53/+21 |
2010-07-25 | s3: Convert cli_posix_readlink to cli_qpathinfo_send | Volker Lendecke | 1 | -67/+33 |
2010-07-25 | s3: Add async cli_qpathinfo | Volker Lendecke | 1 | -0/+135 |
2010-07-25 | s3: Fix cli_posix_stat | Volker Lendecke | 1 | -4/+4 |
2010-02-22 | s3: Explicitly handle inbuf in cli_message_start_done | Volker Lendecke | 1 | -4/+3 |
2010-02-22 | s3: Explicitly handle inbuf in cli_dskattr_done | Volker Lendecke | 1 | -2/+4 |
2010-02-22 | s3: Explicitly handle inbuf in cli_getatr_done | Volker Lendecke | 1 | -2/+4 |
2010-02-22 | s3: Explicitly handle inbuf in cli_getattrE_done | Volker Lendecke | 1 | -2/+4 |
2010-02-22 | s3: Explicitly handle inbuf in cli_open_done | Volker Lendecke | 1 | -2/+4 |
2010-02-22 | s3: Explicitly handle inbuf in cli_ntcreate_done | Volker Lendecke | 1 | -2/+3 |
2010-02-22 | s3: Add a talloc_move for the inbuf to cli_smb_recv | Volker Lendecke | 1 | -17/+19 |
2010-02-20 | s3: Convert cli_raw_ioctl to use cli_smb() | Volker Lendecke | 1 | -18/+10 |
2009-11-17 | s3: Fix the build on Solaris | Volker Lendecke | 1 | -6/+6 |
2009-11-16 | s3:libsmb: avoid passing a function call as function parameter | Stefan Metzmacher | 1 | -18/+18 |
2009-11-14 | s3: Add min_setup, min_param and min_data to cli_trans_recv | Volker Lendecke | 1 | -85/+28 |
2009-10-13 | s3:torture: Add a notify-bench test | Volker Lendecke | 1 | -0/+4 |
2009-10-13 | s3:libsmb: Add cli_notify | Volker Lendecke | 1 | -0/+140 |
2009-09-14 | Fix bug 6726 - Filename length overwrites oplock request field in cli_nt_crea... | Jeremy Allison | 1 | -1/+1 |
2009-07-27 | Fix a valgrind error in cli_ctemp_done | Volker Lendecke | 1 | -1/+3 |
2009-07-15 | Make cli_unlock and cli_unlock64 async. Fix POSIX lock test. | Jeremy Allison | 1 | -64/+206 |
2009-07-13 | Make cli_posix_lock/unlock asynchronous. | Jeremy Allison | 1 | -58/+215 |
2009-06-10 | Make ctemp async. Fix the test to pass against W2K3. | Jeremy Allison | 1 | -36/+135 |
2009-06-05 | Make cli_ftruncate async. Also add a simple test. | Jeremy Allison | 1 | -72/+116 |
2009-05-29 | Make cli_nt_delete_on_close() async. | Jeremy Allison | 1 | -0/+130 |
2009-05-28 | Make cli_posix_chown()/cli_posix_chmod() async. | Jeremy Allison | 1 | -47/+213 |
2009-05-28 | Make cli_posix_stat() async. | Jeremy Allison | 1 | -52/+143 |
2009-05-28 | Make getfacl async. | Jeremy Allison | 1 | -40/+130 |
2009-05-27 | Add cli_posix_readlink() and a torture test for it. | Jeremy Allison | 1 | -1/+183 |
2009-05-27 | Add aync POSIX hardlink and symlink and torture test for them. | Jeremy Allison | 1 | -151/+300 |
2009-05-26 | Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT | Volker Lendecke | 1 | -14/+14 |
2009-05-20 | Make cli_posix_open() and cli_posix_mkdir() async. | Jeremy Allison | 1 | -56/+217 |
2009-05-13 | s3: return proper error code in cli_smb_req_send | Bo Yang | 1 | -4/+16 |
2009-05-12 | Clean up assignments to iov_base, ensure it's always cast to void *. This sho... | Jeremy Allison | 1 | -1/+1 |
2009-05-09 | s3:libsmb: fix layering of cli_ntrename_internal and its callers | Stefan Metzmacher | 1 | -29/+35 |
2009-05-07 | Async API needs all parameters to be kept around until sent, | Jeremy Allison | 1 | -55/+15 |
2009-05-06 | Make cli_setatr async. | Jeremy Allison | 1 | -0/+127 |
2009-05-06 | Make cli_setattrE async. | Jeremy Allison | 1 | -24/+96 |
2009-05-05 | Make cli_getatr() async. | Jeremy Allison | 1 | -26/+125 |
2009-05-05 | Make cli_getattrE async. | Jeremy Allison | 1 | -28/+128 |
2009-05-04 | Fix the async calls for the posix_unlink and posix_rmdir. | Jeremy Allison | 1 | -13/+49 |
2009-04-30 | Cause cli_close to return an NTSTATUS. | Jeremy Allison | 1 | -80/+3 |