log

age author description
Tue, 18 Mar 2014 18:28:15 +0000 Andre Heinecke Add certificate installation for windows
Tue, 18 Mar 2014 18:26:14 +0000 Andre Heinecke Update notes in build.sh script
Tue, 18 Mar 2014 16:37:40 +0100 Bernhard Reiter Tiny improvement: free resources first that you have aquired last. Added TODO for better error reporting.
Tue, 18 Mar 2014 14:23:30 +0000 Andre Heinecke Comment out validate instructions for now to avoid unused warnings
Tue, 18 Mar 2014 14:14:15 +0000 Andre Heinecke Improve error handling free memory before exiting. Include line endings in Marker lines
Tue, 18 Mar 2014 14:11:34 +0000 Andre Heinecke Use correct remaining size for strncpy
Tue, 18 Mar 2014 14:07:03 +0000 Andre Heinecke Readd cppcheck to static_check dependencies
Tue, 18 Mar 2014 14:05:17 +0100 Bernhard Reiter Fix check for malloc result, found by cppcheck.
Tue, 18 Mar 2014 11:28:02 +0000 Andre Heinecke Use strn functions and improve error handling.
Tue, 18 Mar 2014 10:04:30 +0000 Andre Heinecke Start work on cinst. Strhelp new helpers to work with C String
Tue, 18 Mar 2014 10:03:34 +0000 Andre Heinecke Set -g for debug builds
Tue, 18 Mar 2014 10:03:03 +0000 Andre Heinecke Include POLARSSL_INCLUDE_DIR in ui too
Tue, 18 Mar 2014 09:38:43 +0100 Bernhard Reiter build.sh: added hint that requirements must be installed before building.
Mon, 17 Mar 2014 14:48:20 +0000 Andre Heinecke Add test for software download
Mon, 17 Mar 2014 14:48:05 +0000 Andre Heinecke Split out Header parsing into it's own function
Mon, 17 Mar 2014 14:47:18 +0000 Andre Heinecke Remove verbose debug output
Mon, 17 Mar 2014 11:38:42 +0000 Andre Heinecke Add test for another certificate
Mon, 17 Mar 2014 11:38:13 +0000 Andre Heinecke Add macro for common signal setup tasks
Mon, 17 Mar 2014 11:36:42 +0000 Andre Heinecke Rename random files to garbage to clarify what they contain
Mon, 17 Mar 2014 11:26:23 +0000 Andre Heinecke Add an RSA key for testing
Mon, 17 Mar 2014 11:20:37 +0000 Andre Heinecke Add test for no connection handling
Mon, 17 Mar 2014 11:03:17 +0000 Andre Heinecke Verify that the downloaded file matches the served one
Mon, 17 Mar 2014 10:51:47 +0000 Andre Heinecke Reset connection before the next request.
Fri, 14 Mar 2014 16:40:53 +0000 Andre Heinecke Move SSLConnection into it's own class
Fri, 14 Mar 2014 16:06:40 +0000 Andre Heinecke Commit first scratch of mozilla installer
Fri, 14 Mar 2014 15:25:47 +0000 Andre Heinecke Add Downloadertest
Fri, 14 Mar 2014 09:48:56 +0000 Andre Heinecke Some more tests and some more test data
Fri, 14 Mar 2014 09:48:02 +0000 Andre Heinecke Treat every polarssl error as invalid signature
Fri, 14 Mar 2014 09:47:42 +0000 Andre Heinecke Clean up debug output / functions
Fri, 14 Mar 2014 09:05:23 +0000 Andre Heinecke Minor: Whitespace change
Fri, 14 Mar 2014 09:05:11 +0000 Andre Heinecke Fix resource leak when file too large
Fri, 14 Mar 2014 09:01:19 +0000 Andre Heinecke Build System maintainance. Correct integration of Polarssl.
Fri, 14 Mar 2014 08:59:06 +0100 Andre Heinecke Add findPolarssl
Fri, 14 Mar 2014 08:58:46 +0100 Andre Heinecke Add note about connection resets
Fri, 14 Mar 2014 08:58:18 +0100 Andre Heinecke Check for polarssl. Add release option to build with other certificates
Fri, 14 Mar 2014 08:57:51 +0100 Andre Heinecke Add CMakeLists in UI
Wed, 12 Mar 2014 21:26:07 +0100 Andre Heinecke Downloader logic
Thu, 13 Mar 2014 18:12:16 +0000 Andre Heinecke Implement signature verification wiht polarssl
Thu, 13 Mar 2014 17:26:33 +0000 Andre Heinecke Also break the signature with carriage return
Thu, 13 Mar 2014 15:38:28 +0000 Andre Heinecke Change to \r\n Line Endings
Thu, 13 Mar 2014 12:01:33 +0000 Andre Heinecke Add public key parsing
Wed, 12 Mar 2014 16:15:52 +0100 Andre Heinecke Start on polarssl Downloader.
Tue, 11 Mar 2014 19:00:35 +0100 Andre Heinecke Move layout around. Restructure CMakeLists
Mon, 10 Mar 2014 14:15:15 +0000 Andre Heinecke Move certificatelist to common. Add cinst directory
Fri, 21 Feb 2014 15:12:24 +0000 Andre Heinecke Add documentation generation
Thu, 20 Feb 2014 15:44:40 +0000 Andre Heinecke Wrap HINTERNET handles in a class to take advantage of scoping
Thu, 20 Feb 2014 15:44:09 +0000 Andre Heinecke Move listutil again
Thu, 20 Feb 2014 10:58:28 +0000 Andre Heinecke Add certificate class and use it
Thu, 20 Feb 2014 10:57:20 +0000 Andre Heinecke Mark usage of goto with TODOs to remove them
Thu, 20 Feb 2014 10:56:49 +0000 Andre Heinecke Add timed trigger for the message
Wed, 19 Feb 2014 15:41:14 +0000 Andre Heinecke Move listuitol and add cert pinning with a test certificate
Wed, 19 Feb 2014 14:22:26 +0000 Andre Heinecke Read out content-length and use this to skip existing files
Wed, 19 Feb 2014 10:45:29 +0000 Andre Heinecke Use QSettings and manage downloader from mainwindow.
Wed, 19 Feb 2014 10:45:06 +0000 Andre Heinecke Implement more downloader functionality for Windows
Wed, 19 Feb 2014 10:44:40 +0000 Andre Heinecke Change Unknown state to UnknownValidity to avoid name clashes
Wed, 19 Feb 2014 10:44:09 +0000 Andre Heinecke Also add Wall to GUI components. Link with crypto32 on windows
Fri, 14 Feb 2014 11:30:55 +0000 Andre Heinecke Fix constructor usage. Too much Java.
Fri, 14 Feb 2014 11:20:15 +0000 Andre Heinecke Split up downloader component and further implement it
Thu, 13 Feb 2014 14:43:15 +0000 Andre Heinecke Start on Downloader component
Wed, 12 Feb 2014 18:45:13 +0000 Andre Heinecke Actually parse all elements in the list

http://wald.intevation.org/projects/trustbridge/