Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-04 | __FUNCTION__ -> __func__ | Markus Friedl | |
2002-05-15 | 'monitor' variable clashes with at least one lame platform (NeXT). Renamed | mouring | |
to 'pmonitor'. provos@ | |||
2002-05-12 | Fix sshd Banner option for privsep; ok markus@ provos@ | Damien Miller | |
2002-03-25 | ssize_t args use "%ld" and cast to (long) | Kevin Steves | |
size_t args use "%lu" and cast to (u_long) ok markus@ and thanks millert@ | |||
2002-03-19 | make getpwnamallow() allways call pwcopy() | Markus Friedl | |
2002-03-19 | whitespace KNF | Markus Friedl | |
2002-03-19 | clean up prototypes | Markus Friedl | |
2002-03-18 | implementation of the interface between privileged and unprivileged process | Niels Provos | |
for ssh-privsep |