Dies ist eine mobil optimierte Seite, die schnell lädt. Wenn Sie die Seite ohne Optimierung laden möchten, dann klicken Sie auf diesen Text.

Aktuelle Oscam Versionen hier rein

AW: Aktuelle Oscam Versionen hier rein


------------------------------------------------------------------------
r4376 | landlord | 2011-01-08 14:26:57 +0100 (Sat, 08 Jan 2011) | 1 line

New default for 'lb_retrylimit'.
------------------------------------------------------------------------
r4375 | landlord | 2011-01-08 14:25:24 +0100 (Sat, 08 Jan 2011) | 1 line

Documentation for new parameter 'lb_retrylimit'.
------------------------------------------------------------------------
r4374 | landlord | 2011-01-08 14:19:26 +0100 (Sat, 08 Jan 2011) | 1 line

Some README updates.
------------------------------------------------------------------------
[DOWN]Link Removed[/DOWN]
 
AW: Aktuelle Oscam Versionen hier rein


------------------------------------------------------------------------
r4377 | lattjo | 2011-01-08 14:58:12 +0100 (Sat, 08 Jan 2011) | 1 line

Fixes for smartreader high CPU load
------------------------------------------------------------------------
r4376 | landlord | 2011-01-08 14:26:57 +0100 (Sat, 08 Jan 2011) | 1 line

New default for 'lb_retrylimit'.
------------------------------------------------------------------------
[DOWN]Link Removed[/DOWN]
 
AW: Aktuelle Oscam Versionen hier rein


------------------------------------------------------------------------
r4378 | landlord | 2011-01-08 15:44:37 +0100 (Sat, 08 Jan 2011) | 1 line

Update documentation for 'lb_retrylimit'.
------------------------------------------------------------------------
r4377 | lattjo | 2011-01-08 14:58:12 +0100 (Sat, 08 Jan 2011) | 1 line

Fixes for smartreader high CPU load
------------------------------------------------------------------------
[DOWN]Link Removed[/DOWN]
 
AW: Aktuelle Oscam Versionen hier rein

alter Falter ...... mal schnell danke sagen :good:

bei dir muss man ja F5 festhalten so schnell wie du aktualisierst DD
 
AW: Aktuelle Oscam Versionen hier rein

Dann schmeiß ich auch mal wieder was für die Debian 32BIt User mit rein...
Vll. brauchts ja jemand :emoticon-0131-angel
Bin zwar nich so schnell mit den Updates wie mein Vorbild emil1...:good:


Ausgecheckt, Revision 4378.
debian:~# cd oscam-svn/
debian:~/oscam-svn# cd build
debian:~/oscam-svn/build# cmake ..
-- pthread found. Adding pthread support
-- openssl found.
-- librt found (needed by libusb).
-- static libusb 1.0 found : /usr/local/lib/libusb-1.0.a . Adding smartreader support
-- librt found (needed by libusb).
-- Utils: pthread found. Adding pthread support
-- Utils: static libusb 1.0 found : /usr/local/lib/libusb-1.0.a . Adding smartreader support
-- Utils: operating system: Linux
-- Utils: system type: i686-pc-linux
-- Utils: system: linux
-- Utils: cpu: i686
-- Utils: hw: pc
-- Utils: use system static libusb
--
--
-- operating system: Linux
-- system type: i686-pc-linux
-- system: linux
-- cpu: i686
-- hw: pc
-- use system aes functions
-- use system sha functions
-- use system pcsc functions
-- use system pthread functions
-- use system libusb functions
--
-- Configuring done
-- Generating done
-- Build files have been written to: /root/oscam-svn/build

[DOWN]
Link Removed
[/DOWN]

Gruß SlyPhil
 
AW: Aktuelle Oscam Versionen hier rein


------------------------------------------------------------------------
r4379 | Admin | 2011-01-08 19:07:01 +0100 (Sat, 08 Jan 2011) | 1 line

WebIf: If hideclients_to is set, users with ECMs within hideclients_to seconds will be highlighted and a sum shown on standard page (not on "hide idle" page). Thanks to leloup for this suggestion.
------------------------------------------------------------------------
r4378 | landlord | 2011-01-08 15:44:37 +0100 (Sat, 08 Jan 2011) | 1 line

Update documentation for 'lb_retrylimit'.
------------------------------------------------------------------------
[DOWN]Link Removed[/DOWN]
 
AW: Aktuelle Oscam Versionen hier rein

Link Removed

------------------------------------------------------------------------
r4380 | Admin | 2011-01-08 19:34:36 +0100 (Sat, 08 Jan 2011) | 1 line

Small fix for last commit
------------------------------------------------------------------------
r4379 | Admin | 2011-01-08 19:07:01 +0100 (Sat, 08 Jan 2011) | 1 line

WebIf: If hideclients_to is set, users with ECMs within hideclients_to seconds will be highlighted and a sum shown on standard page (not on "hide idle" page). Thanks to leloup for this suggestion.
------------------------------------------------------------------------
[DOWN]Link Removed[/DOWN]
 
AW: Aktuelle Oscam Versionen hier rein

Link Removed

------------------------------------------------------------------------
r4381 | Admin | 2011-01-08 21:05:46 +0100 (Sat, 08 Jan 2011) | 1 line

WebIf: Fix oscam crash when user with name longer than 64 trying to be added. Use garbage collector for account refresh.
------------------------------------------------------------------------
r4380 | Admin | 2011-01-08 19:34:36 +0100 (Sat, 08 Jan 2011) | 1 line

Small fix for last commit
------------------------------------------------------------------------
[DOWN][/DOWN]
 
AW: Aktuelle Oscam Versionen hier rein



------------------------------------------------------------------------
r4382 | Admin | 2011-01-09 03:59:19 +0100 (Sun, 09 Jan 2011) | 1 line

Introducing cs_malloc/cs_realloc functions so that it's easier to log and handle errors. It's usage is demonstrated in oscam-http and oscam-http-helpers. Furthermore, some huge cleanups were done through the webinterface (the helpers module should be fine regarding threading issues now) and the oscam-log is now a bit safer by replacing the sprintfs through snprintfs (not only regarding BufferOverflows, but also Null strings dont lead to a crashing OSCam - at least on my debian).
------------------------------------------------------------------------
r4381 | Admin | 2011-01-08 21:05:46 +0100 (Sat, 08 Jan 2011) | 1 line

WebIf: Fix oscam crash when user with name longer than 64 trying to be added. Use garbage collector for account refresh.
------------------------------------------------------------------------
[DOWN]Link Removed[/DOWN]
 
AW: Aktuelle Oscam Versionen hier rein


------------------------------------------------------------------------
r4383 | Admin | 2011-01-09 04:18:40 +0100 (Sun, 09 Jan 2011) | 1 line

Add sulge's patch from to fix compilation warning on module-serial for PPC plattforms.
------------------------------------------------------------------------
r4382 | Admin | 2011-01-09 03:59:19 +0100 (Sun, 09 Jan 2011) | 1 line

Introducing cs_malloc/cs_realloc functions so that it's easier to log and handle errors. It's usage is demonstrated in oscam-http and oscam-http-helpers. Furthermore, some huge cleanups were done through the webinterface (the helpers module should be fine regarding threading issues now) and the oscam-log is now a bit safer by replacing the sprintfs through snprintfs (not only regarding BufferOverflows, but also Null strings dont lead to a crashing OSCam - at least on my debian).
------------------------------------------------------------------------
[DOWN]Link Removed[/DOWN]
 
AW: Aktuelle Oscam Versionen hier rein


------------------------------------------------------------------------
r4384 | Admin | 2011-01-09 05:28:48 +0100 (Sun, 09 Jan 2011) | 1 line

Fix small bug from last commit: malloc=>realloc
------------------------------------------------------------------------
r4383 | Admin | 2011-01-09 04:18:40 +0100 (Sun, 09 Jan 2011) | 1 line

Add sulge's patch from hxxp://streamboard.gmc.to/wbb2/thread.php?postid=365973#post365973 to fix compilation warning on module-serial for PPC plattforms.
------------------------------------------------------------------------
[DOWN]Link Removed[/DOWN]
 
AW: Aktuelle Oscam Versionen hier rein

Link Removed Link Removed

------------------------------------------------------------------------
r4385 | alno | 2011-01-09 12:07:22 +0100 (Sun, 09 Jan 2011) | 1 line

WebIf: partially revert #4369
------------------------------------------------------------------------
r4384 | Admin | 2011-01-09 05:28:48 +0100 (Sun, 09 Jan 2011) | 1 line

Fix small bug from last commit: malloc=>realloc
------------------------------------------------------------------------
[DOWN]Link Removed[/DOWN]
 
AW: Aktuelle Oscam Versionen hier rein

Link Removed Link Removed

------------------------------------------------------------------------
r4386 | alno | 2011-01-09 15:12:27 +0100 (Sun, 09 Jan 2011) | 1 line

WebIf: restart cardreader in reader view. Could be have sideeffects on different readertypes
------------------------------------------------------------------------
r4385 | alno | 2011-01-09 12:07:22 +0100 (Sun, 09 Jan 2011) | 1 line

WebIf: partially revert #4369
------------------------------------------------------------------------
[DOWN]Link Removed[/DOWN]
 
AW: Aktuelle Oscam Versionen hier rein

Link Removed Link Removed

------------------------------------------------------------------------
r4387 | alno | 2011-01-09 15:43:43 +0100 (Sun, 09 Jan 2011) | 1 line

WebIf: fix mirored IP in monitor config
------------------------------------------------------------------------
r4386 | alno | 2011-01-09 15:12:27 +0100 (Sun, 09 Jan 2011) | 1 line

WebIf: restart cardreader in reader view. Could be have sideeffects on different readertypes
------------------------------------------------------------------------
[DOWN]Link Removed[/DOWN]
 
AW: Aktuelle Oscam Versionen hier rein



------------------------------------------------------------------------
r4388 | Admin | 2011-01-09 16:27:26 +0100 (Sun, 09 Jan 2011) | 1 line

WebIf: Sending errors wasn't previously completely possible as the headers were already sent before. Fix bug in cccam entitlements display. Do some cleanup.
------------------------------------------------------------------------
r4387 | alno | 2011-01-09 15:43:43 +0100 (Sun, 09 Jan 2011) | 1 line

WebIf: fix mirored IP in monitor config
------------------------------------------------------------------------
[DOWN]Link Removed[/DOWN]
 
Für die Nutzung dieser Website sind Cookies erforderlich. Du musst diese akzeptieren, um die Website weiter nutzen zu können. Erfahre mehr…