/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Teddy Hogeborn
  • Date: 2014-07-24 01:35:55 UTC
  • Revision ID: teddy@recompile.se-20140724013555-zrgds2ft5cmwhugb
Fix two mutually cancelling bugs.

* mandos (rfc3339_duration_to_delta): Set "token_duration" to be a
                                      token (and not a tuple) by
                                      removing the final comma.
                                      Construct the needed tuple later
                                      when initializing the
                                      "followers" variable.
* mandos-ctl (rfc3339_duration_to_delta): - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    + GnuTLS 2.4          http://www.gnutls.org/
42
42
      Note: GnuTLS 3 will only work with Python-GnuTLS 2
43
43
    + Avahi 0.6.16        http://www.avahi.org/
44
 
    + Python 2.7          https://www.python.org/
 
44
    + Python 2.6          https://www.python.org/
45
45
    + Python-GnuTLS 1.1.5 https://pypi.python.org/pypi/python-gnutls/
46
46
    + dbus-python 0.82.4  http://dbus.freedesktop.org/doc/dbus-python/
47
47
    + PyGObject 2.14.2    https://developer.gnome.org/pygobject/
48
48
    + pkg-config  http://www.freedesktop.org/wiki/Software/pkg-config/
 
49
    + Python-argparse     https://pypi.python.org/pypi/argparse
49
50
    + Urwid 1.0.1         http://urwid.org/
50
51
      (Only needed by the "mandos-monitor" tool.)
51
52
    
140
141
  If IPsec is not used and SSH is not installed, it is suggested that
141
142
  a more cryptographically secure checker program is used and
142
143
  configured, since, without IPsec, ping packets can be faked.
143
 
 
144
 
#+STARTUP: showall