/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-03 01:09:36 UTC
  • mfrom: (24.1.9 mandos)
  • Revision ID: teddy@fukt.bsnet.se-20080803010936-ujme8tgxceszfbi1
* plugbasedclient.c (main): New "--userid" and "--groupid" options.
                            Take an additional non-option argument and
                            parse it as a plus-separated and -prefixed
                            list of additional options.

* plugins.d/mandosclient.c (DH_BITS): Replaced with
                                      "mandos_context.dh_bits".  All
                                      users changed.
  (certdir): Renamed to "keydir".  All users changed.
  (certfile): Renamed to "pubkeyfile".  All users changed.
  (certkey): Renamed to "seckeyfile".  All users changed.
  (encrypted_session): Replaced with "mandos_context".  All users
                       changed.
  (initgnutls): Take additional "session" and "dh_params" arguments.
                All callers changed.
  (start_mandos_communication): Take additional "mc" argument.  All
                                callers changed.  Print target IPv6
                                address if different than supplied
                                string.
  (simple_poll) Replaced with "mandos_context.simple_poll".  All users
                changed.
  (server): Replaced with "mandos_context.server".  All users changed.
  (main): Default interface to "eth0".  Rename "--certdir" to
          "--keydir", "--certkey" to "--seckey", and "--certfile" to
          "--pubkey".  New options "--dh-bits" and "--priority".  If
          the interface is not up, bring it up.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
3
3
* Mandos client
 
4
** Use argp instead of getopt_long
4
5
** header files/symbols tally
5
6
** check exit codes of all system calls
6
7
** IPv4 support
7
8
** protocol version header
8
9
** use strsep instead of strtok?
9
 
 
10
 
* Pluginbasedclient
11
 
** header files/symbols tally
12
 
** check exit codes of all system calls
13
10
** change uid to nobody:nogroup
14
11
   other drop privs stuff?
15
 
** pass things in environment, like device name, etc
 
12
 
 
13
* Pluginbasedclient
 
14
** header files/symbols tally
 
15
** check exit codes of all system calls
 
16
** [#C] pass things in environment, like device name, etc
16
17
   Does cryptsetup already do this?
17
18
** use strsep instead of strtok?
 
19
** use config file in addition to arguments
18
20
 
19
21
* Server
20
22
** config for: