summaryrefslogtreecommitdiffstats
path: root/source/libsmb
Commit message (Expand)AuthorAgeFilesLines
* Fix more asprintf and "ignoring return code" warnings from gcc 4.3.Jeremy Allison2009-01-021-26/+52
* Attempt to fix bug 5953: Make cli_send_smb_direct_writeX use writevVolker Lendecke2009-01-021-27/+13
* Fix a valgrind errorVolker Lendecke2009-01-021-1/+2
* (Fixed) Final part of fix for bug #5953 - smbclient crashes: cli_list_new seg...Kai Blin2009-01-021-4/+5
* Revert "Final part of fix for bug #5953 - smbclient crashes: cli_list_new seg...Jeremy Allison2009-01-021-24/+683
* Final part of fix for bug #5953 - smbclient crashes: cli_list_new segmentatio...Kai Blin2009-01-021-683/+24
* commit b520befe6f51644d20434add9864d7a2fa30aa2eSATOH Fumiyasu2009-01-021-6/+4
* s3:dsgetdcname: retry with the clients siteStefan Metzmacher2008-12-151-6/+43
* s3:libsmb/namequery.c: add saf_join_store() functionStefan Metzmacher2008-12-151-3/+65
* s3: libsmb/namequery: fallback to returning all dcs, when none is available i...Stefan Metzmacher2008-12-151-0/+9
* Fix bug #5953 - smbclient crashes: cli_list_new segmentation fault.Jeremy Allison2008-12-111-1/+1
* Fix for crash bug freeing a non-malloc'ed buffer if the client sends a non-en...Volker Lendecke2008-12-111-0/+7
* Change sockaddr util function names for consistency and to eliminate name con...Tim Prouty2008-12-115-13/+13
* The IRIX compiler does not like embedded unnamed unions.Günther Deschner2008-11-262-12/+12
* s3: fix all mailslot/nbt/cldap callers.Günther Deschner2008-11-262-408/+99
* netlogon: move password change code out to rpccli_netlogon_set_trust_password.Günther Deschner2008-11-191-94/+5
* netlogon: refactor just_change_the_password a bit.Günther Deschner2008-11-191-22/+16
* netlogon: use init_netr_CryptPassword in "just_change_the_password"Günther Deschner2008-11-191-13/+10
* libsmb: Fix up pointer passed to cli_send_trans in cli_link_internalKai Blin2008-11-191-1/+1
* Error return is False, not -1Derrell Lipman2008-11-181-3/+3
* Ensure we handle signals correctly during the async calls.Jeremy Allison2008-10-151-2/+2
* Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison2008-10-151-1/+1
* Make map_errno_from_nt_status() a generic call, not just a cli specific one.Jeremy Allison2008-10-151-138/+2
* Fix some nonempty blank linesVolker Lendecke2008-10-151-25/+25
* Fix an uninitialized variable warningVolker Lendecke2008-10-151-0/+2
* doserr: add WERR_NO_SUCH_ALIAS.Günther Deschner2008-09-151-0/+1
* Fix bug #5751 cannot show ACLs on DFS reported by SATOH Fumiyasu <fumiyas@oss...Jeremy Allison2008-09-151-34/+55
* Fix blocker bug 5745 kerberos authentication with (lib)smbclient is broken.Jeremy Allison2008-09-111-2/+14
* Do proper error handling if the socket is closedVolker Lendecke2008-09-081-2/+8
* Cleanup of DC enumeration in get_dcs()Steven Danneman2008-09-081-1/+1
* doserr: add WERR_WRONG_PASSWORD.Günther Deschner2008-09-021-0/+2
* Remove a duplicate retval checkVolker Lendecke2008-09-011-8/+2
* kerberos: use KRB5_KT_KEY macro where appropriate.Günther Deschner2008-09-011-15/+5
* kerberos: move the KRB5_KEY* macros to header file.Günther Deschner2008-09-011-12/+0
* Correct the netsamlogon_clear_cached_user function.Ephi Dror2008-09-011-36/+18
* Fix Bug #5710 and make machine account password changing work again.Günther Deschner2008-08-221-23/+52
* Prevent NT_STATUS 0xF1000000 errors from appearing whenJim McDonough2008-08-191-0/+6
* Revert "If it is a forced DOS error, nt_errstr should say so"Volker Lendecke2008-08-191-5/+0
* If it is a forced DOS error, nt_errstr should say soVolker Lendecke2008-08-191-0/+5
* Fix length error in wrapping spnego blobIgor Mammedov2008-08-191-1/+1
* 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