/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-24 09:40:58 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080824094058-bdqng3t1e3hfnk2e
* plugin-runner.c (getplugin): Only copy "name" if not NULL.  Free
                               "copy_name" if any error occurs.
  (free_plugin_list): Do not free "name" member; it it freed as part
                      of argv.
  (main): Set plugin_list to NULL after freeing it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
   [[http://www.steve.org.uk/Reference/Unix/faq_4.html#SEC48][Unix Programming FAQ 3.1 How can I make my program not echo input?]]
86
86
 
87
87
* mandos (server)
 
88
** [#A] Config file man page: man5/mandos-clients.conf (clients.conf)
 
89
*** For option "secret", document which program can help generate it.
88
90
** [#A] /etc/init.d/mandos-server               :teddy:
89
91
** [#B] Log level                               :bugs:
90
92
** /etc/mandos/clients.d/*.conf
113
115
*** Keydir move: /etc/mandos -> /etc/keys/mandos
114
116
    Must create in preinst if not pre-depending on cryptsetup
115
117
*** mandos-keygen
116
 
**** "--passfile" option
117
 
     Using the "secfile" option instead of "secret"
118
118
**** [#A] "--test" option
119
119
     For testing decryption before rebooting.
120
120
** Server-side