Last Oscam for kathrein ufs

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn7615

- Changeset [7615] by gf
webif: Fix detection of last active clients.
The bug was introduced when cleaning up shadowed variables.

thanks Azo_Alex
 

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn7633

- Changeset [7633] by gf
config: Report MODULE_CCCSHARE in oscam.version file.

thanks Azo_Alex
 

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 Azo_Alex
 

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 Azo_Alex
 

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
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 Azo_Alex
 

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 Azo_Alex
 

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 Azo_Alex
 

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 Azo_Alex
 

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 Azo_Alex
 

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn7770

- 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 Azo_Alex
 

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 Azo_Alex
 

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn7797

- Changeset [7797] by theparasol
Tryfix for T0 protocol tnx to Irata for supplying detailed logs!
- Changeset [7796] by theparasol
Corrected guardtime on T1 protocol, its standard not 2 (=T0) its 12!

thanks Azo_Alex
 

powercisco

Super VIP
Messages
9,100
27.10.2012 Oscam1.20 svn7818

- Changeset [7818] by lattjo
csctapi: Phoenix reader should not need block delay for T0 cards, remove special handling

thanks Azo_Alex
 

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn7826

- Changeset [7826] by avs1978
Revised the code for ratelimit and cooldown functionality. Small speedup in finding available slots.

in oscam.server for a reader
cooldown value1, value2
both values are mandatory and should be both not 0 or smaller
both are in seconds

value1 is cooldowndelay, this delay time is a period in seconds,

for which the reader is allowed to do more ecm request than ecmratelimit

value2 is cooldowntime, is the time the reader needs to cooldown and

the number of ecm request are not more than ecmratelimit

there are three cooldown phases:
cooldown state 0: the number of ecm requests are not more than ecmratelimit
cooldown state 2: number of ecm requests have exceeded ecmratelimit for are time period less than cooldowndelay
cooldown state 1: after cooldowndelay time, the number of requests are exceeding ecmratelimit

thanks Azo_Alex
 

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn7855

- Changeset [7855] by theparasol
Where is my head... also forgot the hex notation -> fixed!
- Changeset [7854] by theparasol
7853 wrong check or should be and -> corrected
- Changeset [7853] by theparasol
Tryfix: add simple extra length check to videoguard2 ecms
- Changeset [7852] by docman
Removed section 'camd35' in 'oscam.conf' from documentation.

thanks Azo_Alex
 

powercisco

Super VIP
Messages
9,100
06.11.2012 Oscam1.20 svn7867

- Changeset [7867] by theparasol
Fix for T14 overclocked cards used with internal readers
- Changeset [7866] by theparasol
Improve timings part two
Added errorhandling to T0/T14
Improved T14 protocol timings

thanks Azo_Alex
 

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn7884

- Changeset [7884] by lattjo
csctapi: Remove some more delay magic and questionable flush after ATR.

thanks Azo_Alex
 

powercisco

Super VIP
Messages
9,100
10.11.2012 Oscam1.20 svn7891

- Changeset [7891] by corsair
cacheex: fixing some funny timeouts and not founds when using more
than 2 cacheex readers with different group configurations

thanks Azo_Alex
 
Top