summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix build with arc4.Jelmer Vernooij2008-09-242-20/+29
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4Jelmer Vernooij2008-09-242-3/+3
|\|
| * Use common crc32 implementation.Jelmer Vernooij2008-09-242-3/+3
* | Use common arcfour implementation.Jelmer Vernooij2008-09-242-18/+18
|/
* s3-nbt: use the new generated nbt.Günther Deschner2008-09-242-293/+120
* s3: fix NETLOGON_NT_VERSION version flags.Günther Deschner2008-09-231-10/+10
* s3-nbt: fix remaining callers of ndr_push/pull_struct_blob.Günther Deschner2008-09-231-1/+1
* s3: use samba4 prototype for ndr_push/pull_struct_blob.Günther Deschner2008-09-232-4/+4
* netlogon: move password change code out to rpccli_netlogon_set_trust_password.Günther Deschner2008-09-211-94/+5
* netlogon: refactor just_change_the_password a bit.Günther Deschner2008-09-211-22/+16
* netlogon: use init_netr_CryptPassword in "just_change_the_password"Günther Deschner2008-09-211-13/+10
* Make use of TALLOC_ZERO_PVolker Lendecke2008-09-211-3/+1
* Remove a cast -- thanks metzeVolker Lendecke2008-09-171-2/+2
* Factor out validate_smb_cryptoVolker Lendecke2008-09-121-41/+53
* Fix "make test" -- gna...Volker Lendecke2008-09-121-1/+1
* remove a pointless empty lineVolker Lendecke2008-09-121-1/+0
* Add a paranoia check on incoming PDUsVolker Lendecke2008-09-121-0/+7
* doserr: add WERR_NO_SUCH_ALIAS.Günther Deschner2008-09-121-0/+1
* fix nonempty blank linesVolker Lendecke2008-09-121-98/+98
* Fix bug #5751 cannot show ACLs on DFS reported by SATOH Fumiyasu <fumiyas@oss...Jeremy Allison2008-09-111-34/+55
* Fix blocker bug 5745 kerberos authentication with (lib)smbclient is broken.Jeremy Allison2008-09-101-2/+14
* Fix some bogus compiler warningsVolker Lendecke2008-09-101-5/+10
* Fix make test on sparc and possibly also on AIXVolker Lendecke2008-09-091-1/+3
* Convert cli_query_secdesc to the async trans callVolker Lendecke2008-09-091-21/+16
* Convert cli_qfileinfo to the async trans callVolker Lendecke2008-09-091-21/+19
* Add async trans/trans2/nttrans calls to libsmbVolker Lendecke2008-09-091-0/+701
* Move setting the mid field in req->outbuf from _cork to _uncorkVolker Lendecke2008-09-091-1/+1
* Add utility function cli_in_chain()Volker Lendecke2008-09-091-0/+15
* make smb_bytes_push_str publicVolker Lendecke2008-09-091-1/+1
* Fix a memleak in cli_qfilename (only used in smbtorture)Volker Lendecke2008-09-091-0/+5
* Protect against a closed socketVolker Lendecke2008-09-051-0/+5
* Do proper error handling if the socket is closedVolker Lendecke2008-09-051-2/+8
* Cleanup of DC enumeration in get_dcs()Steven Danneman2008-09-041-1/+1
* doserr: add WERR_WRONG_PASSWORD.Günther Deschner2008-09-021-0/+2
* Fix some nonempty blank linesVolker Lendecke2008-09-011-11/+11
* Fix typoVolker Lendecke2008-09-011-1/+1
* Remove a duplicate retval checkVolker Lendecke2008-08-311-8/+2
* kerberos: use KRB5_KT_KEY macro where appropriate.Günther Deschner2008-08-291-15/+5
* kerberos: move the KRB5_KEY* macros to header file.Günther Deschner2008-08-291-12/+0
* Remove cli_request_get()Volker Lendecke2008-08-283-23/+16
* Add async smbecho client supportVolker Lendecke2008-08-281-27/+139
* Add cli_request->recv_helperVolker Lendecke2008-08-281-1/+6
* Activate code to enable chained requestsVolker Lendecke2008-08-281-176/+27
* This adds the code to allow chained requests in libsmb/Volker Lendecke2008-08-281-0/+534
* Move "struct cli_request" from client.h to async_smb.hVolker Lendecke2008-08-281-6/+32
* Add cli_pull_replyVolker Lendecke2008-08-283-10/+81
* Remove cli->event_ctx, pass it explicitlyVolker Lendecke2008-08-283-90/+81
* Add async open&xVolker Lendecke2008-08-281-33/+117
* Add async cli_closeVolker Lendecke2008-08-281-13/+38
* Refactoring: Add the routine cli_request_send()Volker Lendecke2008-08-282-51/+82