Age | Commit message (Expand) | Author |
2000-02-21 | PKCS#1 padding | Markus Friedl |
2000-02-21 | do not link to a commercial page.. | Theo de Raadt |
2000-02-20 | Add termsort.c to CLEANFILES (tic already had this); ho@openbsd.org | Todd C. Miller |
2000-02-20 | suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp | Markus Friedl |
2000-02-19 | Update to a newer version from KTH-Kerberos. | Hans Insulander |
2000-02-18 | remove unused variable 'len'. fix comments. | Markus Friedl |
2000-02-18 | read error vs. "Connection closed by remote host" | Markus Friedl |
2000-02-16 | remove unused variable | Markus Friedl |
2000-02-15 | register cleanup for pty earlier. move code for pty-owner handling to pty.c | Markus Friedl |
2000-02-15 | consistent indent. ok aaron@ | Markus Friedl |
2000-02-15 | retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp. | Markus Friedl |
2000-02-15 | move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too. | Markus Friedl |
2000-02-11 | delay MD5 computation until client sends response, free() early, cleanup. | Markus Friedl |
2000-02-10 | make mkdep -p work with newer gcc. okayed a very long time ago by fries@ (do ... | David Leonard |
2000-02-07 | My copyright, not Berkeley's and some minor working tweaks. | Todd C. Miller |
2000-02-06 | typo | Markus Friedl |
2000-02-05 | fix -in printing on IPv6 (network portion was not masked properly). | Jun-ichiro itojun Hagino |
2000-02-05 | show scopeid on "Trying foo...". | Jun-ichiro itojun Hagino |
2000-02-05 | missing xfree() | Markus Friedl |
2000-02-05 | Make hoststrip build correctly if cross-compiling | Niklas Hallqvist |
2000-02-04 | typo | Markus Friedl |
2000-02-04 | enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@ | Markus Friedl |
2000-02-02 | Comment slightly more. | Marc Espie |
2000-02-02 | Optimize common case. | Marc Espie |
2000-02-02 | Bug-fix: make should behave sensibly when presented with negative times... | Marc Espie |
2000-02-02 | eight spaces does not make a tab | David Leonard |
2000-02-01 | int atomicio -> ssize_t (for alpha). ok deraadt@ | David Leonard |
2000-02-01 | Work-around for lame servers that return `19100' for a date. | Marc Espie |
2000-02-01 | oops, fix comment, too. | Markus Friedl |
2000-02-01 | no need to extern int errno if errno.h is included | Theo de Raadt |
2000-01-31 | delay close() of pty until the pty has been chowned back to root | Markus Friedl |
2000-01-31 | remove unnecessary, ignored error. ok millert@ | David Leonard |
2000-01-31 | massive indent pass | Theo de Raadt |
2000-01-30 | Clean up a few issues with fsplit, including security of temp files. | Marc Espie |
2000-01-29 | remove #if 0'ed portion (not necessary due to use of getaddrinfo) | Jun-ichiro itojun Hagino |
2000-01-28 | 1.6.2p1 | Todd C. Miller |
2000-01-27 | er, oops, types must be same for multiple assignment | Theo de Raadt |
2000-01-27 | deny login if shell does not exist or is not executable at all | Markus Friedl |
2000-01-27 | enable IPv6 support. | Jun-ichiro itojun Hagino |
2000-01-26 | if yygrowstack() fails to allocate memory, free all yacc memory allocations a... | Theo de Raadt |
2000-01-25 | Kludge to fix timestamp bug. | Marc Espie |
2000-01-24 | allow '.' in usernames; from jedgar@fxp.org | Markus Friedl |
2000-01-24 | do not connect() if request has been denied. | Markus Friedl |
2000-01-24 | don't panic if client behaves strange. ok deraadt@ | Markus Friedl |
2000-01-24 | first cut at indent.. more to come | Theo de Raadt |
2000-01-24 | sudo 1.6.2 | Todd C. Miller |
2000-01-23 | OpenSSH-1.2.2 | Markus Friedl |
2000-01-22 | Some minor doc updates that should have gotten commited ages ago. | Todd C. Miller |
2000-01-22 | getsockname() requires initialized tolen; andy@guildsoftware.com | Theo de Raadt |
2000-01-22 | Add a couple of useful examples. | Aaron Campbell |