Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-05 | strip multiple leading slashes from absolute paths; ok beck@ | Damien Miller | |
2005-08-04 | Make pax exit unsuccessfully on errors. | Marco Pfatschbacher | |
Patch by fgsch@ and me. Fixes PR 4310. OK fgsch@ otto@ millert@ | |||
2005-06-13 | Fix writing of old-style tar headers. Filenames and linknames actually | Otto Moerbeek | |
are not NUL terminated if the fill the whole field. ok millert@ jaredy@ | |||
2005-06-02 | add -O to getopt (ok otto) and sync usage | Jared Yanovich | |
2005-06-02 | sort options | Jared Yanovich | |
2005-06-02 | - simplify usage | Jared Yanovich | |
- rearrange examples - layout tweaks - minor macro, punctuation, etc. fixes ok jmc | |||
2005-05-24 | variety of man page fixes | Jared Yanovich | |
- add non-legacy synopsis (and sync usage) - sort options - refer to synopsis arguments consistently - rearrange examples - mdoc tweaks - mention glob patterns for -t and -x ok jmc, otto | |||
2005-04-28 | Use a special crafted string copy function to copy data from ustar | Otto Moerbeek | |
headers to the generic pax structs. ustar is "funny" since some fields are not always NUL terminated. Old-style tar headers and ustar creation remains to be done. ok millert@ beck@ | |||
2005-04-25 | Use the various f* functions to set owner, mode and times, instead | Otto Moerbeek | |
of operating on the path name. Avoids some races. ok deraadt@ cloder@ millert@ | |||
2005-04-21 | fix strlcpy abuse in pax - this commit turns potential overflows into | Bob Beck | |
potential non-spec compliance - the use of these fields as strings needs to be revisited more thouroughly. ok millert@ otto@ | |||
2005-04-14 | add the prefix length to nlen for ustar; ok otto millert | Markus Friedl | |
2005-04-10 | Handle path names of exactly 100 chars correctly. Based on a diff | Otto Moerbeek | |
from espie@. ok espie@ deraadt@ | |||
2004-11-29 | Build the table of created directories in-memory, instead of using | Otto Moerbeek | |
a tmp file. Makes it possible to unpack an archive without using /tmp, while memory usage is still within every reasonable limit. "love it" deraadt@ ok millert@ jaredy@ | |||
2004-10-23 | If a uid or gid does not fit into into the tar header, issue a warning | Otto Moerbeek | |
and use the uid/gid of nobody. Spotted by and ok drahn@, ok millert@ | |||
2004-08-10 | -L and -h are synonymous; noticed by espie@ | Todd C. Miller | |
2004-06-20 | Do not go on if the -C option caused a failed chdir. ok millert@ henning@ | Niklas Hallqvist | |
2004-06-11 | Correct the code that identifies bogus regexps; Jared Yanovich | Todd C. Miller | |
2004-06-11 | Fix backref substitution in -s mode. Problem found and fix verified | Todd C. Miller | |
by Jared Yanovich. | |||
2004-04-16 | spacing | Theo de Raadt | |
2004-03-30 | Add support for expanding GNU long links from NetBSD. I've had this | Todd C. Miller | |
in my tree for ages but didn't have a proper test case. Thanks to otto@ for providing one. | |||
2004-03-16 | actually use the cache instead of throwing away memory. doh! | Ted Unangst | |
from Rodney Ruddock ok deraadt@ | |||
2004-03-15 | more "if (foo);" ok millert@ | Damien Miller | |
2004-02-19 | filenames can have 100 chars, total pathname 255 in ustar format; not 250; | Jason McIntyre | |
from pb@ | |||
2004-01-23 | `Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8)) | Jason McIntyre | |
discussed with todd@ | |||
2004-01-20 | When trying to append to a gzipped archive, print msg using errx(), | Otto Moerbeek | |
not err(). ok millert@ | |||
2003-11-30 | Ignore -o/-O in non-extract mode. Earlier version OK'd by henning@ | Todd C. Miller | |
2003-11-21 | grammar improvements from Jared Yanovich; | Jason McIntyre | |
2003-10-22 | quote args to make them expand properly; | Jason McIntyre | |
2003-10-20 | typos from Jared Yanovich; | Jason McIntyre | |
2003-09-08 | fix pr3455 from Joerg.Sonnenberger. slightly improved fix suggested by | Ted Unangst | |
millert@. ok beck@ deraadt@ millert@ | |||
2003-08-16 | more errx/warnx style \n errors; tom.cosgrove@arches-consulting.com | Theo de Raadt | |
2003-08-08 | use sizeof with strlcpy() when possible; it is less error prone. | Todd C. Miller | |
From Patrick Latifi; ok avsm@ and krw@ | |||
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller | |
I've skipped the GNU stuff for now. From Patrick Latifi. | |||
2003-07-02 | missing protos | Theo de Raadt | |
2003-06-26 | protos. this requires changing the api for the *trail() functions a bit | Theo de Raadt | |
2003-06-13 | Add a -0 flag to make pax use a NUL instead of a newline as the | Todd C. Miller | |
pathname separator. Works in list mode as well as read/copy mode. Based on a patch from David Leonard; closes PR 3310 | |||
2003-06-04 | term 3 & 4 from tholo after permission | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-29 | missing full stop. | Jason McIntyre | |
2003-05-29 | - section reorder | Jason McIntyre | |
- removed unnecessary .Pp and .Ns | |||
2003-04-28 | typos; | Jason McIntyre | |
suggestions, corrections and ok millert@ | |||
2003-04-20 | incorrect macro, with too many arguments; | Jason McIntyre | |
2003-03-12 | more .Li | Theo de Raadt | |
2003-03-10 | double words in comments | David Krause | |
ok millert@ | |||
2003-03-04 | do not use angle brackets for error indication; christos | Theo de Raadt | |
2003-02-03 | typos; | Jason McIntyre | |
from netbsd(svs+pr@grep.ru) suggested by deraadt@ | |||
2002-11-29 | inconsistant spelling; torh@bogus.net | Theo de Raadt | |
2002-11-29 | Foward; torh@bogus.net | Theo de Raadt | |
2002-10-18 | Pull in some changes from NetBSD | Todd C. Miller | |
o When extracting GNU tar archives, honor @LongLink long links/files o Add an option to prevent pax from prompting for the next volume upon premature end of archive. | |||
2002-10-16 | sprinkle const; mostly from NetBSD | Todd C. Miller | |