summaryrefslogtreecommitdiff
path: root/source3/client/clitar.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-31Fix all warnings in source3 with gcc4.3.Jeremy Allison1-5/+12
2008-10-14Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij1-14/+14
2008-06-17Fix a brown paper bag segfault in clitarVolker Lendecke1-1/+1
2008-03-15Fix Coverity ID 564Volker Lendecke1-10/+0
2008-01-24Fix Coverity ID 463Volker Lendecke1-1/+3
2008-01-23strtok -> strtok_rVolker Lendecke1-3/+4
2007-12-21Remove next_token_nr_talloc and its associated globalVolker Lendecke1-5/+55
2007-12-09C++ warningVolker Lendecke1-1/+1
2007-12-07Remove pstring from clitar.cJeremy Allison1-141/+225
2007-12-06Add popt to binaries in makefile. Hack clitar to compile until I fix it.Jeremy Allison1-12/+7
2007-11-16Fix bug #4393 smbclient does not store files with zero filesize in tar-archivesJeremy Allison1-4/+3
2007-11-15More pstring removal. This one was tricky. I had to addJeremy Allison1-1/+1
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-19/+19
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher1-1/+1
2007-10-10r21768: Fix the client dfs code such that smbclient canJeremy Allison1-1/+1
2007-10-10r21714: Change the VFS interface to use struct timespecJeremy Allison1-1/+1
2007-10-10r18047: More C++ stuffVolker Lendecke1-3/+3
2007-10-10r17850: Another dummy checkin for the build farm to retryVolker Lendecke1-1/+1
2007-10-10r17800: Start using struct timespec internally for file timesJeremy Allison1-16/+21
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-0/+4
2007-10-10r16230: Fix Klocwork #861 and others. localtime and asctimeJeremy Allison1-1/+1
2007-10-10r15141: Fix for #3592 inspired by Justin Best <justinb@pdxmission.org>.Jeremy Allison1-19/+30
2007-10-10r14248: Fix Coverity bug # 84Volker Lendecke1-0/+1
2007-10-10r14246: Fix Coverity bug # 85Volker Lendecke1-0/+2
2007-10-10r14242: Fix Coverity bug # 82Volker Lendecke1-0/+2
2007-10-10r14128: Remove warning generated by coverity scan tool (missing SAFE_FREE in ...Steve French1-0/+1
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-5/+2
2007-10-10r13535: Fix #2353 based on a patch by William Jojo.Jeremy Allison1-3/+4
2007-10-10r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")Jeremy Allison1-1/+1
2007-10-10r12045: More warning fixes... Just a few more to go.Jeremy Allison1-0/+2
2007-10-10r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison1-1/+1
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-1/+1
2007-10-10r5968: derrell's large file fix for libsmbclient (BUG 2505)Gerald Carter1-1/+1
2007-10-10r5687: Fix for bug #2398 from Kevin Dalley <kevin@kelphead.org>.Jeremy Allison1-5/+1
2007-10-10r5295: fix compile issue with MIT 1.4 due to broken gssapi.hGerald Carter1-30/+0
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-11/+11
2007-10-10r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid ofTim Potter1-1/+1
2007-10-10r2361: Fix the appalling toktocliplist() fn. Bug found by Luis Benvenutto.Jeremy Allison1-3/+5
2007-10-10r1320: Return an error when the last command read from stdin fails in smbclie...Jelmer Vernooij1-3/+3
2004-03-18Merge from HEAD for Amanda group.Jeremy Allison1-2/+2
2003-09-12Fix from Craig Barratt <cbarratt@users.sourceforge.net> to fix restoreJeremy Allison1-2/+4
2003-09-02Proposed patch for #308. Needs testing.Jeremy Allison1-7/+10
2003-08-27Print an error instead of crashing if no argument is specified forTim Potter1-0/+4
2003-08-12Apply a little constVolker Lendecke1-1/+1
2003-08-06Reversed replacement. Oops.Jeremy Allison1-2/+2
2003-08-06Get rid of MAXPATHLEN, move to standard PATH_MAX.Jeremy Allison1-2/+2
2003-08-01Fix the option processing for smbtar. Does no one check this !Jeremy Allison1-2/+15
2003-08-01Finish reformatting.Jeremy Allison1-516/+467