krsd
2014-01-31 Rick van ReinDemonstration release of the principles underpinning... master
2013-12-01 Rick van ReinWorking remoteStorage daemon towards Kerberos authentic...
2013-09-27 Niklas Cathorupdate CHANGELOG
2013-09-27 Niklas Cathoradded missing If-Match handling to DELETE requests...
2013-09-27 Niklas Cathorstarted refactoring file attributes (content-type,...
2013-09-21 Niklas Cathorcorrectly return 404 when trying to DELETE a file that...
2013-09-21 Niklas Cathorauth db: set DB_INIT_MPOOL env flag
2013-09-09 Niklas Cathoradded note about auth backend server serving static...
2013-09-09 Niklas Cathorreduced line length of README
2013-09-09 Niklas Cathorignore auth/bindings/build/
2013-09-09 Niklas Cathorreturn success on logout, even if session token is...
2013-09-09 Niklas Cathorauth backend: print listening address when starting
2013-09-09 Niklas Cathorauth frontend: handle 'username' parameter to pre-fill...
2013-09-09 Niklas Cathorno more compiler warnings :)
2013-09-09 Niklas Cathorauthorizations: Use a DB environment instead of a singl...
2013-09-09 Niklas Cathorgitignore
2013-09-09 Niklas Cathoradded more logging to auth handler
2013-09-09 Niklas Cathorremoved all that login_token stuff.
2013-09-09 Niklas CathorMerge pull request #2 from peacekeeper/master
2013-09-02 Niklas Cathorauth frontend: handle request errors more gracefully
2013-09-02 Niklas Cathordisabled login token verification for now
2013-09-02 Niklas Cathorserve the auth frontend from the backend server as...
2013-09-01 Niklas Cathoradded node-unixlib as a submodule to get tweaked versio...
2013-09-01 Niklas Cathoradded package.json to make installing deps of auth...
2013-09-01 Niklas Cathorauth bindings: tried to work around C++ compiler issues
2013-09-01 Niklas Cathorauth bindings: added missing #include
2013-09-01 peacekeeperi had to apt-get these extra packages: libssl-dev libdb...
2013-08-31 Niklas Cathorupdated README with info about auth server
2013-08-31 Niklas Cathoradded authorization frontend app
2013-08-31 Niklas CathorMakefile: added headers as deps for some targets, added...
2013-08-31 Niklas Cathorauth backend: added logout
2013-08-31 Niklas Cathornodejs bindings: tweak root scope when adding an author...
2013-08-31 Niklas Cathorfixed add-token / list-token tools
2013-08-29 Niklas Cathornodejs auth backend server
2013-08-29 Niklas Cathornodejs bindings for auth
2013-08-29 Niklas Cathorprepared auth code for JS bindings
2013-08-09 Niklas Cathortools/list-tokens: added optional 'username' parameter...
2013-07-31 Niklas Cathorstarted unit test for auth backend
2013-07-31 Niklas Cathorauth.h: removed old function
2013-07-28 Niklas Cathorauth: removed deprecated code
2013-07-28 Niklas CathorRS_AUTH_FILE_PATH -> RS_AUTH_DB_PATH
2013-07-28 Niklas CathorFIXME note about invalid path cleaning
2013-07-28 Niklas Cathortweak
2013-07-28 Niklas Cathorfixed auth handler
2013-07-28 Niklas Cathorauth: fixed remove_authorization
2013-07-28 Niklas Cathorgitignore
2013-07-28 Niklas CathorMakefile: added 'lookup-token' tool to "install" target
2013-07-28 Niklas Cathoradded lookup-token tool for testing, ported most of...
2013-07-28 Niklas CathorMakefile:
2013-07-03 ()make GET and HEAD requests return 403 instead of 412...
2013-06-25 ()set Access-Control-Expose-Headers
2013-06-18 ()storage handler: return status code instead of calling...
2013-06-18 ()close() file after GET
2013-06-18 ()chown() file after checking that it was opened correctly
2013-06-18 ()null-terminate values retrieved via getxattr correctly
2013-06-18 ()set SSL dummy callbacks
2013-06-18 ()set a few more SSL settings (defaults don't seem to...
2013-06-18 ()argh! set RS_AUTH_FILE_PATH correctly again (we should...
2013-06-18 ()added SSL support
2013-06-18 ()only install /etc/default/rs-serve if it doesn't exist
2013-06-18 ()set correct RS_AUTH_FILE_PATH again
2013-06-18 ()Merge remote-tracking branch 'origin/master'
2013-06-18 ()added --experimental option. HEAD requests only work...
2013-06-18 ()added TODO for SSL support
2013-06-18 Michiel de... add -lpthread
2013-06-18 ()added a few TODOs
2013-06-18 ()version: 0.1
2013-06-18 ()implemented If-None-Match handling for GET / HEAD requests
2013-06-18 ()added "notes" target to Makefile, to print all TODO...
2013-06-18 ()--detach option works again (also removed some useless...
2013-06-18 ()Revert "removed currently disfunctional --detach option...
2013-06-18 ()chown() files and directories correctly after creation...
2013-06-17 ()added --auth-uri option. webfinger is disabled now...
2013-06-17 ()added *_config prototypes to config.h (used to be in...
2013-06-17 ()removed currently disfunctional --detach option from...
2013-06-17 ()set default port to 80, as documentation says.
2013-06-17 ()reorganized some code
2013-06-17 ()removed old file
2013-06-17 ()some more macros for readability
2013-06-17 ()README: added note about /public/
2013-06-17 ()mem.
2013-06-17 ()repaired file vs. directory handling (HEADs on director...
2013-06-17 ()fix HEAD requests
2013-06-17 ()lots of documentation.
2013-06-17 ()added webfinger handler to Makefile
2013-06-17 ()fixed --help output
2013-06-17 ()add cors headers everywhere
2013-06-17 ()a bit more tidy up in handle_storage() (this also fixes...
2013-06-17 ()general cleanup, clarify request lifecycle (pretty...
2013-06-17 ()a bit of cleanup, removed unnecessary double-buffering...
2013-06-17 ()advertise remotestorage-01 support
2013-06-17 ()improved JSON generator, added webfinger stuff
2013-06-17 ()PUT requests: added support for If-Match and If-None...
2013-06-17 ()separate assembling of directory listing and json writing
2013-06-17 ()minimalistic JSON generator
2013-06-17 ()more sane output of tools add-token & remove-token
2013-06-16 ()README: added "libattr" dependency
2013-06-16 ()perror -> log_error
2013-06-16 ()added missing license headers
2013-06-16 ()removed obsolete file (how did it get in here again?)
next