/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: Björn Påhlsson
  • Date: 2011-12-21 00:29:33 UTC
  • mfrom: (518.1.15 mandos-persistent)
  • Revision ID: belorn@recompile.se-20111221002933-6sc0a64o1ns2s2s8
Working persistant state

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
* mandos-applet
8
8
 
9
9
* mandos-client
10
 
** TODO [#B] Flag fprintf_plus so compiler checks the format string.
11
 
** TODO [#A] OpenVPN network hook
12
 
** TODO [#A] Wireless network hook
13
10
** TODO [#B] Use capabilities instead of seteuid().
14
11
** TODO [#B] Use struct sockaddr_storage instead of a union
15
12
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
43
40
** TODO [#B] Use openat()
44
41
 
45
42
* mandos (server)
 
43
** TODO Document why we ignore sigint
46
44
** TODO [#B] Log level                                                    :BUGS:
47
 
** TODO Persistent state                                                  :BUGS:
48
 
   /var/lib/mandos/*
49
 
*** TODO /etc/mandos/clients.d/*.conf
50
 
    Watch this directory and add/remove/update clients?
 
45
** TODO [#A] Save state to new file and move instead of overwrite
 
46
  
51
47
** TODO [#C] config for TXT record
52
48
** TODO Log level option
53
49
   syslogger.setLevel(logging.WARNING)
56
52
   [[info:standards:Option%20Table][Table of Long Options]]
57
53
** TODO Implement --socket
58
54
   [[info:standards:Option%20Table][Table of Long Options]]
59
 
** TODO Date+time on console log messages                                 :BUGS:
60
 
   Is this the default?
61
55
** TODO [#C] DBusServiceObjectUsingSuper
62
56
** TODO [#B] Global enable/disable flag
63
57
** TODO [#B] By-client countdown on secrets given
71
65
   http://0pointer.de/blog/projects/systemd.html
72
66
   http://wiki.debian.org/systemd
73
67
** TODO Separate logging logic to own object
74
 
** TODO make clients to a dict!
75
68
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
76
69
** TODO [#B] break the wait on approval_delay if connection dies
77
70
** TODO Generate Client.runtime_expansions from client options + extra
78
71
** TODO Allow %%(checker)s as a runtime expansion
79
72
** TODO Use python-tlslite?
80
 
** TODO D-Bus AddClient() method on server object
81
73
 
82
74
* mandos.xml
83
75
** Add mandos contact info in manual pages