/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 TODO

  • Committer: Björn Påhlsson
  • Date: 2011-10-02 19:18:24 UTC
  • mto: This revision was merged to the branch mainline in revision 505.
  • Revision ID: belorn@fukt.bsnet.se-20111002191824-eweh4pvneeg3qzia
transitional stuff actually working
documented change to D-Bus API

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
3
 
* [[http://www.undeadly.org/cgi?action=article&sid=20110530221728][OpenBSD]]
 
3
* Use _attribute_((nonnull)) wherever possible.
4
4
 
5
5
* mandos-applet
6
6
 
14
14
* splashy
15
15
** TODO [#B] use scandir(3) instead of readdir(3)
16
16
 
17
 
* usplash (Deprecated)
 
17
* usplash
18
18
** TODO [#A] Make it work again
19
19
** TODO [#B] use scandir(3) instead of readdir(3)
 
20
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
20
21
 
21
22
* askpass-fifo
22
23
** TODO [#B] Drop privileges after opening FIFO.
38
39
 
39
40
* mandos (server)
40
41
** TODO [#B] Log level                                                    :BUGS:
 
42
** TODO Persistent state                                                  :BUGS:
 
43
   /var/lib/mandos/*
41
44
*** TODO /etc/mandos/clients.d/*.conf
42
45
    Watch this directory and add/remove/update clients?
43
46
** TODO [#C] config for TXT record
44
 
** TODO Log level dbus option
45
 
   SetLogLevel D-Bus call
 
47
** TODO Log level option
 
48
   syslogger.setLevel(logging.WARNING)
 
49
   + SetLogLevel D-Bus call
46
50
** TODO Implement --foreground                                            :BUGS:
47
51
   [[info:standards:Option%20Table][Table of Long Options]]
 
52
** TODO Implement --socket
 
53
   [[info:standards:Option%20Table][Table of Long Options]]
 
54
** TODO Date+time on console log messages                                 :BUGS:
 
55
   Is this the default?
48
56
** TODO [#C] DBusServiceObjectUsingSuper
49
57
** TODO [#B] Global enable/disable flag
50
 
** TODO [#B] By-client countdown on number of secrets given
 
58
** TODO [#B] By-client countdown on secrets given
51
59
** TODO [#B] Support RFC 3339 time duration syntax
52
 
** D-Bus Client method NeedsPassword(50) - Timeout, default disapprove
 
60
** More D-Bus methods
 
61
*** NeedsPassword(50) - Timeout, default disapprove
53
62
    + SetPass(u"gazonk", True) -> Approval, persistent
54
63
    + Approve(False) -> Close client connection immediately
55
64
** TODO [#C] python-parsedatetime
56
65
** TODO [#C] systemd/launchd
57
66
   http://0pointer.de/blog/projects/systemd.html
58
 
   http://wiki.debian.org/systemd
59
67
** TODO Separate logging logic to own object
 
68
** TODO make clients to a dict!
60
69
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
61
70
** TODO [#B] break the wait on approval_delay if connection dies
62
71
** TODO Generate Client.runtime_expansions from client options + extra
63
72
** TODO Allow %%(checker)s as a runtime expansion
64
73
** TODO Use python-tlslite?
65
 
** TODO D-Bus AddClient() method on server object
66
 
** TODO Use org.freedesktop.DBus.Method.NoReply annotation on async methods.
67
 
** TODO Emit [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-properties][org.freedesktop.DBus.Properties.PropertiesChanged]] signal
68
 
   TODO Deprecate se.recompile.Mandos.Client.PropertyChanged - annotate!
69
 
   TODO Can use "invalidates" annotation to also emit on changed secret.
70
 
** TODO Support [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager][org.freedesktop.DBus.ObjectManager]] interface on server object
71
 
   Deprecate methods GetAllClients(), GetAllClientsWithProperties()
72
 
   and signals ClientAdded and ClientRemoved.
73
 
** TODO Save state periodically to recover better from hard shutdowns
74
 
** TODO CheckerCompleted method, deprecate CheckedOK
75
 
** TODO Secret Service API?
76
 
   http://standards.freedesktop.org/secret-service/
77
74
 
78
75
* mandos.xml
79
76
** Add mandos contact info in manual pages
92
89
** Urwid client data displayer
93
90
   Better view of client data in the listing
94
91
*** Properties popup
95
 
** Print a nice "We are sorry" message, save stack trace to log.
 
92
** Nicer crashes. Stack traces Messes up shell.
 
93
*** Print a nice "We are sorry" message, save stack trace to log.
96
94
** Show timeout countdown for approval
97
95
 
98
96
* mandos-keygen
114
112
   From XML sources directly?
115
113
 
116
114
* Side Stuff
117
 
** TODO Locate which package moves the other bin/sh when busybox is deactivated
118
 
** TODO contact owner of package, and ask them to have that shell static in position regardless of busybox
 
115
** TODO Locate which packet move the other bin/sh when busy box is deactivated
 
116
** TODO contact owner of packet, and ask them to have that shell static in position regardless of busybox
119
117
 
120
118
 
121
119
#+STARTUP: showall