/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

* mandos (AvahiService.entry_group_state_changed): Better debug log
                                                   message.
  (AvahiService.server_state_changed): Added debug log message.

* mandos-monitor (isoformat_to_datetime): New function.
  (MandosClientWidget): Show a countdown to disabling if last checker
                        failed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
3
 
* Use _attribute_((nonnull)) wherever possible.
 
3
* _attribute_((nonnull))
4
4
 
5
5
* mandos-client
6
6
** TODO [#B] use scandir(3) instead of readdir(3)
40
40
** TODO [#C] use same file name rules as run-parts(8)
41
41
** kernel command line option for debug info
42
42
** TODO [#B] use error() instead of perror()
43
 
** TODO [#B] Use openat()
 
43
** TODO [$B] Use openat() and readdir64()
 
44
   http://udrepper.livejournal.com/19395.html
44
45
 
45
46
* mandos (server)
46
47
** TODO [#B] Log level                                                    :BUGS:
74
75
** More D-Bus methods
75
76
*** NeedsApproval(50, True) -> timeout, default approve
76
77
    Default approval is configurable, but True by default
77
 
    + Approve(True) -> approve sending saved
78
 
    + Approve(False) -> Close client connection immediately
 
78
    + Approval(True) -> approve sending saved
 
79
    + Approval(False) -> Close client connection immediately
79
80
*** NeedsPassword(50) - Timeout, default disapprove
80
81
    + SetPass(u"gazonk", True) -> Approval, persistent
81
 
    + Approve(False) -> Close client connection immediately
 
82
    + Approval(False) -> Close client connection immediately
82
83
** TODO [#C] python-parsedatetime
83
84
** TODO [#C] systemd/launchd
84
85
   http://0pointer.de/blog/projects/systemd.html