summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/monitor_wrap.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* fix permitrootlogin forced-commands-only for privsep; bux #387; ok provos@markus2003-02-161-3/+14
|
* skey/bsdauth: use 0 to indicate failure instead of -1, becausemarkus2003-02-041-7/+8
| | | | the buffer API only supports unsigned ints.
* KNFderaadt2002-11-211-2/+2
|
* krb4 + privsep; ok dugsong@, deraadt@markus2002-09-261-1/+37
|
* signed vs unsigned from -pedantic; ok henning@markus2002-09-091-2/+2
|
* kerberos support for privsep. confirmed to work by lha@stacken.kth.seitojun2002-09-091-1/+36
| | | | patch from markus
* don't allocate, copy, and discard if there is not interested in the data; ok deraadt@markus2002-07-041-10/+7
|
* patch memory leaks; grendel@zeitbombe.orgderaadt2002-07-041-1/+3
|
* minor KNFderaadt2002-06-301-3/+3
|
* use ssize_tderaadt2002-06-281-3/+3
|
* more %uderaadt2002-06-261-4/+4
|
* make the monitor sync the transfer ssh1 session key;markus2002-06-191-3/+11
| | | | | transfer keycontext only for RC4 (this is still depends on EVP implementation details and is broken).
* KNF done automatically while reading....deraadt2002-06-191-5/+5
|
* spelling; from Brian Poole <raj@cerias.purdue.edu>todd2002-06-141-2/+2
|
* __FUNCTION__ -> __func__markus2002-06-041-62/+62
|
* 'monitor' variable clashes with at least one lame platform (NeXT). Renamedmouring2002-05-151-44/+44
| | | | to 'pmonitor'. provos@
* Fix sshd Banner option for privsep; ok markus@ provos@djm2002-05-121-1/+19
|
* ssize_t args use "%ld" and cast to (long)stevesk2002-03-251-3/+3
| | | | | size_t args use "%lu" and cast to (u_long) ok markus@ and thanks millert@
* make getpwnamallow() allways call pwcopy()markus2002-03-191-13/+1
|
* whitespace KNFmarkus2002-03-191-6/+6
|
* clean up prototypesmarkus2002-03-191-4/+4
|
* implementation of the interface between privileged and unprivileged processprovos2002-03-181-0/+906
for ssh-privsep