summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-08One more build fix. Ensure we have KRB5_AUTH_CONTEXT_USE_SUBKEY defined befor...Jeremy Allison1-3/+3
2008-08-08Try and fix the build for systems that don't have krb5_auth_con_set_req_cksum...Jeremy Allison1-3/+3
2008-08-08Add Derrick Schommer's <dschommer@F5.com> kerberos delegation patch. SomeJeremy Allison2-3/+185
2008-08-07Fix bug #5675 with a varient of Tim Waugh's patch,Jeremy Allison1-3/+2
2008-08-04clikrb5: don't use krb5_keyblock_init() when no salt is specifiedStefan Metzmacher1-35/+30
2008-08-01cli_request_new() already gave use the req, remove a pointless function callVolker Lendecke1-2/+0
2008-08-01Fix a typoVolker Lendecke1-5/+5
2008-07-21Remove one reference to PI_LSARPCVolker Lendecke1-1/+2
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmsspVolker Lendecke1-7/+7
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke4-12/+15
2008-07-17Use the macro to call samba_version_string().Andreas Schneider1-1/+1
2008-07-16The compatibility function also should have a const buffer pointerDerrell Lipman1-1/+1
2008-07-16The buf in the smbclient write function should be const.Andreas Schneider1-1/+1
2008-07-16Merge branch 'v3-3-test' of ssh://git.samba.org/data/git/samba into v3-3-testDerrell Lipman2-2/+24
2008-07-16Fix typos.Derrell Lipman1-1/+1
2008-07-15Release still reachable memory if the smbclient context is freed.Andreas Schneider1-0/+19
2008-07-15fix build warning.Günther Deschner1-2/+5
2008-07-11Revert "Pass NULL to gencache_get when we are not interested in the timeout v...Volker Lendecke3-5/+10
2008-07-11Revert "Remove gencache_[un]lock_entry"Volker Lendecke1-2/+10
2008-07-08[BUG 5580] Allow access to DFS shares via libsmbclientDerrell Lipman1-0/+20
2008-07-03Remove gencache_[un]lock_entryVolker Lendecke1-10/+2
2008-07-03Pass NULL to gencache_get when we are not interested in the timeout valueVolker Lendecke3-10/+5
2008-07-01Two more fixes from Jim Brown <jim.brown@miami.edu> for SGI compiler warnings.Jeremy Allison1-1/+6
2008-06-26Fix return of uninitialized variable.Jeremy Allison1-1/+1
2008-06-26errors: add WERR_DS_DRA_BAD_NC and WERR_DS_DRA_BAD_DN.Günther Deschner1-0/+4
2008-06-25rename rpccli_samr_chgpasswd_user to rpccli_samr_chgpasswd_user2.Günther Deschner1-3/+3
2008-06-24crypto: add decrypt_drsuapi_blob from samba4.Günther Deschner1-0/+114
2008-06-24kerberos: add smb_krb5_keytab_name().Günther Deschner1-0/+22
2008-06-24kerberos: make smb_krb5_kt_add_entry public, allow to pass keys without salti...Günther Deschner1-18/+38
2008-06-17clikrb5: remove unrequired create_kerberos_key_from_string_direct() prototype.Günther Deschner1-10/+10
2008-06-17dsgetdcname: allow to use NULL mem_ctx.Günther Deschner1-1/+1
2008-06-07Fix a crash in add_failed_connection_entryVolker Lendecke1-1/+2
2008-06-07Make the gencache based conncache use talloc_tos()Volker Lendecke1-11/+15
2008-06-07Negative conn cache uses gencacheMarc VanHeyningen1-129/+189
2008-06-05More correct fix (hopefully :-) for any memory leaks.Jeremy Allison1-1/+17
2008-06-02Fix bug reported by David Eisner <deisner@gmail.com>. When allocating cliJeremy Allison1-3/+3
2008-06-03errors: add more WERRORs.Günther Deschner1-0/+5
2008-06-03doserr: Add WERR_GROUP_EXISTS and WERR_SPECIAL_ACCOUNT.Günther Deschner1-0/+3
2008-05-30minor memory leak fixChere Zhou1-0/+1
2008-05-28Security fix for CVE-2008-1105: Boundary failure when parsing SMB responsesJeremy Allison2-191/+3
2008-05-27Memory leak fixes from Chere Zhou <czhou@isilon.com>.Jeremy Allison1-0/+1