Age | Commit message (Expand) | Author |
2001-06-20 | use exec | Paul Janzen |
2001-06-20 | cosmetic changes and mention RFC2289 which supercedes RFC1938 | Todd C. Miller |
2001-06-20 | move from channel_stop_listening to channel_free_all, | Markus Friedl |
2001-06-19 | If we timeout during login and the user tried to login call badlogin() | Todd C. Miller |
2001-06-19 | allocate and free at the same level. | Markus Friedl |
2001-06-19 | disable x11-fwd if use_login is enabled; from lukem@wasabisystems.com | Markus Friedl |
2001-06-19 | cleanup forced command handling, from dwd@bell-labs.com | Markus Friedl |
2001-06-19 | Add a -a flag to support other authentication types. | Todd C. Miller |
2001-06-18 | clnt leaks; tommy@ti.com | Theo de Raadt |
2001-06-18 | Add sanity check for remote host boot time > current time for when | Todd C. Miller |
2001-06-18 | When creating temp files, use fchmod() to set the perms to be what we | Todd C. Miller |
2001-06-18 | Change default transfer type from ascii to binary; closes PR 1626 | Todd C. Miller |
2001-06-18 | o move passwd.conf variables into login.conf | Todd C. Miller |
2001-06-18 | use cgetusedb(3) | Todd C. Miller |
2001-06-18 | kill useless include of db.h | Todd C. Miller |
2001-06-17 | be careful to avoid null pointer deref | Todd C. Miller |
2001-06-17 | Use BSD authentication to retrieve the challenge so we no longer require | Todd C. Miller |
2001-06-17 | mention zcat | Michael Shalayeff |
2001-06-17 | Vern says: | Theo de Raadt |
2001-06-16 | copy pw_expire and pw_change, too. | Markus Friedl |
2001-06-16 | no stdio or exit() in signal handlers. | Markus Friedl |
2001-06-16 | bad //-style comment; thx to stevev@darkwing.uoregon.edu | Markus Friedl |
2001-06-16 | typo; dunlap@apl.washington.edu | Markus Friedl |
2001-06-15 | Kill MAXSTR, it's no longer used at all. | Marc Espie |
2001-06-13 | Link login(1) static for now until a dynamic linking bug is fixed. | Todd C. Miller |
2001-06-13 | page reclaims -> minor page faults | Artur Grabowski |
2001-06-13 | Correctly get 'hz' with sysctl. Don't assume it's 100 (it's not on alpha). | Artur Grabowski |
2001-06-13 | Fix PR 1868. MAXSTR has no place there. | Marc Espie |
2001-06-13 | typo, use pid not s->pid, mstone@cs.loyola.edu | Markus Friedl |
2001-06-13 | typo in icmp6 stat printing | Jun-ichiro itojun Hagino |
2001-06-12 | Replace the most used static lists in make by persistent growable arrays. | Marc Espie |
2001-06-12 | unused | Markus Friedl |
2001-06-12 | remove xauth-cookie-in-tmp handling. use default $XAUTHORITY, since | Markus Friedl |
2001-06-12 | do not log() packet_set_maxsize | Markus Friedl |
2001-06-12 | merge ssh1/ssh2 tty msg parse and alloc code | Markus Friedl |
2001-06-12 | merge session_free into session_close() | Markus Friedl |
2001-06-11 | typo; bdubreuil@crrel.usace.army.mil | Markus Friedl |
2001-06-11 | reset pointer to NULL after xfree(); report from solar@openwall.com | Markus Friedl |
2001-06-10 | you cannot vfprintf(fp, fmt, ap) twice, from portable, via drahn@ | Markus Friedl |
2001-06-10 | we support rekeying | Markus Friedl |
2001-06-08 | move the path for xauth to pathnames.h | Markus Friedl |
2001-06-07 | don't overwrite errno | Markus Friedl |
2001-06-07 | use xxx_put_cstring() | Markus Friedl |
2001-06-07 | style is used for bsdauth. | Markus Friedl |
2001-06-07 | Better warning fix, in line with the rest of the code | Marc Espie |
2001-06-06 | remove debug message; Darren.Moffat@eng.sun.com | Markus Friedl |
2001-06-06 | cleanup, remove old code | Markus Friedl |
2001-06-05 | errx->err where errno is set | Paul Janzen |
2001-06-05 | let session_close() delete the pty. deny x11fwd if xauthfile is set. | Markus Friedl |
2001-06-05 | Remove unnecessary .Nm arguments; mpech@prosoft.org.lv | Aaron Campbell |