~ubuntu-branches/ubuntu/oneiric/ajaxterm/oneiric

« back to all changes in this revision

Viewing changes to ajaxterm.1

  • Committer: Bazaar Package Importer
  • Author(s): Julien Valroff
  • Date: 2010-02-06 09:57:33 UTC
  • Revision ID: james.westby@ubuntu.com-20100206095733-u1ialsvfedxgv45o
Tags: 0.10-5
* Make use of python-support >= 0.6
* Updated to new policy 3.8.4 (no changes needed)
* Bumped debhelper compat to 7
* Removed useless lintian override
* Updated Debian packaging copyright
* Added $AJAXTERM_UID in default file, allowing to change the user running
  ajaxterm (Closes: #531165)
* Make use of start-stop-daemon --group option to also allow to change the
  GID (Closes: #528208)
* Updated README.Debian
* Added patch from Berki Lukács T. <blt@shin.hu>:
  + 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
* CVE-2009-1629: ajaxterm generated session IDs with predictable random
  numbers - thanks to Raphael Geissert <geissert@debian.org> (Closes: #528938)
* Added configuration file allowing to set terminal size (Closes: #515987)
* Fixed typo in copyright file - license for sarissa* files is now correct
* Added patch from Sergej Pupykin <ps@lx-ltd.ru> to switch ajaxterm from
  Latin-1 to UTF-8 encoding (Closes: #541850)
* Use start-stop-daemon return code in the init script
* Removed sleep call when restarting ajaxterm daemon
* Added patch to display hostname in login prompt
* Fixed manpage to make lintian happy
* Switched to GIT - updated VCS-* fields accordingly
* Converted package to dh minimal rules files
* Switched to 3.0 (quilt) source format
* Removed pyversions file and use XS-Python-Version field instead
* Build-depend on python rather than on python-dev
* Fixed issue in sarissa with Firefox/Iceweasel 3.6 (Closes: #568372)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH ajaxterm "1" "May 2006" "ajaxterm 0.5" "User commands"
 
1
.TH ajaxterm "1" "Jul 2006" "ajaxterm 0.7" "User commands"
2
2
.SH NAME
3
3
ajaxterm \- Web based terminal written in python
4
4
 
8
8
It can use almost any web browser and even works through firewalls.
9
9
 
10
10
.SH USAGE
11
 
\fBajaxterm.py\fR [options]
 
11
\fBajaxterm\fR [options]
12
12
 
13
13
.SH OPTIONS
14
14
A summary of the options supported by \fBajaxterm\fR is included below.
15
 
    \fB-h, --help\fR            show this help message and exit
16
 
    \fB-pPORT, --port=PORT\fR   Set the TCP port (default: 8022)
17
 
    \fB-cCMD, --command=CMD\fR  set the command (default: /bin/login or ssh localhost)
18
 
    \fB-l, --log\fR             log requests to stderr (default: quiet mode)
 
15
    \fB-h, \--help\fR            show this help message and exit
 
16
    \fB-pPORT, \--port=PORT\fR   Set the TCP port (default: 8022)
 
17
    \fB-cCMD, \--command=CMD\fR  set the command (default: /bin/login or ssh localhost)
 
18
    \fB-l, \--log\fR             log requests to stderr (default: quiet mode)
19
19
 
20
20
.SH AUTHOR
21
21
Antony Lesuisse <al@udev.org>
22
22
 
 
23
Adopted to UTF-8 by Sergej Pupykin <ps@lx-ltd.ru>
 
24
 
23
25
This manual page was written for the Debian system by
24
26
Julien Valroff <julien@kirya.net> (but may be used by others).
25
27