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