Age | Commit message (Expand) | Author | Files | Lines |
2009-06-17 | s3/libsmb: Fix typo in error message. | Karolin Seeger | 1 | -1/+1 |
2009-06-15 | s3/libsmb: Fix debug message. | Karolin Seeger | 1 | -1/+1 |
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 | 2 | -73/+117 |
2009-06-04 | clikrb5: Prefer krb5_free_keytab_entry_contents to krb5_kt_free_entry. | Jelmer Vernooij | 1 | -3/+8 |
2009-06-01 | Fix bug #6419 - smbclient -L 127.0.0.1" displays "netbios name" instead of "w... | Jeremy Allison | 1 | -3/+26 |
2009-05-29 | Make cli_nt_delete_on_close() async. | Jeremy Allison | 1 | -0/+130 |
2009-05-29 | libsmbclient: make SMBC_module_terminate() static. | Michael Adam | 1 | -1/+1 |
2009-05-29 | s3/getdcname: Fix 'net' crash. | Kumar Thangavelu | 1 | -2/+2 |
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 | 3 | -23/+23 |
2009-05-24 | Add "err_on_readability" to writev_send | Volker Lendecke | 1 | -2/+2 |
2009-05-20 | Make cli_posix_open() and cli_posix_mkdir() async. | Jeremy Allison | 1 | -56/+217 |
2009-05-18 | Fix broken pipe handling | Volker Lendecke | 1 | -2/+2 |
2009-05-19 | s3: tevent_req_poll() loops forever when pipe is broken | Bo Yang | 1 | -0/+8 |
2009-05-13 | What to do about debugging in a multi-threaded application? | Derrell Lipman | 1 | -7/+10 |
2009-05-13 | Thread-safe protection: libsmbclient initialization | Derrell Lipman | 1 | -94/+133 |
2009-05-13 | s3:libsmb: move read_smb_send/recv() static in async_smb.c | Stefan Metzmacher | 1 | -0/+87 |
2009-05-13 | s3:libsmb: let cli_smb_chain_send() also return NTSTATUS | Stefan Metzmacher | 1 | -9/+12 |
2009-05-13 | s3:libsmb: return NT_STATUS_CONNECTION_INVALID if the fd is -1 | Bo Yang | 1 | -5/+7 |
2009-05-13 | s3: return proper error code in cli_smb_req_send | Bo Yang | 5 | -38/+82 |
2009-05-12 | Clean up assignments to iov_base, ensure it's always cast to void *. This sho... | Jeremy Allison | 6 | -18/+18 |
2009-05-10 | Provide a libsmbclient interface for programs requiring threads | Derrell Lipman | 2 | -0/+176 |
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-07 | Make cli_tcon_andx chainable | Volker Lendecke | 1 | -15/+42 |
2009-05-07 | Make cli_session_setup_guest chainable | Volker Lendecke | 1 | -9/+31 |
2009-05-07 | s3-credentials: protect netlogon_creds_server_step() against NULL creds. | Günther Deschner | 1 | -0/+4 |
2009-05-06 | Make cli_setatr async. | Jeremy Allison | 3 | -2/+129 |
2009-05-06 | Make cli_setattrE async. | Jeremy Allison | 2 | -26/+98 |
2009-05-05 | Make cli_getatr() async. | Jeremy Allison | 2 | -27/+126 |
2009-05-05 | Make cli_getattrE async. | Jeremy Allison | 3 | -33/+132 |
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 | 2 | -81/+4 |
2009-04-30 | Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int. | Jeremy Allison | 10 | -73/+72 |
2009-04-29 | Make cli_unlink async. | Jeremy Allison | 2 | -28/+93 |
2009-04-29 | More async calls in libsmb/clifile.c | Jeremy Allison | 1 | -50/+170 |
2009-04-29 | s3: fix crash in winbindd | Bo Yang | 1 | -0/+4 |
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 | 2 | -25/+108 |
2009-04-28 | Convert cli_posix_unlink() and cli_posix_rmdir() | Jeremy Allison | 1 | -63/+190 |
2009-04-28 | Fix a type-punned warning | Volker Lendecke | 1 | -1/+1 |
2009-04-27 | [FIX Bug 6235] domain enumeration breaks if master browser has space in name | Derrell Lipman | 1 | -1/+2 |
2009-04-24 | find/replace. Change uintX types to uintX_t types to tidy up the code. | Jeremy Allison | 1 | -38/+38 |
2009-04-23 | errormap: Change the WBC_ERR_UNKNOWN_ERROR to map to NT_STATUS_UNSUCCESSFUL | Kai Blin | 1 | -1/+1 |
2009-04-22 | Make dskattr async. | Jeremy Allison | 1 | -38/+102 |