17 Commits (9c0d6b7d73635109f8d6cb84496abb02e35aa175)

Author SHA1 Message Date
Georg Hopp 3455ad7522 fix use of uninitialized value 13 years ago
Georg Hopp 8a7cada52c call to ldap_unbind is necessary to free memory even when ldap_bind failed. 13 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 13 years ago
Georg Hopp f1a1399db7 now signup and login with storage of a hashed password works. 13 years ago
Georg Hopp 06d8f88972 everything builds again 13 years ago
Georg Hopp 209530924b removed signup from auth adapter as signup is no auth at all. 13 years ago
Georg Hopp 70c5edfde9 put most of the parts for simple signup/login in place...not tested now as it is late. Hopefully tomorrow I find the time to setup a small testform and bring this whole thing finally to work. refs #36 13 years ago
Georg Hopp 42f7ad7400 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
Georg Hopp 9cd89f97cf now signup and login with storage of a hashed password works. 13 years ago
Georg Hopp 575f27dabc everything builds again 13 years ago
Georg Hopp 15710de355 removed signup from auth adapter as signup is no auth at all. 13 years ago
Georg Hopp 6139e8f03a put most of the parts for simple signup/login in place...not tested now as it is late. Hopefully tomorrow I find the time to setup a small testform and bring this whole thing finally to work. refs #36 13 years ago
Georg Hopp 7ebd5a6a00 add subdir-objects to each Makefile.am 13 years ago
Georg Hopp ac5b20e9ff as I currently have no idea whats the problem I first fixed all warnings...included the ldap warnings that where caused by the use of deprecated ldap_simple_bind_s and ldap_unbind_s. 13 years ago
Georg Hopp b832eea81c change build system to accept CFLAGS 13 years ago
Georg Hopp 62f9b52336 replace calloc auth/credentials.c with quick fit approach. 13 years ago
Georg Hopp 4ccc4b28ed replace calloc auth/ldap.c with quick fit approach. 13 years ago
Georg Hopp b1a7331a4a opps, remove archives from repo 14 years ago
Georg Hopp 7a717ad8f0 moved logger to separate archive 14 years ago
Georg Hopp f0d05e1413 huge changes in build system. Moved a lot of stuff to separate archives, not finished right now. Additionally add some support for coverage reports. Next step after build restructuring is to write tests. 14 years ago
Georg Hopp dd9d49d5a9 made all class and interface basics to a small lib. This is the first one. All other parts will become libs too. Right now these are only static libs but this way its easy to split them out if needed 14 years ago
Georg Hopp 61f8dc58e1 add latest stuff from parent project yabrog. Essentially some request variable handling and authentication interface with ldap implementation. Additionally add docBlocks to all C source and header files and make a real copyright sign from the (C). 14 years ago