/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

The IPC pipes are now file objects, not file descriptors:
* mandos (ClientDBus.CheckedOK): Reorder to group methods, signals and
                                 properties together.
  (ClientHandler.handle,
  ForkingMixInWithPipes.process_request,
  ForkingMixInWithPipes.add_pipe_fds,
  MandosServer.add_pipe_fds): IPC pipes are now file objects, not FDs.
  (MandosServer.handle_ipc): - '' -  Take additional argument "sender"
                             containing the client IPC file object;
                             all callers changed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
Package: mandos
16
16
Architecture: all
17
17
Depends: ${misc:Depends}, python (>=2.5), python-gnutls, python-dbus,
18
 
        python-avahi, python-gobject, avahi-daemon, gnupg (< 2),
19
 
        adduser
 
18
        python-avahi, python-gobject, avahi-daemon, adduser
20
19
Recommends: fping
21
20
Description: a server giving encrypted passwords to Mandos clients
22
21
 This is the server part of the Mandos system, which allows
35
34
 
36
35
Package: mandos-client
37
36
Architecture: any
38
 
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, cryptsetup
 
37
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, cryptsetup,
 
38
        gnupg (<< 2)
39
39
Enhances: cryptsetup
40
40
Description: do unattended reboots with an encrypted root file system
41
41
 This is the client part of the Mandos system, which allows