Age | Commit message (Expand) | Author |
2023-02-08 | finger/mail: two trivial functions were missed in earlier ansi passes | Theo Buehler |
2022-12-26 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-12-04 | userspace: remove vestigial '?' cases from top-level getopt(3) loops | Scott Soule Cheloha |
2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2018-06-17 | use size_t | Theo de Raadt |
2018-06-17 | incorrect pointer used, hence gecos expansion was ignored | Theo de Raadt |
2018-04-26 | Use <fcntl.h> instead of <sys/file.h> for open() and friends. | Philip Guenther |
2015-12-26 | Use pread/pwrite instead separate lseek+read/write for lastlog. | Philip Guenther |
2015-11-03 | Blank line after pledge call. | mmcc |
2015-10-26 | Rather than setpassent(1) for the lifetime of the program, use two smaller | Theo de Raadt |
2015-10-18 | Add "dns" to the pledges. Previously these worked because of "inet", | Theo de Raadt |
2015-10-10 | normalize a few more tame request orderings, to help review | Theo de Raadt |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-03 | finger can either do local users only, or in in remote users. (who | Theo de Raadt |
2015-08-20 | Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope | Theo de Raadt |
2015-03-15 | tzfile.h is an internal header that should never have been installed. | Todd C. Miller |
2015-01-19 | Make some $OpenBSD$ lines prettier/standardier by eliminating | Kenneth R Westerback |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-11-19 | Use stravis() instead of a custom() strvis + mallocarray wrapper. | Todd C. Miller |
2014-11-18 | Nuke more obvious #include duplications. | Kenneth R Westerback |
2014-10-17 | Instead of doing strvis() of gecos string on output, do it when | Todd C. Miller |
2014-10-17 | Use strlcpy() instead of strncpy() when making a copy of pw_gecos. | Todd C. Miller |
2014-10-17 | strvis() requires that the buffer is at least 4 * srclen + 1. | Doug Hogan |
2013-11-26 | unsigned char casts for ctype | Theo de Raadt |
2013-11-14 | Add STANDARDS section to finger(1)/fingerd(8). | Anthony J. Bentley |
2012-01-15 | Document what remains of the 2BSD heritage. | Ingo Schwarze |
2009-11-12 | Fix memory leak found by parfait. | Nicholas Marriott |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2006-01-23 | Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELEN | Todd C. Miller |
2005-08-23 | use vis() consistently in field printing. | Marc Espie |
2005-03-15 | change some silly snprintf(buf, buflen, "%s", login) calls to just use | Niall O'Higgins |
2004-03-15 | Wall, commons, little knf | Ted Unangst |
2003-10-17 | slight update for finger; sort options | Jason McIntyre |
2003-07-10 | add missing includes | David Krause |
2003-07-02 | protos | Theo de Raadt |
2003-06-25 | delete junk protos | Theo de Raadt |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-03-13 | a few more strlcpy | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-19 | kill more registers | Mike Pechkin |
2001-07-12 | first pass at a -Wall cleanup | Theo de Raadt |
2001-07-04 | ugly bug that lived; santana@openbsd.org.mx | Theo de Raadt |
2001-01-31 | constrain to 8 character login prints, unless longer, for now | Theo de Raadt |
2001-01-15 | typo | Theo de Raadt |
2001-01-15 | oops | Theo de Raadt |
2001-01-10 | error out for strdup() failures | Theo de Raadt |