advertise remotestorage-01 support
[krsd] / src / config.h
2013-06-17 ()advertise remotestorage-01 support
2013-06-16 ()added RS_AUTH_FILE_PATH constant instead of hardcoded...
2013-06-14 ()use "storage" as default --dir argument, also allow...
2013-06-14 ()auth token handling
2013-06-13 ()lots of stuff, some works - some not.
2013-06-08 ()removed lots of deprecated logging & config stuff
2013-06-06 ()temporary commit in case I mess something up
2013-06-04 ()implemented webfinger for --homes based on system users
2013-06-04 ()added --homes-min-uid option, removed --homes-group...
2013-06-04 ()prepared --homes and --homes-group options
2013-06-03 ()make event base known outside main.c
2013-06-03 ()added --pid-file and --stop options (tame those daemons!)
2013-06-02 ()added (incomplete) Trie implementation to store auth...
2013-06-02 ()started implementing CSRF protection
2013-06-02 ()started authorization UI, scope parsing, auth structure...
2013-06-02 ()added options --user, --uid/-u, --group and --gid/-g
2013-06-02 ()implemented --detach option
2013-06-02 ()documentation for config.h
2013-06-02 ()implemented --log-file option
2013-06-01 ()determine actual (ie chroot aware) storage root on...
2013-06-01 ()added chroot() support
2013-05-31 ()implemented PUT
2013-05-31 ()added "--root" option, moved option handling to config.c
2013-05-31 ()added --hostname option
2013-05-31 ()added option handling (and --port option)
2013-05-31 ()config:set port to 8181 again; leakcheck: also GET...
2013-05-31 ()fixed CORS header values
2013-05-31 ()implemented webfinger
2013-05-31 ()added CORS support
2013-05-31 ()simple authorization (with static token for now)
2013-05-31 ()prepared for webfinger impl.
2013-05-31 ()added mime magic support & content-length header for...
2013-05-31 ()implemented directory listings and simple file streaming
2013-05-31 ()moved variables to config.h, added license header to...