Lastest Oscam for Coolstream HD1

juli13

Staff member
Administrator
Messages
10,198
OSCam v0.99.4 Revision 545 of 25.11.2009:

Changes:

- 543: merged identical reader protocols together in the documentation
- 544: fix for Viaccess SRGSSR SC
- 545: missed var declaration
 

elgeneral

Registered
Messages
7,811
Oscam for CoolStream HD1

OSCam v0.99.4 Revision 547 vom 26.11.2009:

Changes:

- 546: Revert csctapi/ifd_towitoko.c to version 476. Version after 477 broke the dreambox/ppc.
For example, the SSRSRG card are nomore recognized.
- 547: Add SVN version number in the log and the usage display. So, we can see which version is used

Gracias siempre a -=HSKc=-Robby
 

elgeneral

Registered
Messages
7,811
OSCam v0.99.4 Revision 548 vom 26.11.2009:

Changes
:
- 548: Another try to have better sci support in ifd_towitoko.c. Hope this is better this time... Should works with viaccess, seca and some ***
cards at least. And maybe SH4 support is back to work...

Pues si :thum:
 

juli13

Staff member
Administrator
Messages
10,198
OSCam v0.99.4 Revision 553 of 26.11.2009:

Changes:
- 549: Re-add reader-***.c as reader-***-de.c. This was removed in commit 537, but it's used for the Sky DE cards. So, re-add with a slighy modified name.
- 550: Fix compiling without cmake with svn_version
- 551: Remove patch #549. It was a mistake to re-commit it. Sorry.
- 552: back-ported the smartreader+ code from the merlin branch. Not tested yet but this doesn't break anything.
- 553: small documentation updates: nice level
 

juli13

Staff member
Administrator
Messages
10,198
oscam-0.99.4.558

Code:
svn version now in binary name, too (standard Makefile only)
 

juli13

Staff member
Administrator
Messages
10,198
OSCam v0.99.4 Revision 581 vom 30.11.2009:

Changes:
- 559: csctapi/ifd_towitoko.c : added some test to make sure all structure have been allocated before doing anything with them
- 560: svn version now in logfile, too
- 561: Videoguard2.c fix serial in EMM and improve postprocessing detection
- 562: Improve baudrate setting when overclocking
- 563: Fix compilingerror MACOS / CYGWIN introduced rev562, sorry
- 564: branch for smartreader support.
- 565: reverted all the changes introduced in 552 back to 551 as this is causing more issue that we thought. I created a branch for the smartreader and will restart from this version. We will need testers for the smartreader branch to make sure it works on all boxes. I'll backport any changes on trunk to this branche to ease the final merging.
- 566: Reapply rev 562+563
- 567: Removed IO Property cache. Unnecessary and complex.
- 568: cccam protocol testing branch
- 569: edit in cccam-test branch
- 570: cccam-test branch. memory not free()d, not stable, only a single caid, pls don't expect this to work - test only
- 571: First bit of cccam code. Need to test compilation.
- 572: cscrypt.h now includes sha1 header
- 573: Removed -Werror, added -Wall -Wno-implicit-function-declaration -Wno-parentheses to Makefiles
- 574: default Makefile also -Wall -Wno-implicit-function-declaration -Wno-parentheses
- 575: Fix some small compiler warnings
- 576: Fix another small compiler warning
- 577: resync with trunk
- 578: fix issue with function pointer fot threads
- 579: update for svn version in binary, binary name, logfile
- 580: added idea support to cscrypt. Is needed for nagra-reader
- 581: keep in sync with trunk
 

juli13

Staff member
Administrator
Messages
10,198
OSCam v0.99.4 Revision 623 vom 02.12.2009:

Changes:
- 582-593: cccam test-branch things
- 594: Added toolchain for synology NAS
- 595-596: cccam test-branch things
- 597: Prerequisites for reader-nagra.c
- 598: initial commit of nagra-reader.c. unfortunately communication problems still exists.
- 599-603: smartreader test-branch things
- 604-610: cccam test-branch things
- 611-614: azbox-reader test-branch things
- 615: Exit reader_irdeto_mode, replaced by user config cardmhz
- 616: azbox-reader test-branch things
- 617: documentation update for Nagra implemtation
- 618: azbox-reader test-branch things
- 619: documentation update for cardmhz
- 620: Overclock for dreambox readers; tested on Sky It 919
- 621: Remove mhz parameter setting restrictions
- 622: Customspeed now also obeys mhz and cardmhz parameters
- 623: Fix compiler warning nagra
 

juli13

Staff member
Administrator
Messages
10,198
OSCam v0.99.4 Revision 655 vom 03.12.2009:

