summaryrefslogtreecommitdiffstats
path: root/usr.bin/login (follow)
Commit message (Expand)AuthorAgeFilesLines
* correct Research Unix edition "appeared in" use in HISTORYjsg2020-02-081-3/+3
* libc's authentication privsep layer performed insufficient usernamederaadt2019-12-041-4/+9
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-6/+6
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-251-2/+2
* Remove dead assignment in login(1).fcambus2018-08-151-4/+3
* Convert snprintf+write into dprintf. It is simply easier to read, andderaadt2017-12-081-5/+2
* s,getpass,readpassphrase,gsoares2016-09-041-3/+3
* Change sleep from crazy backoff to one second of sleep between retriesbeck2016-08-211-2/+2
* Use pread/pwrite instead separate lseek+read/write for lastlog.guenther2015-12-261-7/+6
* Remove NULL-check before free(). ok tb@mmcc2015-12-091-3/+2
* Put off some "notyet" dust from login.c.zhuk2015-10-261-15/+1
* tzfile.h is an internal header that should never have been installed.millert2015-03-151-3/+5
* manage spacing in a simpler way, removing some useless macros mandoc warns aboutschwarze2015-01-161-4/+4
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-162-7/+6
* Use errc/warnc to simplify code.guenther2014-05-201-5/+5
* uucp cleansingtedu2014-03-171-4/+3
* use the standardized names instead of S_IREAD and S_IWRITEderaadt2013-06-011-2/+2
* stating that -f may be used by users is wrong, since that wouldmartynas2010-12-101-4/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-272-19/+2
* man page bits for mail; it was ok millert@martynas2009-10-161-2/+4
* - properly free fqdn if it gets reassigned due to multiple -h optionstobias2009-09-051-4/+5
* also, like ssh, set up MAIL to the location we've just checkedmartynas2009-08-311-6/+8
* properly pass SHELL from password file; not a login configurationmartynas2009-08-031-3/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* tweak the -LR options, after similar changes to tcpdrop(8); ok deraadtjmc2007-04-022-11/+11
* tidy up SYNOPSIS, options description, FILES, and usage();jmc2007-03-262-11/+11
* remove references to telnetd(8);jmc2005-06-021-9/+3
* For username foo.bar, don't treat "bar" as a kerberos instance,millert2004-08-301-3/+3
* Mention "setenv" login.conf capability so people can find it.millert2004-08-091-1/+7
* Move a closefrom(2) into the block that execs su(1) where it can do themillert2004-01-231-8/+3
* Use closefrom(); ok millert teduderaadt2004-01-231-6/+4
* Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu>otto2003-11-091-3/+3
* Clean up obsolete kerberos 4 stuffhin2003-08-121-27/+2
* Sync with share/misc/license.template and add missing DARPA creditmillert2003-06-171-9/+9
* - section reorderjmc2003-06-101-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-033-19/+7
* Use an ISC-tyle license for all my code; it is simpler and more permissive.millert2003-06-031-23/+12
* files with dead .Xr's;jmc2003-03-111-4/+4
* Remove the setuid bit from /usr/bin/login. If login is run by a usermillert2002-10-164-45/+74
* Kill setjmp/longjmp from a signal handler. All we really need ismillert2002-07-021-12/+17
* KNF and signal race fixes; millert okderaadt2002-07-022-79/+66
* Kill/adjust r(login|exec)d? references now that those are no longer inmillert2002-05-061-2/+2
* warn -> warnx, because we put the strerror() manually.vincent2002-03-301-3/+3
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-162-21/+21
* fix the history refsmickey2002-01-241-2/+2
* Do not allow root to login via an insecure tty even if the auth methodmillert2002-01-061-8/+4
* Powered by @mantoya.mpech2001-08-201-2/+2
* Sync usage message to man pagemillert2001-08-121-3/+3
* correct type on last arg to execl(); nordin@cse.ogi.eduderaadt2001-07-091-3/+3
* missing prototypes; ok millertpvalchev2001-07-062-4/+8