/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

  • Committer: teddy at bsnet
  • Date: 2010-08-10 19:08:24 UTC
  • mto: This revision was merged to the branch mainline in revision 419.
  • Revision ID: teddy@fukt.bsnet.se-20100810190824-5yquozxy4kh6py3f
* plugins.d/mandos-client.c: An empty interface name now means to
                             autodetect an interface; to specify no
                             particular interface, use "none".
  (sys_class_net): New global variable for the "/sys/class/net" path.
  (good_interface): New function to determine the suitability of an
                    interface.  Used by a scandir() call in main().
  (main): Changed default value for "interface" to the empty string.
          Moved "connect_to" to be a global variable.  Only take down
          and up interface if its name is not "none".
* plugins.d/mandos-client.xml (OPTIONS): Update documentation for the
                                         "--interface" option.

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, adduser
 
18
        python-avahi, python-gobject, avahi-daemon, gnupg (< 2),
 
19
        adduser
19
20
Recommends: fping
20
21
Description: a server giving encrypted passwords to Mandos clients
21
22
 This is the server part of the Mandos system, which allows
34
35
 
35
36
Package: mandos-client
36
37
Architecture: any
37
 
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, cryptsetup,
38
 
        gnupg (<< 2)
 
38
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, cryptsetup
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