History log of /csrg-svn/bin/chmod/chmod.c (Results 1 – 25 of 37)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 66600 01-Apr-1994 bostic

setting errno and then not exiting isn't safe

# 66553 31-Mar-1994 bostic

doing a chmod on a directory causing a cycle is probably the
right thing to do

# 66549 31-Mar-1994 bostic

check for fts_read error

# 66544 31-Mar-1994 bostic

do some more error checking on the octal value

# 66543 31-Mar-1994 bostic

POSIX 1003.2B/D9 symbolic links

# 66445 25-Mar-1994 bostic

handle all of the 'weird' strings
check only the first two chars, so that long perm specs (e.g. "-xr") are OK.
From: "Chris G. Demetriou" <cgd@postgres.Berkeley.EDU>

# 65163 16-Dec-1993 bostic

handle first argument of -r,o=rw, for example

# 63597 27-Jun-1993 bostic

4.4BSD snapshot (revision 8.1); add 1993 to copyright

# 63596 27-Jun-1993 bostic

don't set FTS_NOSTAT, because don't want to "chmod" symbolic links
From: Theo Deraadt <deraadt@sun-lamp.cs.berkeley.edu>

# 58142 21-Feb-1993 bostic

use err(3) functions, minor cleanups

# 53782 01-Jun-1992 elan

Added -Hh options.

# 52237 27-Jan-1992 bostic

fts_statb -> fts_statp

# 52070 28-Dec-1991 bostic

don't permit illegal file modes; lots of minor ANSI/cleanup

# 47235 12-Mar-1991 bostic

fts(3) now sets errno correctly, FTS_DNX no longer exists

# 47072 07-Mar-1991 bostic

-f is longer documented; left for compatibility

# 45639 21-Nov-1990 bostic

put in rest of fts(3) error returns

# 45601 14-Nov-1990 bostic

new fts routine names

# 43107 16-Jun-1990 bostic

FTS_MULTIPLE is gone

# 42527 31-May-1990 bostic

new copyright notice

# 42202 17-May-1990 bostic

new structure names for fts

# 42010 15-May-1990 bostic

string.h is ANSI C include file

# 41116 28-Apr-1990 bostic

parenthetical mistake

# 40944 16-Apr-1990 bostic

new version of get/setmode

# 40269 05-Mar-1990 bostic

fix errno for ANSI variable scopign

# 39829 01-Jan-1990 bostic

from scratch, using fts(3) and setmode(3) and the POSIX man page

12