OpenBSD CVS

src/usr.bin/chpass/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / chpass

Current tag: OPENBSD_2_6_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.7   26 years  deraadt   $OpenBSD$
[TXT] chpass.1  1.13   24 years  niklas   Document the YP options
[TXT] chpass.c  1.13   25 years  millert   use __progname
[TXT] chpass.h  1.4   26 years  deraadt   Y2K fixes from Andreas.Gunnarsson@emw.ericsson.se; culled from various places
[TXT] edit.c  1.16   24 years  deraadt   uid_t and gid_t, and use %u
[TXT] field.c  1.3   25 years  downsj   Remove shadow decl.
[TXT] table.c  1.3   27 years  deraadt   correct field name
[TXT] util.c  1.4   26 years  deraadt   Y2K fixes from Andreas.Gunnarsson@emw.ericsson.se; culled from various places
[TXT] pathnames.h (in the Attic) [Hide]  1.3   27 years  deraadt   _PATH_TMP -> _PATH_TMPFILE; avoid /tmp//fooXXXX where possible too
[TXT] pw_yp.c (in the Attic) [Hide]  1.11   24 years  alex   Check malloc(3) return. deraadt@ ok