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_3_2


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.2   24 years  jakob   do not replace adduser manpage (yet)
[TXT] group.8  1.9   22 years  millert   Sync with NetBSD plus the following changes: o use LINE_MAX for the max password...
[TXT] groupadd.8  1.8   22 years  millert   Sync with NetBSD plus the following changes: o use LINE_MAX for the max password...
[TXT] groupdel.8  1.8   22 years  millert   Sync with NetBSD plus the following changes: o use LINE_MAX for the max password...
[TXT] groupinfo.8  1.8   22 years  millert   Sync with NetBSD plus the following changes: o use LINE_MAX for the max password...
[TXT] groupmod.8  1.8   22 years  millert   Sync with NetBSD plus the following changes: o use LINE_MAX for the max password...
[TXT] main.c  1.5   22 years  deraadt   simplify
[TXT] user.8  1.9   22 years  millert   Sync with NetBSD plus the following changes: o use LINE_MAX for the max password...
[TXT] user.c  1.36   21 years  millert   Check snprintf() rval for < 0; OK deraadt@
[TXT] useradd.8  1.13   21 years  todd   spelling; from Brian Poole <raj@cerias.purdue.edu>
[TXT] userdel.8  1.8   22 years  millert   Sync with NetBSD plus the following changes: o use LINE_MAX for the max password...
[TXT] userinfo.8  1.8   22 years  millert   Sync with NetBSD plus the following changes: o use LINE_MAX for the max password...
[TXT] usermgmt.h  1.4   22 years  millert   Part one of userland __P removal. Done with a simple regexp with some minor han...
[TXT] usermod.8  1.12   21 years  todd   spelling; from Brian Poole <raj@cerias.purdue.edu>
[TXT] defs.h (in the Attic) [Hide]  1.3   21 years  aaron   Swap args to calloc(3) so they are in the correct order; art@ ok.