Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for Unix domain socket forwarding. A remote TCP port | 2014-07-15 | 1 | -1/+2 | |
| | | | | | | | | may be forwarded to a local Unix domain socket and vice versa or both ends may be a Unix domain socket. This is a reimplementation of the streamlocal patches by William Ahern from: http://www.25thandclement.com/~william/projects/streamlocal.html OK djm@ markus@ | ||||
* | convert memset of potentially-private data to explicit_bzero() | 2014-02-02 | 1 | -3/+3 | |
| | |||||
* | bye, bye xfree(); ok markus@ | 2013-05-17 | 1 | -3/+3 | |
| | |||||
* | almost entirely get rid of the culture of ".h files that include .h files" | 2006-08-03 | 1 | -2/+9 | |
| | | | | | ok djm, sort of ok stevesk makes the pain stop in one easy step | ||||
* | move #include <string.h> out of includes.h | 2006-07-22 | 1 | -1/+3 | |
| | |||||
* | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | 2006-03-25 | 1 | -0/+1 | |
| | | | | Theo nuked - our scripts to sync -portable need them in the files | ||||
* | RCSID() can die | 2006-03-19 | 1 | -1/+0 | |
| | |||||
* | Ignore password change request during password auth (which we currently don't | 2003-12-31 | 1 | -6/+14 | |
| | | | | support) and discard proposed new password. corrections/ok markus@ | ||||
* | fix passwd auth for 'username leaks via timing'; with djm@, original patches from solar | 2003-08-26 | 1 | -3/+2 | |
| | |||||
* | rename log() into logit() to avoid name conflict. markus ok, from netbsd | 2003-04-08 | 1 | -2/+2 | |
| | |||||
* | move Authmethod definitons to per-method file. | 2002-05-31 | 1 | -2/+12 | |
| | |||||
* | split auth2.c into one file per method; ok provos@/deraadt@ | 2002-05-25 | 1 | -0/+52 | |