summaryrefslogtreecommitdiff
path: root/source3/client/clitar.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-01-17A small change to clitar.c (really, I promise :-)Richard Sharpe1-0/+7
1998-12-19Fixed problems in debug code because I did not compileRichard Sharpe1-4/+4
1998-12-19Added some debugging to clitar ...Richard Sharpe1-0/+4
1998-12-17Fixed tar recurse bug.Jeremy Allison1-1/+1
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1-3/+3
1998-11-14fixed setmode in smbclientAndrew Tridgell1-7/+6
1998-11-14- handle servers that don't support getattrE (ie. NT)Andrew Tridgell1-1/+1
1998-11-13Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1-1/+1
1998-11-09Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.Jeremy Allison1-8/+7
1998-11-09converted smbclient to use clientgen.c rather than clientutil.cAndrew Tridgell1-1137/+112
1998-10-05fixed a cast warningAndrew Tridgell1-1/+1
1998-10-04Added E Jay Berkenbilt's fixesRichard Sharpe1-0/+3
1998-09-29Fixed extern definition of cnum in clitar.cJeremy Allison1-1/+1
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1-1/+1
1998-09-26Small update to clitar.c to omit warnings about servers notRichard Sharpe1-4/+5
1998-09-24Added a minor fix to clitar.c for a bug.Richard Sharpe1-16/+2
1998-09-23Fixed data corruption bugs in clitar.c with restores.Richard Sharpe1-17/+58
1998-09-23Fixed up warnings in new client code.Jeremy Allison1-4/+4
1998-09-21implemented du and tar -nAlexandre Oliva1-3/+43
1998-09-19Fixed changes in clitar.c that Jeremey noted. One change wasRichard Sharpe1-1/+2
1998-09-18Fixed compile errors in new code.Jeremy Allison1-3/+3
1998-09-18Adding rewritten restore code ... Old code is still thereRichard Sharpe1-52/+234
1998-09-11Ok so with this bugfix 64 bit file access actually seems to work :-).Jeremy Allison1-1/+1
1998-09-05tridge the destroyer returns!Andrew Tridgell1-2/+4
1998-09-03Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1-1/+1
1998-09-01More abstraction of file system data types, to move to a 64Jeremy Allison1-3/+3
1998-08-31bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1-5/+5
1998-08-15configure: Changes for extra headers.Jeremy Allison1-2/+2
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1-8/+10