A task management system. At least this was the initial idea. Basically this it the base code for the taskrambler framework.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Georg Hopp f82635de45 fix segfault if config file could not be read. Now taskrambler stops with a message 13 years ago
..
Makefile.am make install works now. So from now on taskrambler will not work when run from its build dir, because it can't find its assets then. To make installation work a basic config file reader class was implemented. 13 years ago
get.c As gdbm_fetch changes the key I copy it before I try to get data with it. 13 years ago
put.c now signup and login with storage of a hashed password works. 13 years ago
storage.c login via ldap and gdbm now works. Signup stores the user account as well as the credentials but still returns a 500 and I have a memory leak most likely within the queue code. To reproduce this one has to start the server and send two requests via telnet to the server...no keep-alive just a single GET. refs #36 13 years ago
update.c now signup and login with storage of a hashed password works. 13 years ago