/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: 2008-08-04 20:43:31 UTC
  • mfrom: (24.1.17 mandos)
  • Revision ID: teddy@fukt.bsnet.se-20080804204331-zgu42g8ii997h1l2
* ca.pem: Removed.
* cert.pem: - '' -
* client-cert.pem: - '' -
* client-key.pem: - '' -
* crl.pem: - '' -
* key.pem: - '' -

* plugins.d/mandosclient.c (start_mandos_communication): Change "to"
                                    to be a union.  All users changed.

* server.py: Changed log severity for many log messages.
  (Client.__init__): Take all config file settins as a dict instead of
                     as keyword arguments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
 
3
* README file
 
4
 
3
5
* Mandos client
4
 
** Use argp instead of getopt_long
5
 
** header files/symbols tally
6
 
** check exit codes of all system calls
7
 
** [#C] IPv4 support
 
6
** [#A] Man page
 
7
** [#A] check exit codes of all system calls
 
8
** [#B] header files/symbols tally
 
9
** IPv4 support
8
10
** use strsep instead of strtok?
9
 
** Use argp
 
11
** Do not depend on GPG key rings on disk
 
12
   This would mean creating new GPG key rings with GPGME by importing
 
13
   the key files from scratch every time we start the program.
10
14
 
11
15
* Passprompt
12
 
** Use argp
 
16
** [#A] Man page
13
17
 
14
18
* Pluginbasedclient
15
 
** header files/symbols tally
16
 
** check exit codes of all system calls
 
19
** [#A] Man page
 
20
** [#A] check exit codes of all system calls
 
21
** [#B] header files/symbols tally
17
22
** use strsep instead of strtok?
18
23
** use config file in addition to arguments
19
 
** [#C] pass things in environment, like device name, etc
 
24
** pass things in environment, like device name, etc
20
25
 
21
26
* Server
22
 
** config for:
23
 
*** TXT record
24
 
** protocol version header
 
27
** [#A] Man page
 
28
** [#A] write PID file
 
29
** [#A] /etc/init.d/mandos-server
 
30
** Log level
 
31
** /etc/mandos/clients.d/*.conf
 
32
   Watch this directory and add/remove/update clients?
 
33
** config for TXT record
25
34
** Run-time communication with server
26
35
   probably using D-Bus
27
36
 
32
41
** Disable client
33
42
 
34
43
* Installer
 
44
** Change initrd.img file to not be publically readable
 
45
** Create GPG key ring files in initrd
35
46
 
36
47
 
37
48
#+STARTUP: showall