/mandos/release

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

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Teddy Hogeborn
  • Date: 2011-11-26 23:08:17 UTC
  • mto: (237.12.8 mandos-persistent)
  • mto: This revision was merged to the branch mainline in revision 290.
  • Revision ID: teddy@recompile.se-20111126230817-tv08v831s2yltbkd
Make "enabled" a client config option.

* DBUS-API: Fix wording on "Expires" option.
* clients.conf (enabled): New.
* mandos (Client): "last_enabled" can now be None.
  (Client.__init__): Get "enabled" from config.  Only set
                     "last_enabled" and "expires" if enabled.
  (ClientDBus.Created_dbus_property): Removed redundant dbus.String().
  (ClientDBus.Interval_dbus_property): If changed, only reschedule
                                       checker if enabled.
  (main/special_settings): Added "enabled".
* mandos-clients.conf (OPTIONS): Added "enabled".

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
* mandos-applet
8
8
 
9
9
* mandos-client
10
 
** TODO [#A] Document network hook functionality
11
10
** TODO [#B] Use capabilities instead of seteuid().
12
11
** TODO [#B] Use struct sockaddr_storage instead of a union
13
12
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
42
41
 
43
42
* mandos (server)
44
43
** TODO [#B] Log level                                                    :BUGS:
45
 
** TODO Persistent state                                                  :BUGS:
46
 
   /var/lib/mandos/*
 
44
  
47
45
*** TODO /etc/mandos/clients.d/*.conf
48
46
    Watch this directory and add/remove/update clients?
49
47
** TODO [#C] config for TXT record
54
52
   [[info:standards:Option%20Table][Table of Long Options]]
55
53
** TODO Implement --socket
56
54
   [[info:standards:Option%20Table][Table of Long Options]]
57
 
** TODO Date+time on console log messages                                 :BUGS:
58
 
   Is this the default?
59
55
** TODO [#C] DBusServiceObjectUsingSuper
60
56
** TODO [#B] Global enable/disable flag
61
57
** TODO [#B] By-client countdown on secrets given
69
65
   http://0pointer.de/blog/projects/systemd.html
70
66
   http://wiki.debian.org/systemd
71
67
** TODO Separate logging logic to own object
72
 
** TODO make clients to a dict!
73
68
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
74
69
** TODO [#B] break the wait on approval_delay if connection dies
75
70
** TODO Generate Client.runtime_expansions from client options + extra