Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo 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-15 | Repair the simple cases for msg_controllen where it should just be | Theo de Raadt | |
CMSG_SIZE(sizeof(int)), not sizeof(buffer) which may be larger because of alignment; ok kettenis hshoexer | |||
2008-03-13 | Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to | Theo de Raadt | |
an extensive discussion with otto, kettenis, millert, and hshoexer | |||
2007-07-26 | Remove the space after "Password:" in password prompts where echo is | Todd C. Miller | |
turned off. This is consistent with historic UNIX behavior. | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2006-04-10 | incorrect freeaddrinfo() call on failure; mike.pechkin, otto ok | Theo de Raadt | |
2005-12-18 | Fix some signed vs. unsigned issues found by lint. OK krw@ | Todd C. Miller | |
2005-03-08 | Sweeping the tree for printf(s) where printf("%s",s) should be used. | Chad Loder | |
OK millert | |||
2005-01-04 | add some snprintf sanity checks. | Moritz Jodeit | |
ok millert@, henning@ | |||
2004-09-28 | tweaks; | Jason McIntyre | |
2004-09-28 | login script to provide TIS Firewall Toolkit authentication | Todd C. Miller | |