/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 Hogeborn
  • Date: 2016-03-05 20:11:10 UTC
  • Revision ID: teddy@recompile.se-20160305201110-6f7nws77k1h96e8k
errno is of type int, not error_t

* plugins.d/mandos-client.c (raise_privileges,
  raise_privileges_permanently, lower_privileges,
  lower_privileges_permanently, bring_up_interface,
  take_down_interface, ): Change return type and all errno-containing
  variables to type "int".
  (get_flags): Change all errno-containing variables to type "int".
  (main): Change all errno-containing variables to type "int", except
          for values which are explicitly of type error_t.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        | gnutls-dev (>= 3.3.0), xsltproc, pkg-config,
10
10
        libnl-route-3-dev
11
11
Build-Depends-Indep: systemd, python (>= 2.7), python (<< 3),
12
 
        python-dbus, python-avahi, python-gi | python-gobject
 
12
        python-dbus, python-avahi, python-gobject | python-gi
13
13
Standards-Version: 3.9.7
14
14
Vcs-Bzr: http://ftp.recompile.se/pub/mandos/trunk
15
15
Vcs-Browser: http://bzr.recompile.se/loggerhead/mandos/trunk/files
19
19
Architecture: all
20
20
Depends: ${misc:Depends}, python (>= 2.7), python (<< 3),
21
21
        libgnutls28-dev (>= 3.3.0) | libgnutls30 (>= 3.3.0),
22
 
        python-dbus, python-avahi, python-gi | python-gobject,
 
22
        python-dbus, python-avahi, python-gobject | python-gi,
23
23
        avahi-daemon, adduser, python-urwid, gnupg
24
24
Recommends: ssh-client | fping
25
25
Description: server giving encrypted passwords to Mandos clients