Changes:
- 625: azbox-reader test-branch things
- 626-627: cccam test-branch things
- 628-633: azbox-reader test-branch things
- 634: Changed message since it seemed confusing to lot of users
- 635: azbox-reader test-branch things
- 636: smartreader test-branch things
- 637: Overclocking documentation updated
- 638-642: smartreader test-branch things
- 643: Display svnversion via the monitoring port
- 644-645: cccam test-branch things
- 646-647: cccam-test branch merge
- 648: cccam and radegast reader support (alpha)
- 649: sha1 needed for cccam support
- 650: sha1
- 651: Review of SC overclocking documentation
- 652: Removed cccam-test branch
- 653: Test network fix for cccam
- 654: Maketype fix for cccam
- 655: fix idea include
 

juli13

Staff member
Administrator
Messages
10,198
OSCam v0.99.4 Revision 668 vom 03.12.2009:

Changes:
- 656: azbox-reader test-branch things
- 657: undef refs fixed
- 658: azbox-reader test-branch things
- 659: Fix some timming issues
- 660-661: smartreader test-branch things
- 662: latest changes on nagra2/3 reader. please test and report
- 663: smartreader test-branch things
- 664: fix typo
- 665: smartreader test-branch things
- 666: activate setBaudrate. set timeout a bit shorter
- 667: update for CCcam parameter 'cccversion' and 'cccbuild', documentation updated
- 668: smartreader test-branch things
 

juli13

Staff member
Administrator
Messages
10,198
OSCam v0.99.4 Revision 701 vom 05.12.2009:

Changes:
- 669-671: smartreader test-branch things
- 672: remobe the non blocking open for OS X. Make sure you use the /dev/cu.XXXX device in your oscam.server (/dev/tty.XXXX will block until DTR is asserted)
- 673-674: smartreader test-branch things
- 675: add O_NONBLOCK to OS X device open
- 676: Fix timming issue on irdeto cards
- 677: smartreader test-branch things
- 678: Centralize ugly code to force baudrate after ATR for reader-nagra and reader-videoguard2
- 679: Fix 20minutes cw not found issue, Improve ECM/CW handling, fix wrong dt08 calc in some conditions, rom181 will now work in pure nagra mode
- 680: Fix compiler warnings reader-common.c
- 681: Fix Typo
- 682: Automatic after-ATR baudsetting for Phoenix; gets rid of customspeed setting
- 683-684: smartreader test-branch things
- 685: fix compile warning
- 686: smartreader test-branch things
- 687: Removing debug messages
- 688: documentation update: 'customspeed' removed
- 689: reader Nagra: monitoring clients now get cardinfo, too
- 690: toolchain for 'nslu2 armv5' added
- 691: cmake toolchain for 'nslu2 armv5' added
- 692: see my command for atr_d_table
- 693-698: smartreader test-branch things
- 699: move after-ATR baudset for Phoenix until after PPS, used existing code better
- 700: Fixes Error activating card on difficult Phoenix devices
- 701: probably fix for dt08 calc for cards wich has pairing eg. Polsat? set a retry in ecm request
 

tani1

Staff member
Super Moderator
Messages
17,767
OSCam v0.99.4 Revision 717 vom 06.12.2009:

Changes:
- 702: detect Tivusat properly as nagra card
- 703: Type correction
- 704: examples CCcam (changed parameters) and radegast updated
- 705: fix, get dt08 in some conditions eg.Polsat
- 706: Fix bug in Phoenix custom-baudrate; debug messages on baudrate setting when using -d63
- 707-708: smartreader test-branch things
- 709: Use recv() instead of read()
- 710: Seems that WIN32 don't have MSG_WAITALL defined
- 711: Use system SHA functions when available. This was needing some small functions and definition renaming.
- 712: Finish the configuration to have either internal SHA or system SHA functions
- 713: strlen() to limit a memcpy is not a good idea
- 714: smartreader test-branch things
- 715: recv() debug
- 716: smartreader test-branch things
- 717: very experimental EMM support for nagra reader
 

elgeneral

Registered
Messages
7,811
OSCam v0.99.4 Revision 740 vom 07.12.2009:

Changes:

- 738: hopefully fix betatunnel. if rsa_key are set then oscam assumed that a irdeto tunneled nagra card should be running in native nagra mode
- 739: some cleanups in emm/ecm support
- 740: next fix in dt08 data detection
 

juli13

Staff member
Administrator
Messages
10,198
oscam-0.99.4svn752

Code:
Fix typo. Use boxkey instead of hexserial, thx to satpt for his help
 

tani1

Staff member
Super Moderator
Messages
17,767
OSCam v0.99.4 Revision 760 vom 10.12.2009:

Changes:
- 753: smartreader test-branch things
- 754: documentation for 'caid' parameter updated
- 755: Fix PTS that broke Dreambox internal reader
- 756: smartreader test-branch things
- 757: make cw request more stable
- 758: small fix. set retry to 0
- 759: Cleanup the usage printout, and put an ascii logo
- 760: documentation for 'caid' parameter updated again: mask was missing
 

juli13

Staff member
Administrator
Messages
10,198
OSCam v0.99.4 Revision 811 vom 12.12.2009:

