summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-23errormap: Change the WBC_ERR_UNKNOWN_ERROR to map to NT_STATUS_UNSUCCESSFULKai Blin1-1/+1
2009-04-22Make dskattr async.Jeremy Allison1-38/+102
2009-04-22Make cli_chkpath async.Jeremy Allison1-0/+121
2009-04-22errormap: Add wbcErr to NTSTATUS mappingsKai Blin1-0/+41
2009-04-21s3:libsmb: always use the tevent_req_nomem() for checking allocation failuresStefan Metzmacher1-6/+6
2009-04-21Make rmdir async.Jeremy Allison2-59/+92
2009-04-21Make cli_mkdir async. Change it to return NTSTATUS.Jeremy Allison2-2/+111
2009-04-21s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.Günther Deschner1-1/+1
2009-04-20Merge commit 'origin/master' into libcli-auth-merge-without-netlogondAndrew Bartlett1-1/+1
2009-04-20s3:ntlmssp Remove use of talloc(NULL) in NTLMSSP codeAndrew Bartlett2-12/+12
2009-04-20s3:ntlmssp Fix segfault: msrpc_gen now uses talloc()Andrew Bartlett1-46/+8
2009-04-16When doing a cli_ulogoff don't invalidate the cnum, invalidate the vuid.Jeremy Allison1-1/+1
2009-04-16Fix crash bug in NTLMSSP caused by msrpc_parse() moving to tallocAndrew Bartlett1-4/+2
2009-04-14More work to adapt to merged libcli/auth function prototypesAndrew Bartlett4-16/+19
2009-04-14Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett8-2266/+26
2009-04-14Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett4-18/+18
2009-04-14Solve some of the conflict between Samba3 and Samba4 push_stringAndrew Bartlett3-21/+23