Last Oscam for kathrein ufs

mosta-toulous

Well Known Member
Messages
1,598
OScam svn6771

-Changeset [6771] by gf
build: Add x_FLAGS variables that add text to both x_CFLAGS and x_LDFLAGS.
Since a lot of cases require adding defines to both CFLAGS and LDFLAGS
With this patch setting one of the supported variables such as
EXTRA_FLAGS, STAPI_FLAGS, LIBCRYPTO_FLAGS, SSL_FLAGS, LIBUSB_FLAGS
and PCSC_FLAGS would add text to both x_CFLAGS and x_LDFLAGS.

thanks build-bot
 
Last edited:

powercisco

Super VIP
Messages
9,100
20.08.2012 Oscam 1.20 svn7274

-Changeset [7274] by corsair
fixed a segfault on exit oscam, also fixes missing log entries on exit

thanks Azo_Alex
 

powercisco

Super VIP
Messages
9,100
26.08.2012 OScam svn7285

- Changeset [7285] by corsair
cacheex: Another fix for high memory usage and full running "job queues"

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
29.08.2012 OScam svn7296

- Changeset [7296] by gf
Avoid filling the log with CACHEEX messages.

thanks Azo_Alex
 

powercisco

Super VIP
Messages
9,100
OScam svn7314

- Changeset [7314] by gf
dvbapi: Sent data as one packet. Some time ago I've sent a patch for generic dvbapi under linux (boxtype=pc).
It is working fine but I think there is need for one important enhancement.
Currently it is sending each CA_SET_PID and CA_SET_DESCR as two separate
packets which are: the request integer and the data. I think it will be
much better to sent it in one packet.

At first it is not elegant to sent it this way, besides the UDP packet
order is not the think that we should rely on.

About client implementation: as far as I know there is currently two
clients using the api: vdr-plugin-dvbapi and ostryck MuMuDVB fork
(maybe tvheadend will also use it). I contacted ostryck and he said
there will be no problem with this small api change. Obviously also
no problem on vdr-plugin-dvbapi side.

Patch by manio posted in ticket #2719.

thanks Azo_Alex
 

powercisco

Super VIP
Messages
9,100
Oscam svn7291

- Changeset [7316] by gf
Fix cs_inet_addr() to work correctly with IPv4 addresses when IPv6 is enabled.

thanks Azo_Alex
 

powercisco

Super VIP
Messages
9,100
07.09.2012 Oscam1.20 svn7362

- Changeset [7362] by stefansat
Added new Xcode location for mac 10.7 (lion)10.8(mountain lion)
Added static libusb support for mac
Set 10.6 to complile x86_64 as well
Note : On 10.7 Xcode needs to be updated to 4.3

thanks Azo_Alex
 

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn7435

- Changeset [7435] by gf
Add account_set_defaults() and use it where needed.
This fixes at least one bug in WebIf (the new accounts were added
with cccignorereshare = 0 when they should be using -1).

thanks Azo_Alex
 

powercisco

Super VIP
Messages
9,100
Oscam 1.20 svn7508

- Changeset [7508] by theparasol
Added config of reader cooldown to webif

thanks Azo_Alex
 

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn7509

- Changeset [7509] by theparasol
Reworked the cooldown function (it was totally broken!)

Warning: oscam uses ratelimitecm as slots, nothing to do with actual count of real ecms
We should better rework that in a future rev as slots and slottime.
An extra maxecm and maxecmtime should be implemented to count actual ecms within a certain timespan.
For now the cooldown works again with slots and slottime (as entered in ratelimitecm and ratelimitseconds)

Setup phase:
The reader fills the slots, as the last is filled in and nothing can be freed it will give you a grace time of cooldown delay in which slots are being ingnored.
After the delay time its automatically followed by the cooldown time where the slots and timeframes are being maintained.
If the cooldown time is done, the setup phase will begin again.

Take into account that oscam uses 20 slots max (hardcoded!) so it makes no sence to even use a ratelimitecm value >20

To be continued...

thanks Azo_Alex
 

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 Azo_Alex
 

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 Azo_Alex
 

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