Latest Oscam with emu.

mcgrey

Moderator
Staff member
Ofline
oscam-git11884-802

* remove SKY v13 CAID 09C4 since is History
 

Attachments

oscam-git11886-802

* Remove unnecessary Irdeto log message.
 

Attachments

oscam-git11887-802

Several bug fixes
* Display decrypted answer from Nagravision Merlin changerom_hangshake command.
* Add support nano 96/35 and nano 96/32 for Viaccess provider ID 030F00 ECM
 

Attachments

OSCam git11887 Linux x86_64 / RedNode Edition / Checksum / full CW on NDS / half CW non NDS e.a. patched
<<<w. revised patches>>>
6 Versions w./wo. SSL w./wo. Signing w./wo. PCSC etc.
Code:
Web interface support:                   yes
LiveLog support:                         yes
jQuery support intern:                   yes
Compressed pages:                        no
SSL support:                             no (yes // depends on version)
DVB API support:                         no
Anti-cascading support:                  yes
Debug mode:                              yes
Monitor:                                 no
Loadbalancing support:                   yes
Cache exchange support:                  yes
Cache exchange AIO support:              yes
CW Cycle Check support:                  yes
LCD support:                             no
LED support:                             no
Clockfix with realtime clock:            no
IPv6 support:                            no

Streamrelay:                             no

camd 3.3x:                               no
camd 3.5 UDP:                            yes
camd 3.5 TCP:                            yes
newcamd:                                 yes
CCcam:                                   yes
CCcam share:                             yes
gbox:                                    yes
radegast:                                no
scam:                                    yes
serial:                                  no
constant CW:                             yes
Pandora:                                 no
ghttp:                                   no

Reader support:                          yes

Nagra:                                   yes
Nagra Merlin:                            yes
Irdeto:                                  yes
Conax:                                   yes
Cryptoworks:                             yes
Seca:                                    yes
Viaccess:                                yes
NDS Videoguard:                          yes
DRE Crypt:                               yes
TONGFANG:                                yes
Bulcrypt:                                yes
Griffin:                                 yes
DGCrypt:                                 yes

cardreader_phoenix:                      no
cardreader_drecas:                       no
cardreader_internal_azbox:               no
cardreader_internal_coolapi:             no
cardreader_internal_coolapi2:            no
cardreader_internal_sci:                 no
cardreader_sc8in1:                       no
cardreader_mp35:                         no
cardreader_smargo:                       no
cardreader_pcsc:                         no
cardreader_smartreader:                  no
cardreader_db2com:                       no
cardreader_stapi:                        no
cardreader_stapi5:                       no
cardreader_stinger:                      no

DOWNLOAD
 
oscam-git11888-802

* Fix Vodafone D08 newest CAK7 card.
 

Attachments

oscam-git11889-802

* Fix Vodafone D08 new global EMM
 

Attachments

oscam-git11890-802

CAK7 updates
* Display correct tiers start date and tiers expire date for several CAK7 cards
* Use cleaner method to handle Vodafone D08 Global EMM.
 

Attachments

oscam-git11891-802

* Some DES functions on cscrypt/mdc2.c was double defined when oscam is compiled with OpenSSL. This commit will make sure that all DES functions on cscrypt/mdc2.c won't be double defined as those functions which already on OpenSSL.
 

Attachments

oscam-git11899-802

New method implemented for NDS tiers startdate and tiers expiredate (patch provided by @ohmza)
* All tiers startdate/expiredate basemonth and baseyear are now configurable separately via webif. This means that users can config tiers startdate basemonth and baseyear different from tiers expiredate basemonth and baseyear (Sky DE V15 card requires this as of March 2025).
* Tiers startdate basemonth and baseyear are not required to be configured if the card doesn't have tiers startdate data on card answer.
* From this revision onwards, we don't need to add any additional new NDS card ATR when new NDS card has emerged.
 

Attachments

oscam-git11901-802

signing: rework signature validation
* binary file lookup in PATH (for edge cases)
* show binary filename in oscam info and log
* fix potential memory leaks
* code rework and optimization
* handle OpenSSL 3.0+ deprecations
 

Attachments

oscam-git11903-802

* Fix build warnings on BananaPi (Co-author: @Karl Dall)
 

Attachments

Is version 11903-803 available that works on a VPS and is Ubuntu 20?
 
oscam-git11904-802

* Update Wiki URL to Gitlab
- automatic linking now points to Gitlab Wiki)
 

