summaryrefslogtreecommitdiff
path: root/usr.sbin/mtree/create.c
AgeCommit message (Expand)Author
2009-04-03Make "mtree -C" sort its output.apb
2009-02-01When {MD5,RMD160,SHA1,SHA256_,SHA384_,SHA512_}File fail, use errnohubertf
2008-12-28fix dev_t formats.christos
2007-12-05PR/37482: Malcolm Herbert: mtree does not check for getlogin() returning nullchristos
2007-11-19Renamed dsort to dcmp, since it doesn't sort, it only compares.rillig
2007-11-19Even on non-BSD systems, the "-R all" option should disable printing ofrillig
2007-10-18cast to long explicitly for the compat buildchristos
2007-02-04The hashing routines (MD5File() and co.) can do dynamic allocation, soelad
2006-10-30kill crypto/rmd160.h and crypto/sha2.h, and instead make symlinks tochristos
2005-09-24Use crypto/rmd160.h.elad
2005-09-02Use MAXHASHLEN here too.elad
2005-08-24Add SHA2 support in mtree.elad
2004-12-01strsvis(3) encode & decode the "link=" value (symlink target).lukem
2004-06-20Completely rework how tools/compat is done. Purge all uses/references tojmc
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-12-23Add -C, which dumps the specification with the full path name first,lukem
2002-11-29avoid non-constant initializer errors by changing hack to workaroundgrant
2002-08-08Remove extraneous \n's in {err,warn}{,x} that used to be printfs.soren
2002-01-31Protect __RCSID and __COPYRIGHT from being invoked if not defined.tv
2002-01-29Add hooks to make mtree compilable from src/tools.tv
2001-11-10provide the ability to remove support for generating or checking variouslukem
2001-11-07User interface changes from (or inspired by) FreeBSD:lukem
2001-10-22- enforce the top-most entry must be "." and must be a directory; avoidslukem
2001-10-18complete WARNS=2 cleanup (with a bit of ickiness for the fts_open argv issue)lukem
2001-10-18make this mostly WARNS=2 safelukem
2001-10-09Add "device" keyword, which allows the device number to be specified,lukem
2001-10-04features:lukem
2001-10-01- implement -D - dump the specfile out in a manner that's parseablelukem
2001-03-09ANSIfy, KNF, in preperation for more work.simonb
2001-02-20Remove all the "#ifdef __APPLE__" code, to make this actuallyhubertf
2000-10-15LP64 format string cleanup. Problem reported by garbled.is
2000-10-11More format string cleanups by sommerfeld.is
1999-12-01Now that we have strsvis, use it.wennmach
1999-11-07Encode file names using strvis(3) when creating a specification.wennmach
1999-07-06portability fixes:christos
1999-07-06Actually generate MD5 checksums, as reported in PR 7928.hubertf
1999-02-11- add -m and -i to change file flags more usefully.mrg
1998-12-19Appease gcc-2.8.1, make printf formats more portable.christos
1998-11-03Namespace protection against MAXUID etc.christos
1998-10-10add support for 4.4BSD file flags. we take a `flags=xxx' parameter,mrg
1998-10-08Use u_int32_t rather than Sys-V u_long.wsanchez
1998-08-30Add braces to satisfy egcs.nathanw
1998-08-27Add {} pairs to shut up egcs.ross
1998-07-06- use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg
1997-10-17WARNSify, getopt returns -1 not EOFlukem
1997-07-11fix printf() formats, make explicit comparisons to NULL (gcc -Wall)mikel
1996-09-05Only record sizes for regular files.mycroft
1996-02-01Rename struct timespec fields to conform to POSIX.1bjtc
1995-03-07add NetBSD id'scgd