/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: teddy at bsnet
  • Date: 2010-09-08 19:25:13 UTC
  • Revision ID: teddy@fukt.bsnet.se-20100908192513-ccso0jpam3qg4yze
* TODO: Clarifications.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
3
 
* _attribute_((nonnull))
 
3
* Use _attribute_((nonnull)) wherever possible.
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() and readdir64()
44
 
   http://udrepper.livejournal.com/19395.html
 
43
** TODO [#B] Use openat()
45
44
 
46
45
* mandos (server)
47
46
** TODO [#B] Log level                                                    :BUGS:
75
74
** More D-Bus methods
76
75
*** NeedsApproval(50, True) -> timeout, default approve
77
76
    Default approval is configurable, but True by default
78
 
    + Approval(True) -> approve sending saved
79
 
    + Approval(False) -> Close client connection immediately
 
77
    + Approve(True) -> approve sending saved
 
78
    + Approve(False) -> Close client connection immediately
80
79
*** NeedsPassword(50) - Timeout, default disapprove
81
80
    + SetPass(u"gazonk", True) -> Approval, persistent
82
 
    + Approval(False) -> Close client connection immediately
 
81
    + Approve(False) -> Close client connection immediately
83
82
** TODO [#C] python-parsedatetime
84
83
** TODO [#C] systemd/launchd
85
84
   http://0pointer.de/blog/projects/systemd.html