Page 8 of 8

Re: OsCam Changelots

Posted: 30 Jan 2025, 22:15
by Hannibal_Lecter
New Update: 30.01.2025
Changeset 11868 (3d1130be)

* Fix compiler hangs on Ubuntu as dir command can't be used there..

Thx @ohmza

Re: OsCam Changelots

Posted: 20 Feb 2025, 12:31
by Hannibal_Lecter
New Release

Changeset 11869
* New method to count CAK7 CWPK

Thx @ ohmza

Re: OsCam Changelots

Posted: 28 Feb 2025, 12:24
by Hannibal_Lecter
New Release
Changeset 11870
* Fix unable to compile oscam with OpenSSL on FreeBSD
* Fix unable to compile oscam with pcsc on FreeBSD
Thx @ ohmza

Re: OsCam Changelots

Posted: 04 Mar 2025, 13:34
by Hannibal_Lecter
New Release
Changeset 11871
* Fix macOS card overclocking

Thx @ohmza

Re: OsCam Changelots

Posted: 25 Mar 2025, 21:39
by Hannibal_Lecter
New Release
Changeset 11878
​thx tem_invictus


Resolve "Reduce CPU usage on using Newcamd"
* Fix build errors on EuroDes
* There is a performance issue of DES handling in Newcamd code.

1. While rightRot can be unrolled for tiny improvement, the leftRot implementation is a nightmare.
Instead of repeating rightRot 27 times, do it the proper way.

2. Also EuroDes is always called with the same desMode. As TestBit(desMode, F_TRIPLE_DES) always succeeds, drop Eurocrypt S2/M dead code.

thanks to lpm11

Co-authored-by: ohmza

Re: OsCam Changelots

Posted: 24 Apr 2025, 12:26
by Hannibal_Lecter
New Release
Changeset 11880

css: fix skin and add hover
* css: fix skin and add hover
* Scan USB: optimize css table
* Status: small visual adjustments
* Status, Reader, User, Cacheex, Services: add mouse over effect
(thx @ uf2k + @ Karl Dall)
Thanks WXbet


Quote
11879
-Fix spelling errors on Readers Write EMM page

Re: OsCam Changelots

Posted: 25 Apr 2025, 14:40
by Hannibal_Lecter
New Release
Changeset 11881
cmake: fix build with version 4.0.0

* update copyright year
* css fix white space and tab
thx @ heitbaum for cmake fix
Thx @ The Truth