summaryrefslogtreecommitdiffstats
path: root/libexec/login_skey (follow)
Commit message (Expand)AuthorAgeFilesLines
* Check auth_mkvalue(3) return value for NULL (malloc failure).millert2021-01-021-3/+9
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-252-5/+5
* When login_skey was called for a user without skey, it crashed withbluhm2017-07-201-4/+6
* Implement real "flock" request and add it to userland programs thatmillert2015-10-161-1/+7
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* improve synopsis markup of login_* utilities; use a more standardsobrado2012-02-011-3/+3
* comment spelling fix: ARSGUSED -> ARGSUSEDjmeltzer2009-06-021-2/+2
* msg_controllen has to be CMSG_SPACE so that the kernel can account forderaadt2008-03-241-2/+2
* Repair the simple cases for msg_controllen where it should just bederaadt2008-03-151-2/+2
* Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due toderaadt2008-03-131-4/+7
* Remove the space after "Password:" in password prompts where echo ismillert2007-07-261-3/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* "interupt" -> "interrupt" in various comments. Mostly from Diego Casati.krw2007-05-251-2/+2
* ARGSUSED signal handlerderaadt2004-09-181-1/+3
* Use CMSG_SPACE when allocating space for the control message.millert2004-08-301-6/+6
* Rename confusing variable for readability's sake. No actual code changes.millert2004-08-111-3/+3
* spacingderaadt2004-08-081-2/+2
* Add support for passing an fd to the user's S/Key record back andmillert2004-08-052-118/+150
* More checking for a NULL return value from getpass(). otto@ OKmillert2004-03-101-2/+3
* Sync with share/misc/license.template and add missing DARPA creditmillert2003-06-171-8/+12
* Use an ISC-tyle license for all my code; it is simpler and more permissive.millert2003-06-031-22/+11
* ansi; ok millert pvalchevderaadt2002-09-061-8/+4
* o) start new sentence on a new line;mpech2002-08-281-2/+2
* Rewrite with more (and correct!) info, based on login_passwd.8.millert2002-07-141-54/+66
* minor indent cleanupderaadt2002-06-281-4/+4
* minor KNFderaadt2002-06-021-3/+3
* a few more strlcatderaadt2002-05-291-2/+2
* No longer needs to be setuid root.millert2002-05-161-2/+2
* login(8) -> login(1)marc2002-03-131-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-161-3/+3
* Catch SIGINT, SIGQUIT and SIGTSTP but ignore during the databasemillert2001-12-071-5/+57
* Do not set handler for SIGINT and SIGQUIT to SIG_IGN since it preventsmillert2001-12-061-3/+1
* getopt(3) returns -1 when out of args, not EOF.mpech2001-10-241-2/+2
* Remove extraneous .Pp after .Shmillert2001-07-081-2/+1
* Remove instance stuff now that su uses an explicit option to specifymillert2001-06-251-7/+1
* Add an alarm to implement as timeout on the locked record.millert2001-06-201-4/+24
* skey login script; authenticates the user via S/Keymillert2000-12-123-0/+303