summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
...
* Get rid of the warnings I had for testingDerrell Lipman2009-02-141-5/+0
* It seems some systems use f_flags instead of f_flag. Use the appropriate one.Derrell Lipman2009-02-141-4/+11
* f_frsize field is not ubiquitous. Check for it.Derrell Lipman2009-02-141-0/+4
* The f_fsid field is not always an integer type. Don't set it in that case.Derrell Lipman2009-02-141-0/+5
* Ensure consistency of values on stack (caught by AIX compiler)Derrell Lipman2009-02-141-16/+16
* Check for the right error return valueDerrell Lipman2009-02-141-2/+3
* [Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman2009-02-142-4/+4
* s3 libsmbclient: Fix fstatvfs to be more portableTim Prouty2009-02-132-4/+4
* [Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman2009-02-125-0/+355
* Do not use strlen if not necessary... :-)Volker Lendecke2009-02-101-4/+2
* If we receive a DOS error code, nt_errstr should display itVolker Lendecke2009-02-101-0/+5
* eliminate compiler warningsDerrell Lipman2009-02-091-4/+7
* s3: use struct netr_Credential in cred_step().Günther Deschner2009-02-051-1/+1
* Probably fixes a crash during name resolution when log level >= 10Ted Percival2009-02-031-1/+1
* Fix Coverity ID 870Volker Lendecke2009-02-031-0/+4
* Next step disentangling async_req from NTSTATUSVolker Lendecke2009-02-021-1/+1
* Split up async_req into a generic and a NTSTATUS specific partVolker Lendecke2009-02-016-35/+35
* Make is_andx_req non-staticVolker Lendecke2009-01-312-26/+25
* Add async cli_ntcreateVolker Lendecke2009-01-301-0/+132
* Make cli_tcon_andx asyncVolker Lendecke2009-01-304-67/+166
* Make cli_session_setup_guest asyncVolker Lendecke2009-01-301-37/+103
* Add the strlen to push to smb_bytes_push_str, return the converted sizeVolker Lendecke2009-01-293-12/+18
* cli_ucs2Volker Lendecke2009-01-291-0/+10
* Fix a valgrind error when the socket diesVolker Lendecke2009-01-281-4/+9
* s3:namecache: remove unused namecache_shutdown() functionStefan Metzmacher2009-01-271-21/+0
* Decouple clistr_pull from struct cli_state->inbufVolker Lendecke2009-01-267-32/+49
* Fix an error path memleakVolker Lendecke2009-01-251-0/+1
* Make smb_bytes_push_str deal with a NULL buf returning NULLVolker Lendecke2009-01-251-1/+6
* Memory leaks and other fixes found by Coveritytodd stecher2009-01-211-5/+5
* Add a macro async_req_setup()Volker Lendecke2009-01-181-25/+9
* 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-0/+22
* Fix a segfault if ? is there but the options are NULL. This is the case if SM...Andreas Schneider2009-01-161-1/+1
* s3: put netsamlogon_cache.tdb into cache_dir instead of lock_dirMichael Adam2009-01-161-1/+1
* s3: make better use of ccache by not including version.h in every C-file.Michael Adam2009-01-152-2/+2
* Remove smbclient globals that bled into clidfs.c. Now we only haveJeremy Allison2009-01-143-35/+30
* Remove another global from clidfs that is only used in client.c.Jeremy Allison2009-01-141-11/+16
* s3:libsmb: handle the smb signing states the same in the krb5 and ntlmssp casesStefan Metzmacher2009-01-121-16/+35
* Move cli_api_pipe() to its only user cli_pipe.cVolker Lendecke2009-01-111-23/+0
* Fix bug #6021 - smbclient du command does not recuse properlyJeremy Allison2009-01-081-1/+2
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-01-045-54/+118
|\
| * Simulate the Windows behaviour to fire 445 and after a timeout 139Volker Lendecke2009-01-041-14/+76
| * Async wrapper for open_socket_out_send/recvVolker Lendecke2009-01-041-8/+15
| * open_socket_out is always used with SOCK_STREAM, remove argument "type"Volker Lendecke2009-01-031-7/+5
| * struct async_req doesn't really need to carry an event_contextVolker Lendecke2009-01-032-6/+6
| * Remove cli_cm_set_dest_ss() - removes the global dest_ssJeremy Allison2009-01-021-15/+5
| * Remove a global variableVolker Lendecke2009-01-011-13/+20
| * fix some nonempty blank linesVolker Lendecke2009-01-011-5/+5
* | Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-011-2/+2
|/