graph
- Add empty nss testdb2014-04-03, by Andre Heinecke
- Fix misplaced endif2014-04-02, by Andre Heinecke
- Adapt remaining cinstprocesstest to new arg pattern2014-04-02, by Andre Heinecke
- Return 0 for linux uninstall for now even if it does nothing2014-04-02, by Andre Heinecke
- Fix test no list2014-04-02, by Andre Heinecke
- Fix cinstprocesstest testValid with usage of arguments2014-04-02, by Andre Heinecke
- Prepare cinstprocesstest to be executed on Windows2014-04-02, by Andre Heinecke
- Depend on cinst target for cinsttest2014-04-02, by Andre Heinecke
- Do not cut off the last character of the line. (next-cur does not include \n)2014-04-02, by Andre Heinecke
- Trim instruction lines to avoid line ending trouble2014-04-02, by Andre Heinecke
- Move ifdef for write_stores_win call lower so that do_uninstall is no longer unused on linux2014-04-02, by Andre Heinecke
- Change cinst from stdin input to use arguments.2014-04-02, by Andre Heinecke
- Ensure that the utf8 string is always 0 terminated.2014-04-02, by Andre Heinecke
- Add OutputDebugString macro2014-04-02, by Andre Heinecke
- Add helper function to get all certificates in a list2014-04-02, by Andre Heinecke
- Fix call to windows process.2014-04-02, by Andre Heinecke
- Added missing line breaks in debug output.2014-04-02, by Sascha Wilde
- Show which store is listed in debug certificate listings.2014-04-02, by Sascha Wilde
- Merged2014-04-02, by Sascha Wilde
- Fixed and optimized production build.2014-04-02, by Sascha Wilde
- Fixed white space.2014-04-02, by Sascha Wilde
- Factor out the iteration over profiles and certs.2014-04-02, by Sascha Wilde
- Ditched warning about no profiles for separate failed add/remove warnings.2014-04-02, by Sascha Wilde
- Factor out functions for cert install/remove.2014-04-02, by Sascha Wilde
- Added missing function documentation.2014-04-02, by Sascha Wilde
- merged.2014-04-02, by Raimund Renkert
- Added a separator to certificate list to demonstrate how it works.2014-04-02, by Raimund Renkert
- Added new list item delegate for drawing a separator.2014-04-02, by Raimund Renkert
- Code style. Removed trailing line.2014-04-02, by Raimund Renkert
- Some GUI desing and layout changes.2014-04-02, by Raimund Renkert
- Merged2014-04-02, by Sascha Wilde
- Deletion of certificates implemented.2014-04-02, by Sascha Wilde
- Simplification, import DER cert directly to store.2014-04-01, by Sascha Wilde
- Use the certificate item delegate in the mainwind list view.2014-04-02, by Raimund Renkert
- Added delegate for certificate list items to render a custom ui.2014-04-02, by Raimund Renkert
- Added certificate status enum and register it as metatype.2014-04-02, by Raimund Renkert
- Merged2014-04-01, by Sascha Wilde
- Next baby step: we can import certificates!2014-04-01, by Sascha Wilde
- Use DWORD value directly to dertermine elevation2014-04-01, by Andre Heinecke
- New function to generate certificate name.2014-04-01, by Sascha Wilde
- Merged2014-04-01, by Sascha Wilde
- Added new module with helper functions to parse certs.2014-04-01, by Sascha Wilde
- Fixed numbering of errors.2014-04-01, by Sascha Wilde
- Use Installwrapper to call certificate installation process2014-04-01, by Andre Heinecke
- Add installwrapper class to handle process communication2014-04-01, by Andre Heinecke
- Expose the filename in certificatelist2014-04-01, by Andre Heinecke
- Include commmon in UI build to avoid having paths in include directives2014-04-01, by Andre Heinecke
- Use getLastErrorMsg from logging2014-04-01, by Andre Heinecke
- Add logging.h for some logging / debug functions2014-04-01, by Andre Heinecke
- Add utf16 conversion functions for Windows.2014-04-01, by Andre Heinecke
- Updated the mainwindow layout.2014-03-31, by Raimund Renkert
- Remove code duplication by unifying the certificatelist.2014-03-31, by Andre Heinecke
- Add accessor to check if the certificate should be installed2014-03-31, by Andre Heinecke
- Check for process elevation and write into system store accordingly2014-03-31, by Andre Heinecke
- Explicit tyoe cast to fix warning on 64bit Jessie.2014-03-29, by Sascha Wilde
- Error out, when base64 decode results in empty data.2014-03-28, by Sascha Wilde