summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2001-07-15typo in usage; ok markus@Kevin Steves
2001-07-15-d will not fork; ok markus@Kevin Steves
2001-07-15schedule client alive for ssh2 only, greg@cheers.bungi.comMarkus Friedl
2001-07-14delete spurious #includes; ok deraadt@ markus@Kevin Steves
2001-07-11no need to call dirname(pw->pw_dir).Markus Friedl
2001-07-11sort options string, fix -p, add -kMarkus Friedl
2001-07-11make it compilable in all 4 combination of KRB4/KRB5 settings. dugsong okJun-ichiro itojun Hagino
2001-07-10don't panic if fork or pipe fail (just return an empty passwd).Markus Friedl
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-07-09Use getopt(3); markus@ ok.Federico G. Schwindt
2001-07-08fix ``MaxStartups max''; ok markus@Kevin Steves
2001-07-05statement after label; ok dugsong@Kevin Steves
2001-07-05Directly cast to the right type. Ok markus@Marc Espie
2001-07-04handle mutiple adds of the same smartcard keyMarkus Friedl
2001-07-04for smartcards remove both RSA1/2 keysMarkus Friedl
2001-07-04handle card removal more gracefully, add sc_close() to scard.hMarkus Friedl
2001-07-04ignore SIGPIPE when debugging, tooMarkus Friedl
2001-07-02improve cleanup/exit logic in ssh2:Markus Friedl
2001-07-02update for sectok.h interface changes.Markus Friedl
2001-07-02do not return NULL, use "" instead.Markus Friedl
2001-07-02wait until !session_have_children(); bugreport from Lutz.Jaenicke@aet.TU-Cott...Markus Friedl
2001-06-30adress -> address; ok markus@Kevin Steves
2001-06-29use socklen_t for getsockopt arg #5; ok markus@Kevin Steves
2001-06-29sync function definition with declaration; ok markus@Kevin Steves
2001-06-29initialize earlyMarkus Friedl
2001-06-29new error handling for cyberflex_*Markus Friedl
2001-06-29cleanupMarkus Friedl
2001-06-28ssh java cardlet for smartcard support (source and uuencoded binary)Markus Friedl
2001-06-28'\0' terminated data[] is ok; ok markus@Kevin Steves
2001-06-28Link with libcom_err for kerberos5Hans Insulander
2001-06-28Link with libcom_err for kerberos5Hans Insulander
2001-06-27move -lsectok to Makefile.inc for nowMarkus Friedl
2001-06-27convert to getopt(3)Markus Friedl
2001-06-27s/generate_additional_parameters/rsa_generate_additional_parameters/Markus Friedl
2001-06-27use cyberflex_inq_class to inquire class.Markus Friedl
2001-06-27tridge@samba.orgMarkus Friedl
2001-06-27quick hack to make ssh2 work again.Markus Friedl
2001-06-26add smartcard support to the client, too (now you can use bothMarkus Friedl
2001-06-26only build Kerberos v5 support with KERBEROS5=yesDug Song
2001-06-26#include <kafs.h>Dug Song
2001-06-26add smartcard support to the makefiles (commented out);Markus Friedl
2001-06-26remove comments from .h, since they are cut&paste from the .c filesMarkus Friedl
2001-06-26document SSH_ASKPASS; fubob@MIT.EDUMarkus Friedl
2001-06-26Kerberos v5 support for SSH1, mostly from Assar Westerlund <assar@freebsd.org...Dug Song
2001-06-26prototype pedant. not very creative...Jun-ichiro itojun Hagino
2001-06-26unbreakMarkus Friedl
2001-06-26new interface for secure_filename()Markus Friedl
2001-06-26remove unnecessary .Pp between .It;Mike Pechkin
2001-06-26more smartcard support.Markus Friedl
2001-06-26update usageMarkus Friedl