No description
Find a file
Jay Weisskopf 85c3a03aec Assume a private key is RSA if the header does not specify a type.
Auto-generated certificates are RSA, but the header does not indicate
this (e.g. BEGIN PRIVATE KEY). Since the type is not specified,
the certificate was not being parsed correctly, and attempts to
connect over HTTPS failed and caused web browser errors.

Fixes "ERR_SSL_VERSION_OR_CIPHER_MISMATCH" in Chrome.
Fixes "ssl_error_no_cypher_overlap" in Firefox.
2012-03-30 13:12:22 -07:00
debian Fixed an error in the init script's status function. 2012-03-30 13:12:21 -07:00
demo Removed "Lucida Console" font because bold is wider than normal. 2012-03-30 13:12:21 -07:00
distributions Fixed some lintian warnings 2010-08-24 22:26:41 +00:00
libhttp Assume a private key is RSA if the header does not specify a type. 2012-03-30 13:12:22 -07:00
logging Added support for building with toolchains that don't support symbol aliasing. 2010-09-29 00:33:44 +00:00
shellinabox Fix miscellaneous strncat buffer overflows 2012-03-30 13:12:22 -07:00
aclocal.m4 Fixed a check() failure that was caused by incorrect handling of partially 2010-08-27 22:22:15 +00:00
AUTHORS First public release of the version 2.0 rewrite. This is the 2008-12-29 23:57:07 +00:00
ChangeLog Added --pidfile= option that can be used even if running in the foreground. 2010-09-11 19:32:30 +00:00
commit Add automatic notification about new releases. 2010-07-16 16:20:52 +00:00
config.guess Fixed lintian warnings. Tested on Debian Sid (x86-64) 2010-08-24 22:29:11 +00:00
config.h.in Minor clean ups. Came up with a feature test for the function signature used 2010-09-29 18:15:05 +00:00
config.sub Fixed lintian warnings. Tested on Debian Sid (x86-64) 2010-08-24 22:29:11 +00:00
configure Second try :-) 2010-10-02 23:54:49 +00:00
configure.ac Second try :-) 2010-10-02 23:54:49 +00:00
COPYING Started working on support for WebSockets. 2010-03-29 16:40:17 +00:00
depcomp First public release of the version 2.0 rewrite. This is the 2008-12-29 23:57:07 +00:00
etc-pam.d-shellinabox-example Added some documentation explaining how to configure ShellInABox on Fedora. 2009-11-23 04:53:38 +00:00
GPL-2 First public release of the version 2.0 rewrite. This is the 2008-12-29 23:57:07 +00:00
INSTALL First public release of the version 2.0 rewrite. This is the 2008-12-29 23:57:07 +00:00
install-sh Fixed SVN properties. 2009-02-17 04:37:38 +00:00
INSTALL.Debian Addes a dependency on the "openssl" command line tool to the Debian package. 2009-03-23 16:15:27 +00:00
ltmain.sh Fixed a NULL pointer dereference that can occur when hostnames 2010-07-02 19:00:33 +00:00
make-chained-cert.sh Avoid closing the certificate file twice. Tweak make-chained-cert.sh script to 2009-03-29 22:20:59 +00:00
Makefile.am Another iteration of changes intended to deal with MacOS X specific build 2010-09-29 16:46:51 +00:00
Makefile.in Another iteration of changes intended to deal with MacOS X specific build 2010-09-29 16:46:51 +00:00
missing First public release of the version 2.0 rewrite. This is the 2008-12-29 23:57:07 +00:00
NEWS First public release of the version 2.0 rewrite. This is the 2008-12-29 23:57:07 +00:00
README First public release of the version 2.0 rewrite. This is the 2008-12-29 23:57:07 +00:00
README.Fedora Allow retrieval of the user's default login shell from /etc/passwd. 2009-12-04 06:33:36 +00:00
stresstest.sh Fixed a potential assertion failure in the daemon, if a user manages to type keys before he had a chance to establish a session. 2009-08-13 01:55:44 +00:00
TODO First public release of the version 2.0 rewrite. This is the 2008-12-29 23:57:07 +00:00
update Fixed typo 2009-07-09 07:51:10 +00:00

Build the package according to the information in INSTALL, then refer to
to the shellinaboxd.1 manual page, or the shellinaboxd.ps PostScript file
for detailed documentation.