summaryrefslogtreecommitdiffstats
path: root/libexec/login_tis
AgeCommit message (Expand)AuthorFilesLines
2015-11-20Remove login_tis, no one should be using the TIS authenticationmillert4-893/+0
2015-10-05Use explicit_bzero() instead of memset() for zeroing out secrets.millert1-8/+8
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-1/+2
2015-01-15remove .Tn; from Jan Stary <hans at stare dot cz>schwarze1-12/+7
2014-04-16This was subtly using des_old.h defines (des_key_schedule) without using anymiod1-2/+2
2012-12-04remove some unnecessary sys/param.h inclusionsderaadt1-2/+1
2012-02-01improve synopsis markup of login_* utilities; use a more standardsobrado1-3/+3
2010-10-15Switch the remaining users of libdes in src to libcrypto,jsg2-18/+18
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forderaadt1-2/+2
2008-03-15Repair the simple cases for msg_controllen where it should just bederaadt1-2/+2
2008-03-13Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due toderaadt1-4/+7
2007-07-26Remove the space after "Password:" in password prompts where echo ismillert1-3/+3
2007-05-31convert to new .Dd format;jmc1-2/+2
2006-04-10incorrect freeaddrinfo() call on failure; mike.pechkin, otto okderaadt1-2/+1
2005-12-18Fix some signed vs. unsigned issues found by lint. OK krw@millert1-11/+10
2005-03-08Sweeping the tree for printf(s) where printf("%s",s) should be used.cloder1-2/+2
2005-01-04add some snprintf sanity checks.moritz1-3/+3
2004-09-28tweaks;jmc1-6/+6
2004-09-28login script to provide TIS Firewall Toolkit authenticationmillert4-0/+897