OpenBSD CVS

CVS log for src/usr.sbin/pwd_mkdb/pwd_mkdb.8


[BACK] Up to [local] / src / usr.sbin / pwd_mkdb

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.29 / (download) - annotate - [select for diffs], Thu Mar 31 17:27:31 2022 UTC (2 years, 2 months ago) by naddy
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, HEAD
Changes since 1.28: +3 -3 lines
Diff to previous 1.28 (colored)

man pages: add missing commas between subordinate and main clauses

jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.

ok jmc@

Revision 1.28 / (download) - annotate - [select for diffs], Sun Sep 10 16:24:43 2017 UTC (6 years, 8 months ago) by schwarze
Branch: MAIN
CVS Tags: 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
Changes since 1.27: +23 -22 lines
Diff to previous 1.27 (colored)

Assorted simple improvements:
- Considerably simplify the first paragraph; suggested by Raf Czlonka.
- No need to say twice that "file" must be in the correct format.
- Clarify which file is checked by -c.
- Clarify that -p creates passwd(5) in addition, not instead.
- Simplify reference to the master.passwd(5) format.
- Turn one sentence into a standard EXIT STATUS section.
- New HISTORY and AUTHORS sections, based on the CSRG archive CDs.

Revision 1.27 / (download) - annotate - [select for diffs], Tue Aug 16 17:51:38 2016 UTC (7 years, 9 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (colored)

remove reference to 6th ed.

Revision 1.26 / (download) - annotate - [select for diffs], Sun Aug 14 14:57:15 2016 UTC (7 years, 9 months ago) by tb
Branch: MAIN
Changes since 1.25: +3 -5 lines
Diff to previous 1.25 (colored)

Refer to /etc/passwd consistently as the "legacy password file" and
remove some references to differences between versions 6 and 7.

ok jmc, millert, tedu

Revision 1.25 / (download) - annotate - [select for diffs], Mon May 9 11:13:10 2016 UTC (8 years ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.24: +2 -12 lines
Diff to previous 1.24 (colored)

remove mention of dbm(3) and surrounding cruft; ok jmc@

Revision 1.24 / (download) - annotate - [select for diffs], Mon Nov 30 17:03:05 2015 UTC (8 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.23: +4 -6 lines
Diff to previous 1.23 (colored)

change Xrs from now-defunct db(3) to dbopen(3); this wasn;t a
straight replace: thanks both to schwarze and maja for feedback
on how to rewrite parts;

i've snuck in an rcs id->openbsd id change in dev_mkdb too;

Revision 1.23 / (download) - annotate - [select for diffs], Mon Jan 20 05:07:48 2014 UTC (10 years, 4 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.22: +3 -3 lines
Diff to previous 1.22 (colored)

Obvious .Xr fixes, found while testing mandocdb(8).

Revision 1.22 / (download) - annotate - [select for diffs], Thu May 31 19:20:28 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, 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, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

convert to new .Dd format;

Revision 1.21 / (download) - annotate - [select for diffs], Sun Feb 18 22:56:21 2007 UTC (17 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.20: +15 -15 lines
Diff to previous 1.20 (colored)

tidy up synopsis and options list; from Igor Sobrado

Revision 1.20 / (download) - annotate - [select for diffs], Sun Aug 27 19:28:13 2006 UTC (17 years, 9 months ago) by ray
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Change ``etc'' to ``/etc'' for consistency with the rest of th epage.

OK jmc@.

Revision 1.19 / (download) - annotate - [select for diffs], Tue Oct 12 16:28:33 2004 UTC (19 years, 7 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.18: +4 -4 lines
Diff to previous 1.18 (colored)

Actually, /etc/passwd is 6th Edition-style, not 7th.  The only real
diff between /etc/passwd in 6th and 7th was the crypt() algorithm
used and we no longer put encrypted passwords in /etc/passwd.
From Matthew Gregan; OK otto@

Revision 1.18 / (download) - annotate - [select for diffs], Tue Mar 9 07:59:50 2004 UTC (20 years, 2 months ago) by otto
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.17: +10 -4 lines
Diff to previous 1.17 (colored)

Be more clear about where the source file is coming from and what will
happen to it.
ok millert@ cedric@

Revision 1.17 / (download) - annotate - [select for diffs], Thu Jun 12 12:59:52 2003 UTC (20 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.16: +7 -8 lines
Diff to previous 1.16 (colored)

- section reorder
- macro fixes
- kill whitespace at EOL
- new sentence, new line

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

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

Revision 1.15 / (download) - annotate - [select for diffs], Sun Apr 13 18:04:07 2003 UTC (21 years, 1 month ago) by millert
Branch: MAIN
Changes since 1.14: +14 -1 lines
Diff to previous 1.14 (colored)

Clarify the -d option and allow the passwd file argument to not be
a fully qualified pathname if -d was specified (since we take the
basename in that case anyway).  deraadt@ OK

Revision 1.14 / (download) - annotate - [select for diffs], Thu Aug 16 18:22:04 2001 UTC (22 years, 9 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.13: +12 -2 lines
Diff to previous 1.13 (colored)

Add -s flag to only update secure .db file (/etc/spwd.db).  Can be
used in conjunction with -u user when only the password has changed.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Jun 8 04:23:25 2001 UTC (22 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.12: +19 -19 lines
Diff to previous 1.12 (colored)

Section shuffling; mpech@prosoft.org.lv

Revision 1.12 / (download) - annotate - [select for diffs], Tue Jun 5 04:11:25 2001 UTC (23 years ago) by millert
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Remove leading '+' from the -u arg description; mbing@nfr.net

Revision 1.11 / (download) - annotate - [select for diffs], Sun Nov 26 01:23:12 2000 UTC (23 years, 6 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.10: +9 -1 lines
Diff to previous 1.10 (colored)

Support -u username option.  Loosely based on FreeBSD's changes.
I've also restructured things a bit to cut the number of master.passwd
parses in half from 6 to 3.  We can't really get away with fewer than
that without sacrificing locality in the .db files.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Nov 9 17:53:21 2000 UTC (23 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Change all option list specifications to ".Bl -tag -width Ds". Most man
pages just needed their -width parameter tweaked to "Ds", which provides
a nice width of 6 constant characters. For consistency more than anything.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Mar 19 17:57:12 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored)

Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other
cleanup along the way.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Jun 5 22:17:59 1999 UTC (25 years ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

remove trailing whitespace, some Nm cleanup

Revision 1.7 / (download) - annotate - [select for diffs], Sun May 23 14:11:36 1999 UTC (25 years ago) by aaron
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com

Revision 1.6 / (download) - annotate - [select for diffs], Fri Apr 2 15:12:19 1999 UTC (25 years, 2 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

all .Nm macros should have an argument in SYNOPSIS; also misc cleanup

Revision 1.5 / (download) - annotate - [select for diffs], Thu Mar 11 19:39:40 1999 UTC (25 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.4: +25 -23 lines
Diff to previous 1.4 (colored)

cleanup

Revision 1.4 / (download) - annotate - [select for diffs], Wed Jun 3 06:44:25 1998 UTC (26 years ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.3: +6 -1 lines
Diff to previous 1.3 (colored)

document that "file" should be an abs-path; noted by zappaman@bsdsun.compsci.buu.ac.th

Revision 1.3 / (download) - annotate - [select for diffs], Sat Sep 28 05:44:32 1996 UTC (27 years, 8 months ago) by downsj
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1, OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.2: +7 -2 lines
Diff to previous 1.2 (colored)

Add -c flag from FreeBSD.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Aug 2 01:15:02 1996 UTC (27 years, 10 months ago) by millert
Branch: MAIN
Changes since 1.1: +5 -1 lines
Diff to previous 1.1 (colored)

document -d flag

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:48:01 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:48:01 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.