summaryrefslogtreecommitdiffstats
path: root/source3/client/clitar.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* %s not $sLuke Leighton1999-02-031-1/+1
* A small change to clitar.c (really, I promise :-)Richard Sharpe1999-01-171-0/+7
* Fixed problems in debug code because I did not compileRichard Sharpe1998-12-191-4/+4
* Added some debugging to clitar ...Richard Sharpe1998-12-191-0/+4
* Fixed tar recurse bug.Jeremy Allison1998-12-171-1/+1
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-3/+3
* fixed setmode in smbclientAndrew Tridgell1998-11-141-7/+6
* - handle servers that don't support getattrE (ie. NT)Andrew Tridgell1998-11-141-1/+1
* Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1998-11-131-1/+1
* Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.Jeremy Allison1998-11-091-8/+7
* converted smbclient to use clientgen.c rather than clientutil.cAndrew Tridgell1998-11-091-1137/+112
* fixed a cast warningAndrew Tridgell1998-10-051-1/+1
* Added E Jay Berkenbilt's fixesRichard Sharpe1998-10-041-0/+3
* Fixed extern definition of cnum in clitar.cJeremy Allison1998-09-291-1/+1
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-281-1/+1
* Small update to clitar.c to omit warnings about servers notRichard Sharpe1998-09-261-4/+5
* Added a minor fix to clitar.c for a bug.Richard Sharpe1998-09-241-16/+2
* Fixed data corruption bugs in clitar.c with restores.Richard Sharpe1998-09-231-17/+58
* Fixed up warnings in new client code.Jeremy Allison1998-09-231-4/+4
* implemented du and tar -nAlexandre Oliva1998-09-211-3/+43
* Fixed changes in clitar.c that Jeremey noted. One change wasRichard Sharpe1998-09-191-1/+2
* Fixed compile errors in new code.Jeremy Allison1998-09-181-3/+3
* Adding rewritten restore code ... Old code is still thereRichard Sharpe1998-09-181-52/+234
* Ok so with this bugfix 64 bit file access actually seems to work :-).Jeremy Allison1998-09-111-1/+1
* tridge the destroyer returns!Andrew Tridgell1998-09-051-2/+4
* Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1998-09-031-1/+1
* More abstraction of file system data types, to move to a 64Jeremy Allison1998-09-011-3/+3
* bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1998-08-311-5/+5
* configure: Changes for extra headers.Jeremy Allison1998-08-151-2/+2