OSCam ver: 1.20-unstable_svn rev: 11290 target: arm-linux-gnueabihf-libusb
CONF_DIR = /etc/tuxbox/config
Addons : WEBIF WEBIF_LIVELOG WEBIF_JQUERY TOUCH HAVE_DVBAPI READ_SDT_CHARSETS IRDETO_GUESSING CS_ANTICASC WITH_DEBUG MODULE_MONITOR WITH_LB CS_CACHEEX CW_CYCLE_CHECK CLOCKFIX WITH_EMU
Protocols: CAMD35 CAMD35_TCP NEWCAMD CCCAM CCCSHARE GBOX RADEGAST SCAM SERIAL CONSTCW PANDORA GHTTP
Readers : NAGRA IRDETO CONAX CRYPTOWORKS SECA VIACCESS VIDEOGUARD DRE TONGFANG BULCRYPT GRIFFIN DGCRYPT
CardRdrs : PHOENIX INTERNAL SMARGO SMART
Changelog:
------------------------------------------------------------------------
r11290 | felixka | 2016-12-19 19:43:08 +0100 (Mon, 19 Dec 2016) | 11 lines
[gbx]
- add feature
- block ecm from specific peer(s)
- ignore specific peer(s) entirely
- fix Warning ref. cs_readlock timeout
- code clean up and cosmetics
[DOC]
- add optional parameter to oscam.conf [gbox]:
- block_ecm = peer_id[,peer_id...]
- ignore_peer = peer_id[,peer_id...]
------------------------------------------------------------------------
r11289 | theparasol | 2016-12-12 00:16:19 +0100 (Mon, 12 Dec 2016) | 4 lines
DVBAPI:
- Don't break on max streampids reached, just don't add any more!
------------------------------------------------------------------------
r11288 | theparasol | 2016-12-11 22:29:35 +0100 (Sun, 11 Dec 2016) | 4 lines
DVBAPI:
- Fix copy/paste error from r11246 -> each EMM Pid took 2 instead of 1 -> causing overflows in some usecases
------------------------------------------------------------------------
r11287 | theparasol | 2016-12-11 21:43:34 +0100 (Sun, 11 Dec 2016) | 4 lines
DVBAPI:
- Add overflow protection to ECM and EMM pids!
------------------------------------------------------------------------
r11286 | theparasol | 2016-12-11 11:35:12 +0100 (Sun, 11 Dec 2016) | 2 lines
- Restore class option for viaccess card in webif (Tnx Pr2 for patch!)
------------------------------------------------------------------------
r11285 | theparasol | 2016-12-11 11:32:07 +0100 (Sun, 11 Dec 2016) | 5 lines
DVBAPI:
- Revert r11250 since its breaking stuff on VU+ boxes zapping around
------------------------------------------------------------------------
r11284 | felixka | 2016-12-08 19:57:52 +0100 (Thu, 08 Dec 2016) | 2 lines
gbx:
- fix for ticket #4522
------------------------------------------------------------------------
r11283 | theparasol | 2016-12-04 18:36:44 +0100 (Sun, 04 Dec 2016) | 4 lines
VIACCESS:
- Fix regression introduced r11282 (fake class 0 on provider with valid classes)
------------------------------------------------------------------------
r11282 | theparasol | 2016-12-04 16:28:39 +0100 (Sun, 04 Dec 2016) | 7 lines
VIACCESS:
- Entitle providers present on card that dont have any classes
- Some code cosmetics
Tnx Pr2 for signaling this bug and necessary card details to get it fixed properly
------------------------------------------------------------------------
r11281 | felixka | 2016-11-20 18:30:58 +0100 (Sun, 20 Nov 2016) | 6 lines
gbx:
- Fix for local card with caprovid 00000000. Happens when oscam is patched with emu
- Add log/msg for peer on-offline, authentication and connection lost
- Add OSD notification for incoming GSMS
- OSD feature enabled by suitable 'msg.osd' in tmp_dir
- Add and update some debug log outputs
------------------------------------------------------------------------
r11280 | felixka | 2016-11-16 07:38:48 +0100 (Wed, 16 Nov 2016) | 3 lines
- Add support of ORF P4 Irdeto mode
- Patch provided and tested by Optimum Power
- Fix for Ticket #4517
------------------------------------------------------------------------
r11279 | felixka | 2016-10-22 15:50:32 +0200 (Sat, 22 Oct 2016) | 3 lines
gbx:
- Prepare code for more generalized OSD messages
- renamed driver sh from goodnight.osd to msg.osd
------------------------------------------------------------------------
r11278 | felixka | 2016-10-20 09:09:02 +0200 (Thu, 20 Oct 2016) | 1 line
gbx: try to fix sporadic malfunction of server init
------------------------------------------------------------------------
r11277 | felixka | 2016-10-16 17:29:18 +0200 (Sun, 16 Oct 2016) | 2 lines
Increase ECM length for Viaccess.
Patch provided by pr2
------------------------------------------------------------------------
r11276 | felixka | 2016-10-15 13:00:59 +0200 (Sat, 15 Oct 2016) | 1 line
gbx: code cosmetic
------------------------------------------------------------------------
r11275 | felixka | 2016-10-14 08:04:54 +0200 (Fri, 14 Oct 2016) | 2 lines
gbx:
reduced code as proposed by chimpie23
------------------------------------------------------------------------
r11274 | felixka | 2016-10-13 10:57:58 +0200 (Thu, 13 Oct 2016) | 2 lines
gbx:
correct reader log message for cw proxy cards
------------------------------------------------------------------------
r11273 | theparasol | 2016-08-15 22:37:53 +0200 (Mon, 15 Aug 2016) | 7 lines
- Add hop info to ecmformat like its already in use for gbox protocol idea and testing by speedy1245
Usage: add to oscam.conf [global] for example:
ecmfmt = c@p/i/s/l:h HOP:j
------------------------------------------------------------------------
r11272 | Aeon | 2016-07-07 11:57:38 +0200 (Thu, 07 Jul 2016) | 1 line
Revert: lowered CS_SERVICENAME_SIZE from 64 to 32; the increased memory usage causes troubles on sone systems
------------------------------------------------------------------------
r11271 | Aeon | 2016-06-30 16:19:46 +0200 (Thu, 30 Jun 2016) | 1 line
CACHEX: fix big/little endianess bug; i2b_buf() and b2i() already take care of endianess, also using htonl() broke it; we cannot simply remove the htonl() calls, because this would break compatibility with older oscam versions, for this
reason we now use CSP_HASH_SWAP() to always swap the bytes; type of csp_hash changed from int32_t to unint32_t
------------------------------------------------------------------------
r11270 | Eggy123 | 2016-06-26 16:07:03 +0200 (Sun, 26 Jun 2016) | 2 lines
[gbx] remove ecm rebroadcasting. Causes trouble on some systems.
------------------------------------------------------------------------
r11269 | Aeon | 2016-06-25 20:38:49 +0200 (Sat, 25 Jun 2016) | 1 line
DVBAPI: revert prio changes from r11246; this fixes problems with irdeto cards
------------------------------------------------------------------------
r11268 | Aeon | 2016-06-25 01:16:44 +0200 (Sat, 25 Jun 2016) | 1 line
tryfix: possible stackoverflow?
------------------------------------------------------------------------
r11267 | Aeon | 2016-06-23 15:03:59 +0200 (Thu, 23 Jun 2016) | 1 line
WEBIF: ssl: now only requiring TLS >=1.1 if at least TLS 1.1 is available; fallback to TLS 1.0 if not;
------------------------------------------------------------------------
r11266 | Aeon | 2016-06-23 14:50:26 +0200 (Thu, 23 Jun 2016) | 1 line
WEBIF: added error message if OpenSSL Lib does not support TLS >= 1.1
------------------------------------------------------------------------
r11265 | Aeon | 2016-06-23 13:16:44 +0200 (Thu, 23 Jun 2016) | 1 line
DRECAS: fixed a warning
------------------------------------------------------------------------
r11264 | Aeon | 2016-06-23 13:07:19 +0200 (Thu, 23 Jun 2016) | 1 line
WEBIF: some changes to openssl calls to make it work on more toolchains (security level does not change)
------------------------------------------------------------------------
r11263 | Aeon | 2016-06-23 12:28:27 +0200 (Thu, 23 Jun 2016) | 1 line
WEBIF: update for newer OpenSSL libs
------------------------------------------------------------------------
r11262 | Aeon | 2016-06-23 12:11:20 +0200 (Thu, 23 Jun 2016) | 1 line
Fixes for bulcrypt au introduced with r11246
------------------------------------------------------------------------
r11261 | Aeon | 2016-06-23 11:12:55 +0200 (Thu, 23 Jun 2016) | 1 line
Fixed a bug
------------------------------------------------------------------------
r11260 | Aeon | 2016-06-23 11:02:12 +0200 (Thu, 23 Jun 2016) | 1 line
Videoguard: added new ATR from #4403
------------------------------------------------------------------------
CONF_DIR = /etc/tuxbox/config
Addons : WEBIF WEBIF_LIVELOG WEBIF_JQUERY TOUCH HAVE_DVBAPI READ_SDT_CHARSETS IRDETO_GUESSING CS_ANTICASC WITH_DEBUG MODULE_MONITOR WITH_LB CS_CACHEEX CW_CYCLE_CHECK CLOCKFIX WITH_EMU
Protocols: CAMD35 CAMD35_TCP NEWCAMD CCCAM CCCSHARE GBOX RADEGAST SCAM SERIAL CONSTCW PANDORA GHTTP
Readers : NAGRA IRDETO CONAX CRYPTOWORKS SECA VIACCESS VIDEOGUARD DRE TONGFANG BULCRYPT GRIFFIN DGCRYPT
CardRdrs : PHOENIX INTERNAL SMARGO SMART
Changelog:
------------------------------------------------------------------------
r11290 | felixka | 2016-12-19 19:43:08 +0100 (Mon, 19 Dec 2016) | 11 lines
[gbx]
- add feature
- block ecm from specific peer(s)
- ignore specific peer(s) entirely
- fix Warning ref. cs_readlock timeout
- code clean up and cosmetics
[DOC]
- add optional parameter to oscam.conf [gbox]:
- block_ecm = peer_id[,peer_id...]
- ignore_peer = peer_id[,peer_id...]
------------------------------------------------------------------------
r11289 | theparasol | 2016-12-12 00:16:19 +0100 (Mon, 12 Dec 2016) | 4 lines
DVBAPI:
- Don't break on max streampids reached, just don't add any more!
------------------------------------------------------------------------
r11288 | theparasol | 2016-12-11 22:29:35 +0100 (Sun, 11 Dec 2016) | 4 lines
DVBAPI:
- Fix copy/paste error from r11246 -> each EMM Pid took 2 instead of 1 -> causing overflows in some usecases
------------------------------------------------------------------------
r11287 | theparasol | 2016-12-11 21:43:34 +0100 (Sun, 11 Dec 2016) | 4 lines
DVBAPI:
- Add overflow protection to ECM and EMM pids!
------------------------------------------------------------------------
r11286 | theparasol | 2016-12-11 11:35:12 +0100 (Sun, 11 Dec 2016) | 2 lines
- Restore class option for viaccess card in webif (Tnx Pr2 for patch!)
------------------------------------------------------------------------
r11285 | theparasol | 2016-12-11 11:32:07 +0100 (Sun, 11 Dec 2016) | 5 lines
DVBAPI:
- Revert r11250 since its breaking stuff on VU+ boxes zapping around
------------------------------------------------------------------------
r11284 | felixka | 2016-12-08 19:57:52 +0100 (Thu, 08 Dec 2016) | 2 lines
gbx:
- fix for ticket #4522
------------------------------------------------------------------------
r11283 | theparasol | 2016-12-04 18:36:44 +0100 (Sun, 04 Dec 2016) | 4 lines
VIACCESS:
- Fix regression introduced r11282 (fake class 0 on provider with valid classes)
------------------------------------------------------------------------
r11282 | theparasol | 2016-12-04 16:28:39 +0100 (Sun, 04 Dec 2016) | 7 lines
VIACCESS:
- Entitle providers present on card that dont have any classes
- Some code cosmetics
Tnx Pr2 for signaling this bug and necessary card details to get it fixed properly
------------------------------------------------------------------------
r11281 | felixka | 2016-11-20 18:30:58 +0100 (Sun, 20 Nov 2016) | 6 lines
gbx:
- Fix for local card with caprovid 00000000. Happens when oscam is patched with emu
- Add log/msg for peer on-offline, authentication and connection lost
- Add OSD notification for incoming GSMS
- OSD feature enabled by suitable 'msg.osd' in tmp_dir
- Add and update some debug log outputs
------------------------------------------------------------------------
r11280 | felixka | 2016-11-16 07:38:48 +0100 (Wed, 16 Nov 2016) | 3 lines
- Add support of ORF P4 Irdeto mode
- Patch provided and tested by Optimum Power
- Fix for Ticket #4517
------------------------------------------------------------------------
r11279 | felixka | 2016-10-22 15:50:32 +0200 (Sat, 22 Oct 2016) | 3 lines
gbx:
- Prepare code for more generalized OSD messages
- renamed driver sh from goodnight.osd to msg.osd
------------------------------------------------------------------------
r11278 | felixka | 2016-10-20 09:09:02 +0200 (Thu, 20 Oct 2016) | 1 line
gbx: try to fix sporadic malfunction of server init
------------------------------------------------------------------------
r11277 | felixka | 2016-10-16 17:29:18 +0200 (Sun, 16 Oct 2016) | 2 lines
Increase ECM length for Viaccess.
Patch provided by pr2
------------------------------------------------------------------------
r11276 | felixka | 2016-10-15 13:00:59 +0200 (Sat, 15 Oct 2016) | 1 line
gbx: code cosmetic
------------------------------------------------------------------------
r11275 | felixka | 2016-10-14 08:04:54 +0200 (Fri, 14 Oct 2016) | 2 lines
gbx:
reduced code as proposed by chimpie23
------------------------------------------------------------------------
r11274 | felixka | 2016-10-13 10:57:58 +0200 (Thu, 13 Oct 2016) | 2 lines
gbx:
correct reader log message for cw proxy cards
------------------------------------------------------------------------
r11273 | theparasol | 2016-08-15 22:37:53 +0200 (Mon, 15 Aug 2016) | 7 lines
- Add hop info to ecmformat like its already in use for gbox protocol idea and testing by speedy1245
Usage: add to oscam.conf [global] for example:
ecmfmt = c@p/i/s/l:h HOP:j
------------------------------------------------------------------------
r11272 | Aeon | 2016-07-07 11:57:38 +0200 (Thu, 07 Jul 2016) | 1 line
Revert: lowered CS_SERVICENAME_SIZE from 64 to 32; the increased memory usage causes troubles on sone systems
------------------------------------------------------------------------
r11271 | Aeon | 2016-06-30 16:19:46 +0200 (Thu, 30 Jun 2016) | 1 line
CACHEX: fix big/little endianess bug; i2b_buf() and b2i() already take care of endianess, also using htonl() broke it; we cannot simply remove the htonl() calls, because this would break compatibility with older oscam versions, for this
reason we now use CSP_HASH_SWAP() to always swap the bytes; type of csp_hash changed from int32_t to unint32_t
------------------------------------------------------------------------
r11270 | Eggy123 | 2016-06-26 16:07:03 +0200 (Sun, 26 Jun 2016) | 2 lines
[gbx] remove ecm rebroadcasting. Causes trouble on some systems.
------------------------------------------------------------------------
r11269 | Aeon | 2016-06-25 20:38:49 +0200 (Sat, 25 Jun 2016) | 1 line
DVBAPI: revert prio changes from r11246; this fixes problems with irdeto cards
------------------------------------------------------------------------
r11268 | Aeon | 2016-06-25 01:16:44 +0200 (Sat, 25 Jun 2016) | 1 line
tryfix: possible stackoverflow?
------------------------------------------------------------------------
r11267 | Aeon | 2016-06-23 15:03:59 +0200 (Thu, 23 Jun 2016) | 1 line
WEBIF: ssl: now only requiring TLS >=1.1 if at least TLS 1.1 is available; fallback to TLS 1.0 if not;
------------------------------------------------------------------------
r11266 | Aeon | 2016-06-23 14:50:26 +0200 (Thu, 23 Jun 2016) | 1 line
WEBIF: added error message if OpenSSL Lib does not support TLS >= 1.1
------------------------------------------------------------------------
r11265 | Aeon | 2016-06-23 13:16:44 +0200 (Thu, 23 Jun 2016) | 1 line
DRECAS: fixed a warning
------------------------------------------------------------------------
r11264 | Aeon | 2016-06-23 13:07:19 +0200 (Thu, 23 Jun 2016) | 1 line
WEBIF: some changes to openssl calls to make it work on more toolchains (security level does not change)
------------------------------------------------------------------------
r11263 | Aeon | 2016-06-23 12:28:27 +0200 (Thu, 23 Jun 2016) | 1 line
WEBIF: update for newer OpenSSL libs
------------------------------------------------------------------------
r11262 | Aeon | 2016-06-23 12:11:20 +0200 (Thu, 23 Jun 2016) | 1 line
Fixes for bulcrypt au introduced with r11246
------------------------------------------------------------------------
r11261 | Aeon | 2016-06-23 11:12:55 +0200 (Thu, 23 Jun 2016) | 1 line
Fixed a bug
------------------------------------------------------------------------
r11260 | Aeon | 2016-06-23 11:02:12 +0200 (Thu, 23 Jun 2016) | 1 line
Videoguard: added new ATR from #4403
------------------------------------------------------------------------