Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2009-01-09 | Fix wrong 'extern' declaration of crc_total in mtree's verify.c. | Stefan Sperling | |
Found by lint(1). ok kjell@ krw@ grange@ | |||
2008-10-08 | Correct exit codes for extra files. PR 5072. | Matthias Kilian | |
Reminded by millert. ok millert, deraaadt | |||
2008-06-13 | fix two smalls bugs wrt contination lines. | Marc Espie | |
- continuation line at file start would segfault: make it change ginfo as it should instead. - empty continuation lines should be valid. okay millert@ | |||
2008-05-17 | documentation tweaks. | Igor Sobrado | |
ok (some time ago) jmc@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2005-10-15 | no need to escape a double dot sequence (..); | Jason McIntyre | |
2005-10-15 | sync the keywords list back into (alphabetical) order; | Jason McIntyre | |
2005-08-10 | Call open(2) with O_NONBLOCK and O_NOFOLLOW to make sure mtree can't | Todd 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@ | |||
2004-12-30 | -c is required when generating initial specification; | Jason McIntyre | |
ok deraadt@ | |||
2004-12-13 | more references to hier(7), from mickey; | Jason McIntyre | |
2004-11-21 | Use the same ordering when verifying as with creating and replace | Otto Moerbeek | |
some hardcoded constants with symbolic ones. Noted by Ed Wandasiewicz in PR 3991. ok deraadt@ millert@ | |||
2004-08-01 | ansi cleanup; khalek@linuxgamers.net | Theo de Raadt | |
2004-07-09 | ansi | Theo de Raadt | |
2004-07-01 | setmode(3) returns void *, not mode_t *. ok millert@ | Otto Moerbeek | |
2004-05-02 | Mtree needs the old crc routines; remove some extraneous includes while | Todd C. Miller | |
I am at it. | |||
2004-05-02 | Use MD5_DIGEST_STRING_LENGTH | Todd C. Miller | |
2003-09-05 | -t missing in synopsis | Henning Brauer | |
pr3444 jeffi@rcn.com ok jmc@ | |||
2003-09-02 | escape punctuation; (and a nit in openssl.1) | Jason McIntyre | |
ok deraadt@ | |||
2003-07-26 | Add missing "break" in -s case and make usage() explicitly take void. | Todd C. Miller | |
From Andrey Matveev. | |||
2003-06-26 | strict proto cleanups | Theo de Raadt | |
2003-06-16 | Bitwise AND was used where logical AND was intended; from mpech@ | Todd C. Miller | |
2003-06-12 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL - new sentence, new line | |||
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-04-30 | one more strvis -> strnvis. | Vincent Labrecque | |
ok millert | |||
2003-04-19 | string stuff, ok krw@ | Henning Brauer | |
2003-04-02 | fifo -> FIFO | Jason McIntyre | |
ok millert@ | |||
2003-02-07 | typos; | Jason McIntyre | |
2002-11-18 | fix typos; Jon Bernard | Todd C. Miller | |
2002-09-23 | Add missing includes, breaks and semicolons to appease gcc3; David Krause | Todd C. Miller | |
deraadt@ OK | |||
2002-04-04 | Remove short-lived 'preserve' option that was replaced with 'nochange'. | Todd C. Miller | |
2002-03-14 | We also need to vis-encode the path contained in a symbolic link. | Todd C. Miller | |
Based on a patch from Nicolas Rachinsky (FreeBSD PR 35454). | |||
2002-03-14 | kill more registers. | Mike Pechkin | |
millert@ ok | |||
2002-03-09 | Rename 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-09 | Escape whitespace and encode special chars with vis(3); from FreeBSD | Todd C. Miller | |
2002-03-04 | Add a 'preserve' flag to tell mtree not to change the attributes of | Todd C. Miller | |
a file/directory. This is useful when you want to update children of a directory but not the parent. | |||
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 | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-10-01 | add -l flag - do loose permissions checks, in which more stringent permissions | Jakob Schlyter | |
will match less stringent ones. ok millert@, deraadt@. | |||
2001-08-10 | pass -Wall | Todd C. Miller | |
2001-08-10 | Add file flag support to mtree from henning@crackinghacking.de | Todd C. Miller | |
with man page update and minor tweaks by me. | |||
2001-04-18 | We're talking about SHA1 here, not MD5; d.doroshenko@omnitel.net | Aaron Campbell | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell | |
cleanup along the way. | |||
2000-03-15 | Repair mdoc botch. | Aaron Campbell | |
2000-01-20 | getcwd() does not stuff an error string in buf on error, call strerror() | Todd C. Miller | |
instead. | |||
2000-01-14 | typo; rogoyski@cs.utexas.edu | Theo de Raadt | |
1999-07-04 | more macro conversion | Aaron Campbell | |
1999-06-05 | remove trailing whitespace, some Nm cleanup | Aaron Campbell | |
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. |