169 Commits (3300067ba38364f228e79713dbcbb32758b3a252)

Author SHA1 Message Date
Georg Hopp 3300067ba3 delete temporary uuid data structures. 12 years ago
Georg Hopp ac0d6e79c6 NSA makes me paranoid ... try to get best supported cipher of the used browser and don't use RC4 at all 12 years ago
Georg Hopp 035801fb20 fix and test uuidCompare 12 years ago
Georg Hopp b2cc25f50c add code to generate uuid version 3 and 5. With this we can generate the same uuid for a given name all the time 12 years ago
Georg Hopp a1350d7591 added a generic router. This is a REST router that maps urls to specific functions which it tries to find via dlsym. That way the only thing to do to get a new REST functionality is to add a function that fits into the namesheme. All existing functionality is moved accordingly 12 years ago
Georg Hopp 0b2c60abc9 remove not used variable 12 years ago
Georg Hopp c43dfe6828 just change indenting 12 years ago
Georg Hopp 32816524e9 if I have a socketNonblock method I should better use it. :D 12 years ago
Georg Hopp 8320f0a2bb remove the moved files... :D 12 years ago
Georg Hopp a2722f2929 move test programs in separate folder 12 years ago
Georg Hopp 60bb868abb add expires header for static assets (right now 1 week in the future) 12 years ago
Georg Hopp 530d34eeb2 fix crash if storage files could not be opened. TODO give a fitting error message 12 years ago
Georg Hopp d64a1b8b87 change download link for 0.1.7 12 years ago
Georg Hopp 3ef8be23e8 deamonize by default 12 years ago
Georg Hopp c807f99021 several smaller fixes for installation. Honor DESTDIR, changed destination of some files...this is still not perfect but at least installs with an ebuild on my machine. 12 years ago
Georg Hopp 8710078a03 build shared libraries from the parts that might be useful on their on and let taskrambler use them 12 years ago
Georg Hopp f82635de45 fix segfault if config file could not be read. Now taskrambler stops with a message 12 years ago
Georg Hopp 6641a952dc now dummy self signed certificates are generated during build and installed, so ssl works with the installed taskrambler 12 years ago
Georg Hopp eb39587c69 return NULL if storage is NULL 12 years ago
Georg Hopp 9b45f05a17 removed unused variable 12 years ago
Georg Hopp 07316ef7b2 created and used a more generalized httpResponseJson 12 years ago
Georg Hopp 7005c8860a 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. 12 years ago
Georg Hopp 8ae57a9091 some more changes for documentation generation 12 years ago
Georg Hopp 1dd874a99b optimized session handling. closes #41 12 years ago
Georg Hopp 00ce60fa03 use memSegment of when tree based optimizations where not used. That way all other features implemented here are still available 12 years ago
Georg Hopp 6bc2df8686 use dragonegg config 12 years ago
Georg Hopp d1ebca057b accept as much as possible and stop processing as soon as possible 12 years ago
Georg Hopp 3cb4fb8e22 fix return value...the situation should result in a connection close. 12 years ago
Georg Hopp 691673991c make write more fair...until now it was written as long a possible given no chance for reading anymore... 12 years ago
Georg Hopp 6969258705 fix the fix...with the last change taskrambler closes connections unexpectedly. Hopefully this fixes ssl handling. 12 years ago
Georg Hopp d1f4c39dcd and do the same when read 12 years ago
Georg Hopp 2429393218 improved ssl write error handling...this hopefully fixes occasionally crashes when using ssl 12 years ago
Georg Hopp 3455ad7522 fix use of uninitialized value 12 years ago
Georg Hopp 1897c81955 fix remove of user. As email is in that case a part of credential it must be set to NULL before delete. 12 years ago
Georg Hopp 815f42e174 add facility to de/activate tree base memory optimizations 12 years ago
Georg Hopp 52f6fbc52a logout no longer tries to stop the session. Now simply the user is removed. 12 years ago
Georg Hopp 8a7cada52c call to ldap_unbind is necessary to free memory even when ldap_bind failed. 12 years ago
Georg Hopp 7c044e0718 there is no session_update method anymore...this will be done in session_get at least at the moment 12 years ago
Georg Hopp 93e1d2a167 some changes on session handlings. 12 years ago
Georg Hopp 9e1ab77959 create a real new user object when the fetch fails. 12 years ago
Georg Hopp 21d0960400 to stop a session is as simple as setting their livetime to 0. On the next request this session will be removed. 12 years ago
Georg Hopp 72d58c58d5 As gdbm_fetch changes the key I copy it before I try to get data with it. 12 years ago
Georg Hopp c428c80768 add forgotten version response. 12 years ago
Georg Hopp 5197b8d216 move session handling from adapter into application and some more stuff of the version thing...when the version thing works I will add the session livetime to every page. 12 years ago
Georg Hopp 711dc28fc5 show taskrambler version in Frontend 12 years ago
Georg Hopp cb5c42f7bc get server name from config.h 12 years ago
Georg Hopp 3c132acc64 signup works...only logout has to be added then the new version is complete. refs #36 12 years ago
Georg Hopp 636e495d2e fix wrong handling of session queue and thus the memory leak. 12 years ago
Georg Hopp 8d7ed2cdaa 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 12 years ago
Georg Hopp f1a1399db7 now signup and login with storage of a hashed password works. 12 years ago