index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
mtree
/
create.c
Age
Commit message (
Expand
)
Author
2013-04-16
handle large time_t types; ok millert
Theo de Raadt
2012-07-08
Add support for the "sha256digest" keyword to create/compare
Christian Weisgerber
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2005-08-10
Call open(2) with O_NONBLOCK and O_NOFOLLOW to make sure mtree can't
Todd C. Miller
2004-11-21
Use the same ordering when verifying as with creating and replace
Otto Moerbeek
2004-08-01
ansi cleanup; khalek@linuxgamers.net
Theo de Raadt
2004-07-09
ansi
Theo de Raadt
2004-05-02
Use MD5_DIGEST_STRING_LENGTH
Todd C. Miller
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-04-30
one more strvis -> strnvis.
Vincent Labrecque
2002-03-14
We also need to vis-encode the path contained in a symbolic link.
Todd C. Miller
2002-03-14
kill more registers.
Mike Pechkin
2002-03-09
Escape whitespace and encode special chars with vis(3); from FreeBSD
Todd C. Miller
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-08-10
pass -Wall
Todd C. Miller
2001-08-10
Add file flag support to mtree from henning@crackinghacking.de
Todd C. Miller
1997-11-05
u_short keys --> u_int keys
flipk
1997-07-25
#if __STDC__ --> #ifdef __STDC__
Michael Shalayeff
1997-07-18
err() -> error() so we don't conflict with err(3).
Todd C. Miller
1997-07-18
Add rmd160 support. Sheesh, you'd think this was tripwire.
Todd C. Miller
1997-07-12
Add sha1 digest support.
Todd C. Miller
1997-04-06
16 bit uids suck
Theo de Raadt
1997-01-03
From NetBSD:
Todd C. Miller
1996-12-10
merge freebsd mtree diffs, plus -Wall cleanup
Theo de Raadt
1996-12-08
64-bit clean + RCS tags
Niklas Hallqvist
1996-03-02
timespec members are now named tv_{,u}sec
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt