OScam x86_64-PC-Linux

Status
Not open for further replies.

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn7550

- Changeset [7550] by theparasol
While working at ratelimiter / cooldown discovered a major bug in dvbapi,
It was inefficiently asking matching_reader -> fixed that

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn7563

- Changeset [7563] by theparasol
squashed a bug in initial setup of the reader slots
Slots with srvids that are overtime should always be freed to maximize slot free, even if not called from readercode

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
03.10.2012 Oscam1.20 svn7584

- Changeset [7584] by gf
Cleanup oscam-aes.c and related files.
-Changeset [7583] by gf
Move locking functions from oscam-simples.c to oscam-lock.c
-Changeset [7582] by gf
Move network functions from oscam-simples.c to oscam-net.c
-Changeset [7581] by gf
Move AES functions from oscam-simples.c to oscam-aes.c
-Changeset [7580] by gf
Move file functions from oscam-simples.c to oscam-files.c
-Changeset [7579] by gf
Move client functions from oscam-simples.c to oscam-client.c
-Changeset [7578] by gf
Move webif specific functions out of oscam-simples.c

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
04.10.2012 Oscam1.20 svn7606

- Changeset [7606] by theparasol
Oscam cccam client -> oscam cccam server protocol

Fixed:

Oscam hexserial preleading 00 bug
Oscam seca emm no UQ EMM's are send from client to server

Viaccess / Betacrypt / Irdeto needs to be tested and reported!

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
05.10.2012 Oscam1.20 svn7613

- Changeset [7613] by theparasol
CDS NL 0100:00006a needs ecmpid to be registered in loadbalancer.
On some channels, mostly SD from old settopbox package this provider
has two entries in the PMT for 0100:00006a, only difference is ECMPID.
They did this dirty trick to support old settopboxes that had to be replaced otherways.
One ECMPID is old seca2 system, the other is new nagravision the "seca3"

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
07.10.2012 Oscam1.20 svn7626

- Changeset [7626] by theparasol
Fix for the dvbapi EMM filter function
While checking oscam-chk.c I stumpled over the existing and working emm_reader_match

- Changeset [7625] by puya
module-cccshare.c : Fix Segmentation fault.
My Feeling : so happy to see zetack is active back in trac system.

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
08.10.2012 Oscam1.20 svn7638

- Changeset [7638] by theparasol
DVBAPI added a new feature: decodeforever
Till now dvbapi gives up decoding after 3 retries.
There was an option in oscam.dvbapi to enforce continue decoding by a P: xxxx:xxxxxx 1
Now you can use decodeforever to try all caids again forever.
So no more failed recordings or rezapping to open up a channel again!

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
09.10.2012 Oscam1.20 svn7666

- Changeset [7666] by gf
webif: Add support for cccam's recv_timeout parameter.
- Changeset [7665] by gf
cccam: Add recv_timeout config parameter to control network recv timeout.
It seems that the hardcoded timeout of 2s is unsufficient for certain uses.
This patch adds new parameter in [cccam] section named recv_timeout.
recv_timeout - Timeout in ms that cccam waits for data to become available
to receive. Default value: 2000 (2 seconds).

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
10.10.2012 Oscam1.20 svn7675

- Changeset [7675] by gf
cacheex: Fix crash when freeing ECM. Fix a dumb bug introduced in r7674.
- Changeset [7674] by gf
cacheex: Cleanup ifdefs in oscam.c No binary changes.

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn7689

- Changeset [7689] by gf
bulcrypt: Fix writing of uniq2 EMMs (0x85 and 0x8b types).
When EMM handling was rewritten, 0x85 and 0x8b EMMs were broken,
because wrong command was used to write them into the card.

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
12.10.2012 Oscam1.20 svn7694

- Changeset [7694] by theparasol
Tryfix2 DVBAPI Decodeforever... hope its right now!
- Changeset [7693] by theparasol
Tryfix for segmentationfault with decodeforever on undecodable channel

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
13.10.2012 Oscam1.20 svn7704

- Changeset [7704] by theparasol
Tryfix ticket 2857 I presume this box (not PPC) needs same fix as PPC
Norbi20: Thanks for taking the effort to attaching a valid log to this ticket!

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
14.10.2012 Oscam1.20 svn7707

- Changeset [7707] by theparasol
Added Sci_FastReset to icc_async.c -> now ins7e11 can be used? test it!
Made Sci ATR checking a seperate function so we can recycle it
De-remarked Sci_FastReset and put it into functional use for the first time since rorothetroll added it 2 years ago in commit 2555.

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
15.10.2012 Oscam1.20 svn7720

- Changeset [7720] by theparasol
Tryfix 4: Complete new approach of cds nl seca2 nagra problem

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
16.10.2012 Oscam1.20 svn7733

- Changeset [7733] by theparasol
Case closed, CDS NL cant be fixed over X hop cccam!

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
17.10.2012 Oscam1.20 svn7743

- Changeset [7743] by theparasol
ATR on the fly fully interpreted... hope you all learn as much from it as much from it as I did
- Changeset [7742] by theparasol
Fix for misleading message ATR cardspeed and actual clock of readerdevice.
Take notice: they dont have to match to clock the card to the correct frequency!
Get information about the readerdevice that is driving the card to make sure you clock it correct!
- Changeset [7741] by theparasol
Only fail if ATR_initFromArray returns ERROR Some ATRs are malformed and do softfail, but actually do work so dont fail them
ATR_OK is returned if ATR is 100% OK
- Changeset [7740] by theparasol
Softfail malformed card should be initialized also

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn7754

- Changeset [7754] by gf
config: Put an extra new line between services when writing oscam.services.

The extra empty line doesn't hurt and improves readability. Now
when you save oscam.services file from webif instead of

[blablub]
caid = 1702
provid = 000000
srvid = 0083,0081
[blablub1]
caid = 1702
provid = 000000
srvid = 0084,0080

you will get

[blablub]
caid = 1702
provid = 000000
srvid = 0083,0081

[blablub1]
caid = 1702
provid = 000000
srvid = 0084,0080

Reported by beneee.

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn7759

- Changeset [7759] by corsair
added lb betatunnel patch. Thx to TNe-Two !
- Changeset [7758] by theparasol
Tryfix for crashing 7556 (?)
- Changeset [7757] by theparasol
Tryfix: inverse convention doesnt apply to ATR!
- Changeset [7756] by theparasol
Fixed: Guardtime was display several times, only first was correct and valid
- Changeset [7755] by theparasol
Fix for inverse card conventions

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
21.10.2012 Oscam1.20 svn7771

-Changeset [7771] by gf
beta: Remove unneeded and wrongly committed debug code in r7759.
Patch by TNe-TWo posted in ticket #2886.
- Changeset [7770] by theparasol
Fixed a bad if else construction in atr on the fly
- Changeset [7769] by docman
Small typo.
- Changeset [7768] by docman
Update for 'lb_auto_betatunnel_prefer_beta' documentation.

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn7779

- Changeset [7779] by theparasol
Atr.c -> removed the useless inverse ATR compare first byte = 0x03, this byte is never 0x03 only 0x3F or 0x3B
ifd_sci.c -> some bugfixes

thanks LePouSAT
 
Status
Not open for further replies.
Top