summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct the netsamlogon_clear_cached_user function.Ephi Dror2008-08-271-36/+18
* Revert "Protect against short read&x replies"Volker Lendecke2008-08-231-4/+0
* Protect against short read&x repliesVolker Lendecke2008-08-231-0/+4
* Fix Bug #5710 and make machine account password changing work again.Günther Deschner2008-08-211-23/+52
* Fix length error in wrapping spnego blobIgor Mammedov2008-08-181-1/+1
* Prevent NT_STATUS 0xF1000000 errors from appearing whenJim McDonough2008-08-141-0/+6
* Revert "If it is a forced DOS error, nt_errstr should say so"Volker Lendecke2008-08-131-5/+0
* If it is a forced DOS error, nt_errstr should say soVolker Lendecke2008-08-131-0/+5
* Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.Jeremy Allison2008-08-121-22/+16
* doserr: add WERR_MEMBER_IN_ALIAS.Günther Deschner2008-08-111-0/+1
* fix build warning.Günther Deschner2008-08-111-1/+1
* One more build fix. Ensure we have KRB5_AUTH_CONTEXT_USE_SUBKEY defined befor...Jeremy Allison2008-08-081-3/+3
* Try and fix the build for systems that don't have krb5_auth_con_set_req_cksum...Jeremy Allison2008-08-081-3/+3
* Add Derrick Schommer's <dschommer@F5.com> kerberos delegation patch. SomeJeremy Allison2008-08-082-3/+185
* Fix bug #5675 with a varient of Tim Waugh's patch,Jeremy Allison2008-08-071-3/+2
* clikrb5: don't use krb5_keyblock_init() when no salt is specifiedStefan Metzmacher2008-08-041-35/+30
* cli_request_new() already gave use the req, remove a pointless function callVolker Lendecke2008-08-011-2/+0
* Fix a typoVolker Lendecke2008-08-011-5/+5
* Remove one reference to PI_LSARPCVolker Lendecke2008-07-211-1/+2
* Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmsspVolker Lendecke2008-07-201-7/+7
* Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke2008-07-204-12/+15
* Use the macro to call samba_version_string().Andreas Schneider2008-07-171-1/+1
* The compatibility function also should have a const buffer pointerDerrell Lipman2008-07-161-1/+1
* The buf in the smbclient write function should be const.Andreas Schneider2008-07-161-1/+1
* Merge branch 'v3-3-test' of ssh://git.samba.org/data/git/samba into v3-3-testDerrell Lipman2008-07-162-2/+24
|\
| * Release still reachable memory if the smbclient context is freed.Andreas Schneider2008-07-151-0/+19
| * fix build warning.Günther Deschner2008-07-151-2/+5
* | Fix typos.Derrell Lipman2008-07-161-1/+1
|/
* Revert "Pass NULL to gencache_get when we are not interested in the timeout v...Volker Lendecke2008-07-113-5/+10
* Revert "Remove gencache_[un]lock_entry"Volker Lendecke2008-07-111-2/+10
* [BUG 5580] Allow access to DFS shares via libsmbclientDerrell Lipman2008-07-081-0/+20
* Remove gencache_[un]lock_entryVolker Lendecke2008-07-031-10/+2
* Pass NULL to gencache_get when we are not interested in the timeout valueVolker Lendecke2008-07-033-10/+5
* Two more fixes from Jim Brown <jim.brown@miami.edu> for SGI compiler warnings.Jeremy Allison2008-07-011-1/+6
* Fix return of uninitialized variable.Jeremy Allison2008-06-261-1/+1
* errors: add WERR_DS_DRA_BAD_NC and WERR_DS_DRA_BAD_DN.Günther Deschner2008-06-261-0/+4
* rename rpccli_samr_chgpasswd_user to rpccli_samr_chgpasswd_user2.Günther Deschner2008-06-251-3/+3