Demonstration release of the principles underpinning krsd.
[krsd] / src / config.c
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 Cathorstarted refactoring file attributes (content-type,...
2013-06-18 ()added SSL support
2013-06-18 ()added --experimental option. HEAD requests only work...
2013-06-18 ()Revert "removed currently disfunctional --detach option...
2013-06-17 ()added --auth-uri option. webfinger is disabled now...
2013-06-17 ()removed currently disfunctional --detach option from...
2013-06-17 ()set default port to 80, as documentation says.
2013-06-17 ()fixed --help output
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-13 ()lots of stuff, some works - some not.
2013-06-08 ()disabled debug output by default, added --debug option...
2013-06-08 ()fixed --help output for --pid-file
2013-06-08 ()fixed writing pid-file and --stop option
2013-06-08 ()removed lots of deprecated logging & config stuff
2013-06-06 ()temporary commit in case I mess something up
2013-06-04 ()added --homes-min-uid option, removed --homes-group...
2013-06-04 ()prepared --homes and --homes-group options
2013-06-03 ()added --pid-file and --stop options (tame those daemons!)
2013-06-02 ()added options --user, --uid/-u, --group and --gid/-g
2013-06-02 ()exit with non-zero status if -h or -v options are given
2013-06-02 ()implemented --detach option
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 ()proper cleanup.
2013-05-31 ()added "--root" option, moved option handling to config.c