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