Commits
v4.4.11
Name already in use
Commits on Oct 31, 2018
-
Ensure c++ support is always available
Recent mock packages don't install compilers anymore by default (?), so now we need to depend on it...
Wouter Verhelst committedOct 31, 2018
Commits on Sep 20, 2018
-
Merge remote-tracking branch 'origin/v4.4' into v4.4
Developer authored and Developer committedSep 20, 2018 -
Adjusted supported versions for the 4.4 branch
Developer authored and Developer committedSep 20, 2018
Commits on Sep 12, 2018
-
Now that Firefox ESR 60 has been released, most distributions have dropped ESR 52 for which the older XPC-based add-on was required. The sole exception to this rule is RHEL6. One might wonder whether it's worth keeping a package for a distribution that is that ancient; but since it costs us next to nogthing, might as well keep the XPC extension there. Everywhere else, drop it and switch to the webextension.
Wouter Verhelst committedSep 12, 2018
Commits on Aug 10, 2018
-
Claim version 4.4.6 for mac middleware release
Developer authored and Developer committedAug 10, 2018 -
Merge remote-tracking branch 'origin/master'
Developer authored and Developer committedAug 10, 2018 -
Developer authored and Developer committed
Aug 10, 2018 -
BEIDToken: remove certfile padding
Developer authored and Developer committedAug 10, 2018 -
BEIDToken: add non-rep certificate to the keystore
Developer authored and Developer committedAug 10, 2018 -
BEIDToken: check if keyTag value is in range
Developer authored and Developer committedAug 10, 2018 -
BEIDToken: when selecting key: Use the variable keyID in stead of fix…
…ed number
Developer authored and Developer committedAug 10, 2018
Commits on Aug 7, 2018
-
Don't forget to add this header, too
Wouter Verhelst committedAug 7, 2018
Commits on Aug 6, 2018
-
Merge branch 'master' of https://github.com/Fedict/eid-mw
Frederik authored and Frederik committedAug 6, 2018 -
Added German translations for WorkPermitConvertor
Frederik authored and Frederik committedAug 6, 2018
Commits on Aug 3, 2018
-
Added new/renamed header files to the Xcode project file
Developer authored and Developer committedAug 3, 2018 -
Add forward declaration to silence compiler warning
Wouter Verhelst committedAug 3, 2018 -
- Deduplicate the "log.h" filename, otherwise we can't correctly use it from some locations if we need to (this will break some builds...) - Add a function to get a configuration value from the config file when using C code - Add a function to figure out the current log level when using C code. This will probably break the Windows and OSX builds; build system updates will be necessary. With that, PKCS#11 logging will work under Linux, even when we didn't define _DEBUG or DEBUG.
Wouter Verhelst committedAug 3, 2018 -
For usage on platforms besides VS, lets define our own EIDMW_DEBUG
And for keping debug and release behaviour similar, lets not use different init values for the debug level (in case the debug config is missing)
Frederik authored and Frederik committedAug 3, 2018 -
Changed DEBUG by _DEBUG, which is used everywhere else in the code, a…
…nd set by VS by default for debug builds
Frederik authored and Frederik committedAug 3, 2018 -
We use DEBUG elsewhere, and _DEBUG here, for essentially the same thing. That makes no sense. Fix.
Wouter Verhelst committedAug 3, 2018
Commits on Aug 1, 2018
-
The condition ((a != x) || (a != y)) is always true (it can't be equal to two values at the same time). We actually meant to check if it is equal to either of them, rather than to be not equal to both. Coverity CID#191139
Wouter Verhelst committedAug 1, 2018
Commits on Jul 31, 2018
-
Developer authored and Developer committed
Jul 31, 2018 -
mac quick uninstall: copy the license files where productbuild can fi…
…nd them
Developer authored and Developer committedJul 31, 2018
Commits on Jul 30, 2018
-
Added a script to create a beid uninstaller installer (a beid uninsta…
…ller installer in order to have a signed wrapper around our uninstall script)
Developer authored and Developer committedJul 30, 2018 -
bugfixes in uninstaller pre-install script
Developer authored and Developer committedJul 30, 2018
Commits on Jul 26, 2018
-
created uninstall scripts for the beid software for macOS
Frederik authored and Frederik committedJul 26, 2018
Commits on Jul 24, 2018
-
Add libacsccid1 as alternative for libacr38u
Wouter Verhelst committedJul 24, 2018
Commits on Jul 20, 2018
-
macOS fix the file project targets
Developer authored and Developer committedJul 20, 2018 -
Developer authored and Developer committed
Jul 20, 2018 -
macOS: add the new conversion files to the project
Developer authored and Developer committedJul 20, 2018 -
Add new files to autoconf build system
Wouter Verhelst committedJul 20, 2018 -
add the new conversion workers files
Frederik authored and Frederik committedJul 20, 2018 -
add a comment and exclude check from windows build
Frederik authored and Frederik committedJul 20, 2018 -
Merge branch 'master' of https://github.com/Fedict/eid-mw
Frederik authored and Frederik committedJul 20, 2018 -
eIDViewer: added a memberoffamily and boolean convertor,
Frederik authored and Frederik committedJul 20, 2018