Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-04-30 | Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int. | Jeremy Allison | 1 | -29/+34 |
2009-04-29 | Make cli_unlink async. | Jeremy Allison | 1 | -26/+91 |
2009-04-29 | More async calls in libsmb/clifile.c | Jeremy Allison | 1 | -50/+170 |
2009-04-28 | Doh ! Don't need "int dummy" when we have state :-). | Jeremy Allison | 1 | -1/+0 |
2009-04-28 | Convert cli_rename to async. | Jeremy Allison | 1 | -23/+106 |
2009-04-28 | Convert cli_posix_unlink() and cli_posix_rmdir() | Jeremy Allison | 1 | -63/+190 |
2009-04-24 | find/replace. Change uintX types to uintX_t types to tidy up the code. | Jeremy Allison | 1 | -38/+38 |
2009-04-22 | Make dskattr async. | Jeremy Allison | 1 | -38/+102 |
2009-04-22 | Make cli_chkpath async. | Jeremy Allison | 1 | -0/+121 |
2009-04-21 | s3:libsmb: always use the tevent_req_nomem() for checking allocation failures | Stefan Metzmacher | 1 | -6/+6 |
2009-04-21 | Make rmdir async. | Jeremy Allison | 1 | -57/+91 |
2009-04-21 | Make cli_mkdir async. Change it to return NTSTATUS. | Jeremy Allison | 1 | -0/+110 |
2009-04-14 | Convert Samba3 to use the common lib/util/charset API | Andrew Bartlett | 1 | -4/+4 |
2009-04-06 | Convert cli_open to tevent_req | Volker Lendecke | 1 | -46/+102 |
2009-04-06 | Convert cli_close to tevent_req | Volker Lendecke | 1 | -20/+66 |
2009-04-06 | Convert cli_ntcreate to tevent_req | Volker Lendecke | 1 | -38/+68 |
2009-02-01 | Split up async_req into a generic and a NTSTATUS specific part | Volker Lendecke | 1 | -3/+3 |
2009-01-30 | Add async cli_ntcreate | Volker Lendecke | 1 | -0/+132 |
2009-01-29 | Add the strlen to push to smb_bytes_push_str, return the converted size | Volker Lendecke | 1 | -8/+11 |
2009-01-26 | Decouple clistr_pull from struct cli_state->inbuf | Volker Lendecke | 1 | -1/+1 |
2009-01-25 | Fix an error path memleak | Volker Lendecke | 1 | -0/+1 |
2009-01-25 | Make smb_bytes_push_str deal with a NULL buf returning NULL | Volker Lendecke | 1 | -1/+6 |
2008-12-19 | Pass "bytes_alignment" up through cli_request_send | Volker Lendecke | 1 | -2/+2 |
2008-12-08 | Simplify async programming a bit with helper routines | Volker Lendecke | 1 | -6/+5 |
2008-11-18 | libsmb: Fix up pointer passed to cli_send_trans in cli_link_internal | Kai Blin | 1 | -1/+1 |
2008-10-14 | Use {u,}int64_t instead of SMB_BIG_{U,}INT. | Jelmer Vernooij | 1 | -6/+6 |
2008-09-09 | make smb_bytes_push_str public | Volker Lendecke | 1 | -1/+1 |
2008-09-01 | Fix typo | Volker Lendecke | 1 | -1/+1 |
2008-08-28 | Add cli_pull_reply | Volker Lendecke | 1 | -5/+15 |
2008-08-28 | Remove cli->event_ctx, pass it explicitly | Volker Lendecke | 1 | -11/+33 |