Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix permitrootlogin forced-commands-only for privsep; bux #387; ok provos@ | 2003-02-16 | 1 | -3/+14 | ||
| | ||||||
* | skey/bsdauth: use 0 to indicate failure instead of -1, because | 2003-02-04 | 1 | -7/+8 | ||
| | | | | the buffer API only supports unsigned ints. | |||||
* | KNF | 2002-11-21 | 1 | -2/+2 | ||
| | ||||||
* | krb4 + privsep; ok dugsong@, deraadt@ | 2002-09-26 | 1 | -1/+37 | ||
| | ||||||
* | signed vs unsigned from -pedantic; ok henning@ | 2002-09-09 | 1 | -2/+2 | ||
| | ||||||
* | kerberos support for privsep. confirmed to work by lha@stacken.kth.se | 2002-09-09 | 1 | -1/+36 | ||
| | | | | patch from markus | |||||
* | don't allocate, copy, and discard if there is not interested in the data; ok deraadt@ | 2002-07-04 | 1 | -10/+7 | ||
| | ||||||
* | patch memory leaks; grendel@zeitbombe.org | 2002-07-04 | 1 | -1/+3 | ||
| | ||||||
* | minor KNF | 2002-06-30 | 1 | -3/+3 | ||
| | ||||||
* | use ssize_t | 2002-06-28 | 1 | -3/+3 | ||
| | ||||||
* | more %u | 2002-06-26 | 1 | -4/+4 | ||
| | ||||||
* | make the monitor sync the transfer ssh1 session key; | 2002-06-19 | 1 | -3/+11 | ||
| | | | | | transfer keycontext only for RC4 (this is still depends on EVP implementation details and is broken). | |||||
* | KNF done automatically while reading.... | 2002-06-19 | 1 | -5/+5 | ||
| | ||||||
* | spelling; from Brian Poole <raj@cerias.purdue.edu> | 2002-06-14 | 1 | -2/+2 | ||
| | ||||||
* | __FUNCTION__ -> __func__ | 2002-06-04 | 1 | -62/+62 | ||
| | ||||||
* | 'monitor' variable clashes with at least one lame platform (NeXT). Renamed | 2002-05-15 | 1 | -44/+44 | ||
| | | | | to 'pmonitor'. provos@ | |||||
* | Fix sshd Banner option for privsep; ok markus@ provos@ | 2002-05-12 | 1 | -1/+19 | ||
| | ||||||
* | ssize_t args use "%ld" and cast to (long) | 2002-03-25 | 1 | -3/+3 | ||
| | | | | | size_t args use "%lu" and cast to (u_long) ok markus@ and thanks millert@ | |||||
* | make getpwnamallow() allways call pwcopy() | 2002-03-19 | 1 | -13/+1 | ||
| | ||||||
* | whitespace KNF | 2002-03-19 | 1 | -6/+6 | ||
| | ||||||
* | clean up prototypes | 2002-03-19 | 1 | -4/+4 | ||
| | ||||||
* | implementation of the interface between privileged and unprivileged process | 2002-03-18 | 1 | -0/+906 | ||
for ssh-privsep |