Age | Commit message (Expand) | Author |
2000-04-03 | ssh2 packet format | Markus Friedl |
2000-04-03 | DSA, keyexchange, algorithm agreement for ssh2 | Markus Friedl |
2000-04-03 | channel layer support for ssh2 | Markus Friedl |
2000-04-03 | Junk CDPATH from the environment. | Marc Espie |
2000-04-01 | Previously, whatis would treat a word as [A-z0-9_] and terminate | Todd C. Miller |
2000-03-29 | typo | Theo de Raadt |
2000-03-29 | reorder Xr to avoid cutting | Theo de Raadt |
2000-03-28 | no kpasswdd | Theo de Raadt |
2000-03-28 | Remove duplicate word occurrences. | Aaron Campbell |
2000-03-28 | remove bad Xr | Theo de Raadt |
2000-03-28 | split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal | Markus Friedl |
2000-03-28 | function tables for different message types | Markus Friedl |
2000-03-28 | typo | Markus Friedl |
2000-03-28 | sync w/ channels.c | Markus Friedl |
2000-03-28 | missing close | Markus Friedl |
2000-03-28 | replace big switch() with function tables (prepare for ssh2) | Markus Friedl |
2000-03-28 | KNF | Markus Friedl |
2000-03-28 | do not log() if debuggin to stderr | Markus Friedl |
2000-03-28 | cleanup, less code | Markus Friedl |
2000-03-28 | support ssh2 ciphers | Markus Friedl |
2000-03-28 | support ssh2 bignums | Markus Friedl |
2000-03-28 | close(fdin) if fdin != fdout, shutdown otherwise, ok theo@ | Markus Friedl |
2000-03-27 | allow bigger packets | Markus Friedl |
2000-03-27 | ssh2 message type codes | Markus Friedl |
2000-03-27 | Add HPGL2 printer entyr (Pavel Lisy) | Ian Darwin |
2000-03-27 | Add Photoshop sub-type to JPEG. | Ian Darwin |
2000-03-27 | sudo 1.6.3; see http://www.courtesan.com/sudo/current.html for a list | Todd C. Miller |
2000-03-26 | Update to ncurses-5.0-20000325 | Todd C. Miller |
2000-03-26 | Remove idiotic, braindead casts T* -> void* | Marc Espie |
2000-03-26 | Passing an (int) instead of an (int*) won't work. | Marc Espie |
2000-03-26 | Remove refCount for suffixes. | Marc Espie |
2000-03-24 | Correct the HISTORY section to note that this command appeared in Version 5 | Aaron Campbell |
2000-03-24 | Typo. | Ian Darwin |
2000-03-24 | fix spelling errors, From: FreeBSD | Brad Smith |
2000-03-23 | initial support for DSA keys. ok deraadt@, niels@ | Markus Friedl |
2000-03-23 | Please note that this file has not been updated for OpenSSH..... | Markus Friedl |
2000-03-23 | switch to raw mode only if he _get_ a pty (not if we _want_ a pty). | Markus Friedl |
2000-03-23 | More pedantic man page formatting insanity, lalala | Aaron Campbell |
2000-03-23 | Fix some formatting problems I missed before. | Aaron Campbell |
2000-03-23 | Fix some formatting problems I missed before. | Aaron Campbell |
2000-03-23 | When calling sendmail, use "--" to indicate end of command line arguments. | Todd C. Miller |
2000-03-23 | not changes in script | Eric Jackson |
2000-03-23 | Change prompt string from "Location:" to "Office Location:", to disambiguate | Aaron Campbell |
2000-03-22 | Put BUGS section after HISTORY. | Aaron Campbell |
2000-03-22 | Make script give correct return values; adapted from FreeBSD | Eric Jackson |
2000-03-22 | Avoid the chdir entirely by prefixing _PATH_DEV to the tty name when | Todd C. Miller |
2000-03-22 | fix overflows, ok aaron@ | Markus Friedl |
2000-03-22 | remove unused cipher_attack_detected code | Markus Friedl |
2000-03-22 | Note that ``chfn'' and ``chsh'' are synonyms for ``chpass'', and reflect this | Aaron Campbell |
2000-03-21 | -Wall | Markus Friedl |