summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mtree/spec.c
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add support for SHA-1 and RIPEMD160, now that libmd includes them. Makewollman1999-02-261-1/+13
| | | | | all of the hashes (including MD5) conditionalized in case we want to turn one of them off later.
* Teach mtree(8) to handle whitespace in filenames. Uses strvis(3).jkoshy1999-01-121-2/+7
| | | | | | PR: bin/3246 Submitted by: Eugene M. Kim <astralblue@usa.net> Reviewed by: jkoshy, wollman
* Free memory from getmode.imp1998-12-161-1/+2
| | | | Obtained from: OpenBSD
* Use err(3) instead of local redefinition.charnier1997-10-011-23/+36
|
* ts_sec -> tv_secnate1996-09-201-2/+2
| | | | | | ts_nsec -> tv_nsec Pointed out by: bde
* st_size in struct stat has type off_t (long long) and not unsigned longtorstenb1995-10-061-1/+1
| | | | change strtoul() to strtoq()
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* mtree * MD5 = better securitywollman1995-02-101-0/+6
| | | | Idea from: Dr. John T. Wroclawski
* 1. Remove commented out CFLAGS+=-DDEBUG from Makefilergrimes1994-09-181-4/+4
| | | | | | | | | | | | 2. Clean up code so it compiles -Wall (except for sccsid's and copyright). This included fixing several printf formats that where not correct, and changing the data types of a few things. 3. Implement new option -i that produces indented mtree output files. 4. Implement new option -n that turns off directory comments. 5. Only emit /set records if something has changed since the last one.
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-261-0/+280
OpenPOWER on IntegriCloud