Latest Version of OSCam

Started by labud, November 21, 2009, 02:21:19 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

tex


oscam-svn2740-full-Distribution

oscam-svn2740-full-Distribution.tar.gz

tex

 
oscam-svn2741-full-Distribution

tex

oscam-svn2741-gbx-5.8-full-Distribution

Code:

r2741 | rorothetroll | 2010-07-13 16:04:59 -0700 (Tue, 13 Jul 2010) | 1 line

add some extra test when we receive a bad ATR from smargo. third try should do it :) .
------------------------------------------------------------------------
r2740 | rorothetroll | 2010-07-13 15:58:56 -0700 (Tue, 13 Jul 2010) | 1 line

add some extra test when we receive a bad ATR from smargo. test was at the wrong place.
------------------------------------------------------------------------
r2739 | rorothetroll | 2010-07-13 15:57:51 -0700 (Tue, 13 Jul 2010) | 1 line

add some extra test when we receive a bad ATR from smargo.
------------------------------------------------------------------------
r2738 | schlocke | 2010-07-13 14:58:00 -0700 (Tue, 13 Jul 2010) | 2 lines

cccam: fixed IDLE on connect

------------------------------------------------------------------------
r2737 | alno | 2010-07-13 14:49:13 -0700 (Tue, 13 Jul 2010) | 1 line

WebIf: readerautoloadbalance_save moved from checkbox to numeric field
------------------------------------------------------------------------
r2736 | alno | 2010-07-13 14:37:11 -0700 (Tue, 13 Jul 2010) | 1 line

WebIf: try handling/ saving tiger_rsakey <-> nr_rsakey in config. Please test and report
------------------------------------------------------------------------
r2735 | alno | 2010-07-13 14:08:17 -0700 (Tue, 13 Jul 2010) | 1 line

WebIf: some fixes for saving dbox2 readers, fix newcamd key saving if key starts with 0
------------------------------------------------------------------------
r2733 | aston | 2010-07-13 06:00:45 -0700 (Tue, 13 Jul 2010) | 1 line

camd35 udp connection fix, ip resolve is executed only when sendto fails which could indicate new ip
------------------------------------------------------------------------
r2732 | landlord | 2010-07-13 05:07:50 -0700 (Tue, 13 Jul 2010) | 1 line

Documentation for 'readerautoloadbalance_save' parameter.
------------------------------------------------------------------------
r2731 | landlord | 2010-07-13 04:58:13 -0700 (Tue, 13 Jul 2010) | 1 line

Documentation update for parameter 'aeskeys'.
------------------------------------------------------------------------
r2730 | _network | 2010-07-13 03:21:26 -0700 (Tue, 13 Jul 2010) | 2 lines

dvbapi: add pre-processing for cryptoworks emm

------------------------------------------------------------------------
r2729 | rorothetroll | 2010-07-12 16:11:42 -0700 (Mon, 12 Jul 2010) | 3 lines

fixed the not found on tntsat for SD channel.. return code was inversed.


------------------------------------------------------------------------
r2728 | rorothetroll | 2010-07-12 15:10:22 -0700 (Mon, 12 Jul 2010) | 1 line

fix some compile warning on linux
------------------------------------------------------------------------
r2727 | _network | 2010-07-12 14:44:43 -0700 (Mon, 12 Jul 2010) | 2 lines

dvbapi: add pre-processing for viaccess emm

------------------------------------------------------------------------
r2726 | rorothetroll | 2010-07-12 14:31:26 -0700 (Mon, 12 Jul 2010) | 1 line

added some error reporting when the proper key is not found for viaccess aes decrypt
------------------------------------------------------------------------
r2725 | rorothetroll | 2010-07-12 13:39:37 -0700 (Mon, 12 Jul 2010) | 1 line

fix a log message to be more accurate
------------------------------------------------------------------------
r2724 | landlord | 2010-07-12 13:36:44 -0700 (Mon, 12 Jul 2010) | 1 line

Documentation for new paramter 'aeskeys'.
------------------------------------------------------------------------
r2723 | rorothetroll | 2010-07-12 13:12:56 -0700 (Mon, 12 Jul 2010) | 1 line

