summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2008-09-21Make use of TALLOC_ZERO_PVolker Lendecke1-3/+1
2008-09-17Remove a cast -- thanks metzeVolker Lendecke1-2/+2
2008-09-12Factor out validate_smb_cryptoVolker Lendecke1-41/+53
2008-09-12Fix "make test" -- gna...Volker Lendecke1-1/+1
2008-09-12remove a pointless empty lineVolker Lendecke1-1/+0
2008-09-12Add a paranoia check on incoming PDUsVolker Lendecke1-0/+7
2008-09-12doserr: add WERR_NO_SUCH_ALIAS.Günther Deschner1-0/+1
2008-09-12fix nonempty blank linesVolker Lendecke1-98/+98
2008-09-11Fix bug #5751 cannot show ACLs on DFS reported by SATOH Fumiyasu <fumiyas@oss...Jeremy Allison1-34/+55
2008-09-10Fix blocker bug 5745 kerberos authentication with (lib)smbclient is broken.Jeremy Allison1-2/+14
2008-09-10Fix some bogus compiler warningsVolker Lendecke1-5/+10
2008-09-09Fix make test on sparc and possibly also on AIXVolker Lendecke1-1/+3
2008-09-09Convert cli_query_secdesc to the async trans callVolker Lendecke1-21/+16
2008-09-09Convert cli_qfileinfo to the async trans callVolker Lendecke1-21/+19
2008-09-09Add async trans/trans2/nttrans calls to libsmbVolker Lendecke1-0/+701
2008-09-09Move setting the mid field in req->outbuf from _cork to _uncorkVolker Lendecke1-1/+1
2008-09-09Add utility function cli_in_chain()Volker Lendecke1-0/+15
2008-09-09make smb_bytes_push_str publicVolker Lendecke1-1/+1
2008-09-09Fix a memleak in cli_qfilename (only used in smbtorture)Volker Lendecke1-0/+5
2008-09-05Protect against a closed socketVolker Lendecke1-0/+5
2008-09-05Do proper error handling if the socket is closedVolker Lendecke1-2/+8
2008-09-04Cleanup of DC enumeration in get_dcs()Steven Danneman1-1/+1
2008-09-02doserr: add WERR_WRONG_PASSWORD.Günther Deschner1-0/+2
2008-09-01Fix some nonempty blank linesVolker Lendecke1-11/+11
2008-09-01Fix typoVolker Lendecke1-1/+1
2008-08-31Remove a duplicate retval checkVolker Lendecke1-8/+2
2008-08-29kerberos: use KRB5_KT_KEY macro where appropriate.Günther Deschner1-15/+5
2008-08-29kerberos: move the KRB5_KEY* macros to header file.Günther Deschner1-12/+0
2008-08-28Remove cli_request_get()Volker Lendecke3-23/+16
2008-08-28Add async smbecho client supportVolker Lendecke1-27/+139
2008-08-28Add cli_request->recv_helperVolker Lendecke1-1/+6
2008-08-28Activate code to enable chained requestsVolker Lendecke1-176/+27
2008-08-28This adds the code to allow chained requests in libsmb/Volker Lendecke1-0/+534
2008-08-28Move "struct cli_request" from client.h to async_smb.hVolker Lendecke1-6/+32
2008-08-28Add cli_pull_replyVolker Lendecke3-10/+81
2008-08-28Remove cli->event_ctx, pass it explicitlyVolker Lendecke3-90/+81
2008-08-28Add async open&xVolker Lendecke1-33/+117
2008-08-28Add async cli_closeVolker Lendecke1-13/+38
2008-08-28Refactoring: Add the routine cli_request_send()Volker Lendecke2-51/+82
2008-08-27Correct the netsamlogon_clear_cached_user function.Ephi Dror1-36/+18
2008-08-23Revert "Protect against short read&x replies"Volker Lendecke1-4/+0
2008-08-23Protect against short read&x repliesVolker Lendecke1-0/+4
2008-08-21Fix Bug #5710 and make machine account password changing work again.Günther Deschner1-23/+52
2008-08-18Fix length error in wrapping spnego blobIgor Mammedov1-1/+1
2008-08-14Prevent NT_STATUS 0xF1000000 errors from appearing whenJim McDonough1-0/+6
2008-08-13Revert "If it is a forced DOS error, nt_errstr should say so"Volker Lendecke1-5/+0
2008-08-13If it is a forced DOS error, nt_errstr should say soVolker Lendecke1-0/+5
2008-08-12Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.Jeremy Allison1-22/+16
2008-08-11doserr: add WERR_MEMBER_IN_ALIAS.Günther Deschner1-0/+1
2008-08-11fix build warning.Günther Deschner1-1/+1