/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk
36 by Teddy Hogeborn
* TODO: Converted to org-mode style
1
-*- org -*-
2
501 by Teddy Hogeborn
* mandos-clients.conf.xml (OPTIONS/timeout): No longer used when
3
* [[http://www.undeadly.org/cgi?action=article&sid=20110530221728][OpenBSD]]
4
462 by Teddy Hogeborn
* plugins.d/plymouth.c: Fixed comment to "Plymouth" instead of "Usplash".
5
* mandos-applet
6
171 by Teddy Hogeborn
Renamed "password-request" to "mandos-client".
7
* mandos-client
505.3.16 by teddy at bsnet
* network-hooks.d/bridge: Use "/usr/sbin/brctl" explicitly.
8
** TODO [#A] Wireless network hook
365 by Teddy Hogeborn
* plugins.d/mandos-client.c (main): Bug fix: Check result of setgid().
9
** TODO [#B] Use capabilities instead of seteuid().
484 by Teddy Hogeborn
* Makefile (plugins.d/mandos-client): Bug fix: Put $^ before all
10
** TODO [#B] Use struct sockaddr_storage instead of a union
11
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
12
** TODO [#B] Use getnameinfo(serv=NULL, NI_NUMERICHOST) instead of inet_ntop()
494 by Teddy Hogeborn
* mandos-keygen: Loop until passwords match when run interactively.
13
** TODO [#B] Prefer /run/tmp over /tmp, if it exists
563 by Teddy Hogeborn
* network-hooks.d/bridge: Move "start" and "stop" commands to separate
14
** TODO [#B] Use in_port_t instead of uint16_t for port numbers.
355 by Teddy Hogeborn
* mandos: White-space fixes only.
15
16
* splashy
17
** TODO [#B] use scandir(3) instead of readdir(3)
18
512 by Björn Påhlsson
usplash is deprecated
19
* usplash (Deprecated)
414 by Teddy Hogeborn
Bug fix: mandos-client needs GnuPG but lacked a dependency on it. The
20
** TODO [#A] Make it work again
355 by Teddy Hogeborn
* mandos: White-space fixes only.
21
** TODO [#B] use scandir(3) instead of readdir(3)
24.1.155 by Björn Påhlsson
mandos server: Added debuglevel that adjust at what level information
22
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
365 by Teddy Hogeborn
* plugins.d/mandos-client.c (main): Bug fix: Check result of setgid().
23
24
* askpass-fifo
25
** TODO [#B] Drop privileges after opening FIFO.
358 by Teddy Hogeborn
* plugins.d/mandos-client.c (start_mandos_communication): Check
26
27
* password-prompt
413 by Teddy Hogeborn
TODO file changes.
28
** TODO [#B] lock stdin (with flock()?)
484 by Teddy Hogeborn
* Makefile (plugins.d/mandos-client): Bug fix: Put $^ before all
29
30
* plymouth
355 by Teddy Hogeborn
* mandos: White-space fixes only.
31
413 by Teddy Hogeborn
TODO file changes.
32
* TODO [#B] passdev
377 by Teddy Hogeborn
* plugins.d/password-prompt.c (main): Fix "-Wconversion" warning.
33
240 by Teddy Hogeborn
Merge "mandos-list" from belorn.
34
* plugin-runner
24.1.174 by Björn Påhlsson
* Makefile (CFLAGS): Added "-lrt" to include real time library.
35
** TODO handle printing for errors for plugins
36
*** Hook up stderr of plugins, buffer them, and prepend mandos pluig [plugin name]
240 by Teddy Hogeborn
Merge "mandos-list" from belorn.
37
** TODO [#B] use scandir(3) instead of readdir(3)
344 by Teddy Hogeborn
* debian/control (Standards-Version): Changed to "3.8.1".
38
** TODO [#C] use same file name rules as run-parts(8)
24.1.145 by Björn Påhlsson
todo
39
** kernel command line option for debug info
418 by teddy at bsnet
* TODO: Clarifications.
40
** TODO [#B] Use openat()
240 by Teddy Hogeborn
Merge "mandos-list" from belorn.
41
87 by Teddy Hogeborn
* Makefile: Bug fix: fixed creation of man pages in "plugins.d".
42
* mandos (server)
518.1.14 by Björn Påhlsson
Mandos: refactoring the code handling settings from config files.
43
** TODO Document why we ignore sigint
413 by Teddy Hogeborn
TODO file changes.
44
** TODO [#B] Log level							  :BUGS:
45
*** TODO /etc/mandos/clients.d/*.conf
46
    Watch this directory and add/remove/update clients?
47
** TODO [#C] config for TXT record
505.2.11 by Björn Påhlsson
todo updates
48
** TODO Log level dbus option
49
   SetLogLevel D-Bus call
413 by Teddy Hogeborn
TODO file changes.
50
** TODO Implement --foreground						  :BUGS:
182 by Teddy Hogeborn
* Makefile (install): Use "install-client-nokey".
51
   [[info:standards:Option%20Table][Table of Long Options]]
52
** TODO Implement --socket
53
   [[info:standards:Option%20Table][Table of Long Options]]
413 by Teddy Hogeborn
TODO file changes.
54
** TODO [#C] DBusServiceObjectUsingSuper
55
** TODO [#B] Global enable/disable flag
505.2.11 by Björn Påhlsson
todo updates
56
** TODO [#B] By-client countdown on number of secrets given
413 by Teddy Hogeborn
TODO file changes.
57
** TODO [#B] Support RFC 3339 time duration syntax
416.1.1 by Teddy Hogeborn
Initial design on approval system.
58
** More D-Bus methods
59
*** NeedsPassword(50) - Timeout, default disapprove
60
    + SetPass(u"gazonk", True) -> Approval, persistent
418 by teddy at bsnet
* TODO: Clarifications.
61
    + Approve(False) -> Close client connection immediately
416.1.2 by Teddy Hogeborn
* mandos (ClientHandler.handle): Set up the GnuTLS session object
62
** TODO [#C] python-parsedatetime
63
** TODO [#C] systemd/launchd
64
   http://0pointer.de/blog/projects/systemd.html
505.1.15 by Teddy Hogeborn
Bug fix: Make D-Bus properties settable again.
65
   http://wiki.debian.org/systemd
24.1.149 by Björn Påhlsson
Changed ForkingMixIn in favor of multiprocessing
66
** TODO Separate logging logic to own object
422 by Teddy Hogeborn
Rename all D-Bus properties to conform to D-Bus naming conventions;
67
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
24.1.164 by Björn Påhlsson
merge
68
** TODO [#B] break the wait on approval_delay if connection dies
438 by Teddy Hogeborn
* mandos (Client.runtime_expansions): New attribute containing the
69
** TODO Generate Client.runtime_expansions from client options + extra
70
** TODO Allow %%(checker)s as a runtime expansion
484 by Teddy Hogeborn
* Makefile (plugins.d/mandos-client): Bug fix: Put $^ before all
71
** TODO Use python-tlslite?
505.3.16 by teddy at bsnet
* network-hooks.d/bridge: Use "/usr/sbin/brctl" explicitly.
72
** TODO D-Bus AddClient() method on server object
539 by teddy at recompile
Reorder TODO entries
73
** TODO Use org.freedesktop.DBus.Method.NoReply annotation on async methods.
74
** TODO Emit [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-properties][org.freedesktop.DBus.Properties.PropertiesChanged]] signal
75
   TODO Deprecate se.recompile.Mandos.Client.PropertyChanged - annotate!
76
   TODO Can use "invalidates" annotation to also emit on changed secret.
77
** TODO Support [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager][org.freedesktop.DBus.ObjectManager]] interface on server object
78
   Deprecate methods GetAllClients(), GetAllClientsWithProperties()
79
   and signals ClientAdded and ClientRemoved.
546 by Teddy Hogeborn
* debian/rules (binary-common): Exclude network-hooks.d from
80
** TODO Save state periodically to recover better from hard shutdowns
556 by Teddy Hogeborn
* DBUS-API (se.recompile.Mandos.Client.LastCheckerStatus): New
81
** TODO CheckerCompleted method, deprecate CheckedOK
563 by Teddy Hogeborn
* network-hooks.d/bridge: Move "start" and "stop" commands to separate
82
** TODO Secret Service API?
83
   http://standards.freedesktop.org/secret-service/
566 by Teddy Hogeborn
* mandos (main): Simplify and shorten code selecting user and group ID
84
** TODO [[info:python:What's%20New%20in%20Python%202%206][What's New in Python 2.6]]
85
*** Start at [[info:python:PEP%203101%20Advanced%20String%20Formatting][PEP 3101 Advanced String Formatting]]
36 by Teddy Hogeborn
* TODO: Converted to org-mode style
86
243 by Teddy Hogeborn
* mandos (Client.timeout, Client.interval): Changed from being a
87
* mandos.xml
24.1.143 by Björn Påhlsson
added documentation todo
88
** Add mandos contact info in manual pages
243 by Teddy Hogeborn
* mandos (Client.timeout, Client.interval): Changed from being a
89
308 by Teddy Hogeborn
* plugin-runner.c: Comment change.
90
* mandos-ctl
243 by Teddy Hogeborn
* mandos (Client.timeout, Client.interval): Changed from being a
91
*** Handle "no D-Bus server" and/or "no Mandos server found" better
240 by Teddy Hogeborn
Merge "mandos-list" from belorn.
92
*** [#B] --dump option
411 by Teddy Hogeborn
More consistent terminology: Clients are no longer "invalid" - they
93
** TODO Support RFC 3339 time duration syntax
36 by Teddy Hogeborn
* TODO: Converted to org-mode style
94
377 by Teddy Hogeborn
* plugins.d/password-prompt.c (main): Fix "-Wconversion" warning.
95
* TODO mandos-dispatch
96
  Listens for specified D-Bus signals and spawns shell commands with
97
  arguments.
98
375 by Teddy Hogeborn
* TODO: Updated.
99
* mandos-monitor
24.1.174 by Björn Påhlsson
* Makefile (CFLAGS): Added "-lrt" to include real time library.
100
** TODO help should be toggleable
386 by Teddy Hogeborn
* mandos (DBusObjectWithProperties.Introspect): Add the name
101
** Urwid client data displayer
413 by Teddy Hogeborn
TODO file changes.
102
   Better view of client data in the listing
327 by Teddy Hogeborn
Merge from pipe IPC branch.
103
*** Properties popup
537 by Björn Påhlsson
nicer stacktrace when mandos-monitor fail during startup
104
** Print a nice "We are sorry" message, save stack trace to log.
442 by Teddy Hogeborn
* DBUS-API: Document new "LastApprovalRequest" client property.
105
** Show timeout countdown for approval
240 by Teddy Hogeborn
Merge "mandos-list" from belorn.
106
228 by Teddy Hogeborn
* INSTALL: Add instructions on how to set the correct network
107
* mandos-keygen
108
** TODO "--secfile" option
109
   Using the "secfile" option instead of "secret"
110
** TODO [#B] "--test" option
111
   For testing decryption before rebooting.
67 by Teddy Hogeborn
* mandos-keygen: New program to generate new client keys on
112
370 by Teddy Hogeborn
* debian/control (Standards-Version): Updated to "2.8.3".
113
* Makefile
413 by Teddy Hogeborn
TODO file changes.
114
** TODO [#C] Implement DEB_BUILD_OPTIONS
370 by Teddy Hogeborn
* debian/control (Standards-Version): Updated to "2.8.3".
115
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
116
275 by Teddy Hogeborn
* debian/mandos-client.postinst: Converted to Bourne shell. Also
117
* Package
67 by Teddy Hogeborn
* mandos-keygen: New program to generate new client keys on
118
** /usr/share/initramfs-tools/hooks/mandos
344 by Teddy Hogeborn
* debian/control (Standards-Version): Changed to "3.8.1".
119
*** TODO [#C] use same file name rules as run-parts(8)
263 by Teddy Hogeborn
* README (The Plugin System): Removed redundant text about options and
120
*** TODO [#C] Do not install in initrd.img if configured not to.
308 by Teddy Hogeborn
* plugin-runner.c: Comment change.
121
    Use "/etc/initramfs-tools/hooksconf.d/mandos"?
263 by Teddy Hogeborn
* README (The Plugin System): Removed redundant text about options and
122
** TODO [#C] /etc/bash_completion.d/mandos
88 by Teddy Hogeborn
No code or documentation changes.
123
   From XML sources directly?
24.1.30 by Björn Påhlsson
Added more stuff to do
124
24.1.149 by Björn Påhlsson
Changed ForkingMixIn in favor of multiprocessing
125
* Side Stuff
505.1.8 by Teddy Hogeborn
* mandos-ctl: Update copyright year to 2011.
126
** TODO Locate which package moves the other bin/sh when busybox is deactivated
127
** TODO contact owner of package, and ask them to have that shell static in position regardless of busybox
24.1.149 by Björn Påhlsson
Changed ForkingMixIn in favor of multiprocessing
128
36 by Teddy Hogeborn
* TODO: Converted to org-mode style
129

130
#+STARTUP: showall