changes some debug.. no segfault on linux or OS X so far
------------------------------------------------------------------------
r2722 | rorothetroll | 2010-07-12 10:58:29 -0700 (Mon, 12 Jul 2010) | 28 lines

This is a first try at adding multiple AES key to viaccess reader.
I added a new variable so that the previous one still works.
the new variables is AESKeys (the old one is AESKey .. without the 's').
as the D2 nano reference multiple keys, starting at index 0 here is how to specify
the new keys:
AESKeys=CAID@IDENT:Key0,key1,key2, ..,KeyN;CAID@IDENT:Key0,key1,key2, ..,KeyN
here is an exemple :
AESKeys=0500@030B00:0,0,AESAESAESAESAESAESAESAESAESAESAE;0500@032820:AESAESAESAESAESAESAESAESAESAESAE,0;0500@032830:AESAESAESAESAESAESAESAESAESAESAE

so if you only have the key for tntsat SD channela :
AESKeys=0500@030B00:0,0,EF............................E3
this means that we will use EF..E3 as the key for the D2 nano for the SD channel
here is what we know about keys for now :

TntSat:
SD D2 nano : D2 02 0D 02 -> key #2 , works with current AES key
HD D2 nano : D2 02 0D 00 -> key #0 , need new AES key

TNTop :
D2 02 0D 01 -> key #1 , key is unknow as of now

CSat :
SD no D2 nano.
HD D2 02 0D 00 -> Key #0, use CSAT AES key -> looks like it's been changed. same key as TntSat ?

As I don't have tntsat or csat it's hard to test. So if someone could test this for me and report.


------------------------------------------------------------------------
r2721 | schlocke | 2010-07-12 10:06:19 -0700 (Mon, 12 Jul 2010) | 2 lines

loadbalance: better checking of available readers

------------------------------------------------------------------------
r2719 | _network | 2010-07-12 05:36:15 -0700 (Mon, 12 Jul 2010) | 2 lines

camd35: fix udp connections

------------------------------------------------------------------------
r2718 | rorothetroll | 2010-07-11 13:46:29 -0700 (Sun, 11 Jul 2010) | 1 line

fix a double function call.
------------------------------------------------------------------------
r2717 | rorothetroll | 2010-07-11 13:44:54 -0700 (Sun, 11 Jul 2010) | 1 line

improve the pipe_WaitToWrite to retry on error
------------------------------------------------------------------------
r2716 | aston | 2010-07-11 13:28:14 -0700 (Sun, 11 Jul 2010) | 1 line

ipbox pip and timeshift fix
------------------------------------------------------------------------
r2714 | alno | 2010-07-11 10:21:58 -0700 (Sun, 11 Jul 2010) | 1 line

WebIf: add Parameter readerautobalance_save to global config
------------------------------------------------------------------------
r2713 | aston | 2010-07-11 09:40:16 -0700 (Sun, 11 Jul 2010) | 1 line

resolve ip detection
------------------------------------------------------------------------
r2712 | schlocke | 2010-07-11 08:52:41 -0700 (Sun, 11 Jul 2010) | 2 lines

loadbalance: saving and loading statistics now not resetting ecm_count

------------------------------------------------------------------------
r2711 | aston | 2010-07-11 08:45:08 -0700 (Sun, 11 Jul 2010) | 1 line

fixed problem with write to pipes which made some boxes to stuck after some run time, fixed readers dropping after some run time, readers could not reconnect again, improved tcp connection, removed ip resolver and loop, ip resolving is done every time before tcp connection, sys function gethostbyname() is replaced by new one getaddrinfo(), finally stable on ipbox with more then 4 readers, tested with 9 (mix of newcamd's and cccam's)
------------------------------------------------------------------------
r2709 | _network | 2010-07-11 03:00:51 -0700 (Sun, 11 Jul 2010) | 2 lines

dvbapi: fix neutrino pmt.tmp handling

