chiark / gitweb /
Use users.db. trackdb* moves to lib/, as it's now used by client.c to
authorRichard Kettlewell <rjk@greenend.org.uk>
Thu, 20 Dec 2007 16:02:39 +0000 (16:02 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Thu, 20 Dec 2007 16:02:39 +0000 (16:02 +0000)
commitf0feb22e80bfe438c16d212a7cc8be6d2282b6ac
treeafffb15c553f6b5f9860c2538351c76e3e4f5ede
parenta745dd436a29ef2ca2a1a83582e3cfd53b24dcc5
Use users.db.  trackdb* moves to lib/, as it's now used by client.c to
pick out root's password (or others if it could read them, but it
can't).
34 files changed:
CHANGES
README
README.upgrades
clients/Makefile.am
clients/authorize.c
clients/authorize.h
clients/disorder.c
doc/disorder_config.5.in
lib/Makefile.am
lib/client.c
lib/client.h
lib/cookies.c
lib/trackdb-int.h [moved from server/trackdb-int.h with 84% similarity]
lib/trackdb.c [moved from server/trackdb.c with 88% similarity]
lib/trackdb.h [moved from server/trackdb.h with 67% similarity]
python/disorder.py.in
scripts/completion.bash
server/Makefile.am
server/api-server.c
server/disorderd.c
server/server.c
server/setup.c [deleted file]
server/setup.h [deleted file]
tests/Makefile.am
tests/cookie.py
tests/dbversion.py
tests/dtest.py
tests/dump.py
tests/files.py
tests/play.py
tests/queue.py
tests/search.py
tests/user-upgrade.py [new file with mode: 0755]
tests/user.py [new file with mode: 0755]