summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2001-06-23slightly better careTheo de Raadt
2001-06-22don't overwrite argv (fixes ssh user@host in 'ps'), report by ericj@Markus Friedl
2001-06-22typo in commentPeter Valchev
2001-06-22allow long usernames/groups in readdirMarkus Friedl
2001-06-22increase linebuffer to deal with larger moduli; use rewind instead ofNiels Provos
2001-06-22merge authorized_keys2 into authorized_keys.Markus Friedl
2001-06-22document /etc/moduliNiels Provos
2001-06-22use /etc/moduli instead of /etc/primes, okay markus@Niels Provos
2001-06-22Fix krb5 linking.Hans Insulander
2001-06-22use strlcpy vs strncpy+a[len-1]='\0'lebel
2001-06-22use strlcpy vs strncpy+a[len-1]='\0'lebel
2001-06-22o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin
2001-06-21don't reset forced_command (we allow multiple login shells in ssh2); dwd@bell...Markus Friedl
2001-06-21use strlcpy vs strncpy+a[len-1]='\0'; Brian Poole <raj@cerias.purdue.edu>lebel
2001-06-20Add -C flag to synopsis; Brian Poole <raj@cerias.purdue.edu>Todd C. Miller
2001-06-20o When converting from a different hash type, if there is room on the lineTodd C. Miller
2001-06-20o perl5'ifiedTodd C. Miller
2001-06-20use execPaul Janzen
2001-06-20cosmetic changes and mention RFC2289 which supercedes RFC1938Todd C. Miller
2001-06-20move from channel_stop_listening to channel_free_all,Markus Friedl
2001-06-19If we timeout during login and the user tried to login call badlogin()Todd C. Miller
2001-06-19allocate and free at the same level.Markus Friedl
2001-06-19disable x11-fwd if use_login is enabled; from lukem@wasabisystems.comMarkus Friedl
2001-06-19cleanup forced command handling, from dwd@bell-labs.comMarkus Friedl
2001-06-19Add a -a flag to support other authentication types.Todd C. Miller
2001-06-18clnt leaks; tommy@ti.comTheo de Raadt
2001-06-18Add sanity check for remote host boot time > current time for whenTodd C. Miller
2001-06-18When creating temp files, use fchmod() to set the perms to be what weTodd C. Miller
2001-06-18Change default transfer type from ascii to binary; closes PR 1626Todd C. Miller
2001-06-18o move passwd.conf variables into login.confTodd C. Miller
2001-06-18use cgetusedb(3)Todd C. Miller
2001-06-18kill useless include of db.hTodd C. Miller
2001-06-17be careful to avoid null pointer derefTodd C. Miller
2001-06-17Use BSD authentication to retrieve the challenge so we no longer requireTodd C. Miller
2001-06-17mention zcatMichael Shalayeff
2001-06-17Vern says:Theo de Raadt
2001-06-16copy pw_expire and pw_change, too.Markus Friedl
2001-06-16no stdio or exit() in signal handlers.Markus Friedl
2001-06-16bad //-style comment; thx to stevev@darkwing.uoregon.eduMarkus Friedl
2001-06-16typo; dunlap@apl.washington.eduMarkus Friedl
2001-06-15Kill MAXSTR, it's no longer used at all.Marc Espie
2001-06-13Link login(1) static for now until a dynamic linking bug is fixed.Todd C. Miller
2001-06-13page reclaims -> minor page faultsArtur Grabowski
2001-06-13Correctly get 'hz' with sysctl. Don't assume it's 100 (it's not on alpha).Artur Grabowski
2001-06-13Fix PR 1868. MAXSTR has no place there.Marc Espie
2001-06-13typo, use pid not s->pid, mstone@cs.loyola.eduMarkus Friedl
2001-06-13typo in icmp6 stat printingJun-ichiro itojun Hagino
2001-06-12Replace the most used static lists in make by persistent growable arrays.Marc Espie
2001-06-12unusedMarkus Friedl
2001-06-12remove xauth-cookie-in-tmp handling. use default $XAUTHORITY, sinceMarkus Friedl