OpenBSD CVS

src/usr.sbin/user/


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.sbin / user

Current tag: OPENBSD_5_9


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.5   12 years  ajacoutot   Remove the EXTENSIONS ifdef danse; it might have made sense in the past but user...
[TXT] group.8  1.16   10 years  schwarze   use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@
[TXT] groupadd.8  1.16   10 years  schwarze   use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@
[TXT] groupdel.8  1.16   10 years  schwarze   use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@
[TXT] groupinfo.8  1.14   10 years  schwarze   use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@
[TXT] groupmod.8  1.18   10 years  schwarze   use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@
[TXT] main.c  1.9   8 years  deraadt   pledge regression: some operations appear to want to getpwent from spwd, then ap...
[TXT] user.8  1.22   8 years  schwarze   use .Cm for fixed string arguments
[TXT] user.c  1.104   8 years  deraadt   Really silly to chmod "st_mode & 07777" when making a copy of the group file, li...
[TXT] useradd.8  1.33   8 years  schwarze   use .Cm for fixed string arguments
[TXT] userdel.8  1.17   9 years  jmc   remove the first comma from constructs like ", and," and ", or,": you can use "a...
[TXT] userinfo.8  1.14   10 years  schwarze   use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@
[TXT] usermgmt.conf.5  1.12   8 years  zhuk   Zap extraneous SYNOPSIS sections. The gettytab(5) and termcap(5) get FILES, oth...
[TXT] usermgmt.h  1.5   12 years  ajacoutot   Remove the EXTENSIONS ifdef danse; it might have made sense in the past but user...
[TXT] usermod.8  1.32   8 years  schwarze   use .Cm for fixed string arguments
[TXT] defs.h (in the Attic) [Hide]  1.6   8 years  deraadt   stdlib.h is in scope; do not cast malloc/calloc/realloc* ok millert krw