summaryrefslogtreecommitdiff
path: root/source3/client/clitar.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-08-01Reformat lots of clitar code as I hate the style so much :-).Jeremy Allison1-563/+540
2003-08-01Reformat clitar option processing - getting ready to fix it for popt...Jeremy Allison1-183/+176
2003-07-16Fix from Dragan Krnic for handling files in tar archives > 8GB.Tim Potter1-0/+10
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-1/+1
2003-04-14Merge:Tim Potter1-1/+1
2003-03-18Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)Andrew Bartlett1-24/+24
2003-03-03More janitorial duties, fixing the BIG_UINT changes for large offsets.Richard Sharpe1-5/+6
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-6/+6
2002-12-19merge from 2.2 fix for smbclient large filesHerb Lewis1-18/+18
2002-12-16merge smbtar fix from 2.2Herb Lewis1-6/+8
2002-08-17sync 3.0 branch with headJelmer Vernooij1-1/+1
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-13/+12
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-10-11first step in converting the head branch to use lang_tdb.c insteadAndrew Tridgell1-1/+1
2001-10-09initial support to error report in smbclient, useful when using smbclient -c ...Simo Sorce1-10/+17
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-12/+10
2001-09-10declare dbf in one spotAndrew Tridgell1-1/+0
2001-09-10replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell1-6/+6
2001-08-20a bunch of fixes from the sflight to seattleAndrew Tridgell1-1/+0
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce1-2/+4
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-6/+6
2001-07-04The big character set handling changeover!Andrew Tridgell1-62/+25
2001-06-21next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell1-5/+5
2001-03-26Fix for smbtar race condition from Glenn Burkhardt <glenn@aoi.ultranet.com>.Jeremy Allison1-1/+11
2000-11-22Tar fixes from Craig Barratt craig@arraycomm.com.Jeremy Allison1-2/+2
2000-04-30- removed all our old wildcard matching code and replaced it with aAndrew Tridgell1-2/+2
2000-01-26Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison1-4/+4
2000-01-08cli_open() wasn't handling DENY_FCB or O_WRONLY correctly.Andrew Tridgell1-1/+1
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-32/+60
1999-03-30declare ttarf as double, as in client.cAlexandre Oliva1-1/+1
1999-03-30use double instead of SMB_BIG_UINT for dir_total and ttarfAlexandre Oliva1-1/+1
1999-03-25* client/client.c (dir_total): use SMB_BIG_UINTAlexandre Oliva1-2/+3
1999-02-03%s not $sLuke Leighton1-1/+1