summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2006-07-21Make PermitOpen take a list of permitted ports and act more like most otherDarren Tucker
2006-07-20missed some needed #include <unistd.h> when KERBEROS5=no; issue fromKevin Steves
2006-07-19Add ForceCommand keyword to sshd_config, equivalent to the "command="Darren Tucker
2006-07-19Add support for X11Forwaring, X11DisplayOffset and X11UseLocalhost toDarren Tucker
2006-07-18remove unneeded includes; ok djm@Kevin Steves
2006-07-18Clarify description of Match, with minor correction from jmc@Darren Tucker
2006-07-18mark up angle brackets;Jason McIntyre
2006-07-18replace DIAGNOSTICS with .Ex;Jason McIntyre
2006-07-18tweak; ok dtuckerJason McIntyre
2006-07-17Add PermitOpen directive to sshd_config which is equivalent to theDarren Tucker
2006-07-17Use '\0' rather than 0 to terminates strings; ok djm@Darren Tucker
2006-07-17move #include <unistd.h> out of includes.hKevin Steves
2006-07-14don't need incompletely-typed 'struct passwd' now withKevin Steves
2006-07-12move #include <stddef.h> out of includes.hKevin Steves
2006-07-12move #include <netdb.h> out of includes.h; ok djm@Kevin Steves
2006-07-12 - new sentence, new lineJason McIntyre
2006-07-12Add support for conditional directives to sshd_config via a "Match" keyword,Darren Tucker
2006-07-11need <errno.h> here also (it's also included in <openssl/err.h>)Kevin Steves
2006-07-11cast asterisk field precision argument to int to remove warning;Kevin Steves
2006-07-11move #include <errno.h> out of includes.h; ok markus@Kevin Steves
2006-07-11add ExitOnForwardFailure: terminate the connection if ssh(1)Markus Friedl
2006-07-11Only copy the part of environment variable that we actually use. PreventsDarren Tucker
2006-07-10move #include <stdarg.h> out of includes.h; ok markus@Kevin Steves
2006-07-10s/and and/and/Jason McIntyre
2006-07-10buffer.h only needed in sftp-common.h and remove some unneededKevin Steves
2006-07-10Add port identifier to known_hosts for non-default ports, based originallyDarren Tucker
2006-07-10fix misparsing of SOCKS 5 packets that could result in a crash;Damien Miller
2006-07-10duplicate argv at the start of main() because it gets modified later;Damien Miller
2006-07-10don't log variables that aren't yet setDamien Miller
2006-07-10remove optind - it isn't used hereDamien Miller
2006-07-09use O_RDONLY vs. 0 in open(); no binary changeKevin Steves
2006-07-09move #include <fcntl.h> out of includes.hKevin Steves
2006-07-08move user includes after /usr/include filesKevin Steves
2006-07-08missed these from last commit:Kevin Steves
2006-07-08move #include <sys/socket.h> out of includes.hKevin Steves
2006-07-06typo in commentKevin Steves
2006-07-06move #include "dns.h" upKevin Steves
2006-07-06move #include <pwd.h> out of includes.h; ok markus@Kevin Steves
2006-07-06add commandline options to enable logging of transactions; ok markus@Damien Miller
2006-07-06support arguments to Subsystem commands; ok markus@Damien Miller
2006-07-05move #include <netinet/in.h> out of includes.h; ok deraadt@Kevin Steves
2006-07-03move #include <arpa/inet.h> out of includes.h; old ok djm@Kevin Steves
2006-07-03move #include "version.h" out of includes.h; ok markus@Kevin Steves
2006-07-02use -KR[bind_address:]port here; ok djm@Kevin Steves
2006-07-02move #include <grp.h> out of includes.hKevin Steves
2006-07-02no "servconf.h" needed hereKevin Steves
2006-07-02more details and clarity for tun(4) device forwarding; ok and helpKevin Steves
2006-06-26mention optional bind_address in runtime port forwarding setupDamien Miller
2006-06-14limit the number of pre-banner characters we will accept; ok markus@Damien Miller
2006-06-13revert; i am on drugs. spotted by alexander AT beard.seDamien Miller