]> git.tuebingen.mpg.de Git - paraslash.git/commit
switch to the in-memory user list
authorAndre <maan@meins.(none)>
Wed, 1 Nov 2006 12:00:58 +0000 (13:00 +0100)
committerAndre <maan@meins.(none)>
Wed, 1 Nov 2006 12:00:58 +0000 (13:00 +0100)
commita27ec6094608c05a9f87e445902c29d15ca11547
treec4cd2ddb61f4b02b1627b388b9af53bf63c1e1ef
parentf269333700038603703ec79c909d514bee731faf
switch to the in-memory user list

In order to do so, the crypt functions had to be changed so that they
take an rsa key instead of the filename of that key. Also, make _get_user()
return -E_BAD_USER if the user was not found and move the corresponding error
codes from COMMAND_ERRORS to SERVER_ERRORS in error.h.
command.c
crypt.c
crypt.h
error.h
server.c