summaryrefslogtreecommitdiff
path: root/libexec/login_tis
AgeCommit message (Collapse)Author
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forTheo de Raadt
each cmsg_len (ie. msg_controllen = sum of CMSG_ALIGN(cmsg_len). This works now that kernel fd passing has been fixed to accept a bit of sloppiness because of this ABI repair. lots of discussion with kettenis
2008-03-15Repair the simple cases for msg_controllen where it should just beTheo de Raadt
CMSG_SIZE(sizeof(int)), not sizeof(buffer) which may be larger because of alignment; ok kettenis hshoexer
2008-03-13Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due toTheo de Raadt
an extensive discussion with otto, kettenis, millert, and hshoexer
2007-07-26Remove the space after "Password:" in password prompts where echo isTodd C. Miller
turned off. This is consistent with historic UNIX behavior.
2007-05-31convert to new .Dd format;Jason McIntyre
2006-04-10incorrect freeaddrinfo() call on failure; mike.pechkin, otto okTheo de Raadt
2005-12-18Fix some signed vs. unsigned issues found by lint. OK krw@Todd C. Miller
2005-03-08Sweeping the tree for printf(s) where printf("%s",s) should be used.Chad Loder
OK millert
2005-01-04add some snprintf sanity checks.Moritz Jodeit
ok millert@, henning@
2004-09-28tweaks;Jason McIntyre
2004-09-28login script to provide TIS Firewall Toolkit authenticationTodd C. Miller