summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2005-11-15Include sys/queue.h explicitly instead of assuming some other headerTodd C. Miller
2005-11-12avoid close(-1), as in rcp; ok cloderTheo de Raadt
2005-11-12spaceTheo de Raadt
2005-11-05Fix leaks in error paths, bz #1109 and #1110 reported by kremenek ATDamien Miller
2005-11-04remove hardcoded hash lengths in key exchange code, allowingDamien Miller
2005-11-03Cache reverse lookups with and without DNS separately; ok markus@Darren Tucker
2005-10-31grammar;Jason McIntyre
2005-10-31make sure we clean up wtmp, etc. file when we receive a SIGTERM,Damien Miller
2005-10-31generate a protocol 2 RSA key by defaultDamien Miller
2005-10-31Fix sorting with "ls -1" command. From Robert Tsai, "looks right" deraadt@Darren Tucker
2005-10-30no need to escape single quotes in comments, no binary changeDamien Miller
2005-10-30remove trailing whitespace;Jason McIntyre
2005-10-30Check for connections with IP options earlier and drop silently. ok djm@Darren Tucker
2005-10-30fix misleading debug message; ok dtucker@Damien Miller
2005-10-30make ssh-keygen discard junk from server before SSH- ident, spotted byDamien Miller
2005-10-30mention control socket fallback behaviour, reported by tryponraj AT gmail.comDamien Miller
2005-10-17more cleanups; ok jakob@Kevin Steves
2005-10-17remove #ifdef LWRES; ok jakob@Kevin Steves
2005-10-17fix memory leaks from 2 sources:Kevin Steves
2005-10-15make external definition static; ok deraadt@Kevin Steves
2005-10-14free()->xfree(); ok djm@Kevin Steves
2005-10-14no trailing "\n" for log functions; ok djm@Kevin Steves
2005-10-13KNF; ok djm@Kevin Steves
2005-10-13unneeded #include, unused declaration, little knf; ok deraadt@Kevin Steves
2005-10-13unused declarations; ok deraadt@Kevin Steves
2005-10-13spelling in commentsKevin Steves
2005-10-13remove unneeded #includes; ok markus@Kevin Steves
2005-10-11bz #1076 set SO_REUSEADDR on X11 forwarding listner sockets, preventingDamien Miller
2005-10-10fix regression I introduced in 4.2: X11 forwardings initiated afterDamien Miller
2005-10-07change DSA default back to 1024, as it's defined for 1024 bits onlyMarkus Friedl
2005-10-03Relocate check_ip_options call to prevent logging of garbage for connectionsDarren Tucker
2005-09-30deploy .An -nosplit; ok jmcJared Yanovich
2005-09-21change label at markus@'s requestDamien Miller
2005-09-21aquire -> acquire, from stevesk@Damien Miller
2005-09-19spelling nit from stevesk@Damien Miller
2005-09-19update -D usage here too;Jason McIntyre
2005-09-19some more .Bk/.Ek to avoid ugly line split;Jason McIntyre
2005-09-19typoDamien Miller
2005-09-19stop connection abort on rekey with delayed compression enabled whenDamien Miller
2005-09-19mention ability to specify bind_address for DynamicForward and -D options;Damien Miller
2005-09-13ensure that stdio fds are attached; ok deraadt@Damien Miller
2005-09-09typo; from mark at mcs.vuw.ac.nz, bug #1082Markus Friedl
2005-09-07enforce chanid != NULL; ok djmMarkus Friedl
2005-08-314.2Markus Friedl
2005-08-30destroy credentials if krb5_kuserok() call fails. Stops credentials beingDamien Miller
2005-08-08sftp prompt enhancements:Jared Yanovich
2005-08-06Unbreak sshd ListenAddress for bare IPv6 addresses.Darren Tucker
2005-07-30listen_hosts initialisation here too; spotted greg AT y2005.nest.cxDamien Miller
2005-07-30fix -D listen_host initialisation, so it picks up gateway_ports settingDamien Miller
2005-07-28missing packet_init_compression(); from solarMarkus Friedl