summaryrefslogtreecommitdiffstats
path: root/source3/client/clitar.c
Commit message (Expand)AuthorAgeFilesLines
* First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systemsJeremy Allison2011-07-211-1/+1
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-161-0/+1
* s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCHAndrew Bartlett2011-04-291-3/+3
* s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett2011-04-291-3/+3
* s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett2011-04-291-3/+3
* s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett2011-04-291-3/+3
* s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLYAndrew Bartlett2011-04-291-1/+1
* s3: Use cli_writeall instead of cli_writeVolker Lendecke2011-04-271-2/+6
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-04-051-0/+1
* s3: Fix Coverity ID 83: RESOURCE_LEAKVolker Lendecke2011-03-271-0/+3
* s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett2010-11-021-1/+1
* Fix bug #7700 - Improvement of return code of smbclientJeremy Allison2010-10-291-16/+29
* s3: use monotonic clock for time deltas in smbtarBjörn Jacke2010-08-311-7/+7
* s3: Remove "cli" from "struct finfo"Volker Lendecke2010-07-301-2/+4
* s3: Remove a typedef (struct file_info)Volker Lendecke2010-07-271-4/+6
* s3-client: Make sure we only write to an opened file.Andreas Schneider2010-06-291-4/+10
* s3: "tar_parseargs" only looks at the mtimeVolker Lendecke2009-11-291-1/+1
* s3: "dotareof" only looks at the file typeVolker Lendecke2009-11-291-1/+1
* s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke2009-11-291-2/+3
* Revert "s3: Make the implicit reference to Protocol in mask_match_list() expl...Volker Lendecke2009-11-231-7/+2
* Revert "s3: Move the global variable Protocol to struct smbd_server_connection"Volker Lendecke2009-11-231-2/+2
* s3: Move the global variable Protocol to struct smbd_server_connectionVolker Lendecke2009-11-211-2/+2
* s3: Make the implicit reference to Protocol in mask_match_list() explicitVolker Lendecke2009-11-211-2/+7
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-2/+3
* Make cli_setatr async.Jeremy Allison2009-05-061-2/+2
* Make cli_getatr() async.Jeremy Allison2009-05-051-1/+3
* Fix some warnings due to uint16_t!=-1 always being trueVolker Lendecke2009-05-031-1/+1
* Cause cli_close to return an NTSTATUS.Jeremy Allison2009-04-301-2/+3
* Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison2009-04-301-6/+5
* Make cli_chkpath async.Jeremy Allison2009-04-221-1/+1
* Make cli_mkdir async. Change it to return NTSTATUS.Jeremy Allison2009-04-211-1/+1
* Fix bug #6161 - smbclient corrupts source path in tar modeJeremy Allison2009-03-051-0/+16
* Fix all warnings in source3 with gcc4.3.Jeremy Allison2008-12-311-5/+12
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-141-14/+14
* Fix a brown paper bag segfault in clitarVolker Lendecke2008-06-171-1/+1
* Fix Coverity ID 564Volker Lendecke2008-03-151-10/+0
* Fix Coverity ID 463Volker Lendecke2008-01-241-1/+3
* strtok -> strtok_rVolker Lendecke2008-01-231-3/+4
* Remove next_token_nr_talloc and its associated globalVolker Lendecke2007-12-211-5/+55
* C++ warningVolker Lendecke2007-12-091-1/+1
* Remove pstring from clitar.cJeremy Allison2007-12-071-141/+225
* Add popt to binaries in makefile. Hack clitar to compile until I fix it.Jeremy Allison2007-12-061-12/+7
* Fix bug #4393 smbclient does not store files with zero filesize in tar-archivesJeremy Allison2007-11-161-4/+3
* More pstring removal. This one was tricky. I had to addJeremy Allison2007-11-151-1/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-19/+19
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-101-1/+1
* r21768: Fix the client dfs code such that smbclient canJeremy Allison2007-10-101-1/+1
* r21714: Change the VFS interface to use struct timespecJeremy Allison2007-10-101-1/+1