summaryrefslogtreecommitdiffstats
path: root/source/client/clitar.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #6161 - smbclient corrupts source path in tar modeJeremy Allison2009-03-061-0/+16
* Fix all warnings with gcc4.3.Jeremy Allison2009-01-021-5/+12
* 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
* r18047: More C++ stuffVolker Lendecke2007-10-101-3/+3
* r17850: Another dummy checkin for the build farm to retryVolker Lendecke2007-10-101-1/+1
* r17800: Start using struct timespec internally for file timesJeremy Allison2007-10-101-16/+21
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-0/+4
* r16230: Fix Klocwork #861 and others. localtime and asctimeJeremy Allison2007-10-101-1/+1
* r15141: Fix for #3592 inspired by Justin Best <justinb@pdxmission.org>.Jeremy Allison2007-10-101-19/+30
* r14248: Fix Coverity bug # 84Volker Lendecke2007-10-101-0/+1
* r14246: Fix Coverity bug # 85Volker Lendecke2007-10-101-0/+2
* r14242: Fix Coverity bug # 82Volker Lendecke2007-10-101-0/+2
* r14128: Remove warning generated by coverity scan tool (missing SAFE_FREE in ...Steve French2007-10-101-0/+1
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-5/+2
* r13535: Fix #2353 based on a patch by William Jojo.Jeremy Allison2007-10-101-3/+4
* r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")Jeremy Allison2007-10-101-1/+1
* r12045: More warning fixes... Just a few more to go.Jeremy Allison2007-10-101-0/+2
* r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison2007-10-101-1/+1
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-101-1/+1
* r5968: derrell's large file fix for libsmbclient (BUG 2505)Gerald Carter2007-10-101-1/+1
* r5687: Fix for bug #2398 from Kevin Dalley <kevin@kelphead.org>.Jeremy Allison2007-10-101-5/+1
* r5295: fix compile issue with MIT 1.4 due to broken gssapi.hGerald Carter2007-10-101-30/+0
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-11/+11
* r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid ofTim Potter2007-10-101-1/+1
* r2361: Fix the appalling toktocliplist() fn. Bug found by Luis Benvenutto.Jeremy Allison2007-10-101-3/+5
* r1320: Return an error when the last command read from stdin fails in smbclie...Jelmer Vernooij2007-10-101-3/+3
* Merge from HEAD for Amanda group.Jeremy Allison2004-03-181-2/+2
* Fix from Craig Barratt <cbarratt@users.sourceforge.net> to fix restoreJeremy Allison2003-09-121-2/+4
* Proposed patch for #308. Needs testing.Jeremy Allison2003-09-021-7/+10
* Print an error instead of crashing if no argument is specified forTim Potter2003-08-271-0/+4
* Apply a little constVolker Lendecke2003-08-121-1/+1
* Reversed replacement. Oops.Jeremy Allison2003-08-061-2/+2
* Get rid of MAXPATHLEN, move to standard PATH_MAX.Jeremy Allison2003-08-061-2/+2
* Fix the option processing for smbtar. Does no one check this !Jeremy Allison2003-08-011-2/+15
* Finish reformatting.Jeremy Allison2003-08-011-516/+467