summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2001-06-23try to decode ssh-3.0.0 private rsa keysMarkus Friedl
(allow migration to openssh, not vice versa), #910
2001-06-23Print hardware checksumming statistics.Angelos D. Keromytis
2001-06-23ok, tmac is now fixedTheo de Raadt
2001-06-23handle sigature of size 0 (some broken clients send this).Markus Friedl
2001-06-23I could search... but I'm a lazy bum;-)Michael Shalayeff
2001-06-23sprinkle some const on theoMichael Shalayeff
2001-06-23slacker slacker lazy bum bum bum slacker!Todd C. Miller
2001-06-23Add "M-x theo". Just like "M-x doctor" in emacs... Well, almost.Artur Grabowski
More beer!
2001-06-23restore correct ignore_user_known_hosts logic.Markus Friedl
2001-06-23draft-ietf-secsh-dh-group-exchange-01.txtMarkus Friedl
2001-06-23get rid of known_hosts2, use it for hostkey lookup, but do not modify.Markus Friedl
2001-06-23join .%A entries; most by bk@rt.fmTheo de Raadt
2001-06-23Update for heimdal-0.3fHans Insulander
2001-06-23*known_hosts2 is obsolete for hostbased authentication andMarkus Friedl
only used for backward compat. merge ssh1/2 hostkey check and move it to auth.c
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
close/open
2001-06-22merge authorized_keys2 into authorized_keys.Markus Friedl
authorized_keys2 is used for backward compat. (just append authorized_keys2 to authorized_keys).
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
My machine can now build statically with krb5 enabled.
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
o) remove unnecessary .Pp; o) better -mdoc style; o) typo; o) sort SEE ALSO; aaron@ ok
2001-06-21don't reset forced_command (we allow multiple login shells in ssh2); ↵Markus Friedl
dwd@bell-labs.com
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
we don't need to comment out the existing entry since the key almost never takes up as much room as is allocated for it. o Do per-record locking (and timeout) now that libskey does. o Rearrange the code into functions. o Use readpassphrase()
2001-06-20o perl5'ifiedTodd C. Miller
o We now lock the skeys database as we ought to avoid problems. o Safe temp file handling o Weed out bogus records instead of ignoring them o Add a hash type to old md4 entries w/o a hash type listed
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
call channel_free_all before calling waitpid() in serverloop. fixes the utmp handling; report from Lutz.Jaenicke@aet.TU-Cottbus.DE
2001-06-19If we timeout during login and the user tried to login call badlogin()Todd C. Miller
before exit. SUggested by <vii@users.sourceforge.net> Add some new login.conf variables: o login-timeout - login prompt timeout o login-tries - max login tries o login-backoff - number of attempts before backing off (and sleeping)
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
Probably only useful in conjunction with a remote S/Key server.
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
clocks go screwey. Similar to patch from kstailey@disclosure.com.
2001-06-18When creating temp files, use fchmod() to set the perms to be what weTodd C. Miller
expect since the mode mkstemp() uses can be modified by the umask. This fixes a problem where vi would spin trying to create temp files, eating up inodes; reported by xyntrix@bitz.org This fix has the side effect of letting you create files with silly modes (like 0000), but that is probably OK.
2001-06-18Change default transfer type from ascii to binary; closes PR 1626Todd C. Miller
Similar to patch from mpech@prosoft.org.lv
2001-06-18o move passwd.conf variables into login.confTodd C. Miller
o no longer install passwd.conf (but it is used if it exists and the needed info is not in login.conf) o added passwordtime and minpasswordlen login.conf variables
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
suid root.
2001-06-17mention zcatMichael Shalayeff
2001-06-17Vern says:Theo de Raadt
Yes, this came up a while ago, and I put together a flex release with a modified copyright that begins: Redistribution and use in source and binary forms, with or without modification, are permitted provided that: [...] feel free to update the copyrights in each of the files with the one in COPYING.