2014-03-26 |
Andre Heinecke |
Remove leftover incrementation of i from former loop style. Fixes a crash when adding only one
|
2014-03-26 |
Andre Heinecke |
Minor style fix
|
2014-03-26 |
Andre Heinecke |
Add removal of certificates
|
2014-03-26 |
Andre Heinecke |
Fix check for selected items and wait for bytes written.
|
2014-03-27 |
Raimund Renkert |
Refactored the list update dialog. Now it looks a bit more like the mainwindow.
|
2014-03-27 |
Raimund Renkert |
Added menu entry to show the status dialog.
|
2014-03-27 |
Raimund Renkert |
Added new status dialog.
|
2014-03-27 |
Raimund Renkert |
Some mainwindow layout improvements and new icons for certificate list.
|
2014-03-27 |
Raimund Renkert |
Added new images and icons.
|
2014-03-26 |
Andre Heinecke |
Add the logo.png as a resource
|
2014-03-26 |
Raimund Renkert |
merged.
|
2014-03-26 |
Raimund Renkert |
Dummy logo for mainwindow header.
|
2014-03-26 |
Raimund Renkert |
Added header for mainwindow.
|
2014-03-26 |
Andre Heinecke |
Avoid printing an error when an empty certificate ist constructed
|
2014-03-26 |
Andre Heinecke |
Reinitialize certificatelist when readFile is called
|
2014-03-26 |
Andre Heinecke |
Fix testing for handling garbage input and generate the data ad hoc.
|
2014-03-26 |
Raimund Renkert |
merged.
|
2014-03-26 |
Raimund Renkert |
Show the about dialog.
|
2014-03-26 |
Raimund Renkert |
Added about dialog.
|
2014-03-26 |
Sascha Wilde |
Merged
|
2014-03-26 |
Sascha Wilde |
Search for thunderbird profiles, too.
|
2014-03-26 |
Sascha Wilde |
cinst/mozilla really wants C99.
|
2014-03-26 |
Sascha Wilde |
Ignore parent ("..") on directory scan.
|
2014-03-26 |
Sascha Wilde |
Use %APPDATA% as config bse dir on windows. Much simpler.
|
2014-03-26 |
Raimund Renkert |
merged.
|
2014-03-26 |
Raimund Renkert |
Added some content and a close button to the help dialog.
|
2014-03-26 |
Raimund Renkert |
Show the help dialog.
|
2014-03-26 |
Raimund Renkert |
Added stub for help dialog.
|
2014-03-26 |
Raimund Renkert |
Show certificates in the list view and details in the textfield.
|
2014-03-26 |
Raimund Renkert |
merged.
|
2014-03-26 |
Raimund Renkert |
Create the mainwindow content.
|
2014-03-26 |
Andre Heinecke |
Get subject from the certificate and parse it's attributes
|
2014-03-25 |
Andre Heinecke |
Try to handle crypt32 errors. Print the error code as fallback
|
2014-03-25 |
Andre Heinecke |
Add C linkage for strhelp. Check for data in commontest.
|
2014-03-25 |
Andre Heinecke |
Fix str_base64_decode
|
2014-03-25 |
Andre Heinecke |
Add test for str_base64_decode as i suspect it to have a bug
|
2014-03-25 |
Sascha Wilde |
Merged
|
2014-03-25 |
Sascha Wilde |
Implemented detection profile paths for Windows Vista/7.
|
2014-03-25 |
Bernhard Reiter |
get_profile_dirs(): close filedescriptor again. (found by cppcheck)
|
2014-03-25 |
Bernhard Reiter |
Made macro MAX_FILESIZE saver with brackets. A perror debugging line.
|
2014-03-25 |
Sascha Wilde |
dirent d_type is not supported on Windows, so use new port_isdir().
|
2014-03-25 |
Sascha Wilde |
New portability function to test if a file is an directory.
|
2014-03-25 |
Sascha Wilde |
Added more debug output.
|
2014-03-25 |
Sascha Wilde |
Temporarily "fixed" compilation for windows.
|
2014-03-25 |
Sascha Wilde |
Implemented searching $HOME/.mozilla for profiles.ini on Linux.
|
2014-03-25 |
Sascha Wilde |
Added include file with debugging macros.
|
2014-03-25 |
Sascha Wilde |
Fixed RELEASE_BUILD define.
|
2014-03-25 |
Sascha Wilde |
Windows implementation of port_dirname: strip trailing '/' and '\'.
|
2014-03-25 |
Sascha Wilde |
Windows implementation of port_realpath: NULL if file does not exist.
|
2014-03-25 |
Sascha Wilde |
Added simple portable function to test if an file exists.
|
2014-03-25 |
Sascha Wilde |
Removed spurious duplication.
|
2014-03-25 |
Sascha Wilde |
Merged
|
2014-03-25 |
Sascha Wilde |
Implemented port_realpath for windows.
|
2014-03-25 |
Sascha Wilde |
Implemented port_dirname for windows.
|
2014-03-25 |
Andre Heinecke |
Change coding style for cinst main / windowsstore to GNU
|
2014-03-25 |
Andre Heinecke |
Fix build for windows with -Wunused -Werror
|
2014-03-25 |
Andre Heinecke |
Change install_certificates_win to generic write_stores_win
|
2014-03-25 |
Andre Heinecke |
Add memory allocating base64 decode function
|
2014-03-25 |
Andre Heinecke |
Rename NO_ERROR as NO_ERROR is already defined in windows.h
|
2014-03-25 |
Sascha Wilde |
Merged
|
2014-03-25 |
Sascha Wilde |
Use strtok instead of strsep for portability.
|
2014-03-25 |
Raimund Renkert |
merged.
|
2014-03-25 |
Raimund Renkert |
Added menubar/menu and method stubs to mainwindow.
|
2014-03-25 |
Raimund Renkert |
Added commandline arguemnt '--tray' to hide or show the mainwindow.
|
2014-03-25 |
Raimund Renkert |
Changed type of MainWindow from QDialog to QMainWindow.
|
2014-03-24 |
Andre Heinecke |
Include line endings in check
|
2014-03-24 |
Andre Heinecke |
Test if uninstall is handled as instruction
|
2014-03-24 |
Andre Heinecke |
Fix test for invalid instructions
|
2014-03-24 |
Andre Heinecke |
We decided to use bool. So let's use it.
|
2014-03-24 |
Andre Heinecke |
Add instruction verification and handle uninstall command in input
|
2014-03-24 |
Sascha Wilde |
Completed profile.ini parser.
|
2014-03-24 |
Sascha Wilde |
Added portable path name handling functions.
|
2014-03-24 |
Sascha Wilde |
Fixed mox error ranges -- return codes can only use 8 bit.
|
2014-03-24 |
Sascha Wilde |
Merged
|
2014-03-24 |
Sascha Wilde |
Make flawfinder (a bit more) happy.
|
2014-03-24 |
Raimund Renkert |
merged.
|
2014-03-24 |
Raimund Renkert |
Fixed QTest includes.
|
2014-03-24 |
Raimund Renkert |
Added Qt5Test include directory.
|
2014-03-24 |
Raimund Renkert |
Check for hiawatha executable before setting and testing downloader resources.
|
2014-03-24 |
Andre Heinecke |
Merged
|
2014-03-24 |
Andre Heinecke |
Factor out windows specific parts
|
2014-03-24 |
Sascha Wilde |
Replaced unnecessary strncmp with strcmp.
|
2014-03-24 |
Sascha Wilde |
str_trim: do nothing if *s is NULL.
|
2014-03-24 |
Sascha Wilde |
Added missing include.
|
2014-03-24 |
Sascha Wilde |
Added functrion to trim white space from string.
|
2014-03-24 |
Sascha Wilde |
Merged
|
2014-03-24 |
Sascha Wilde |
Added string comparison functions.
|
2014-03-24 |
Andre Heinecke |
Fix max line length documentation
|
2014-03-24 |
Andre Heinecke |
Print debug output also on success
|
2014-03-24 |
Andre Heinecke |
Supply the cinst process with checked items not with selected ones
|
2014-03-24 |
Andre Heinecke |
Set cinst process path to be the directory of the executable running
|
2014-03-24 |
Andre Heinecke |
Normalize input if neccessary
|
2014-03-24 |
Andre Heinecke |
Fix install_certificates_win.
|
2014-03-24 |
Andre Heinecke |
Add install targets
|
2014-03-24 |
Andre Heinecke |
Specified line length is 9999 and not 1000!
|
2014-03-24 |
Sascha Wilde |
Added missing stuff from last commit.
|
2014-03-22 |
Sascha Wilde |
Fix doxygen documentation.
|
2014-03-22 |
Sascha Wilde |
Removed trailing whitespace.
|
2014-03-22 |
Sascha Wilde |
First step of simple mozilla ini parser
|
2014-03-22 |
Sascha Wilde |
Fix doxygen documentation.
|
2014-03-21 |
Sascha Wilde |
Merged
|
2014-03-21 |
Sascha Wilde |
Refactoring: unified naming of string vector functions.
|
2014-03-21 |
Andre Heinecke |
Change garbage input to invalid input. Fix InvalidInstructions test.
|
2014-03-21 |
Sascha Wilde |
Merged
|
2014-03-21 |
Sascha Wilde |
Start over (only leave comments).
|
2014-03-21 |
Sascha Wilde |
Merged
|
2014-03-21 |
Sascha Wilde |
Merged
|
2014-03-21 |
Sascha Wilde |
fixed whitespace.
|
2014-03-21 |
Andre Heinecke |
Use m13_common library
|
2014-03-21 |
Andre Heinecke |
Syntax fix
|
2014-03-21 |
Andre Heinecke |
Allow developers to overwrite the hardcoded xkb-common libname
|
2014-03-21 |
Andre Heinecke |
Check for policy CMP0020 before setting it
|
2014-03-21 |
Andre Heinecke |
Remove duplicated findpolarssl in cinst. You need to run cmake from the toplevel
|
2014-03-21 |
Andre Heinecke |
Check for qt before including UI
|
2014-03-21 |
Andre Heinecke |
Use common as library
|
2014-03-21 |
Andre Heinecke |
Add static common library
|
2014-03-21 |
Andre Heinecke |
Make cinst cmakelist relative so it can be used standalone
|
2014-03-21 |
Andre Heinecke |
Add test for cinstprocess
|
2014-03-21 |
Andre Heinecke |
Add specification and some cleanups
|
2014-03-21 |
Andre Heinecke |
Add some error handling. Change process path for testing
|
2014-03-21 |
Andre Heinecke |
Correctly split between certificates to install and to remove
|
2014-03-21 |
Andre Heinecke |
Remove verbose debug output
|
2014-03-21 |
Andre Heinecke |
Add check for default ctor of Certificate. Fix return value of empty file
|
2014-03-21 |
Andre Heinecke |
Do not save the x509 cert as a member variable
|
2014-03-21 |
Andre Heinecke |
Check parameters in verify list
|
2014-03-21 |
Andre Heinecke |
Fix memleak in case of invalid signature
|
2014-03-21 |
Andre Heinecke |
Also add output size handling to str_append_str
|
2014-03-21 |
Andre Heinecke |
Check parameters in readInput
|
2014-03-20 |
Andre Heinecke |
Do not leak a byte if the file is empty
|
2014-03-20 |
Andre Heinecke |
Fix extended list test. Add Benchmarking again
|
2014-03-20 |
Andre Heinecke |
Expand test to cover more functionality from certificate and certificatelist
|
2014-03-20 |
Andre Heinecke |
Check input parameters
|
2014-03-20 |
Andre Heinecke |
Add basic interaction with another process
|
2014-03-20 |
Andre Heinecke |
Keep raw data around to later pass it to the installer
|
2014-03-20 |
Andre Heinecke |
Expand certificate class to make raw data accessible
|
2014-03-19 |
Andre Heinecke |
Polarssl based certificate handling
|
2014-03-19 |
Andre Heinecke |
Remove platform specific certificate immplementations.
|
2014-03-19 |
Andre Heinecke |
Add some UI in listupdatedialog
|
2014-03-19 |
Andre Heinecke |
Add accessors to certificate's in certificatelist
|
2014-03-19 |
Andre Heinecke |
Constify
|
2014-03-19 |
Andre Heinecke |
Fix Brace escaping in sed command
|
2014-03-19 |
Andre Heinecke |
Remove QTextStream usage. The QTextStream usage in this way
|
2014-03-19 |
Andre Heinecke |
Add profiling options for all C/CXX code if requested
|
2014-03-19 |
Andre Heinecke |
Add cmake policy for adding qtmain on Windows
|
2014-03-19 |
Andre Heinecke |
Also check that the system tray supports messages
|
2014-03-19 |
Andre Heinecke |
Add some testing hacks for interactive testing
|
2014-03-19 |
Andre Heinecke |
Add certificatelist to install as member. Look for updates on startup
|
2014-03-19 |
Andre Heinecke |
Add default constructor to certificatelist. Remove Q_OBJECT use
|
2014-03-19 |
Andre Heinecke |
Updated build notes
|
2014-03-18 |
Andre Heinecke |
Add certificate installation for windows
|
2014-03-18 |
Andre Heinecke |
Update notes in build.sh script
|
2014-03-18 |
Bernhard Reiter |
Tiny improvement: free resources first that you have aquired last. Added TODO for better error reporting.
|
2014-03-18 |
Andre Heinecke |
Comment out validate instructions for now to avoid unused warnings
|
2014-03-18 |
Andre Heinecke |
Improve error handling free memory before exiting. Include line endings in Marker lines
|
2014-03-18 |
Andre Heinecke |
Use correct remaining size for strncpy
|
2014-03-18 |
Andre Heinecke |
Readd cppcheck to static_check dependencies
|
2014-03-18 |
Bernhard Reiter |
Fix check for malloc result, found by cppcheck.
|
2014-03-18 |
Andre Heinecke |
Use strn functions and improve error handling.
|
2014-03-18 |
Andre Heinecke |
Start work on cinst. Strhelp new helpers to work with C String
|
2014-03-18 |
Andre Heinecke |
Set -g for debug builds
|
2014-03-18 |
Andre Heinecke |
Include POLARSSL_INCLUDE_DIR in ui too
|
2014-03-18 |
Bernhard Reiter |
build.sh: added hint that requirements must be installed before building.
|
2014-03-17 |
Andre Heinecke |
Add test for software download
|
2014-03-17 |
Andre Heinecke |
Split out Header parsing into it's own function
|
2014-03-17 |
Andre Heinecke |
Remove verbose debug output
|
2014-03-17 |
Andre Heinecke |
Add test for another certificate
|
2014-03-17 |
Andre Heinecke |
Add macro for common signal setup tasks
|
2014-03-17 |
Andre Heinecke |
Rename random files to garbage to clarify what they contain
|
2014-03-17 |
Andre Heinecke |
Add an RSA key for testing
|
2014-03-17 |
Andre Heinecke |
Add test for no connection handling
|
2014-03-17 |
Andre Heinecke |
Verify that the downloaded file matches the served one
|
2014-03-17 |
Andre Heinecke |
Reset connection before the next request.
|
2014-03-14 |
Andre Heinecke |
Move SSLConnection into it's own class
|
2014-03-14 |
Andre Heinecke |
Commit first scratch of mozilla installer
|
2014-03-14 |
Andre Heinecke |
Add Downloadertest
|
2014-03-14 |
Andre Heinecke |
Some more tests and some more test data
|
2014-03-14 |
Andre Heinecke |
Treat every polarssl error as invalid signature
|
2014-03-14 |
Andre Heinecke |
Clean up debug output / functions
|
2014-03-14 |
Andre Heinecke |
Minor: Whitespace change
|
2014-03-14 |
Andre Heinecke |
Fix resource leak when file too large
|
2014-03-14 |
Andre Heinecke |
Build System maintainance. Correct integration of Polarssl.
|
2014-03-14 |
Andre Heinecke |
Add findPolarssl
|
2014-03-14 |
Andre Heinecke |
Add note about connection resets
|
2014-03-14 |
Andre Heinecke |
Check for polarssl. Add release option to build with other certificates
|
2014-03-14 |
Andre Heinecke |
Add CMakeLists in UI
|
2014-03-12 |
Andre Heinecke |
Downloader logic
|
2014-03-13 |
Andre Heinecke |
Implement signature verification wiht polarssl
|
2014-03-13 |
Andre Heinecke |
Also break the signature with carriage return
|
2014-03-13 |
Andre Heinecke |
Change to \r\n Line Endings
|
2014-03-13 |
Andre Heinecke |
Add public key parsing
|
2014-03-12 |
Andre Heinecke |
Start on polarssl Downloader.
|
2014-03-11 |
Andre Heinecke |
Move layout around. Restructure CMakeLists
|
2014-03-10 |
Andre Heinecke |
Move certificatelist to common. Add cinst directory
|
2014-02-21 |
Andre Heinecke |
Add documentation generation
|
2014-02-20 |
Andre Heinecke |
Wrap HINTERNET handles in a class to take advantage of scoping
|
2014-02-20 |
Andre Heinecke |
Move listutil again
|
2014-02-20 |
Andre Heinecke |
Add certificate class and use it
|
2014-02-20 |
Andre Heinecke |
Mark usage of goto with TODOs to remove them
|
2014-02-20 |
Andre Heinecke |
Add timed trigger for the message
|
2014-02-19 |
Andre Heinecke |
Move listuitol and add cert pinning with a test certificate
|
2014-02-19 |
Andre Heinecke |
Read out content-length and use this to skip existing files
|
2014-02-19 |
Andre Heinecke |
Use QSettings and manage downloader from mainwindow.
|
2014-02-19 |
Andre Heinecke |
Implement more downloader functionality for Windows
|
2014-02-19 |
Andre Heinecke |
Change Unknown state to UnknownValidity to avoid name clashes
|
2014-02-19 |
Andre Heinecke |
Also add Wall to GUI components. Link with crypto32 on windows
|
2014-02-14 |
Andre Heinecke |
Fix constructor usage. Too much Java.
|
2014-02-14 |
Andre Heinecke |
Split up downloader component and further implement it
|
2014-02-13 |
Andre Heinecke |
Start on Downloader component
|
2014-02-12 |
Andre Heinecke |
Actually parse all elements in the list
|
2014-02-12 |
Andre Heinecke |
Add some notes about testfile creation
|
2014-02-12 |
Andre Heinecke |
Add unit tests make CertificateList work.
|
2014-02-11 |
Andre Heinecke |
Add a test list
|
2014-02-11 |
Andre Heinecke |
Add rsa 3072 keypair for testing
|
2014-02-11 |
Andre Heinecke |
Start implementation of certificatelist parser
|
2014-02-10 |
Andre Heinecke |
Add personal build script
|
2014-02-10 |
Andre Heinecke |
Add quit action
|
2014-02-10 |
Andre Heinecke |
Build infrastructure
|
2014-02-07 |
Andre Heinecke |
Initial commit. Basically a Hello World with a Tray Icon.
|