Age | Commit message (Expand) | Author |
2024-08-16 | Remove reference to telnet(1). | Florian Obser |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2020-02-08 | correct Research Unix edition "appeared in" use in HISTORY | Jonathan Gray |
2019-12-04 | libc's authentication privsep layer performed insufficient username | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
2018-08-15 | Remove dead assignment in login(1). | Frederic Cambus |
2017-12-08 | Convert snprintf+write into dprintf. It is simply easier to read, and | Theo de Raadt |
2016-09-04 | s,getpass,readpassphrase, | Gleydson Soares |
2016-08-21 | Change sleep from crazy backoff to one second of sleep between retries | Bob Beck |
2015-12-26 | Use pread/pwrite instead separate lseek+read/write for lastlog. | Philip Guenther |
2015-12-09 | Remove NULL-check before free(). ok tb@ | mmcc |
2015-10-26 | Put off some "notyet" dust from login.c. | Vadim Zhukov |
2015-03-15 | tzfile.h is an internal header that should never have been installed. | Todd C. Miller |
2015-01-16 | manage spacing in a simpler way, removing some useless macros mandoc warns about | Ingo Schwarze |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-05-20 | Use errc/warnc to simplify code. | Philip Guenther |
2014-03-17 | uucp cleansing | Ted Unangst |
2013-06-01 | use the standardized names instead of S_IREAD and S_IWRITE | Theo de Raadt |
2010-12-10 | stating that -f may be used by users is wrong, since that would | Martynas Venckus |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-10-16 | man page bits for mail; it was ok millert@ | Martynas Venckus |
2009-09-05 | - properly free fqdn if it gets reassigned due to multiple -h options | Tobias Stoeckmann |
2009-08-31 | also, like ssh, set up MAIL to the location we've just checked | Martynas Venckus |
2009-08-03 | properly pass SHELL from password file; not a login configuration | Martynas Venckus |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-04-02 | tweak the -LR options, after similar changes to tcpdrop(8); ok deraadt | Jason McIntyre |
2007-03-26 | tidy up SYNOPSIS, options description, FILES, and usage(); | Jason McIntyre |
2005-06-02 | remove references to telnetd(8); | Jason McIntyre |
2004-08-30 | For username foo.bar, don't treat "bar" as a kerberos instance, | Todd C. Miller |
2004-08-09 | Mention "setenv" login.conf capability so people can find it. | Todd C. Miller |
2004-01-23 | Move a closefrom(2) into the block that execs su(1) where it can do the | Todd C. Miller |
2004-01-23 | Use closefrom(); ok millert tedu | Theo de Raadt |
2003-11-09 | Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu> | Otto Moerbeek |
2003-08-12 | Clean up obsolete kerberos 4 stuff | Hans Insulander |
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller |
2003-06-10 | - section reorder | Jason McIntyre |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller |
2003-03-11 | files with dead .Xr's; | Jason McIntyre |
2002-10-16 | Remove the setuid bit from /usr/bin/login. If login is run by a user | Todd C. Miller |
2002-07-02 | Kill setjmp/longjmp from a signal handler. All we really need is | Todd C. Miller |
2002-07-02 | KNF and signal race fixes; millert ok | Theo de Raadt |
2002-05-06 | Kill/adjust r(login|exec)d? references now that those are no longer in | Todd C. Miller |
2002-03-30 | warn -> warnx, because we put the strerror() manually. | Vincent Labrecque |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-01-24 | fix the history refs | Michael Shalayeff |
2002-01-06 | Do not allow root to login via an insecure tty even if the auth method | Todd C. Miller |
2001-08-20 | Powered by @mantoya. | Mike Pechkin |