summaryrefslogtreecommitdiff
path: root/bin/pax/file_subs.c
AgeCommit message (Collapse)Author
1997-09-01i am bored enough to fix terminal space/tab ugliesTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-06-06geteuid(2) can never fail. What was I thinking?Todd C. Miller
1997-06-06POSIX says pax must complain about not being able to set permissionsTodd C. Miller
but we don't have to do that in non-pax modes.
1997-06-04Don't complain about not being able to set uid/gid in "tar -p"Todd C. Miller
(EPERM) unless the verbose flag is given or the user is root. Noted by Magnus Holmberg <mho@stacken.kth.se>.
1997-04-09the theTheo de Raadt
1997-03-05Add missing #includeThorsten Lockert
1997-03-04Do not post-process directories in cpio modeThorsten Lockert
1997-03-02More complete cpio(1) emulationThorsten Lockert
1997-01-26Support lchown().Jason Downs
1996-06-23update rcsidTheo de Raadt
1996-06-11Correct compile warningsThorsten Lockert
Rename warn() to paxwarn() so <err.h> can be included Remove #include <ctype.h> when not needed; from FreeBSD
1995-10-18initial import of NetBSD treeTheo de Raadt