Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-05 | Move manpage to appropriate directory | Paul Janzen | |
2001-07-05 | statement after label; ok dugsong@ | Kevin Steves | |
2001-07-05 | Fix a seg fault when an init file can't be read | Matthieu Herrb | |
2001-07-05 | Directly cast to the right type. Ok markus@ | Marc Espie | |
2001-07-05 | Make it compile again. | Angelos D. Keromytis | |
2001-07-05 | IPComp support. angelos@ ok. | Jean-Jacques Bernard-Gundol | |
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-04 | Move locking of the passwd file *after* we have gotten a new password | Todd C. Miller | |
from the user. Set real/effective/saved uids to 0 and block all signals so the lock cannot be kept longer than necessary. If we cannot lock, try again every 1/4 second for 2 seconds and then ask the user what they wish to do (keep trying, quit). | |||
2001-07-04 | symmetrical, not symetrical | Peter Valchev | |
2001-07-04 | no you are wrong | Michael Shalayeff | |
2001-07-04 | cleanup; santana@openbsd.org.mx | Theo de Raadt | |
2001-07-04 | ugly bug that lived; santana@openbsd.org.mx | Theo de Raadt | |
2001-07-04 | cvs history shows this appeared first in OpenBSD 2.0, not 1.2. | jasoni | |
2001-07-04 | removed unused variable (-Wall cleanup) | jasoni | |
2001-07-03 | -Wall cleanup | jasoni | |
strncpy -> strlcpy - with input from millert@, ok millert@. | |||
2001-07-02 | improve cleanup/exit logic in ssh2: | Markus Friedl | |
stop listening to channels, detach channel users (e.g. sessions). wait for children (i.e. dying sessions), send exit messages, cleanup all channels. | |||
2001-07-02 | update for sectok.h interface changes. | Markus Friedl | |
improve error handling. | |||
2001-07-02 | do not return NULL, use "" instead. | Markus Friedl | |
2001-07-02 | libsectok functions now take status word instead of bytes | Jim Rees | |
add create, delete, isearch | |||
2001-07-02 | wait until !session_have_children(); bugreport from ↵ | Markus Friedl | |
Lutz.Jaenicke@aet.TU-Cottbus.DE | |||
2001-06-30 | adress -> address; ok markus@ | Kevin Steves | |
2001-06-30 | fix the love quote, slacker bob | Michael Shalayeff | |
2001-06-30 | More log searching; mickey@ ok'ed. | Federico G. Schwindt | |
2001-06-30 | more from icb.log; mickey@ ok. | Federico G. Schwindt | |
2001-06-30 | ok mickey@ | Bob Beck | |
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-29 | use mktemp for temporary files creation, remove unnecessary directory | Peter Valchev | |
usage, exit appropriately and adjust the trap statements; ok millert | |||
2001-06-28 | '/' can also be an instance separator (e.g. kerb5) | Todd C. Miller | |
2001-06-28 | No longer used now that we do BSD auth | Todd C. Miller | |
2001-06-28 | ssh java cardlet for smartcard support (source and uuencoded binary) | Markus Friedl | |
2001-06-28 | fix return codes | Jim Rees | |
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 | sectok control program | Jim Rees | |
2001-06-27 | move -lsectok to Makefile.inc for now | Markus Friedl | |
2001-06-27 | more magic stuff to define's | Eric Jackson | |
2001-06-27 | UVM is no longer an option | Artur Grabowski | |
2001-06-27 | -Wall cleanup; ok millert@ | jasoni | |
2001-06-27 | convert to getopt(3) | Markus Friedl | |
2001-06-27 | UVM is no longer an option | Artur Grabowski | |
2001-06-27 | s/generate_additional_parameters/rsa_generate_additional_parameters/ | Markus Friedl | |
http://www.humppa.com/ | |||
2001-06-27 | use cyberflex_inq_class to inquire class. | Markus Friedl | |