summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mtree/spec.c
Commit message (Expand)AuthorAgeFilesLines
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-2/+2
* Write timestamps with exactly 9 digits after the period.kientzle2009-01-311-0/+2
* Accept integer times. Previously, the field "time=1233294539" would bekientzle2009-01-301-6/+7
* o Add an 'optional' keyword, which allows files to be in themaxim2006-07-031-0/+3
* Adds sha256 support. While it is a good idea to also add sha384 andtobez2005-03-291-0/+5
* Off by one error in malloc.phk2003-11-191-1/+1
* Rename spec() and verify() functions to have mtree_ prefix and takephk2003-11-051-8/+5
* Use vis(3) to encode/decode the target for symlinks.phk2003-10-301-7/+7
* Remove clause 3 in the copyrights (according to permission in src/COPYRIGHT)phk2003-10-211-5/+1
* Remove "register" keywords.phk2003-10-211-11/+7
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.obrien2003-05-031-4/+4
* de-__P()alfred2002-07-111-2/+2
* Switch over to using the new fflagstostr and strtofflags library calls.joe2000-06-171-1/+1
* Historically file flags (schg, uschg, etc) have been converted fromjoe2000-01-271-1/+1
* Added support for file flags, mostly merged from the NetBSD version.joe1999-12-091-2/+8
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add support for SHA-1 and RIPEMD160, now that libmd includes them. Makewollman1999-02-261-1/+13
* Teach mtree(8) to handle whitespace in filenames. Uses strvis(3).jkoshy1999-01-121-2/+7
* Free memory from getmode.imp1998-12-161-1/+2
* Use err(3) instead of local redefinition.charnier1997-10-011-23/+36
* ts_sec -> tv_secnate1996-09-201-2/+2
* st_size in struct stat has type off_t (long long) and not unsigned longtorstenb1995-10-061-1/+1
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
* mtree * MD5 = better securitywollman1995-02-101-0/+6
* 1. Remove commented out CFLAGS+=-DDEBUG from Makefilergrimes1994-09-181-4/+4
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-261-0/+280
OpenPOWER on IntegriCloud