Attachments

oscam-git11905-802

Resolve "Loadbalancer - fallback adjustment"
* Allow lb_nfb_readers to be set to zero (previously minimum was 1). This means you can configure the system to have no fallback readers if desired.
* If only one reader matches and double_check is enabled (and the CAID matches), the patch forces a fallback check by setting force_reopen = 1.
 

Attachments

oscam-git11907-802

dvbapi: add support for more net send clients

* connections established with client_proto_version = 3 and extended_cw_api >= 1 can now also process CW_ALGO_CSA_ALT independently
* proper handling of dvbapi_ioctl commands in this case
* fix rerouting of msgid back to client
* support each videoguard caid
* make sure ecm.info is created
 

Attachments

oscam-git11911-802

* add get_ecm_mode() inline function to extract the lower nibble from last ECM byte for VideoGuard CAIDs
* move select_csa_alt() from module-dvbapi.c to globals.h for shared use
* allow empty CAID setting in streamrelay config to autodetect csa-alt ecm
* disconnect stream client immediately when CAID is not allowed
* fix "caid not enabled" log message to show actual CAID instead of FFFE
* log ecm_mode changes and libdvbcsa table feedback (if available)
* simplify streamrelay support output in version info
* add msgid to DVBAPI_ECM_INFO message, so the client can correctly assign the ecm information to the requesting service
* add dvbapi_srvip configuration option to bind TCP listener to a specific IP address instead of all interfaces (ADDR_ANY)
* supports both IPv4 and IPv6 addresses
* default: none (binds to all interfaces, same behavior as before)
* add webif configuration and documentation
(thx Basic.Master)
* Fix CMake project warning
call cmake_minimum_required before project
 

Attachments

oscam-git11918-802

warnings: fix gcc16 -Wunused-but-set-variable warnings
* remove or restructure unused loop counter variables that trigger warnings with GCC 16+
* oscam-config-account.c: remove unused 'i' in account_allowedprotocols_fn()
* oscam-conf-chk.c: remove unused 'i' in chk_cacheex_hitvaluetab() and chk_tuntab()
* module-stat.c: wrap 'count' in #ifdef WITH_DEBUG (only used for debug logging)
* module-webif.c: remove unused 'i' in send_oscam_status() and send_oscam_api(), move 'i' into #ifdef CS_CACHEEX_AIO block in send_oscam_cacheex()

cardreader: add amlogic smc internal smartcard reader support
Add support for amlogic smc internal smartcard reader interface.
This enables OSCam to use the built-in smartcard slot on amlogic-based
set-top boxes and media players that use the native amlogic smartcard driver which exposes /dev/smc0. (thx rozpruwacz)

Changes:
- CMakeLists.txt: add amlogic cross-compile target and USE_AMSMC flag
- Makefile: add ifd_amsmc.c to build, help text and example
- config.h: add CARDREADER_INTERNAL_AMSMC preprocessor logic
- config.sh: add USE_AMSMC and WITH_AMSMC flag handling
- csctapi/cardreaders.h: declare cardreader_internal_amsmc
- csctapi/ifd_amsmc.c: new file - amlogic smartcard reader driver
- module-webif-tpl.c: add AMSMC to webif template conditionals
- oscam.c: register amlogic cardreader in version info and cardreaders array

Fix aio_version buffer size mismatch in cacheex feature exchange
* fix break indentation
* fix ancient build
* Fix aio_version buffer size mismatch in cacheex feature exchange

* Fix pages gen prid64 warning introduced in 11906
 

Attachments

oscam-git11919-802

Update README.md
* modernizing and update to the readme.md
 

Attachments

Back
Top