=== modified file 'TODO' --- TODO 2012-06-24 03:45:55 +0000 +++ TODO 2012-10-24 19:34:13 +0000 @@ -2,6 +2,9 @@ * [[http://www.undeadly.org/cgi?action=article&sid=20110530221728][OpenBSD]] +* Testing +** python-nemu + * mandos-applet * mandos-client === modified file 'mandos' --- mandos 2012-06-24 03:45:55 +0000 +++ mandos 2012-10-24 19:34:13 +0000 @@ -234,7 +234,7 @@ Used to optionally bind to the specified interface. name: string; Example: 'Mandos' type: string; Example: '_mandos._tcp'. - See + See port: integer; what port to announce TXT: list of strings; TXT record for the service domain: string; Domain to publish on, default to .local if empty. @@ -1078,8 +1078,8 @@ interface_names.add(alt_interface) # Is this a D-Bus signal? if getattr(attribute, "_dbus_is_signal", False): - # Extract the original non-method function by - # black magic + # Extract the original non-method undecorated + # function by black magic nonmethod_func = (dict( zip(attribute.func_code.co_freevars, attribute.__closure__))["func"] === modified file 'mandos-keygen' --- mandos-keygen 2012-06-17 22:26:40 +0000 +++ mandos-keygen 2012-10-24 19:34:13 +0000 @@ -294,9 +294,11 @@ cat "$PASSFILE" else tty --quiet && stty -echo - read -p "Enter passphrase: " first + echo -n "Enter passphrase: " + read first tty --quiet && echo >&2 - read -p "Repeat passphrase: " second + echo -n "Repeat passphrase: " + read second if tty --quiet; then echo >&2 stty echo