/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-09 18:16:14 UTC
  • mfrom: (237.2.35 mandos-empty-device)
  • Revision ID: teddy@fukt.bsnet.se-20100909181614-oanlmvkzsiodbo3c
Merge in branch to interpret an empty device name to mean
"autodetect".

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
3
 
* _attribute_((nonnull))
4
 
* FIX XXX
 
3
* Use _attribute_((nonnull)) wherever possible.
5
4
 
6
5
* mandos-client
7
6
** TODO [#B] use scandir(3) instead of readdir(3)
41
40
** TODO [#C] use same file name rules as run-parts(8)
42
41
** kernel command line option for debug info
43
42
** TODO [#B] use error() instead of perror()
44
 
** TODO [$B] Use openat() and readdir64()
45
 
   http://udrepper.livejournal.com/19395.html
 
43
** TODO [#B] Use openat()
46
44
 
47
45
* mandos (server)
48
46
** TODO [#B] Log level                                                    :BUGS:
76
74
** More D-Bus methods
77
75
*** NeedsApproval(50, True) -> timeout, default approve
78
76
    Default approval is configurable, but True by default
79
 
    + Approval(True) -> approve sending saved
80
 
    + Approval(False) -> Close client connection immediately
 
77
    + Approve(True) -> approve sending saved
 
78
    + Approve(False) -> Close client connection immediately
81
79
*** NeedsPassword(50) - Timeout, default disapprove
82
80
    + SetPass(u"gazonk", True) -> Approval, persistent
83
 
    + Approval(False) -> Close client connection immediately
 
81
    + Approve(False) -> Close client connection immediately
84
82
** TODO [#C] python-parsedatetime
85
83
** TODO [#C] systemd/launchd
86
84
   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
85
 
91
86
* mandos.xml
92
87
** [[file:mandos.xml::XXX][Document D-Bus interface]]
108
103
** Urwid client data displayer
109
104
   Better view of client data in the listing
110
105
*** Properties popup
111
 
** Nicer crashes. Stack traces Messes up shell.
112
 
*** Print a nice "We are sorry" message, save stack trace to log.
113
106
 
114
107
* mandos-keygen
115
108
** TODO Loop until passwords match when run interactively
132
125
** TODO [#C] /etc/bash_completion.d/mandos
133
126
   From XML sources directly?
134
127
 
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
128
 
140
129
#+STARTUP: showall