Age | Commit message (Expand) | Author |
2001-07-18 | pr #1946, allow sshd if /dev is readonly | Markus Friedl |
2001-07-18 | Missing -o in scp usage() | mouring |
2001-07-17 | some initial info about the smartcard support, | Markus Friedl |
2001-07-17 | keep track of both maxfd and the size of the malloc'ed fdsets. | Markus Friedl |
2001-07-17 | update maxfd if maxfd is closed; report from jmcelroy@dtgnet.com | Markus Friedl |
2001-07-15 | typo in usage; ok markus@ | Kevin Steves |
2001-07-15 | -d will not fork; ok markus@ | Kevin Steves |
2001-07-15 | schedule client alive for ssh2 only, greg@cheers.bungi.com | Markus Friedl |
2001-07-14 | delete spurious #includes; ok deraadt@ markus@ | Kevin Steves |
2001-07-11 | no need to call dirname(pw->pw_dir). | Markus Friedl |
2001-07-11 | sort options string, fix -p, add -k | Markus Friedl |
2001-07-11 | make it compilable in all 4 combination of KRB4/KRB5 settings. dugsong ok | Jun-ichiro itojun Hagino |
2001-07-10 | don't panic if fork or pipe fail (just return an empty passwd). | Markus Friedl |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt |
2001-07-09 | Use getopt(3); markus@ ok. | Federico G. Schwindt |
2001-07-08 | fix ``MaxStartups max''; ok markus@ | Kevin Steves |
2001-07-05 | statement after label; ok dugsong@ | Kevin Steves |
2001-07-05 | Directly cast to the right type. Ok markus@ | Marc Espie |
2001-07-04 | handle mutiple adds of the same smartcard key | Markus Friedl |
2001-07-04 | for smartcards remove both RSA1/2 keys | Markus Friedl |
2001-07-04 | handle card removal more gracefully, add sc_close() to scard.h | Markus Friedl |
2001-07-04 | ignore SIGPIPE when debugging, too | Markus Friedl |
2001-07-02 | improve cleanup/exit logic in ssh2: | Markus Friedl |
2001-07-02 | update for sectok.h interface changes. | Markus Friedl |
2001-07-02 | do not return NULL, use "" instead. | Markus Friedl |
2001-07-02 | wait until !session_have_children(); bugreport from Lutz.Jaenicke@aet.TU-Cott... | Markus Friedl |
2001-06-30 | adress -> address; ok markus@ | Kevin Steves |
2001-06-29 | use socklen_t for getsockopt arg #5; ok markus@ | Kevin Steves |
2001-06-29 | sync function definition with declaration; ok markus@ | Kevin Steves |
2001-06-29 | initialize early | Markus Friedl |
2001-06-29 | new error handling for cyberflex_* | Markus Friedl |
2001-06-29 | cleanup | Markus Friedl |
2001-06-28 | ssh 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-28 | Link with libcom_err for kerberos5 | Hans Insulander |
2001-06-28 | Link with libcom_err for kerberos5 | Hans Insulander |
2001-06-27 | move -lsectok to Makefile.inc for now | Markus Friedl |
2001-06-27 | convert to getopt(3) | Markus Friedl |
2001-06-27 | s/generate_additional_parameters/rsa_generate_additional_parameters/ | Markus Friedl |
2001-06-27 | use cyberflex_inq_class to inquire class. | Markus Friedl |
2001-06-27 | tridge@samba.org | Markus Friedl |
2001-06-27 | quick hack to make ssh2 work again. | Markus Friedl |
2001-06-26 | add smartcard support to the client, too (now you can use both | Markus Friedl |
2001-06-26 | only build Kerberos v5 support with KERBEROS5=yes | Dug Song |
2001-06-26 | #include <kafs.h> | Dug Song |
2001-06-26 | add smartcard support to the makefiles (commented out); | Markus Friedl |
2001-06-26 | remove comments from .h, since they are cut&paste from the .c files | Markus Friedl |
2001-06-26 | document SSH_ASKPASS; fubob@MIT.EDU | Markus Friedl |
2001-06-26 | Kerberos v5 support for SSH1, mostly from Assar Westerlund <assar@freebsd.org... | Dug Song |
2001-06-26 | prototype pedant. not very creative... | Jun-ichiro itojun Hagino |