/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

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
 
* _attribute_((nonnull))
4
 
* FIX XXX
5
 
 
6
3
* mandos-client
7
4
** TODO [#B] use scandir(3) instead of readdir(3)
8
5
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
41
38
** TODO [#C] use same file name rules as run-parts(8)
42
39
** kernel command line option for debug info
43
40
** TODO [#B] use error() instead of perror()
44
 
** TODO [$B] Use openat() and readdir64()
45
 
   http://udrepper.livejournal.com/19395.html
46
41
 
47
42
* mandos (server)
48
43
** TODO [#B] Log level                                                    :BUGS:
73
68
   A client needs manual approval on the server before it gets the
74
69
   secret
75
70
** TODO [#B] Support RFC 3339 time duration syntax
76
 
** More D-Bus methods
77
 
*** NeedsApproval(50, True) -> timeout, default approve
78
 
    Default approval is configurable, but True by default
79
 
    + Approval(True) -> approve sending saved
80
 
    + Approval(False) -> Close client connection immediately
81
 
*** NeedsPassword(50) - Timeout, default disapprove
82
 
    + SetPass(u"gazonk", True) -> Approval, persistent
83
 
    + Approval(False) -> Close client connection immediately
84
 
** TODO [#C] python-parsedatetime
85
 
** TODO [#C] systemd/launchd
86
 
   http://0pointer.de/blog/projects/systemd.html
87
 
** TODO Separate logging logic to own object
88
 
** TODO make clients to a dict!
89
 
** TODO PropertyChanged should be a python generic property for client variables
90
71
 
91
72
* mandos.xml
92
73
** [[file:mandos.xml::XXX][Document D-Bus interface]]
108
89
** Urwid client data displayer
109
90
   Better view of client data in the listing
110
91
*** Properties popup
111
 
** Nicer crashes. Stack traces Messes up shell.
112
 
*** Print a nice "We are sorry" message, save stack trace to log.
113
92
 
114
93
* mandos-keygen
115
94
** TODO Loop until passwords match when run interactively
119
98
   For testing decryption before rebooting.
120
99
 
121
100
* Makefile
122
 
** TODO Add "--Xlinker --as-needed"
123
 
   http://udrepper.livejournal.com/19395.html
124
101
** TODO [#C] Implement DEB_BUILD_OPTIONS
125
102
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
126
103
 
132
109
** TODO [#C] /etc/bash_completion.d/mandos
133
110
   From XML sources directly?
134
111
 
135
 
* Side Stuff
136
 
** TODO Locate which packet move the other bin/sh when busy box is deactivated
137
 
** TODO contact owner of packet, and ask them to have that shell static in position regardless of busybox
138
 
 
139
112
 
140
113
#+STARTUP: showall