------------------------------------------------------------------------
r2708 | rorothetroll | 2010-07-10 16:16:36 -0700 (Sat, 10 Jul 2010) | 1 line

fix mutex unlocking on returns

tex

 oscam-svn2743-full-Distribution


Code:

r2743 | _network | 2010-07-14 11:43:23 -0700 (Wed, 14 Jul 2010) | 2 lines

dvbapi: some emm fixes (viaccess shared still not working)

------------------------------------------------------------------------
r2742 | rorothetroll | 2010-07-14 11:36:23 -0700 (Wed, 14 Jul 2010) | 1 line

make cygwin gcc happy again
------------------------------------------------------------------------
r2741 | rorothetroll | 2010-07-13 16:04:59 -0700 (Tue, 13 Jul 2010) | 1 line

add some extra test when we receive a bad ATR from smargo. third try should do it :) .


tex

oscam-svn2744-full-Distribution

tex

oscam-svn2745-full-Distribution


Code:

r2745 | rorothetroll | 2010-07-14 16:41:32 -0700 (Wed, 14 Jul 2010) | 1 line

added some commented code for viaccess emm-s , _network, this should help

tex

oscam-svn2750-full-Distribution

Code:

r2750 | cogsi | 2010-07-15 06:43:48 -0700 (Thu, 15 Jul 2010) | 2 lines

Azbox defs added to CMakeLists.txt
OpenXCAS libs and headers added

tex

oscam-svn2752-full-Distribution

Code:

r2752 | schlocke | 2010-07-15 10:21:20 -0700 (Thu, 15 Jul 2010) | 2 lines

loadbalance: ecm-cache for detecting duplicate requests

------------------------------------------------------------------------
r2751 | rorothetroll | 2010-07-15 09:56:55 -0700 (Thu, 15 Jul 2010) | 8 lines

added a new mode for aes keys.
If you set the key to 00 in the config, this mean you don't have the key, we shouldn't return any CW
If you set the key to FF in the config, it'll not try to decrypt but will return the CW received from the card.
This is for cards that have the AES in them and return already decrypted CW... to be tested..
example :
aeskeys=0500@030B00:00,00,EF..E3;0500@032820:FF;0500@032830:00,FF,D3..E1

tex

oscam-svn2753-full-Distribution

r2753 | schlocke | 2010-07-15 11:53:01 -0700 (Thu, 15 Jul 2010) | 2 lines

fixed cygwin tmp-path problem

------------------------------------------------------------------------
r2752 | schlocke | 2010-07-15 10:21:20 -0700 (Thu, 15 Jul 2010) | 2 lines

loadbalance: ecm-cache for detecting duplicate requests

oscam-svn2753-full-Distribution.tar.gz

tex


oscam-svn2754-full-Distribution

Changeset [2754] by rorothetroll
fix for ticket #642


tex

oscam-svn2758-full-Distribution
r2758 | landlord | 2010-07-15 15:31:31 -0700 (Thu, 15 Jul 2010) | 1 line

Documentation for new special 'aeskeys'.
------------------------------------------------------------------------
r2757 | alno | 2010-07-15 15:22:28 -0700 (Thu, 15 Jul 2010) | 1 line

WebIf: fix for saving reader tigerkey
oscam-svn2758-full-Distribution.tar.gz

tex

    
oscam-svn2764-full-Distribution

oscam-svn2764-full-Distribution.tar.gz

labud

oscam-svn2765-full-Distribution.tar.gz
-----------------------------------------------








UNAUTHORIZED DECODING OF ENCRYPTED SIGNALS FROM EITHER DOMESTIC OR FOREIGN PROVIDERS IS AGAINST THE LAW !!!
INFORMATION CONTAINED IN MY POSTS ["C/P FROM ANOTHER SITE"] ARE FOR LEARNING AND EDUCATIONAL PURPOSES ONLY !!!
PLEASE, DO NOT SEND ME PRIVATE MESSAGES WITH TECHNICAL QUESTIONS, USE FORUM FOR IT !!!

tex

oscam-svn2765-gbx-5.8-full-Distribution

tex

oscam-svn2766-full-Distribution