summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2009-07-07s3: QNX doesn't know uint - replace with uint_tBjörn Jacke1-4/+4
2009-06-30Fix bug #6496 - MS-DFS: cannot follow multibyte char link name.SATOH Fumiyasu1-14/+38
2009-06-17s3/libsmb: Fix typo in error message.Karolin Seeger1-1/+1
2009-06-15s3/libsmb: Fix debug message.Karolin Seeger1-1/+1
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 Allison2-73/+117
2009-06-04clikrb5: Prefer krb5_free_keytab_entry_contents to krb5_kt_free_entry.Jelmer Vernooij1-3/+8
2009-06-01Fix bug #6419 - smbclient -L 127.0.0.1" displays "netbios name" instead of "w...Jeremy Allison1-3/+26
2009-05-29Make cli_nt_delete_on_close() async.Jeremy Allison1-0/+130
2009-05-29libsmbclient: make SMBC_module_terminate() static.Michael Adam1-1/+1
2009-05-29s3/getdcname: Fix 'net' crash.Kumar Thangavelu1-2/+2
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 Lendecke3-23/+23
2009-05-24Add "err_on_readability" to writev_sendVolker Lendecke1-2/+2
2009-05-20Make cli_posix_open() and cli_posix_mkdir() async.Jeremy Allison1-56/+217
2009-05-18Fix broken pipe handlingVolker Lendecke1-2/+2
2009-05-19s3: tevent_req_poll() loops forever when pipe is brokenBo Yang1-0/+8
2009-05-13What to do about debugging in a multi-threaded application?Derrell Lipman1-7/+10
2009-05-13Thread-safe protection: libsmbclient initializationDerrell Lipman1-94/+133
2009-05-13s3:libsmb: move read_smb_send/recv() static in async_smb.cStefan Metzmacher1-0/+87
2009-05-13s3:libsmb: let cli_smb_chain_send() also return NTSTATUSStefan Metzmacher1-9/+12
2009-05-13s3:libsmb: return NT_STATUS_CONNECTION_INVALID if the fd is -1Bo Yang1-5/+7
2009-05-13s3: return proper error code in cli_smb_req_sendBo Yang5-38/+82
2009-05-12Clean up assignments to iov_base, ensure it's always cast to void *. This sho...Jeremy Allison6-18/+18
2009-05-10Provide a libsmbclient interface for programs requiring threadsDerrell Lipman2-0/+176
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-07Make cli_tcon_andx chainableVolker Lendecke1-15/+42
2009-05-07Make cli_session_setup_guest chainableVolker Lendecke1-9/+31
2009-05-07s3-credentials: protect netlogon_creds_server_step() against NULL creds.Günther Deschner1-0/+4
2009-05-06Make cli_setatr async.Jeremy Allison3-2/+129
2009-05-06Make cli_setattrE async.Jeremy Allison2-26/+98
2009-05-05Make cli_getatr() async.Jeremy Allison2-27/+126
2009-05-05Make cli_getattrE async.Jeremy Allison3-33/+132
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 Allison2-81/+4
2009-04-30Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison10-73/+72
2009-04-29Make cli_unlink async.Jeremy Allison2-28/+93
2009-04-29More async calls in libsmb/clifile.cJeremy Allison1-50/+170
2009-04-29s3: fix crash in winbinddBo Yang1-0/+4
2009-04-28Doh ! Don't need "int dummy" when we have state :-).Jeremy Allison1-1/+0
2009-04-28Convert cli_rename to async.Jeremy Allison2-25/+108
2009-04-28Convert cli_posix_unlink() and cli_posix_rmdir()Jeremy Allison1-63/+190
2009-04-28Fix a type-punned warningVolker Lendecke1-1/+1
2009-04-27[FIX Bug 6235] domain enumeration breaks if master browser has space in nameDerrell Lipman1-1/+2
2009-04-24find/replace. Change uintX types to uintX_t types to tidy up the code.Jeremy Allison1-38/+38