summaryrefslogtreecommitdiffstats
path: root/source/libsmb
Commit message (Expand)AuthorAgeFilesLines
* s3/libsmb: Fix typo in error message.Karolin Seeger2009-06-171-1/+1
* s3-credentials: protect netlogon_creds_server_step() against NULL creds.Guenther Deschner2009-05-191-0/+4
* When doing a cli_ulogoff don't invalidate the cnum, invalidate the vuid.Jeremy Allison2009-04-161-1/+1
* [Bug 6228] SMBC_open_ctx failure due to path resolve failure doesn't set errnoDerrell Lipman2009-03-273-1/+15
* s3: parse_packet can return NULL which is then dereferenced in match_mailslot...Tim Prouty2009-03-261-0/+4
* Fix two memleaks in the encryption codeVolker Lendecke2009-03-241-1/+2
* s3:dsgetdcname: use parentheses in if condition to make negation clearBjörn Jacke2009-03-241-1/+1
* s3-krb5: Fix Coverity #722 (RESOURCE_LEAK).Günther Deschner2009-03-201-12/+18
* s3:libsmb: fix smb signing for fragmented trans/trans2/nttrans requestsStefan Metzmacher2009-03-191-23/+7
* Allow DFS client paths to work when POSIX pathnames have beenJeremy Allison2009-03-181-2/+12
* Fix a malloc/talloc mismatch when cli_initialise() failsVolker Lendecke2009-03-151-1/+1
* Gah, typo :-(. Sorry.Jeremy Allison2009-02-181-1/+1
* Fix coverity CID-602. Possible use of uninitialized var.Jeremy Allison2009-02-181-1/+1
* Don't miss an absolute pathname as a kerberos keytab path. From Glenn Machin ...Jeremy Allison2009-02-171-0/+5
* Probably fixes a crash during name resolution when log level >= 10Ted Percival2009-02-031-1/+1
* Fix a valgrind error when the socket diesVolker Lendecke2009-01-281-2/+3
* Determine case sensitivity based on file system attributes.Derrell Lipman2009-01-173-11/+78
* [Bug 6022] smbc_urlencode and smbc_urldecode were not exportedDerrell Lipman2009-01-162-5/+5
* Treat file names in POSIX-like case-sensitive fashion by defaultDerrell Lipman2009-01-163-1/+23
* Fix a segfault if ? is there but the options are NULL. This is the case if SM...Andreas Schneider2009-01-161-1/+1
* s3:libsmb: handle the smb signing states the same in the krb5 and ntlmssp casesStefan Metzmacher2009-01-121-16/+35
* Fix bug #6021 - smbclient du command does not recuse properlyJeremy Allison2009-01-081-1/+2
* Attempt to fix bug 5953: Make cli_send_smb_direct_writeX use writevVolker Lendecke2008-12-291-27/+13
* Fix a valgrind errorVolker Lendecke2008-12-171-1/+2
* (Fixed) Final part of fix for bug #5953 - smbclient crashes: cli_list_new seg...Kai Blin2008-12-161-4/+5
* Revert "Final part of fix for bug #5953 - smbclient crashes: cli_list_new seg...Jeremy Allison2008-12-161-24/+683
* Final part of fix for bug #5953 - smbclient crashes: cli_list_new segmentatio...Kai Blin2008-12-161-683/+24
* commit b520befe6f51644d20434add9864d7a2fa30aa2eSATOH Fumiyasu2008-12-161-6/+4
* s3:dsgetdcname: retry with the clients siteStefan Metzmacher2008-12-131-6/+43
* s3:libsmb/namequery.c: add saf_join_store() functionStefan Metzmacher2008-12-131-3/+65
* s3: libsmb/namequery: fallback to returning all dcs, when none is available i...Stefan Metzmacher2008-12-131-0/+9
* Fix bug #5953 - smbclient crashes: cli_list_new segmentation fault.Jeremy Allison2008-12-081-1/+1
* Fix for crash bug freeing a non-malloc'ed buffer if the client sends a non-en...Volker Lendecke2008-12-051-0/+7
* Change sockaddr util function names for consistency and to eliminate name con...Tim Prouty2008-12-035-13/+13
* libsmb: Fix up pointer passed to cli_send_trans in cli_link_internalKai Blin2008-11-181-1/+1
* fix build warning.Günther Deschner2008-11-141-2/+5
* Error return is boolean false, not -1Derrell Lipman2008-10-241-3/+3
* Fix an uninitialized variable warningVolker Lendecke2008-10-051-0/+2
* 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-8/+13
* Do proper error handling if the socket is closedVolker Lendecke2008-09-051-2/+8
* Correct the netsamlogon_clear_cached_user function.Ephi Dror2008-08-271-36/+18
* Fix Bug #5710 and make machine account password changing work again.Günther Deschner2008-08-211-23/+52
* Fix length error in wrapping spnego blob. Karoling this needs to be in 3.2.2 ...Igor Mammedov2008-08-181-1/+1
* Prevent NT_STATUS 0xF1000000 errors from appearing whenJim McDonough2008-08-131-0/+6
* Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.Jeremy Allison2008-08-121-22/+16
* 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