graph
- Merged2014-03-28, by Sascha Wilde
- Started to write input parser.2014-03-28, by Sascha Wilde
- Add more realistic test data2014-03-28, by Andre Heinecke
- Add checks for invalid input2014-03-28, by Andre Heinecke
- Cleand up doku.2014-03-28, by Sascha Wilde
- Refactoring.2014-03-28, by Sascha Wilde
- Cleanup and documentation in debugging macros.2014-03-28, by Sascha Wilde
- Adjusted LINEBUFLEN.2014-03-28, by Sascha Wilde
- Moved debug prefix to macro and added component specific prefix.2014-03-27, by Sascha Wilde
- Fixed naming of debugging print macro.2014-03-27, by Sascha Wilde
- Make locale includes distinguishable from system includes.2014-03-27, by Sascha Wilde
- Merged2014-03-27, by Sascha Wilde
- Wrote FindNSS to build against nss without pkg-config support (Windows).2014-03-27, by Sascha Wilde
- NSS first Blood. Added code to list certs in found stores.2014-03-27, by Sascha Wilde
- Cleanup windowsstore.c2014-03-27, by Andre Heinecke
- Fix typo that happend in rebase conflict resolution2014-03-27, by Andre Heinecke
- Add test for windowsstores2014-03-26, by Andre Heinecke
- Add debug output and make windowsstore linkable from C++ code2014-03-26, by Andre Heinecke
- According to MSDN you Must also provide message encoding flag.2014-03-26, by Andre Heinecke
- Remove leftover incrementation of i from former loop style. Fixes a crash when adding only one2014-03-26, by Andre Heinecke
- Minor style fix2014-03-26, by Andre Heinecke
- Add removal of certificates2014-03-26, by Andre Heinecke
- Fix check for selected items and wait for bytes written.2014-03-26, by Andre Heinecke
- Refactored the list update dialog. Now it looks a bit more like the mainwindow.2014-03-27, by Raimund Renkert
- Added menu entry to show the status dialog.2014-03-27, by Raimund Renkert
- Added new status dialog.2014-03-27, by Raimund Renkert
- Some mainwindow layout improvements and new icons for certificate list.2014-03-27, by Raimund Renkert
- Added new images and icons.2014-03-27, by Raimund Renkert
- Add the logo.png as a resource2014-03-26, by Andre Heinecke
- merged.2014-03-26, by Raimund Renkert
- Dummy logo for mainwindow header.2014-03-26, by Raimund Renkert
- Added header for mainwindow.2014-03-26, by Raimund Renkert
- Avoid printing an error when an empty certificate ist constructed2014-03-26, by Andre Heinecke
- Reinitialize certificatelist when readFile is called2014-03-26, by Andre Heinecke
- Fix testing for handling garbage input and generate the data ad hoc.2014-03-26, by Andre Heinecke
- merged.2014-03-26, by Raimund Renkert
- Show the about dialog.2014-03-26, by Raimund Renkert
- Added about dialog.2014-03-26, by Raimund Renkert
- Merged2014-03-26, by Sascha Wilde
- Search for thunderbird profiles, too.2014-03-26, by Sascha Wilde
- cinst/mozilla really wants C99.2014-03-26, by Sascha Wilde
- Ignore parent ("..") on directory scan.2014-03-26, by Sascha Wilde
- Use %APPDATA% as config bse dir on windows. Much simpler.2014-03-26, by Sascha Wilde
- merged.2014-03-26, by Raimund Renkert
- Added some content and a close button to the help dialog.2014-03-26, by Raimund Renkert
- Show the help dialog.2014-03-26, by Raimund Renkert
- Added stub for help dialog.2014-03-26, by Raimund Renkert
- Show certificates in the list view and details in the textfield.2014-03-26, by Raimund Renkert
- merged.2014-03-26, by Raimund Renkert
- Create the mainwindow content.2014-03-26, by Raimund Renkert
- Get subject from the certificate and parse it's attributes2014-03-26, by Andre Heinecke
- Try to handle crypt32 errors. Print the error code as fallback2014-03-25, by Andre Heinecke
- Add C linkage for strhelp. Check for data in commontest.2014-03-25, by Andre Heinecke
- Fix str_base64_decode2014-03-25, by Andre Heinecke
- Add test for str_base64_decode as i suspect it to have a bug2014-03-25, by Andre Heinecke
- Merged2014-03-25, by Sascha Wilde
- Implemented detection profile paths for Windows Vista/7.2014-03-25, by Sascha Wilde
- get_profile_dirs(): close filedescriptor again. (found by cppcheck)2014-03-25, by Bernhard Reiter
- Made macro MAX_FILESIZE saver with brackets. A perror debugging line.2014-03-25, by Bernhard Reiter
- dirent d_type is not supported on Windows, so use new port_isdir().2014-03-25, by Sascha Wilde