chiark / gitweb /
disorder authorize now creates ~USER/.disorder/passwd instead of
authorRichard Kettlewell <richard@fanticule>
Tue, 1 Jan 2008 14:21:10 +0000 (14:21 +0000)
committerRichard Kettlewell <richard@fanticule>
Tue, 1 Jan 2008 14:21:10 +0000 (14:21 +0000)
commit5b14453f9fc5ae923c613e2154ede85637462469
treeeb65ff301b0bfa275b5b7686c1bbfea1331ad65a
parent964e027d42b45421cfeb4f19ab19d9d740cae281
disorder authorize now creates ~USER/.disorder/passwd instead of
/etc/disorder/config.USER.  This is a bit fiddlier than the old code
but reduces the number of places the user must look for their
password.

Generated passwords are base64 rather than hex, and are slightly
longer (in terms of the underlying bytes).  They aren't human
memorable but in practice they are expected to be kept in
~/.disorder/passwd or a browser's password store.

The configuration parser now always uses pw_home rather than $HOME to
find ~/.disorder.

Mention Ubuntu in README as the debs work there too.
README
clients/authorize.c
doc/disorder.1.in
doc/disorder_config.5.in
lib/configuration.c