summaryrefslogtreecommitdiffstats
path: root/source3/client/clitar.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reformat lots of clitar code as I hate the style so much :-).Jeremy Allison2003-08-011-563/+540
* Reformat clitar option processing - getting ready to fix it for popt...Jeremy Allison2003-08-011-183/+176
* Fix from Dragan Krnic for handling files in tar archives > 8GB.Tim Potter2003-07-161-0/+10
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-1/+1
* Merge:Tim Potter2003-04-141-1/+1
* Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)Andrew Bartlett2003-03-181-24/+24
* More janitorial duties, fixing the BIG_UINT changes for large offsets.Richard Sharpe2003-03-031-5/+6
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-6/+6
* merge from 2.2 fix for smbclient large filesHerb Lewis2002-12-191-18/+18
* merge smbtar fix from 2.2Herb Lewis2002-12-161-6/+8
* sync 3.0 branch with headJelmer Vernooij2002-08-171-1/+1
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-13/+12
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* first step in converting the head branch to use lang_tdb.c insteadAndrew Tridgell2001-10-111-1/+1
* initial support to error report in smbclient, useful when using smbclient -c ...Simo Sorce2001-10-091-10/+17
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-12/+10
* declare dbf in one spotAndrew Tridgell2001-09-101-1/+0
* replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-101-6/+6
* a bunch of fixes from the sflight to seattleAndrew Tridgell2001-08-201-1/+0
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-121-2/+4
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-6/+6
* The big character set handling changeover!Andrew Tridgell2001-07-041-62/+25
* next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell2001-06-211-5/+5
* Fix for smbtar race condition from Glenn Burkhardt <glenn@aoi.ultranet.com>.Jeremy Allison2001-03-261-1/+11
* Tar fixes from Craig Barratt craig@arraycomm.com.Jeremy Allison2000-11-221-2/+2
* - removed all our old wildcard matching code and replaced it with aAndrew Tridgell2000-04-301-2/+2
* Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison2000-01-261-4/+4
* cli_open() wasn't handling DENY_FCB or O_WRONLY correctly.Andrew Tridgell2000-01-081-1/+1
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-32/+60
* declare ttarf as double, as in client.cAlexandre Oliva1999-03-301-1/+1
* use double instead of SMB_BIG_UINT for dir_total and ttarfAlexandre Oliva1999-03-301-1/+1
* * client/client.c (dir_total): use SMB_BIG_UINTAlexandre Oliva1999-03-251-2/+3