311 Commits (c67a6eb39daac781e3367b7ca1a1d910184af44f)
 

Author SHA1 Message Date
Georg Hopp c67a6eb39d remove unnecessary stuff in user declaration 12 years ago
Georg Hopp b39a53b1b9 some more stuff in rbac files...still nothing really useful, but finally I have more or less an idea how to implement it 12 years ago
Georg Hopp e78cd45748 add zero uuid instance 12 years ago
Georg Hopp e8b5d7d515 add makros to create an instance of a class on the stack (ment for global constant instances that never change, eg. defined NULL values) 12 years ago
Georg Hopp 080add7222 remove specialized load and save from user, add serializable and indexable interface and make user utilize both and store a user and its credentials keyed by its uuid 12 years ago
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 7efb964040 some more work on rbac 12 years ago
Georg Hopp f6a3eade38 remove old deactivated json request for logout 12 years ago
Georg Hopp b7d06edf30 start of an own uuid class. This will simply wrap existing code for random uuids and add code to generate uuid for namespace unique items. 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 b20f07df57 small change to rbac role ... this still is not really even started 12 years ago
Georg Hopp 89922151cc add note and thoughts about a distributed storage system 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 5d2103b41a add ebuild to install this on a gentoo 12 years ago
Georg Hopp 2850594afc add next download link 12 years ago
Georg Hopp c76692d424 changed installation notes. 12 years ago
Georg Hopp 03000af586 format Makefile nicer 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 748b2b3f24 fixes for make un/install 12 years ago
Georg Hopp 6d31498a60 fix tests makefile 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 dd9603dd1e change ignores again 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 34836f0431 EXTRA_DIST should not be dependent on the existence of doxygen 12 years ago
Georg Hopp 4cbafcbfb2 the config dir shouldn't be ignored anymore 12 years ago
Georg Hopp 61524cb166 add first skeletons for rbac objects 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 669c0a1680 let the documentation version be inserted by configure (on the documentation page) 12 years ago
Georg Hopp 07316ef7b2 created and used a more generalized httpResponseJson 12 years ago
Georg Hopp e59dc48fa9 remove no longer needed files 12 years ago
Georg Hopp 305d28ef73 more install and uninstall stuff 12 years ago
Georg Hopp 6899a0c11e updated changelog 12 years ago
Georg Hopp 777a311d26 add forgotten taskramble.conf.in 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 af8c4f14d8 add link to v0.1.6 download 12 years ago
Georg Hopp 40f1ac63fc update documentation 12 years ago