Commit Graph

186 Commits

Author SHA1 Message Date
kakwa 1b70725d86 adding the configure.rst file in gitignore
it's generated at each doc build now, no need for a static file
2016-09-23 22:39:26 +02:00
kakwa 077c14398f make the generation of the parameters completely automatic
The code in build_param_table.py is modified to write directly
to a file, and this code is included in the conf.py file.
The static configure.rst file is removed
2016-09-23 22:35:34 +02:00
kakwa 8698856b5f version bump 2016-09-14 20:23:47 +02:00
kakwa 3461d11f94 Merge branch 'master' of https://github.com/kakwa/uts-server 2016-09-14 20:16:37 +02:00
kakwa dd543fb134 add changelog entries 2016-09-14 20:16:11 +02:00
kakwa c434ed4f38 exit at the first TS_RESP_CTX initialization fail 2016-09-14 20:15:18 +02:00
kakwa 3374a29d11 fix compilation error due to unspecified -std and missing -D and include 2016-09-14 20:08:21 +02:00
kakwa 930a6c069a version bump 2016-09-12 22:59:12 +02:00
kakwa 82aa9b530b cleaning README 2016-09-12 22:58:34 +02:00
kakwa 40b056f7f9 adding init script 2016-09-12 22:55:26 +02:00
kakwa 66c1fa9b7d adding systemd service and tmp file crap 2016-09-12 22:52:47 +02:00
kakwa e372e96b70 more secure cryptographic algorithm in example configuration 2016-09-12 22:43:00 +02:00
kakwa 34cdebfaa3 update the documentation 2016-09-12 22:25:29 +02:00
kakwa 060e7315d0 remove the awkward default_tsa parameter
default_tsa pointing to a specific tsa section doesn't make sense.
removing it.
2016-09-12 22:21:22 +02:00
kakwa 8cb54a47c2 version bump 2016-09-12 19:35:22 +02:00
kakwa 050e458b99 adding goodies documentation 2016-09-12 19:34:57 +02:00
kakwa f51c942f8e recover version directory from CMakeLists.txt
this avoid mistakes caused by double declaration of the version
in CMakeLists.txt and conf.py
2016-09-12 19:33:31 +02:00
kakwa a6d73bfd49 code cleaning an reorganization 2016-09-12 08:39:03 +02:00
kakwa f92cb7213e fix potential memleak + comments 2016-09-12 08:20:07 +02:00
kakwa 8579c06d00 version bump 2016-09-12 00:44:58 +02:00
kakwa 056eb5815d change the attributes of the test certificates (cosmetic only) 2016-09-12 00:41:34 +02:00
kakwa 7162b59690 adding test case for ssl setup 2016-09-11 23:59:52 +02:00
kakwa 1e8f0d7248 adding test configuration for ssl setup 2016-09-11 23:57:25 +02:00
kakwa 3080d00e45 fix relative path loading for https certificate/key/ca file 2016-09-11 23:55:38 +02:00
kakwa 502dd1d11f adding a changelog message 2016-09-11 22:11:21 +02:00
kakwa 32f60e7487 fix the order of some strings in some log messages 2016-09-11 22:09:39 +02:00
kakwa c68c9b85ad the max serial size is 160 bits, not 160 bytes... 2016-09-11 22:04:03 +02:00
kakwa 96587d3461 add many comments 2016-09-11 22:01:22 +02:00
kakwa 1d53fdeb90 Merge branch 'master' of https://github.com/kakwa/uts-server 2016-09-11 21:10:12 +02:00
kakwa 9babc43333 implement logging of startup civetweb error 2016-09-11 21:09:35 +02:00
Carpentier Pierre-Francois 6235d75174 Update README.rst 2016-09-11 20:46:38 +02:00
kakwa 34e6b70381 adding a 64px png version of the logo 2016-09-11 20:43:15 +02:00
Carpentier Pierre-Francois 22cfd6a320 Update README.rst 2016-09-11 20:41:53 +02:00
kakwa bac488ae30 adding error handling in case civetweb fails to start 2016-09-11 20:07:14 +02:00
kakwa 517535b920 adding a sleep 1 (waiting for the server to be up 2016-09-11 19:29:20 +02:00
kakwa ae1846988e more complete and accurate quick start guide 2016-09-11 19:24:27 +02:00
kakwa ef5f1b766e better links to external resources 2016-09-11 19:14:40 +02:00
kakwa c08b00d36b fix some typo in documenation 2016-09-11 19:08:51 +02:00
kakwa 0e006a0a61 http headers are case-insensitive replacing strcmp by strcasecmp 2016-09-11 18:27:51 +02:00
kakwa fa6f7b5f17 first batch of the rst documentation 2016-09-10 12:03:03 +02:00
kakwa 84b5d75c08 adding some resource files for the documenation 2016-09-10 11:19:14 +02:00
kakwa be1d0c1dd1 cosmetic changes 2016-09-10 03:30:09 +02:00
kakwa 990ee7e268 cosmetic change 2016-09-10 03:29:12 +02:00
kakwa 6c515c4d93 few cosmetic fixes in documentation 2016-09-10 03:27:41 +02:00
kakwa 4375280ce1 fixing some issues with the configuration table generator 2016-09-10 03:22:04 +02:00
kakwa 0278c1e65f fix tests 2016-09-10 03:14:02 +02:00
kakwa e6d637f7ea switching to rst
* rename README
* more cleaning in the configuration
* build real tables for configuration parameters
2016-09-10 03:10:21 +02:00
kakwa f09c4fc034 another reformatting of the default configuration file 2016-09-10 00:55:46 +02:00
kakwa 916d51e315 adding documentation for each conf file parameters 2016-09-10 00:55:19 +02:00
kakwa 39269e31bc reformat configuration file 2016-09-10 00:50:24 +02:00