new patch
oscam-11518-emu-r796
XcamClient3-11518-emu-r796
- [biss] Increased variable size to avoid potential overflow
- [viaccess] Fixed CW checksum bytes for viaccess 2
oscam-11526-emu-r796
XcamClient3-11523-emu-r796
Changeset 11526
[dvbapi] When parsing PAT, save found PMT pid in the demuxer
This way we can later start the PMT filter without explicitly passing the PMT pid.
[dvbapi] Changes to a couple of log messages
[dvbapi] Changed variable name (cosmetic)
dvbapi_parse_capmt() returns the demux_id, not the pmt_pid, so use a proper variable name.
Emu
[osemu] Cleaned up error codes and did some cosmetics
[biss] Bug fixes and improvements to BISS2 mode CA
OSCAM-11532-EMU-R797
Changeset 11532
[dvbapi] Small fix to previous commit
[dvbapi] DVBAPI_CA_SET_DESCR_DATA struct was not sent correctly to network clients
[dvbapi] Fixed compilation with coolapi
emu-r797
Added support for PowerVu hash mode 33
Bug fixes and improvements to BISS2 mode CA (some fixes still needed in oscam dvbapi side)
Fixed CW checksum bytes for viaccess 2
Other small optimizations and improvements
OSCAM-11578-EMU-R798
XCAMCLIENT3-11578-EMU-R798
svn-r11578
rework code ref gbox_maxecmsend
fix for ticket #4780
change default to 5
clean up some ecm stuff
OSCAM-11579-EMU-R798
XCAMCLIENT3-11579-EMU-R798
Changeset svn-r11579 (by theparasol)
Revision 11393 introduced sharing instability side effect.
My fix is rather lame since it restores the old behavior in case the nodeid is lower than 0x7fffffffff
Tnx to ceco2000 for research, pinpointing to this revision and testing my fix.
OSCAM-11666-798-LITE
OSCAM-11666-798-LITE-CCCAM.CFG
Changeset 11666
fix build warnings for
module-cccam
module-ghttp
oscam-config
OSCAM-11682-798-LITE
OSCAM-11682-798-LITE-CCCAM.CFG
Convert DOS line terminators to Unix line terminators
OSCAM-11690-798-LITE
OSCAM-11690-798-LITE-CCCAM.CFG
Changeset 11690
buildfix #4836
module-dvbapi.c:262:5: warning: Value stored to 'ret' is never read [deadcode.DeadStores]
-> ret = send(fd, &request, sizeof(request), 0);
module-dvbapi.c:2469:11: warning: Value stored to 'currentfd' is never read [deadcode.DeadStores]
-> currentfd = ca_fd = 0;
module-dvbapi.c:3325:2: warning: Value stored to 'p_order' is never read [deadcode.DeadStores]
-> p_order = demux[demux_id].ECMpidcount + 1;
module-dvbapi.c:7102:6: warning: Value stored to 'connfd' is never read [deadcode.DeadStores]
-> connfd = -1; initially no socket to read from
module-dvbapi.c:7179:8: warning: Value stored to 'connfd' is never read [deadcode.DeadStores]
-> connfd = -1;
OSCAM-11693-798-LITE
OSCAM-11693-798-LITE-CCCAM.CFG
Changeset 11693
[dvbapi] Whitespace cleanup
Changeset 11692
[dvbapi] fixed socket leaking #4850
Credits to mendark and the minisatip project for providing the patch