/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-01-30 17:28:18 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080130172818-fnrq2xmtg1wa8wo2
* client.cpp (main): Get t_old early since it is used on error exits.

* server.py (Client.checker): New attribute.
  (Client.check_action, Client.start_checker, Client.stop_checker,
  Client.fileno, Client.next_stop, Client.still_valid,
  Client.it_is_time_to_check): New methods.
  (Client.handle_request): Alias to "check_action".
  (main): Stop all started checkers on exit.  Exit cleanly on keyboard
  interrupt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[Mandos client]
2
 
configuration for OpenPGP key and interface
 
1
[Client]
 
2
configuration for cert, key, CA and interface
3
3
IPv4 support
4
 
 
5
 
[Pluginbasedclient]
6
 
disable certain plugins
7
 
change uid to nobody:nogroup
8
 
        other drop privs stuff?
 
4
OpenPGP keys support
9
5
 
10
6
[Server]
11
 
config file for:
12
 
        TXT record
13
 
        GnuTLS priority string
 
7
Configuration for key, cert, ca, crl, and stuff
 
8
        config file
 
9
client-list
 
10
        gnupg fil-hantering
 
11
client-monitoring
 
12
OpenPGP keys support
14
13
run-time communication with server
15
14
 
16
15
[Mandos-tools/utilities]