summaryrefslogtreecommitdiffstats
path: root/source/libsmb
Commit message (Expand)AuthorAgeFilesLines
* s3/libsmb: Fix typo in error message.Karolin Seeger2009-07-271-1/+1
* s3/libsmb: Fix debug message.Karolin Seeger2009-06-151-1/+1
* s3-credentials: protect netlogon_creds_server_step() against NULL creds.Guenther Deschner2009-06-101-0/+4
* When doing a cli_ulogoff don't invalidate the cnum, invalidate the vuid.Jeremy Allison2009-04-171-1/+1
* error-codes: add some service related error codes.Günther Deschner2009-04-171-0/+3
* [Bug 6228] SMBC_open_ctx failure due to path resolve failure doesn't set errnoDerrell Lipman2009-03-313-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
* s3:signing: the seqnum should only be decremented by 1 for ntcancel requestsStefan Metzmacher2009-03-111-2/+4
* Fix bug 6124: Attempt to fix the build on IRIXVolker Lendecke2009-03-061-1/+1
* Make char* parameters constDerrell Lipman2009-03-061-16/+6
* More warning fixes for Solaris.Jeremy Allison2009-02-241-1/+1
* Change smbc_set_credentials_with_fallback() (unreleased) to useJeremy Allison2009-02-231-7/+14
* variable grouping: just my OCD desire to keep similar things togetherDerrell Lipman2009-02-231-5/+7
* Make libsmbclient work with DFSBo Yang2009-02-236-6/+96
* Gah, typo :-(. Sorry.Jeremy Allison2009-02-191-1/+1
* Fix coverity CID-602. Possible use of uninitialized var.Jeremy Allison2009-02-191-1/+1
* Don't miss an absolute pathname as a kerberos keytab path. From Glenn Machin ...Jeremy Allison2009-02-181-0/+5
* remove accidental white spaceDerrell Lipman2009-02-161-1/+0
* Get rid of the warnings I had for testingDerrell Lipman2009-02-161-5/+0
* It seems some systems use f_flags instead of f_flag. Use the appropriate one.Derrell Lipman2009-02-161-4/+20
* Ensure consistency of values on stack (caught by AIX compiler)Derrell Lipman2009-02-161-16/+16
* Check for the right error return valueDerrell Lipman2009-02-161-2/+3
* [Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman2009-02-164-2/+74
* [Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman2009-02-162-0/+209
* [Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman2009-02-161-8/+17
* [Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman2009-02-161-2/+25
* [Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman2009-02-164-0/+42
* eliminate compiler warningsDerrell Lipman2009-02-161-6/+8
* Probably fixes a crash during name resolution when log level >= 10Ted Percival2009-02-161-1/+1
* Fix a valgrind error when the socket diesVolker Lendecke2009-02-161-2/+3
* Memory leaks and other fixes found by Coveritytodd stecher2009-01-231-5/+5
* Determine case sensitivity based on file system attributes.Derrell Lipman2009-01-203-11/+78
* [Bug 6022] smbc_urlencode and smbc_urldecode were not exportedDerrell Lipman2009-01-202-5/+5
* Treat file names in POSIX-like case-sensitive fashion by defaultDerrell Lipman2009-01-203-1/+23
* Fix a segfault if ? is there but the options are NULL. This is the case if SM...Andreas Schneider2009-01-201-1/+1
* s3:libsmb: handle the smb signing states the same in the krb5 and ntlmssp casesStefan Metzmacher2009-01-201-16/+35
* Fix bug #6021 - smbclient du command does not recuse properlyJeremy Allison2009-01-121-1/+2
* 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