Package: ajaxterm / 0.10-7
Metadata
Package | Version | Patches format |
---|---|---|
ajaxterm | 0.10-7 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
01_bin_dir.diff | (download) |
configure.ajaxterm.bin |
3 2 + 1 - 0 ! |
fix binary location for debian |
02_initd.diff | (download) |
configure |
8 0 + 8 - 0 ! |
do not install the upstream initd script - we use our own init script |
03_fix_man.diff | (download) |
ajaxterm.1 |
12 6 + 6 - 0 ! |
fixes for manpage |
04_use default python.diff | (download) |
qweb.py |
2 1 + 1 - 0 ! |
use default python version |
05_ssh port.diff | (download) |
ajaxterm.py |
15 10 + 5 - 0 ! |
allows to change ssh server port |
06_fix IOError.diff | (download) |
ajaxterm.py |
2 1 + 1 - 0 ! |
fix for "ioerror: [errno 22] invalid argument" error |
07_use_psyco.diff | (download) |
ajaxterm.py |
6 6 + 0 - 0 ! |
allow use of psyco when available |
10_hostname login.diff | (download) |
ajaxterm.py |
3 2 + 1 - 0 ! |
add the hostname to the login prompt |
15_add configure file.diff | (download) |
ajaxterm.conf |
13 13 + 0 - 0 ! |
adds a configuration file allowing to set terminal size |
20_bugfixes tweaks by blt.diff | (download) |
ajaxterm.js |
5 4 + 1 - 0 ! |
+ Make it work with Chrome and possibly other Webkit-based browsers + Returns Connection: keep-alive and Content-Length HTTP headers to avoid doing a complete SSL handshake on every keystroke and screen update + Added a reaper thread to kill off disconnected sessions + Sends SIGHUP rather than SIGTERM on end of session + Threaded mode is default |
25_CVE 2009 1629.diff | (download) |
ajaxterm.js |
17 16 + 1 - 0 ! |
security fix for cve-2009-1629 (generates session ids with predictable random numbers) Use a cookie with a strong random name and a strong random value for each user to protect from session id hijacking attacks. The browser-generated session id is now stronger but only used to separate multiple sessions of the same ip. Additionally, a limiting mechanism sets a maximum of 20 simultaneous sessions in total and 4 maximum sessions per connecting ip. The X-Forwarded-For header is only honoured if the real remote ip is 127.0.0.1. |
30_utf8 support.diff | (download) |
README.txt |
2 1 + 1 - 0 ! |
adds utf-8 support |
35_fix sarissa.diff | (download) |
sarissa.js |
8 7 + 1 - 0 ! |
fix for sarissa.js |