summaryrefslogtreecommitdiff
path: root/bin/pax/tar.c
AgeCommit message (Expand)Author
2019-03-20pax: fix typos in comments in file_subs.c & tar.cgutteridge
2018-11-30Add base-256 decoding support (Micha Gorny)christos
2015-12-19PR/50119: Thomas Klausner: Add --timestamp option to tar.christos
2015-06-16remove \n from error messageschristos
2013-01-24Recognize extended attribute headers and warn about them since we are notchristos
2012-08-09PR/46786: Simon Burge: After conversion to 64 bit time_t, tar/pax/cpiochristos
2012-03-20Use C89 function definitionsmatt
2011-11-03Accept -X -christos
2009-02-14fix -Wsign-compare issueslukem
2008-02-24Kill pre-4.4BSD compat code.joerg
2007-04-23PR/36194: Greg A. Woods: add a '-V' flag to pax for verbose summary withoutchristos
2006-03-18Coverity CID 343: Rework code so that we don't write after the end of thechristos
2006-02-11Change all the 'return(x)' to 'return c'.dsl
2005-04-24PR/20071: Perry Metzger: --extract handling is broken. This patch fixeschristos
2005-02-20The quagga-0.98.2 tar archive is busted. It was created with an old tarchristos
2004-10-17Improve error reporting for invalid tar archives.dsl
2004-09-26In GNU-tar mode, don't split filenames to prefix+name because GNU tar doeschristos
2004-09-22Keep track of the length of the gnu long name/link hack, so thatchristos
2004-07-14- Grr! unterminated buffer string in exclude destination bufferchristos
2004-06-16PR/25934: Dieter Baron: hard links with long names still fail.christos
2004-06-15PR/25934: Dieter Baron: tar and hardlinks with long filenames don't work.christos
2004-06-15Restructure the code to make it more readable. No functional changes.christos
2004-05-11Welcome to WARNS=3christos
2004-04-25PR/25299: grant beattie: 1.5.3/i386 kernel set archives confuse -current paxchristos
2004-04-20PR/25207: Hubert Feyrer: tar cores on certain archive contentschristos
2004-04-16PR/25200: Alan Barrett: bug in pax append mode. This problem was introducedchristos
2004-04-12fix bugs in the previous. use snprintf(). fixes the problem reportedmrg
2004-04-01redo GNU tar --exclude emulation to actually work the same. unfortunately,mrg
2004-01-30While the comment is not correct anymore, this fixes the problem of tar -rfchristos
2003-11-24Don't emit any warnings when tar is trying to figure out if the file ismatt
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-10-13Move Keith Muller's code from a 4-clause to a 3-clause licence by removingagc
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-24backout previous; it was a missing prototype elsewhere.grant
2003-06-24add cast to fix an integer -> pointer warning.grant
2003-06-23consistently use "cannot" instead of "can not".grant
2003-04-20PR/6195: Matt Watson: Pax fails for paths of exactly 100 characters.christos
2003-03-31PR/18959: Xavier HUMBERT: Don't pay attention to sockets in gnu-tar mode.christos
2003-03-31RP/8227: Peter Seeback: Emulate old gnu tar better.christos
2003-01-09remove debugging printf's I accidentally committed.christos
2003-01-09print a bit more info about checksum mismatches.christos
2002-12-08oops, remove a debug statement from the previous.mrg
2002-12-08add --exclude support.mrg
2002-10-27PR/18831: Andreas Wrede: Don't exit with an error when we are reading a gnuchristos
2002-10-18Only warn the user once about gnu extensions. From Eric Gillespie.christos
2002-10-17Factor out some more code, and don't expand names in ././@LongLink records.christos
2002-10-17Add proper longlink support. Previously we handled longname support, andchristos
2002-10-16turn gnu tar off by pax and cpio front ends.christos
2002-10-16Warn if we are trying to read a gnu tar archive, if --strict is specified.christos
2002-10-16Support gnu long filename extensions by default for tar on create, list, andchristos