/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

Merge from Teddy:

* New upstream release.
* debian/rules: Build with BROKEN_PIE set on mips and mipsel
  architectures - fixes FTBFS there.
* New upstream release.
* Do not copy unnecessary files to initrd (Closes: #551907)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
3
 
* Use _attribute_((nonnull)) wherever possible.
4
 
 
5
3
* mandos-client
6
4
** TODO [#B] use scandir(3) instead of readdir(3)
7
5
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
40
38
** TODO [#C] use same file name rules as run-parts(8)
41
39
** kernel command line option for debug info
42
40
** TODO [#B] use error() instead of perror()
43
 
** TODO [#B] Use openat()
44
41
 
45
42
* mandos (server)
46
43
** TODO [#B] Log level                                                    :BUGS:
71
68
   A client needs manual approval on the server before it gets the
72
69
   secret
73
70
** TODO [#B] Support RFC 3339 time duration syntax
74
 
** More D-Bus methods
75
 
*** NeedsApproval(50, True) -> timeout, default approve
76
 
    Default approval is configurable, but True by default
77
 
    + Approve(True) -> approve sending saved
78
 
    + Approve(False) -> Close client connection immediately
79
 
*** NeedsPassword(50) - Timeout, default disapprove
80
 
    + SetPass(u"gazonk", True) -> Approval, persistent
81
 
    + Approve(False) -> Close client connection immediately
82
 
** TODO [#C] python-parsedatetime
83
 
** TODO [#C] systemd/launchd
84
 
   http://0pointer.de/blog/projects/systemd.html
85
71
 
86
72
* mandos.xml
87
73
** [[file:mandos.xml::XXX][Document D-Bus interface]]
112
98
   For testing decryption before rebooting.
113
99
 
114
100
* Makefile
115
 
** TODO Add "--Xlinker --as-needed"
116
 
   http://udrepper.livejournal.com/19395.html
117
101
** TODO [#C] Implement DEB_BUILD_OPTIONS
118
102
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
119
103