summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
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
2006-06-13always use a format string, even when printing a constantDamien Miller
2006-06-08do not set the gid, noted by solar; ok djmMarkus Friedl
2006-06-06replace remaining setuid() calls with permanently_set_uid() andMarkus Friedl
2006-06-01call get_remote_ipaddr() early; fixes logging after client disconnects;Markus Friedl
2006-05-30Sync usage() with man page and reality.Michael Knudsen
2006-05-29add GSSAPI to the list of authentication methods supported;Jason McIntyre
2006-05-29oops - previous was too long; split the list of auths upJason McIntyre
2006-05-29Add GSSAPIAuthentication and GSSAPIDelegateCredentials to examples in sampleDarren Tucker
2006-05-29Add gssapi-with-mic to PreferredAuthentications default list; ok jmcDarren Tucker
2006-05-28build a lint library for us to use aboveTheo de Raadt
2006-05-18paramter -> parameterMiod Vallat
2006-05-17fix leak; coverity via Kylene Jo HallMarkus Friedl
2006-05-16missing free; from Kylene HallMarkus Friedl
2006-05-08uint32_t -> u_int32_t (which we use everywhere else)Damien Miller
2006-05-06Add $OpenBSD$ in comment here tooDarren Tucker
2006-05-04tighter DH exponent checks here too; feedback and ok markus@Damien Miller
2006-04-30these files should not exist. the developers have been given ample timeTheo de Raadt
2006-04-25Prevent ssh from trying to open private keys with bad permissions more thanDarren Tucker
2006-04-22remove extra spacesKevin Steves
2006-04-22use setres[ug]id() to permanently revoke privileges; ok deraadt@Damien Miller
2006-04-20Switch from using pipes to socketpairs for communication betweenDamien Miller
2006-04-20simplify; ok djm@Markus Friedl
2006-04-20replace the last non-sig_atomic_t flag used in a signal handler with aDamien Miller
2006-04-18Move Buffer bignum functions into their own file, bufbn.c. This means thatDarren Tucker
2006-04-16reorder sanity test so that it cannot dereference past the end of theDamien Miller
2006-04-16avoid making a tiny 4-byte write to send the packet length of sftpDamien Miller
2006-04-16introduce atomiciov() function that wraps readv/writev to retryDamien Miller
2006-04-16Fix condition where we could exit with a fatal error when an inputDamien Miller
2006-04-03GSSAPI buffers shouldn't be nul-terminated, spotted in bugzilla #1066Damien Miller
2006-04-02sessionid can be 32 bytes now too when sha256 kex is used; ok djm@Darren Tucker
2006-04-01ANSIfy; requested deraadt@Damien Miller
2006-04-01xasprintification; ok deraadt@Damien Miller
2006-04-01minimal lint cleanup (unused crud, and some size_t); ok djmTheo de Raadt
2006-04-01$OpenBSD$ in here tooDamien Miller
2006-03-31remote user escape is %r not %h; spotted by jmc@Damien Miller
2006-03-31kill trailing whitespace;Jason McIntyre
2006-03-30Prevent duplicate log messages when privsep=yes; ok djm@Darren Tucker
2006-03-30Correctly handle truncated files while converting keys; ok djm@Darren Tucker
2006-03-30add percent escape chars to the IdentityFile option, bz #1159 basedDamien Miller
2006-03-30replace {GET,PUT}_XXBIT macros with functionally similar functions,Damien Miller