OpenBSD CVS

src/usr.bin/finger/


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 / finger

Current tag: OPENBSD_6_2_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.2   27 years  deraadt   rcsid
[TXT] extern.h  1.9   9 years  millert   Use stravis() instead of a custom() strvis + mallocarray wrapper. OK tedu@ tobia...
[TXT] finger.1  1.19   10 years  bentley   Add STANDARDS section to finger(1)/fingerd(8). tweaks/ok jmc@
[TXT] finger.c  1.26   8 years  mmcc   Blank line after pledge call.
[TXT] finger.h  1.8   9 years  millert   tzfile.h is an internal header that should never have been installed. What's wor...
[TXT] lprint.c  1.12   9 years  millert   tzfile.h is an internal header that should never have been installed. What's wor...
[TXT] net.c  1.13   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] sprint.c  1.16   8 years  deraadt   Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope ok krw mill...
[TXT] util.c  1.32   8 years  guenther   Use pread/pwrite instead separate lseek+read/write for lastlog. Cast to off_t be...