graph
- Added table item delegate for certificates.2014-04-10, by Raimund Renkert
- Enable autoremove again2014-04-10, by Andre Heinecke
- Add another hint for nss include lookup.2014-04-10, by Andre Heinecke
- Added file dialog to load a certificate list from file.2014-04-10, by Raimund Renkert
- Updated the table ui in administrator app.2014-04-10, by Raimund Renkert
- Fixed member variables in certificate table model.2014-04-10, by Raimund Renkert
- Added accessors for certificate details.2014-04-10, by Raimund Renkert
- Add first draft of packaging to build upon2014-04-09, by Andre Heinecke
- Fix ressource leak found by cppcheck2014-04-09, by Andre Heinecke
- Use certhelp for certificate parsing and add some dummy info2014-04-09, by Andre Heinecke
- Add some more oid's for data and enable c++ linkage2014-04-09, by Andre Heinecke
- merge2014-04-09, by Andre Heinecke
- Use a table view with the new certificate table model in administrator app.2014-04-09, by Raimund Renkert
- Added table model for certificates.2014-04-09, by Raimund Renkert
- Renamed management to administrator application.2014-04-09, by Raimund Renkert
- Do not exit on error2014-04-08, by Andre Heinecke
- Break long line of nsstest sources2014-04-08, by Andre Heinecke
- Fix NSS unit test for Windows and change how instructions are written2014-04-08, by Andre Heinecke
- Debugprintf with output debug string on windows.2014-04-08, by Andre Heinecke
- Build / dependency notes for nss2014-04-08, by Andre Heinecke
- Added a first version of the management application gui.2014-04-08, by Raimund Renkert
- Fix nsstest build for windows2014-04-07, by Andre Heinecke
- Remove obsolete ifdef against write_stores_win2014-04-07, by Andre Heinecke
- Add first compiling implementation of nssstore_win.c2014-04-07, by Andre Heinecke
- Made is_elevated portable.2014-04-07, by Sascha Wilde
- Typo in debug output.2014-04-07, by Sascha Wilde
- Move is_elevated into common/util.c file for better reuse2014-04-07, by Andre Heinecke
- Replaced snprintf and static buffers with xasprintf.2014-04-04, by Sascha Wilde
- Added terminateing version of asprintf.2014-04-04, by Sascha Wilde
- Fixed leak.2014-04-04, by Sascha Wilde
- Renamed exit code from return_code to exit_code.2014-04-04, by Sascha Wilde
- Merged2014-04-04, by Sascha Wilde
- Read from file instead of stdin, if given.2014-04-04, by Sascha Wilde
- Make buffer size for fakeHome environment variable dynamic.2014-04-04, by Andre Heinecke
- Temporary build fix for windows. Also Use putenv in test2014-04-04, by Andre Heinecke
- Removed accidental use of nss PORT_Free.2014-04-04, by Sascha Wilde
- Fixed windows build.2014-04-04, by Sascha Wilde
- Merged2014-04-04, by Sascha Wilde
- Add trust "Trusted CA to issue server certificates" to certs on install.2014-04-04, by Sascha Wilde
- Add NSS shared DB on Linux to stores operated on.2014-04-03, by Sascha Wilde
- Complete InstRemove NSS test2014-04-03, by Andre Heinecke
- Set the home directory to a temporary location to avoid writing into real nss stores2014-04-03, by Andre Heinecke
- Some minor cleanups. Better debug output more Verify's2014-04-03, by Andre Heinecke
- Add first nsstest.2014-04-03, by Andre Heinecke
- Add empty nss db's as resource2014-04-03, by Andre Heinecke
- Add nss store calling function and use it in cinst2014-04-03, by Andre Heinecke
- Add note about libnss in build deps2014-04-03, by Andre Heinecke
- 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