summaryrefslogtreecommitdiff
path: root/usr.sbin/mtree/mtree.h
AgeCommit message (Collapse)Author
2005-08-10Call open(2) with O_NONBLOCK and O_NOFOLLOW to make sure mtree can'tTodd C. Miller
be halted by a FIFO or special device. Use fgetln() instead of fgets() to handle arbitrarily long lines. If a line starts with a comment char, don't check for line continuation char. Adapted from a diff by Solar Designer. OK deraadt@ henning@
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-03-09Rename the new 'preserve' flag to 'nochange' for consistency with FreeBSD.Todd C. Miller
The old 'preserve' name is still accepted but is not documented and will be removed in the future.
2002-03-04Add a 'preserve' flag to tell mtree not to change the attributes ofTodd C. Miller
a file/directory. This is useful when you want to update children of a directory but not the parent.
2001-08-10Add file flag support to mtree from henning@crackinghacking.deTodd C. Miller
with man page update and minor tweaks by me.
1997-07-18Add rmd160 support. Sheesh, you'd think this was tripwire.Todd C. Miller
1997-07-12Add sha1 digest support.Todd C. Miller
1996-12-20Add back "optional" keyword that got nuked in merge of FreeBSD mods.Todd C. Miller
1996-12-10merge freebsd mtree diffs, plus -Wall cleanupTheo de Raadt
1996-12-0864-bit clean + RCS tagsNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt