annuncio

Comprimi
Ancora nessun annuncio.

oscam-svn light-Distribution

Comprimi
X
Comprimi
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
  • Filtro
  • Ora
  • Visualizza
Elimina tutto
nuovi messaggi
  • #16

    Re: oscam-svn light-Distribution

    ------------------------------------------------------------------------
    r5885 | kpc | 2011-08-17 20:39:56 +0200 (Mi, 17. Aug 2011) | 1 Zeile

    Add missing brackets, caused by #5871
    ------------------------------------------------------------------------
    r5884 | Admin | 2011-08-17 16:09:43 +0200 (Mi, 17. Aug 2011) | 1 Zeile

    Newcamd: Fix: When more than 12 idents are defined, the log buffer is too small. On some systems this leads to a segfault, others just print the stripped string. Probably this is caused because snprintf may return -1 instead of the amount of characters written (when a string is truncated) on older glibc versions (=>we should check that issue globally!).
    ------------------------------------------------------------------------
    r5883 | neoen | 2011-08-17 14:30:13 +0200 (Mi, 17. Aug 2011) | 1 Zeile

    Enabled readerstats api also if Load Balance module is disabled
    ------------------------------------------------------------------------
    r5882 | neoen | 2011-08-17 13:57:24 +0200 (Mi, 17. Aug 2011) | 1 Zeile

    VideoGuard: Removed duplicated function
    ------------------------------------------------------------------------
    r5881 | zetack | 2011-08-17 12:09:23 +0200 (Mi, 17. Aug 2011) | 2 Zeilen

    irdeto: allow provider addressed unique emm
    ------------------------------------------------------------------------
    r5879 | alno | 2011-08-16 22:00:38 +0200 (Di, 16. Aug 2011) | 1 Zeile

    WebIf: fix for Ticket #2101
    ------------------------------------------------------------------------
    Ultima modifica powercisco; 18-08-11, 11:59.
    sigpic

    COMMENTA

    • #17

      Re: oscam-svn light-Distribution

      codice:
      ------------------------------------------------------------------------
      r5893 | docman | 2011-08-19 06:18:23 +0200 (Fr, 19. Aug 2011) | 1 Zeile
      
      Updated example for 'lb_nbest_percaid'.
      ------------------------------------------------------------------------
      r5892 | alno | 2011-08-18 22:33:23 +0200 (Do, 18. Aug 2011) | 1 Zeile
      
      Reader: fix wrong brackets in config - sorry
      ------------------------------------------------------------------------
      r5891 | alno | 2011-08-18 22:26:36 +0200 (Do, 18. Aug 2011) | 1 Zeile
      
      Reader: extended errormessage on cooldown parameter
      ------------------------------------------------------------------------
      r5890 | alno | 2011-08-18 22:23:13 +0200 (Do, 18. Aug 2011) | 1 Zeile
      
      Reader: small fix for cooldown
      ------------------------------------------------------------------------
      r5889 | Admin | 2011-08-18 22:16:44 +0200 (Do, 18. Aug 2011) | 1 Zeile
      
      Ticket #2104. WebIf: Allow changing output charset to UTF-8. Please really read the documentation before enabling this as it can have negative side effects and may arise bugs. Because of the possibly arising issues, support can only be given if this is not enabled and it is only definable via command line.
      ------------------------------------------------------------------------
      r5888 | zetack | 2011-08-18 21:35:27 +0200 (Do, 18. Aug 2011) | 2 Zeilen
      
      fix memleak
      ------------------------------------------------------------------------
      r5887 | kpc | 2011-08-18 21:26:06 +0200 (Do, 18. Aug 2011) | 1 Zeile
      
      correct all time((time_t)0) calls, no consequences for binary
      ------------------------------------------------------------------------
      r5886 | alno | 2011-08-18 20:41:47 +0200 (Do, 18. Aug 2011) | 4 Zeilen
      
      Reader: very basic and untested functionality 'cooldown'. It's configurable over parameter 'cooldown=<seconds OFF>, <seconds ON>' This parameter is not avail in webif during testing phase. It only works if ratelimitecm + ratelimitseconds. During 'seconds OFF' the reader is open. After 'seconds OFF' the reader get restrictions set in ratelimitecm + ratelimitseconds for time defined in 'seconds ON'
      Cooldown ON means reader is restricted while Cooldown OFF means reader is open.
      This time aligned method is very dirty because time ticks also with no requests and is checked only on each request. Maybe somebody has a better idea.
      For documentation - would be better to not document this parameter in this early state
      ------------------------------------------------------------------------
      sigpic

      COMMENTA

      • #18

        Re: oscam-svn light-Distribution

        codice:
        ------------------------------------------------------------------------
        r5898 | kpc | 2011-08-20 00:48:49 +0200 (Sa, 20. Aug 2011) | 1 Zeile
        
        add missing ifdef CS_ANTICASC
        ------------------------------------------------------------------------
        r5897 | zetack | 2011-08-20 00:23:22 +0200 (Sa, 20. Aug 2011) | 2 Zeilen
        
        rework ecm timeout detection
        ------------------------------------------------------------------------
        r5896 | Admin | 2011-08-19 23:30:00 +0200 (Fr, 19. Aug 2011) | 1 Zeile
        
        Fix for missing cards caused by r5866.
        ------------------------------------------------------------------------
        r5895 | alno | 2011-08-19 19:18:16 +0200 (Fr, 19. Aug 2011) | 1 Zeile
        
        Fix not disconnecting monitor account
        ------------------------------------------------------------------------
        r5894 | neoen | 2011-08-19 12:23:35 +0200 (Fr, 19. Aug 2011) | 5 Zeilen
        
        VG2: Added optional INS7E during card boot
        New reader parameter ins7E is used for INS7E payload as it is provider dependent.
        ins7E parameter, if present, has to contain 26 hex-bytes.
        If not present or empty, INS7E is not sent to card during boot.
        ------------------------------------------------------------------------
        sigpic

        COMMENTA

        • #19

          Re: oscam-svn light-Distribution

          codice:
          ------------------------------------------------------------------------
          r5905 | kpc | 2011-08-20 23:58:15 +0200 (Sa, 20. Aug 2011) | 4 Zeilen
          
          - Fixed segfault (due to capital S in format string instead of lowercase s)
          - Added format string checking for log functions
          - Fixed all format string errors
          ------------------------------------------------------------------------
          r5904 | alno | 2011-08-20 22:18:01 +0200 (Sa, 20. Aug 2011) | 1 Zeile
          
          WebIf: fix provid output in entitlements
          ------------------------------------------------------------------------
          r5903 | zetack | 2011-08-20 22:15:37 +0200 (Sa, 20. Aug 2011) | 2 Zeilen
          
          fix bug with preferlocalcards when lb is enabled
          ------------------------------------------------------------------------
          r5902 | zetack | 2011-08-20 20:18:00 +0200 (Sa, 20. Aug 2011) | 2 Zeilen
          
          fix late timeouts
          ------------------------------------------------------------------------
          r5901 | zetack | 2011-08-20 19:43:21 +0200 (Sa, 20. Aug 2011) | 2 Zeilen
          
          fix segfault
          ------------------------------------------------------------------------
          r5900 | alno | 2011-08-20 17:58:08 +0200 (Sa, 20. Aug 2011) | 1 Zeile
          
          WebIf: add provider ID's to entitlement output
          ------------------------------------------------------------------------
          r5899 | zetack | 2011-08-20 17:47:23 +0200 (Sa, 20. Aug 2011) | 2 Zeilen
          
          fix bad ecm times after r5897
          ------------------------------------------------------------------------
          sigpic

          COMMENTA

          • #20

            Re: oscam-svn light-Distribution

            codice:
            ------------------------------------------------------------------------
            r5919 | alno | 2011-08-21 18:58:15 +0200 (So, 21. Aug 2011) | 1 Zeile
            
            Webif: remove PrvID from Provid in entitlements
            ------------------------------------------------------------------------
            r5918 | neoen | 2011-08-21 16:04:11 +0200 (So, 21. Aug 2011) | 1 Zeile
            
            Fix readnano implementation
            ------------------------------------------------------------------------
            r5917 | lareq78 | 2011-08-21 15:14:52 +0200 (So, 21. Aug 2011) | 1 Zeile
            
            reader-nagra : Fix from last commit 
            ------------------------------------------------------------------------
            r5915 | kpc | 2011-08-21 14:48:10 +0200 (So, 21. Aug 2011) | 4 Zeilen
            
            - In case no tier name is displayed, display provid-name (for cards that do not have tiers)
            - Display card provid name for seca (in case of no oscam.provid)
            - Fix buflength for get_provider (could worst case have been 106, instead of 83).
            ------------------------------------------------------------------------
            r5914 | Admin | 2011-08-21 14:14:50 +0200 (So, 21. Aug 2011) | 1 Zeile
            
            Fix some compiler warnings.
            ------------------------------------------------------------------------
            r5913 | lareq78 | 2011-08-21 14:13:27 +0200 (So, 21. Aug 2011) | 1 Zeile
            
            reader_nagra :fix GetDataType? for some cards. 
            ------------------------------------------------------------------------
            r5911 | neoen | 2011-08-21 13:50:42 +0200 (So, 21. Aug 2011) | 1 Zeile
            
            Fix for r5906. FREEBSD and MACOSX don't support realtime signals
            ------------------------------------------------------------------------
            r5910 | Admin | 2011-08-21 13:27:46 +0200 (So, 21. Aug 2011) | 1 Zeile
            
            Small year correction for last commit.
            ------------------------------------------------------------------------
            r5909 | Admin | 2011-08-21 13:20:07 +0200 (So, 21. Aug 2011) | 1 Zeile
            
            Remove strptime() from entitlement functions of conax and cryptoworks readers and prevent future use as some DM500 and dbox2 images strip out this function to save space. If you have such a card, please report in the forum entitlements thread (not ticket) if this changes the dates.
            ------------------------------------------------------------------------
            r5908 | neoen | 2011-08-21 12:37:12 +0200 (So, 21. Aug 2011) | 1 Zeile
            
            Fix from last commit
            ------------------------------------------------------------------------
            r5907 | neoen | 2011-08-21 12:29:38 +0200 (So, 21. Aug 2011) | 1 Zeile
            
            Fix compiler warnings and compiler errors on some systems (MACOSX)
            ------------------------------------------------------------------------
            r5906 | zetack | 2011-08-21 12:05:22 +0200 (So, 21. Aug 2011) | 2 Zeilen
            
            use another signal to wakeup check thread
            ------------------------------------------------------------------------
            sigpic

            COMMENTA

            • #21

              Re: oscam-svn light-Distribution

              codice:
              ------------------------------------------------------------------------
              r5929 | Deas | 2011-08-24 00:59:41 +0200 (Mi, 24. Aug 2011) | 1 Zeile
              
              oscam: fix wrong checksum order output in -d1 log. 
              ------------------------------------------------------------------------
              r5928 | neoen | 2011-08-23 23:43:46 +0200 (Di, 23. Aug 2011) | 1 Zeile
              
              Fixed reader device not closed if disabled from WebIf
              ------------------------------------------------------------------------
              r5927 | neoen | 2011-08-23 17:18:46 +0200 (Di, 23. Aug 2011) | 1 Zeile
              
              Revert unwanted commit from r5926, sorry
              ------------------------------------------------------------------------
              r5926 | neoen | 2011-08-23 17:15:16 +0200 (Di, 23. Aug 2011) | 1 Zeile
              
              Fix missing AZBOX reader 'mode' saving with WebIf
              ------------------------------------------------------------------------
              r5925 | kpc | 2011-08-22 23:34:01 +0200 (Mo, 22. Aug 2011) | 1 Zeile
              
              html: fix strange characters in tierid/provid
              ------------------------------------------------------------------------
              sigpic

              COMMENTA

              • #22

                Re: oscam-svn light-Distribution

                codice:
                ------------------------------------------------------------------------
                r5931 | neoen | 2011-08-25 10:23:10 +0200 (Do, 25. Aug 2011) | 1 Zeile
                
                Fixed readnano missing code to bypass block settings
                ------------------------------------------------------------------------
                r5930 | neoen | 2011-08-24 19:12:27 +0200 (Mi, 24. Aug 2011) | 1 Zeile
                
                VG2: Force CLA D0 to get INS length, corrected INSD3 calculated len
                ------------------------------------------------------------------------
                sigpic

                COMMENTA

                • #23

                  Re: oscam-svn light-Distribution

                  codice:
                  ------------------------------------------------------------------------
                  r5944 | zetack | 2011-09-07 22:43:59 +0200 (Mi, 07. Sep 2011) | 2 Zeilen
                  
                  try another cache mechanism and fix a memleak
                  ------------------------------------------------------------------------
                  r5943 | schlocke | 2011-09-07 22:39:36 +0200 (Mi, 07. Sep 2011) | 2 Zeilen
                  
                  fixed cache2
                  ------------------------------------------------------------------------
                  r5942 | schlocke | 2011-09-07 22:19:56 +0200 (Mi, 07. Sep 2011) | 2 Zeilen
                  
                  fixed cache
                  ------------------------------------------------------------------------
                  r5941 | zetack | 2011-09-07 19:41:30 +0200 (Mi, 07. Sep 2011) | 2 Zeilen
                  
                  dvbapi: fixes for seca emm filter
                  ------------------------------------------------------------------------
                  r5940 | zetack | 2011-09-05 22:28:51 +0200 (Mo, 05. Sep 2011) | 2 Zeilen
                  
                  another fix for r5937
                  ------------------------------------------------------------------------

                  codice:
                  http://www.megaupload.com/?d=TDH2QEW0
                  sigpic

                  COMMENTA

                  • #24

                    Re: oscam-svn light-Distribution

                    r6070 | corsair | 2011-12-07 22:25:51 +0100 (Mi, 07. Dez 2011) | 2 Zeilen

                    autobetatunnel enhancement

                    ------------------------------------------------------------------------
                    r6069 | corsair | 2011-12-07 13:27:23 +0100 (Mi, 07. Dez 2011) | 2 Zeilen

                    some optimizations on logging code, refactored missing user log part

                    ------------------------------------------------------------------------
                    Downloadlink
                    Ftp Edit Non Completo

                    diamond_dash autoclick
                    FreeServer Converter
                    Screenshot tools

                    COMMENTA

                    Sto operando...
                    X