log

age author description
2014-04-10 Raimund Renkert Added accessors for certificate details.
2014-04-09 Andre Heinecke Add first draft of packaging to build upon
2014-04-09 Andre Heinecke Fix ressource leak found by cppcheck
2014-04-09 Andre Heinecke Use certhelp for certificate parsing and add some dummy info
2014-04-09 Andre Heinecke Add some more oid's for data and enable c++ linkage
2014-04-09 Andre Heinecke merge
2014-04-09 Raimund Renkert Use a table view with the new certificate table model in administrator app.
2014-04-09 Raimund Renkert Added table model for certificates.
2014-04-09 Raimund Renkert Renamed management to administrator application.
2014-04-08 Andre Heinecke Do not exit on error
2014-04-08 Andre Heinecke Break long line of nsstest sources
2014-04-08 Andre Heinecke Fix NSS unit test for Windows and change how instructions are written
2014-04-08 Andre Heinecke Debugprintf with output debug string on windows.
2014-04-08 Andre Heinecke Build / dependency notes for nss
2014-04-08 Raimund Renkert Added a first version of the management application gui.
2014-04-07 Andre Heinecke Fix nsstest build for windows
2014-04-07 Andre Heinecke Remove obsolete ifdef against write_stores_win
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.
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.

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