/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 debian/control

* mandos (Client.checked_ok): Set "expires" after setting timeout.
  (MultiprocessingMixIn.process_request): Return process object.
  (MultiprocessingMixInWithPipe.process_request): Receive proc object
                                                  and pass it to
                                                  add_pipe.  Do not
                                                  use super().
  (MultiprocessingMixInWithPipe.add_pipe): Take "proc" argument.  All
                                           callers changed.
  (MandosServer.add_pipe): Take "proc" argument.  All callers changed.
  (MandosServer.handle_ipc): Take "proc" argument.  All callers
                             changed.  Wait for process completion
                             when pipe closes.
  (main/cleanup): Remove any zombies.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
           Björn Påhlsson <belorn@recompile.se>
7
7
Build-Depends: debhelper (>= 7), docbook-xml, docbook-xsl,
8
8
        libavahi-core-dev, libgpgme11-dev, libgnutls-dev, xsltproc,
9
 
        pkg-config, man
 
9
        pkg-config
10
10
Standards-Version: 3.9.2
11
11
Vcs-Bzr: http://ftp.recompile.se/pub/mandos/trunk
12
12
Vcs-Browser: http://bzr.recompile.se/loggerhead/mandos/trunk/files
17
17
Architecture: all
18
18
Depends: ${misc:Depends}, python (>=2.6), python-gnutls, python-dbus,
19
19
        python-avahi, python-gobject, avahi-daemon, adduser,
20
 
        python-urwid, python (>=2.7) | python-argparse,
21
 
        python-gnupginterface
 
20
        python-urwid, python (>=2.7) | python-argparse
22
21
Recommends: fping
23
22
Description: server giving encrypted passwords to Mandos clients
24
23
 This is the server part of the Mandos system, which allows
39
38
Architecture: any
40
39
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, cryptsetup,
41
40
        gnupg (<< 2)
42
 
Breaks: dropbear (<= 0.53.1-1)
 
41
Conflicts: dropbear (<= 0.52-5)
43
42
Enhances: cryptsetup
44
43
Description: do unattended reboots with an encrypted root file system
45
44
 This is the client part of the Mandos system, which allows