Code:
Changes:
- 761: Can`t find 'MSG_WAITALL' on Windows/Cygwin
- 762: create branche for pcsc reader test
- 763: pcsc reader test-branch things
- 764: smartreader test-branch things
- 765: added tier reading support. if sessionkey negotiate not successfull, reader would not start anymore. some small cleanups of unneeded code
- 766-772: pcsc reader test-branch things
- 773: smartreader test-branch things
- 774-775: pcsc reader test-branch things
- 776: merge PCSC support into trunk
- 777: update communication
- 778: update Documentation and fix a typo
- 779: fix a few PCSC function call
- 780: improve the remove/reinsert detection and reset of the card fom PCSC readers
- 781: fix some debug messages
- 782: smartreader test-branch things
- 783: remove branche for pcsc reader test
- 784: review of PCSC reader documentation, added PCSC reader example, too
- 785: New monitor command 'version'
- 786: Update to generate binary file name with full version information
- 787: MIPS building works again
- 788: added parameter 'monlevel' to oscam.user documentation
- 789: removed unneeded var
- 790: added description for monitor interface
- 791: cmake update for Openwrt
- 792: smartreader test-branch things
- 793: fix ann issue with PCSC reader when started with no card
- 794: Fix: AU does not work with R_INTERN an R_SERIAL reader
- 795: Documentation update: parameter 'CAID' will be required in oscam.users
- 796: minor improvements for PCSC reader. Still doesn't work with card that need PTS
- 797: rom181 doesnt support tier id reading
- 798: fixed some errors in tier ID reading
- 799: smartreader test-branch things
- 800: some optimization in ECM/CW handling. Post process function will now called after sending CW to client. This reduce CW time ~10 percent
- 801: AU enabled for all (remote) readers
- 802: rename R_INTERN to R_INTERNAL, removed unnecessary variable
- 803: new monitor option: 'debug'
- 804: monitor option 'debug' limited to monlevel < 3
- 805: added 64Bit RSA Calculation patch
- 806: small fix. This resolve ticket 185
- 807: fix CMakeList.txt to only add /usr/include/PCSC for linux
- 808: smartreader test-branch things
- 809: put the pcsc reader code in its own files
- 810: smartreader test-branch things
- 811: revert commit 805. So make will work again. We must find a better way to determine if we build for 64Bit
 

elgeneral

Registered
Messages
7,811
OSCam v0.99.4 Revision 923 vom 17.12.2009:

Changes
:
- 819: added cmd$d1 $d2 $d3 for tivusat support
- 820: fix cmd $d1 for tivusat
- 821: smartreader test-branch things
- 822: new monitor option 'log' with 'logwohist'
- 823: Add DreCrypt? Unique EMM cmd42 style
- 824: New branch to improve the monitoring
- 825: smartreader test-branch things
- 826: fix for syslog
- 827-832: monitor-improvement-branch things
- 833: Improve ATR recognition for Dreambox readers
- 834: Fix Unique EMM DreCrypt? cmd42
- 835: fix for realoding oscam.user causes problems with decoding
- 836: Fixing typo introduced in rev 833
- 837: Remove annoying debug message
- 838: Malformed Irdeto ATR fix broke OK-formed Irdeto ATRs
- 839: documentation update: newcamd does not support reload of ident
- 840-841: documentation update: reload of ident forces to restart newcamd clients
- 842: smartreader test-branch things
- 843-845: monitor-improvement-branch things
- 846: fix card insert/eject on PCSC reader
- 847-848: Apply patch from anykey_ for viaccess PPS
- 849: smartreader test-branch things
- 850: fix a bad value in atr_d_table
- 851: monitor-improvement-branch things
- 852: update for betatunnel examples
- 853: New maxhop param for cccam reader
- 854: Fix for cccmaxhop
- 855: Further maxhop debug
- 856: cccmaxhop defaults to 10
- 857: documentation update: anti-cascading
- 858: documentation for 'cccmaxhop'
- 859: test
- 860: revert test
- 861: cccam ecm queing fixes
- 862: cccam: test
- 863: cccam: lock fix
- 864: cccam: mutex
- 865: locking should be handled by hellmaster's excellent get_next_ecm fcn
- 866: cccam is a bit broken - fix coming tomorrow
- 867: smartreader test-branch things
- 868: Fixes incorrect number of protocols atr.c is reporting; fixes small debug message also
- 869: smartreader test-branch things
- 870-883: cccam things
- 884-885: monitor-improvement-branch things
- 886: cccam-test branched from trunk
- 887-907: cccam-test-branch things
- 908: Revert patch rev.847 which repaired Viacc but broke others; improve # of protocols + protocol setting
- 909: cccam-test-branch things
- 910: Remove unused code
- 911-917: cccam-test-branch things
- 918: cccam now makes correct use of ecm queuing (should lead to better stability)
- 919: Improve behaviour after failing PTS, especially on /dev/sci
- 920: Spaces made code difficult to read
- 921: Temporary fix for Nagra HD+ as long as PTS2 not supported yet
- 922: Implementing card selection for non ISO behaviour would be smart thing
- 923: Expand Nagra HD+ non-ISO behaviour to all DNASP cards
 
Top