log

age author description
2014-04-07 Andre Heinecke Add first compiling implementation of nssstore_win.c
2014-04-07 Sascha Wilde Made is_elevated portable.
2014-04-07 Sascha Wilde Typo in debug output.
2014-04-07 Andre Heinecke Move is_elevated into common/util.c file for better reuse
2014-04-04 Sascha Wilde Replaced snprintf and static buffers with xasprintf.
2014-04-04 Sascha Wilde Added terminateing version of asprintf.
2014-04-04 Sascha Wilde Fixed leak.
2014-04-04 Sascha Wilde Renamed exit code from return_code to exit_code.
2014-04-04 Sascha Wilde Merged
2014-04-04 Sascha Wilde Read from file instead of stdin, if given.
2014-04-04 Andre Heinecke Make buffer size for fakeHome environment variable dynamic.
2014-04-04 Andre Heinecke Temporary build fix for windows. Also Use putenv in test
2014-04-04 Sascha Wilde Removed accidental use of nss PORT_Free.
2014-04-04 Sascha Wilde Fixed windows build.
2014-04-04 Sascha Wilde Merged
2014-04-04 Sascha Wilde Add trust "Trusted CA to issue server certificates" to certs on install.
2014-04-03 Sascha Wilde Add NSS shared DB on Linux to stores operated on.
2014-04-03 Andre Heinecke Complete InstRemove NSS test
2014-04-03 Andre Heinecke Set the home directory to a temporary location to avoid writing into real nss stores
2014-04-03 Andre Heinecke Some minor cleanups. Better debug output more Verify's
2014-04-03 Andre Heinecke Add first nsstest.
2014-04-03 Andre Heinecke Add empty nss db's as resource
2014-04-03 Andre Heinecke Add nss store calling function and use it in cinst
2014-04-03 Andre Heinecke Add note about libnss in build deps
2014-04-03 Andre Heinecke Add empty nss testdb
2014-04-02 Andre Heinecke Fix misplaced endif
2014-04-02 Andre Heinecke Adapt remaining cinstprocesstest to new arg pattern
2014-04-02 Andre Heinecke Return 0 for linux uninstall for now even if it does nothing
2014-04-02 Andre Heinecke Fix test no list
2014-04-02 Andre Heinecke Fix cinstprocesstest testValid with usage of arguments
2014-04-02 Andre Heinecke Prepare cinstprocesstest to be executed on Windows
2014-04-02 Andre Heinecke Depend on cinst target for cinsttest
2014-04-02 Andre Heinecke Do not cut off the last character of the line. (next-cur does not include \n)
2014-04-02 Andre Heinecke Trim instruction lines to avoid line ending trouble
2014-04-02 Andre Heinecke Move ifdef for write_stores_win call lower so that do_uninstall is no longer unused on linux
2014-04-02 Andre Heinecke Change cinst from stdin input to use arguments.
2014-04-02 Andre Heinecke Ensure that the utf8 string is always 0 terminated.
2014-04-02 Andre Heinecke Add OutputDebugString macro
2014-04-02 Andre Heinecke Add helper function to get all certificates in a list
2014-04-02 Andre Heinecke Fix call to windows process.
2014-04-02 Sascha Wilde Added missing line breaks in debug output.
2014-04-02 Sascha Wilde Show which store is listed in debug certificate listings.
2014-04-02 Sascha Wilde Merged
2014-04-02 Sascha Wilde Fixed and optimized production build.
2014-04-02 Sascha Wilde Fixed white space.
2014-04-02 Sascha Wilde Factor out the iteration over profiles and certs.
2014-04-02 Sascha Wilde Ditched warning about no profiles for separate failed add/remove warnings.
2014-04-02 Sascha Wilde Factor out functions for cert install/remove.
2014-04-02 Sascha Wilde Added missing function documentation.
2014-04-02 Raimund Renkert merged.
2014-04-02 Raimund Renkert Added a separator to certificate list to demonstrate how it works.
2014-04-02 Raimund Renkert Added new list item delegate for drawing a separator.
2014-04-02 Raimund Renkert Code style. Removed trailing line.
2014-04-02 Raimund Renkert Some GUI desing and layout changes.
2014-04-02 Sascha Wilde Merged
2014-04-02 Sascha Wilde Deletion of certificates implemented.
2014-04-01 Sascha Wilde Simplification, import DER cert directly to store.
2014-04-02 Raimund Renkert Use the certificate item delegate in the mainwind list view.
2014-04-02 Raimund Renkert Added delegate for certificate list items to render a custom ui.
2014-04-02 Raimund Renkert Added certificate status enum and register it as metatype.
2014-04-01 Sascha Wilde Merged
2014-04-01 Sascha Wilde Next baby step: we can import certificates!
2014-04-01 Andre Heinecke Use DWORD value directly to dertermine elevation
2014-04-01 Sascha Wilde New function to generate certificate name.
2014-04-01 Sascha Wilde Merged
2014-04-01 Sascha Wilde Added new module with helper functions to parse certs.
2014-04-01 Sascha Wilde Fixed numbering of errors.
2014-04-01 Andre Heinecke Use Installwrapper to call certificate installation process
2014-04-01 Andre Heinecke Add installwrapper class to handle process communication
2014-04-01 Andre Heinecke Expose the filename in certificatelist
2014-04-01 Andre Heinecke Include commmon in UI build to avoid having paths in include directives
2014-04-01 Andre Heinecke Use getLastErrorMsg from logging
2014-04-01 Andre Heinecke Add logging.h for some logging / debug functions
2014-04-01 Andre Heinecke Add utf16 conversion functions for Windows.
2014-03-31 Raimund Renkert Updated the mainwindow layout.
2014-03-31 Andre Heinecke Remove code duplication by unifying the certificatelist.
2014-03-31 Andre Heinecke Add accessor to check if the certificate should be installed
2014-03-31 Andre Heinecke Check for process elevation and write into system store accordingly
2014-03-29 Sascha Wilde Explicit tyoe cast to fix warning on 64bit Jessie.
2014-03-28 Sascha Wilde Error out, when base64 decode results in empty data.
2014-03-28 Sascha Wilde Input parser works. Added debug output for collected cert data.
2014-03-28 Sascha Wilde Merged
2014-03-28 Sascha Wilde Added helper functions to handle lists of NSS SECItems.
2014-03-28 Sascha Wilde Added missing free().
2014-03-28 Andre Heinecke Fix downloadertest and factor out generating file input.
2014-03-28 Andre Heinecke Change the specification of str_b64_decode so that it matches the
2014-03-28 Andre Heinecke Specifiy unspecified behavior if there is an install and
2014-03-28 Andre Heinecke Properly test for invalid input
2014-03-28 Sascha Wilde Merged
2014-03-28 Sascha Wilde Started to write input parser.
2014-03-28 Andre Heinecke Add more realistic test data
2014-03-28 Andre Heinecke Add checks for invalid input
2014-03-28 Sascha Wilde Cleand up doku.
2014-03-28 Sascha Wilde Refactoring.
2014-03-28 Sascha Wilde Cleanup and documentation in debugging macros.
2014-03-28 Sascha Wilde Adjusted LINEBUFLEN.
2014-03-27 Sascha Wilde Moved debug prefix to macro and added component specific prefix.
2014-03-27 Sascha Wilde Fixed naming of debugging print macro.
2014-03-27 Sascha Wilde Make locale includes distinguishable from system includes.
2014-03-27 Sascha Wilde Merged
2014-03-27 Sascha Wilde Wrote FindNSS to build against nss without pkg-config support (Windows).
2014-03-27 Sascha Wilde NSS first Blood. Added code to list certs in found stores.
2014-03-27 Andre Heinecke Cleanup windowsstore.c
2014-03-27 Andre Heinecke Fix typo that happend in rebase conflict resolution
2014-03-26 Andre Heinecke Add test for windowsstores
2014-03-26 Andre Heinecke Add debug output and make windowsstore linkable from C++ code
2014-03-26 Andre Heinecke According to MSDN you Must also provide message encoding flag.
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.

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