Age | Commit message (Expand) | Author |
2000-02-27 | Don't define -DDO_METAKEY twice | Todd C. Miller |
2000-02-27 | Better setting of terminal 'raw' mode, cribbed from BSD curses. | Todd C. Miller |
2000-02-27 | Move dobindkey() into extend.c where it belongs. | Todd C. Miller |
2000-02-27 | Remove a now-bogus comment | Todd C. Miller |
2000-02-27 | use rmdir, not unlinkdir hack | Todd C. Miller |
2000-02-27 | Call setttysize() from ttinit() not ttopen() since we haven't | Todd C. Miller |
2000-02-27 | We don't have silly SYSV 14-character file name limits. Taken from | Todd C. Miller |
2000-02-27 | Fixed a bug that caused an infinite loop when the password | Todd C. Miller |
2000-02-26 | Use uid_t, gid_t and mode_t where applicable. | Todd C. Miller |
2000-02-26 | change WINDOW -> MGWIN to avoid curses type conflict | Todd C. Miller |
2000-02-25 | TKT_ROOT has changed from a string to a function in newer KerberosIV | Hans Insulander |
2000-02-25 | more pruning | Theo de Raadt |
2000-02-25 | further pruning | Theo de Raadt |
2000-02-25 | mandoc, but needs much more fleshing out | Theo de Raadt |
2000-02-25 | make it minimally compile; millert | Theo de Raadt |
2000-02-25 | initial import of mg2a | Theo de Raadt |
2000-02-24 | sync with sshd_config | Markus Friedl |
2000-02-23 | new -m number parameter to specify a maximum length of strings to match, | Niels Provos |
2000-02-22 | _total is no longer a symbol in the kernel | Theo de Raadt |
2000-02-22 | void* -> unsigned char*, ok niels@ | Markus Friedl |
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 |