OpenBSD CVS

CVS log for src/share/man/man5/passwd.5


[BACK] Up to [local] / src / share / man / man5

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.41 / (download) - annotate - [select for diffs], Sun Nov 2 05:33:04 2014 UTC (9 years, 7 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, HEAD
Changes since 1.40: +4 -5 lines
Diff to previous 1.40 (colored)

be a little more vague and a little less wrong about login.conf

Revision 1.40 / (download) - annotate - [select for diffs], Sun Nov 2 05:30:54 2014 UTC (9 years, 7 months ago) by tedu
Branch: MAIN
Changes since 1.39: +2 -25 lines
Diff to previous 1.39 (colored)

awk script to upgrade from 4.3 passwd files is irrelevant now

Revision 1.39 / (download) - annotate - [select for diffs], Wed Jun 20 22:15:13 2012 UTC (11 years, 11 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.38: +13 -4 lines
Diff to previous 1.38 (colored)

Corrent and expand passwd(5) HISTORY,
and apply some minor tweaks to group(5) HISTORY.
All facts found on http://minnie.tuhs.org/cgi-bin/utree.pl

ok jmc@ sobrado@

Revision 1.38 / (download) - annotate - [select for diffs], Wed Mar 14 15:39:12 2012 UTC (12 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.37: +4 -3 lines
Diff to previous 1.37 (colored)

* is a character, not a string.
ok ajacoutot

Revision 1.37 / (download) - annotate - [select for diffs], Tue Mar 6 08:39:30 2012 UTC (12 years, 3 months ago) by schwarze
Branch: MAIN
Changes since 1.36: +20 -30 lines
Diff to previous 1.36 (colored)

Clarify the wording regarding :*: as proposed by ajacoutot@.
Spring cleanup while here:
- Refrain from explaining what a colon (`:') and a comma (`,') is.
- Remove speculations about future directions to be taken after 4.0BSD (sic).
- And some minor wording changes.
ok jmc@ millert@ ajacoutot@

Revision 1.36 / (download) - annotate - [select for diffs], Sun Feb 26 11:14:21 2012 UTC (12 years, 3 months ago) by schwarze
Branch: MAIN
Changes since 1.35: +7 -2 lines
Diff to previous 1.35 (colored)

Document :*************: in the password field.
Triggered by a question from haesbaert@.
Feedback and ok jmc@, ok haesbaert@.

Revision 1.35 / (download) - annotate - [select for diffs], Fri Mar 27 12:31:31 2009 UTC (15 years, 2 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6
Changes since 1.34: +8 -2 lines
Diff to previous 1.34 (colored)

getgrouplist: If YP is #defined and enabled in /etc/group(5) and /etc/netid(5)
  contains a matching entry, use that and refrain from accessing YP.
getpwnam/getpwuid: If YP is #defined and /etc/master.passwd(5) contains
  a matching entry before the first YP entry, use that and stay away from YP.

Taken together, this allows a solution to the following problem pointed
out by deraadt@: When YP was configured but temporarily unavailable, even
root login would block, hindering you when trying to do repairs.
To avoid this, you can now provide a static entry for root in /etc/netid.

Using suggestions from miod@ otto@ blambert@ jmc@.
"commit" deraadt@, "cool" ajacoutot@, "looks fine" jmc@.

Revision 1.34 / (download) - annotate - [select for diffs], Wed Oct 22 20:31:20 2008 UTC (15 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.33: +3 -2 lines
Diff to previous 1.33 (colored)

man page for Makefile.yp, and associated bits; from Ingo Schwarze
ok deraadt

Revision 1.33 / (download) - annotate - [select for diffs], Thu May 31 19:19:58 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

convert to new .Dd format;

Revision 1.32 / (download) - annotate - [select for diffs], Tue Feb 6 17:44:51 2007 UTC (17 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.31: +4 -4 lines
Diff to previous 1.31 (colored)

discuss consistently "the Epoch";

Revision 1.31 / (download) - annotate - [select for diffs], Tue Aug 2 17:51:26 2005 UTC (18 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.30: +7 -3 lines
Diff to previous 1.30 (colored)

make home_dir description match the rest of the page;
from will h. backman;

Revision 1.30 / (download) - annotate - [select for diffs], Wed Feb 9 16:28:30 2005 UTC (19 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.29: +5 -1 lines
Diff to previous 1.29 (colored)

note that password files should only be edited using vipw(8), not by hand;

based on freebsd pr #74656;
ok millert@

Revision 1.29 / (download) - annotate - [select for diffs], Tue Oct 5 14:18:22 2004 UTC (19 years, 8 months ago) by millert
Branch: MAIN
Changes since 1.28: +16 -1 lines
Diff to previous 1.28 (colored)

Clarify starred accounts and mention /sbin/nologin.  OK jmc@

Revision 1.28 / (download) - annotate - [select for diffs], Mon Oct 4 20:59:57 2004 UTC (19 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.27: +3 -2 lines
Diff to previous 1.27 (colored)

add master.passwd to NAME, since that file is documented here too;

Revision 1.27 / (download) - annotate - [select for diffs], Fri Jun 27 22:57:00 2003 UTC (20 years, 11 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.26: +6 -3 lines
Diff to previous 1.26 (colored)

Add more info on what makes a good login name.

Revision 1.26 / (download) - annotate - [select for diffs], Fri Jun 6 13:28:13 2003 UTC (21 years ago) by jmc
Branch: MAIN
Changes since 1.25: +7 -7 lines
Diff to previous 1.25 (colored)

- section reorder
- macro fixes
- kill whitespace at EOL

Revision 1.25 / (download) - annotate - [select for diffs], Mon Jun 2 23:30:14 2003 UTC (21 years ago) by millert
Branch: MAIN
Changes since 1.24: +2 -6 lines
Diff to previous 1.24 (colored)

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.

Revision 1.24 / (download) - annotate - [select for diffs], Tue Jan 21 19:59:09 2003 UTC (21 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

typos;
ok deraadt@

Revision 1.23 / (download) - annotate - [select for diffs], Wed Mar 27 18:10:38 2002 UTC (22 years, 2 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.22: +3 -3 lines
Diff to previous 1.22 (colored)

From David Krause:
o ftpd.8: alphabetically sort FILES and add login.conf & motd
o midi.4 and pckbd.4: there is no pcppi(4) man page
o passwd.5: s/passwd.conf/login.conf

Revision 1.22 / (download) - annotate - [select for diffs], Thu Jan 24 21:25:18 2002 UTC (22 years, 4 months ago) by mickey
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

these is mostly v3

Revision 1.21 / (download) - annotate - [select for diffs], Tue Nov 13 13:54:26 2001 UTC (22 years, 6 months ago) by mpech
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

o) Fix bogus .Xr usage;
o) CAVEAT -> CAVEATS;
o) AUTHOR -> AUTHORS;
o) Start new sentence on a new line;
o) For URL and path names use .Pa;
o) We don't like .Pp before .Rs;
o) Don't use .Pp before/after .Sh;
o) OpenBSD -> .Ox;

millert@ ok and help;

Revision 1.20 / (download) - annotate - [select for diffs], Mon Aug 20 05:57:55 2001 UTC (22 years, 9 months ago) by mpech
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Powered by @mantoya.
o) fix bogus .Xr usage;

millert@ ok.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Jun 24 07:30:29 2001 UTC (22 years, 11 months ago) by pvalchev
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

typos and spelling fixes; from jsyn@nthought.com

Revision 1.18 / (download) - annotate - [select for diffs], Thu Mar 8 15:10:05 2001 UTC (23 years, 3 months ago) by todd
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

spelling

Revision 1.17 / (download) - annotate - [select for diffs], Mon Nov 20 08:00:03 2000 UTC (23 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

various Xr fixes; nordin@cse.ogi.edu

Revision 1.16 / (download) - annotate - [select for diffs], Thu Oct 26 00:37:05 2000 UTC (23 years, 7 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.15: +11 -12 lines
Diff to previous 1.15 (colored)

Some share/man fleshing.

Revision 1.15 / (download) - annotate - [select for diffs], Sun Aug 20 19:37:35 2000 UTC (23 years, 9 months ago) by millert
Branch: MAIN
Changes since 1.14: +9 -9 lines
Diff to previous 1.14 (colored)

The login class field is now implemented.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Mar 19 19:25:31 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.13: +3 -2 lines
Diff to previous 1.13 (colored)

Various cleanups.

Revision 1.13 / (download) - annotate - [select for diffs], Wed Mar 1 18:01:22 2000 UTC (24 years, 3 months ago) by aaron
Branch: MAIN
Changes since 1.12: +36 -40 lines
Diff to previous 1.12 (colored)

Various cleanups.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Jan 19 08:33:27 2000 UTC (24 years, 4 months ago) by pjanzen
Branch: MAIN
Changes since 1.11: +28 -10 lines
Diff to previous 1.11 (colored)

From NetBSD: describe what & does in a gecos field, and clarify between
master.passwd and passwd.  Also, a little tidying.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Nov 29 15:47:24 1998 UTC (25 years, 6 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

kill superfluous .Nm macro arguments

Revision 1.10 / (download) - annotate - [select for diffs], Thu Nov 26 04:25:59 1998 UTC (25 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.9: +57 -29 lines
Diff to previous 1.9 (colored)

share/man/man5/ man page repairs

Revision 1.9 / (download) - annotate - [select for diffs], Fri Nov 20 23:32:34 1998 UTC (25 years, 6 months ago) by downsj
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

Add rcsid, slight fix.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Sep 7 16:44:37 1998 UTC (25 years, 9 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.7: +1 -1 lines
Diff to previous 1.7 (colored)

More man page fixes. Particularly fix uses of it's/its, affect/effect,
then/than and such. Other miscellaneous problems fixed across these source
files.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Jun 15 17:56:03 1998 UTC (25 years, 11 months ago) by mickey
Branch: MAIN
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

use Bx macro for BSD versions

Revision 1.6 / (download) - annotate - [select for diffs], Sun Jun 14 18:12:17 1998 UTC (25 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5 (colored)

fix gecos subfield description

Revision 1.5 / (download) - annotate - [select for diffs], Thu Jul 3 09:47:21 1997 UTC (26 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.4: +10 -6 lines
Diff to previous 1.4 (colored)

use .Bl for gecos info; lukem

Revision 1.4 / (download) - annotate - [select for diffs], Tue Feb 25 18:17:08 1997 UTC (27 years, 3 months ago) by provos
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.3: +6 -0 lines
Diff to previous 1.3 (colored)

man page updates for passwd.conf

Revision 1.3 / (download) - annotate - [select for diffs], Wed Sep 11 12:33:08 1996 UTC (27 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)

fix a typo

Revision 1.2 / (download) - annotate - [select for diffs], Fri Sep 6 10:34:01 1996 UTC (27 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +15 -1 lines
Diff to previous 1.1 (colored)

document how to turn on YP

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:44:37 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:44:37 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.