summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd.c
AgeCommit message (Expand)Author
2004-05-09kill some more tiny files; ok deraadt@Damien Miller
2004-03-11ssh, sshd: sync version output, ok djmMarkus Friedl
2004-03-11trim usage; ok deraadtMarkus Friedl
2004-03-03change proctiltle after accept(2); ok henning, deraadt, djmMarkus Friedl
2004-02-25typo in commentDamien Miller
2004-02-23backout revision 1.279; set listen socket to non-block; ok henning.Markus Friedl
2004-02-05Pass SIGALRM through to privsep child if LoginGraceTime expires. ok markus@Darren Tucker
2003-12-09rename keepalive to tcpkeepalive; the old name causes too muchMarkus Friedl
2003-12-09fix -o and HUP; ok henning@Markus Friedl
2003-12-02use SSH_LISTEN_BACKLOG (=128) in listen(2).Markus Friedl
2003-11-10constify. ok markus@ & djm@Jakob Schlyter
2003-10-02print openssl version, too, several requests; ok henning/djm.Markus Friedl
2003-09-26no need to set the listen sockets to non-block; ok deraadt@Markus Friedl
2003-09-23replace fatal_cleanup() and linked list of fatal callbacks with staticMarkus Friedl
2003-09-19do not call packet_close on fatal; ok deraadtMarkus Friedl
2003-08-28remove kerberos support from ssh1, since it has been replaced with GSSAPI;Markus Friedl
2003-08-13remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@,Markus Friedl
2003-07-22remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);Markus Friedl
2003-07-16don't exit on multiple -v or -d; ok deraadt@Markus Friedl
2003-07-14remove undocumented -V option. would be only useful if openssh is usedMarkus Friedl
2003-06-28deal with typing of write vs read in atomicioTheo de Raadt
2003-06-28report pidfile creation errors, based on patch from Roumen Petrov; ok markus@Damien Miller
2003-06-24int -> u_int; ok djm@, deraadt@, mouring@Markus Friedl
2003-06-04remove duplicated group-dropping code; ok markus@Damien Miller
2003-05-29seteuid and setegid; markus okTheo de Raadt
2003-05-24cast some types for printing; ok markus@Damien Miller
2003-04-14avoid hardcoded SOCK_xx; with itojun@; should allow ssh over SCTPMarkus Friedl
2003-04-08rename log() into logit() to avoid name conflict. markus ok, from netbsdJun-ichiro itojun Hagino
2003-02-16split kex into client and server code, no need to linkMarkus Friedl
2003-01-27more specific error message when /var/empty has wrong permissions;Markus Friedl
2002-11-07log to stderr if -ie is given, bug #414, prj@po.cwru.eduMarkus Friedl
2002-09-27add a generic match for a prober, such as sie big brother; idea from stevesk@...Michael Shalayeff
2002-09-25typo; pilot@monkey.orgMarkus Friedl
2002-09-13remove use of SO_LINGER, it should not be needed. error checkKevin Steves
2002-07-23utmp_len is unsigned; display error consistent with other options.Kevin Steves
2002-07-19remove fatal cleanups after fork; based on discussions with and codeMarkus Friedl
2002-06-30minor KNFTheo de Raadt
2002-06-30lint asks that we use names that do not overlapTheo de Raadt
2002-06-28gidset[2] -> gidset[1]; markus okTheo de Raadt
2002-06-28range check -u option at invocationTheo de Raadt
2002-06-25lightweight do_setusercontext after chroot()Markus Friedl
2002-06-23some minor KNF and %uTheo de Raadt
2002-06-23various KNF and %d for unsignedTheo de Raadt
2002-06-22don't call setsid() if debugging or run from inetd; no "Operation notKevin Steves
2002-06-22check /var/empty owner mode; ok provos@Kevin Steves
2002-06-20allow Compression=yes/no in sshd_configMarkus Friedl
2002-06-11pid_t cleanup. Markus need this now to keep hacking.Mike Pechkin
2002-05-29don't start if privsep is enabled and SSH_PRIVSEP_USER orMarkus Friedl
2002-05-22spelling; abishoff@arc.nasa.govTheo de Raadt
2002-05-15'monitor' variable clashes with at least one lame platform (NeXT). Renamedmouring