chiark / gitweb /
Split base64 code into a separate .c so that the server doesn't pull
authorRichard Kettlewell <rjk@greenend.org.uk>
Sat, 22 Dec 2007 12:39:44 +0000 (12:39 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sat, 22 Dec 2007 12:39:44 +0000 (12:39 +0000)
commitfce810c27ad09dd73706100435a6e65af0a67604
treea041210c46c0ff62dca03babeb9037e1d1c8bf7d
parent5818980adea84ce4cd92a1b4549e9806c9d56c58
Split base64 code into a separate .c so that the server doesn't pull
in rest of the MIME code.

Correct computation of legacy user rights.
doc/disorder_protocol.5.in
lib/Makefile.am
lib/base64.c [new file with mode: 0644]
lib/base64.h [new file with mode: 0644]
lib/cookies.c
lib/mime.c
lib/mime.h
lib/test.c
lib/trackdb.c
server/server.c