Georg Hopp
|
b305285b85
|
use new ipv6 support of trio
|
12 years ago |
Georg Hopp
|
6e080940fe
|
reflect makro name change in trio
|
12 years ago |
Georg Hopp
|
a3ddcebff9
|
last few fixes to make the new socket code work.
|
12 years ago |
Georg Hopp
|
8d41a5707b
|
compile with latest library versions, escpecialy the new socket code.
|
12 years ago |
Georg Hopp
|
a9b2338655
|
add session removal by ip
|
12 years ago |
Georg Hopp
|
cd02695058
|
add todo for session memory overflow
|
12 years ago |
Georg Hopp
|
97f0b7db8f
|
removed double delete
|
12 years ago |
Georg Hopp
|
cc03d4ef52
|
remove wrong delete. The get arguments will be deleted when the request is deleted.
|
12 years ago |
Georg Hopp
|
5849bb7274
|
utilize libtrdata
|
12 years ago |
Georg Hopp
|
151a4ebf00
|
now use libtrio for all io operations.
|
12 years ago |
Georg Hopp
|
527b9e2d38
|
move all hashing helper code in separate library
|
12 years ago |
Georg Hopp
|
1307358fbd
|
moved the class and memory management into a separate project libtrbase / prefix all of the public interface of libtrbase with TR_
|
12 years ago |
Georg Hopp
|
568a14b68e
|
daemonize again
|
12 years ago |
Georg Hopp
|
ae898e44df
|
prepare release 0.1.8
|
12 years ago |
Georg Hopp
|
75b3ca4a48
|
hopefully improve performance of gdbm...currently I think about replacing gdbm by tokyo cabinet
|
12 years ago |
Georg Hopp
|
e6dc20ca09
|
fix urldecode of post vars. I can't urldecode the whole body and then start splitting it into values because the urldecode can add reserved characters. I have to urldecode each value by it's own. TODO: check if the keys have to be urldecoded too.
|
12 years ago |
Georg Hopp
|
43072d0a56
|
urldecode post values
|
12 years ago |
Georg Hopp
|
365fdd7494
|
more valgrind indicated fixes
|
12 years ago |
Georg Hopp
|
7711950d94
|
reduce expire for assets to 12 hours...currently I expect changes even more often. At the end this is another condidate for the configuration file.
|
12 years ago |
Georg Hopp
|
126a8ca3e9
|
fixed various memory management issues detected with valgrind
|
12 years ago |
Georg Hopp
|
06c15c2b3c
|
basic user update functionality
|
12 years ago |
Georg Hopp
|
21475a8da2
|
create database files world read-/writable
|
12 years ago |
Georg Hopp
|
ed5dc629a2
|
add username to user class. This will contain the common name (cn) of an ldap authenticated user and the email address of an otherwise authenticated user. This is done to be able to have a good way to store an application user for ldap authenticated users.
|
12 years ago |
Georg Hopp
|
de714f8a19
|
use the new application container
|
12 years ago |
Georg Hopp
|
a8e31f8995
|
created an authentication container. This could initialize the needed authentications and then be injected as a single object into the application class
|
12 years ago |
Georg Hopp
|
0d6e5db80a
|
add function to create an object with a va_list pointer instead of its argument list. Obviously the va_list must contain the correct values for the class constructor.
|
12 years ago |
Georg Hopp
|
f95c7f2fae
|
display lines of code in page footer
|
12 years ago |
Georg Hopp
|
17d11ab2a8
|
remove no longer used application signup method
|
12 years ago |
Georg Hopp
|
45dc79e210
|
generalise user handling more so that not only signup and login is possible but also password or userdata changes and further administration.
|
12 years ago |
Georg Hopp
|
9b32da5e89
|
add storage delete functionality
|
12 years ago |
Georg Hopp
|
4036a80354
|
test code for zeroUuid on stack
|
12 years ago |
Georg Hopp
|
e78cd45748
|
add zero uuid instance
|
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
|
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 |