summaryrefslogtreecommitdiffstats
path: root/source3/client/clitar.c
Commit message (Expand)AuthorAgeFilesLines
...
* clitar.c: implement basic full extractionAurélien Aptel2014-02-191-2/+119
* clitar.c: fix_unix_path() now replace / with \Aurélien Aptel2014-02-191-3/+4
* clitar.c: factor path_list handling in a function, remove tar_fdAurélien Aptel2014-02-191-12/+17
* clitar.c: update TAR_DEFAULT_BLOCK_SIZE commentAurélien Aptel2014-02-191-1/+5
* clitar.c: start processing tar files in extraction modeAurélien Aptel2014-02-191-3/+67
* client.c, clitar.c: rename process_tar to tar_process, prepare codeAurélien Aptel2014-02-191-6/+15
* clitar.c, client.c: add flag to know if there's a tar operation to do.Aurélien Aptel2014-02-191-5/+10
* clitar.c: fix path name when adding themAurélien Aptel2014-02-191-1/+39
* clitar: use lowercase for bool valueAurélien Aptel2014-02-191-22/+22
* clitar.c: add tar_dump() debug function, fix bugsAurélien Aptel2014-02-191-11/+57
* implement argument parsing, split client_proto.hAurélien Aptel2014-02-191-51/+124
* clitar.c: start of argument parsingAurélien Aptel2014-02-191-22/+187
* clitar.c: add doc, remove _t suffix in enum nameAurélien Aptel2014-02-191-15/+28
* clitar.c: add cmd_setmode(), remove typedefAurélien Aptel2014-02-191-28/+162
* clitar.c: expand context structure and implement cmd_block()Aurélien Aptel2014-02-191-14/+67
* clitar.c: fresh new compilable file.Aurélien Aptel2014-02-191-1905/+9
* Clean up client timeout definitions [rev. 2]Scott Lovenberg2012-12-061-3/+0
* Fix smbclient/tarmode panic on connecting to Windows 2000 clients.Salvador I. Gonzalez2012-08-131-8/+19
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-091-1/+1
* Fix bug #8922.Jeremy Allison2012-05-111-1/+1
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-1/+1
* build: Remove sys_creat wrapperAndrew Bartlett2012-04-051-2/+2
* s3-cli: fix bug 563, >8GB tar on BE machinesMasafumi Nakayama2012-01-031-5/+17
* Move the callers that need to use the new cli_open() back to callingJeremy Allison2011-12-031-2/+2
* Convert smbclient to using NtCreateX by preference, fall back to openX onJeremy Allison2011-12-021-2/+2
* s3:clitar: remove unused/not existing extern variablesStefan Metzmacher2011-09-131-3/+0
* s3-client/clitar.c: replace cli_read_old() with cli_read()Björn Baumbach2011-07-231-5/+4
* s3-libsmb: replace cli_read() with cli_read_old()Björn Baumbach2011-07-201-1/+1
* First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systemsJeremy Allison2011-07-191-1/+1
* s3:clitar: avoid usage of cli_errstr()Stefan Metzmacher2011-07-081-1/+2
* s3-client/clitar.c: Fix cli_errstr() usage (part of bug #7864)Björn Baumbach2011-05-181-9/+14
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* More const fixes... getting near the end now.Jeremy Allison2011-05-061-5/+5
* More simple const fixups.Jeremy Allison2011-05-051-1/+1
* Tidy up some missing checks for NULL in strlcpy.Jeremy Allison2011-05-041-1/+1
* Convert safe_strXX to strlXXX. Clean up off-by-ones.Jeremy Allison2011-05-041-31/+17
* 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-261-2/+6
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-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