/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 Hogeborn
  • Date: 2010-06-19 00:37:04 UTC
  • mto: (24.1.149 mandos)
  • mto: This revision was merged to the branch mainline in revision 417.
  • Revision ID: teddy@fukt.bsnet.se-20100619003704-vpicvssvv1ktg2om
* mandos (ClientHandler.handle): Set up the GnuTLS session object
                                 before reading the protocol number.
 (ClientHandler.handle/ProxyObject): New.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
 
3
* _attribute_((nonnull))
 
4
 
3
5
* mandos-client
4
6
** TODO [#B] use scandir(3) instead of readdir(3)
5
7
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
38
40
** TODO [#C] use same file name rules as run-parts(8)
39
41
** kernel command line option for debug info
40
42
** TODO [#B] use error() instead of perror()
 
43
** TODO [$B] Use openat() and readdir64()
 
44
   http://udrepper.livejournal.com/19395.html
41
45
 
42
46
* mandos (server)
43
47
** TODO [#B] Log level                                                    :BUGS:
76
80
*** NeedsPassword(50) - Timeout, default disapprove
77
81
    + SetPass(u"gazonk", True) -> Approval, persistent
78
82
    + Approval(False) -> Close client connection immediately
 
83
** TODO [#C] python-parsedatetime
 
84
** TODO [#C] systemd/launchd
 
85
   http://0pointer.de/blog/projects/systemd.html
79
86
 
80
87
* mandos.xml
81
88
** [[file:mandos.xml::XXX][Document D-Bus interface]]
106
113
   For testing decryption before rebooting.
107
114
 
108
115
* Makefile
 
116
** TODO Add "--Xlinker --as-needed"
 
117
   http://udrepper.livejournal.com/19395.html
109
118
** TODO [#C] Implement DEB_BUILD_OPTIONS
110
119
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
111
120