summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #6496 - MS-DFS: cannot follow multibyte char link name.SATOH Fumiyasu2009-06-301-14/+38
* s3/libsmb: Fix typo in error message.Karolin Seeger2009-06-171-1/+1
* s3/libsmb: Fix debug message.Karolin Seeger2009-06-151-1/+1
* 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-052-73/+117
* clikrb5: Prefer krb5_free_keytab_entry_contents to krb5_kt_free_entry.Jelmer Vernooij2009-06-041-3/+8
* Fix bug #6419 - smbclient -L 127.0.0.1" displays "netbios name" instead of "w...Jeremy Allison2009-06-011-3/+26
* Make cli_nt_delete_on_close() async.Jeremy Allison2009-05-291-0/+130
* libsmbclient: make SMBC_module_terminate() static.Michael Adam2009-05-291-1/+1
* s3/getdcname: Fix 'net' crash.Kumar Thangavelu2009-05-291-2/+2
* 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-263-23/+23
* Add "err_on_readability" to writev_sendVolker Lendecke2009-05-241-2/+2
* Make cli_posix_open() and cli_posix_mkdir() async.Jeremy Allison2009-05-201-56/+217
* Fix broken pipe handlingVolker Lendecke2009-05-181-2/+2
* s3: tevent_req_poll() loops forever when pipe is brokenBo Yang2009-05-191-0/+8
* What to do about debugging in a multi-threaded application?Derrell Lipman2009-05-131-7/+10
* Thread-safe protection: libsmbclient initializationDerrell Lipman2009-05-131-94/+133
* s3:libsmb: move read_smb_send/recv() static in async_smb.cStefan Metzmacher2009-05-131-0/+87
* s3:libsmb: let cli_smb_chain_send() also return NTSTATUSStefan Metzmacher2009-05-131-9/+12
* s3:libsmb: return NT_STATUS_CONNECTION_INVALID if the fd is -1Bo Yang2009-05-131-5/+7
* s3: return proper error code in cli_smb_req_sendBo Yang2009-05-135-38/+82
* Clean up assignments to iov_base, ensure it's always cast to void *. This sho...Jeremy Allison2009-05-126-18/+18
* Provide a libsmbclient interface for programs requiring threadsDerrell Lipman2009-05-102-0/+176
* 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_tcon_andx chainableVolker Lendecke2009-05-071-15/+42
* Make cli_session_setup_guest chainableVolker Lendecke2009-05-071-9/+31
* s3-credentials: protect netlogon_creds_server_step() against NULL creds.Günther Deschner2009-05-071-0/+4
* Make cli_setatr async.Jeremy Allison2009-05-063-2/+129
* Make cli_setattrE async.Jeremy Allison2009-05-062-26/+98
* Make cli_getatr() async.Jeremy Allison2009-05-052-27/+126
* Make cli_getattrE async.Jeremy Allison2009-05-053-33/+132
* 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-302-81/+4
* Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison2009-04-3010-73/+72
* Make cli_unlink async.Jeremy Allison2009-04-292-28/+93
* More async calls in libsmb/clifile.cJeremy Allison2009-04-291-50/+170
* s3: fix crash in winbinddBo Yang2009-04-291-0/+4
* Doh ! Don't need "int dummy" when we have state :-).Jeremy Allison2009-04-281-1/+0
* Convert cli_rename to async.Jeremy Allison2009-04-282-25/+108
* Convert cli_posix_unlink() and cli_posix_rmdir()Jeremy Allison2009-04-281-63/+190
* Fix a type-punned warningVolker Lendecke2009-04-281-1/+1
* [FIX Bug 6235] domain enumeration breaks if master browser has space in nameDerrell Lipman2009-04-271-1/+2
* find/replace. Change uintX types to uintX_t types to tidy up the code.Jeremy Allison2009-04-241-38/+38
* errormap: Change the WBC_ERR_UNKNOWN_ERROR to map to NT_STATUS_UNSUCCESSFULKai Blin2009-04-231-1/+1