summaryrefslogtreecommitdiff
path: root/usr.sbin/mtree/spec.c
AgeCommit message (Expand)Author
2023-08-11Stop down-converting to a timeval when comparing and setting times.Philip Guenther
2018-09-16Use user_from_uid(3), group_from_gid(3), uid_from_user(3) andTodd C. Miller
2016-08-16Nuke a bunch of whitespace nits seen while '%q' hunting.Kenneth R Westerback
2016-08-14Convert remaining calls to strtoq/strtouq in base with strtoll/strtoull.Philip Guenther
2012-07-08Add support for the "sha256digest" keyword to create/compareChristian Weisgerber
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-06-13fix two smalls bugs wrt contination lines.Marc Espie
2005-08-10Call open(2) with O_NONBLOCK and O_NOFOLLOW to make sure mtree can'tTodd C. Miller
2004-08-01ansi cleanup; khalek@linuxgamers.netTheo de Raadt
2004-07-09ansiTheo de Raadt
2004-07-01setmode(3) returns void *, not mode_t *. ok millert@Otto Moerbeek
2004-05-02Mtree needs the old crc routines; remove some extraneous includes whileTodd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-19string stuff, ok krw@Henning Brauer
2002-03-14We also need to vis-encode the path contained in a symbolic link.Todd C. Miller
2002-03-14kill more registers.Mike Pechkin
2002-03-09Escape whitespace and encode special chars with vis(3); from FreeBSDTodd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-08-10pass -WallTodd C. Miller
2001-08-10Add file flag support to mtree from henning@crackinghacking.deTodd C. Miller
1998-09-24The return value of setmode(3) is a pointer to malloc()'ed area andTodd C. Miller
1997-07-18err() -> error() so we don't conflict with err(3).Todd C. Miller
1997-07-18Add rmd160 support. Sheesh, you'd think this was tripwire.Todd C. Miller
1997-07-12Add sha1 digest support.Todd C. Miller
1997-01-17r?index -> strr?chrTodd C. Miller
1997-01-03From NetBSD: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-03-02timespec members are now named tv_{,u}secThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt