source: trunk/oscam-config.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4141   13 years dingo35 all: simplify debug system, add D_DVBAPI = -d128, eliminate cs_ptyp …
(edit) @4134   13 years _network dvbapi: add thread for manual calling of signal event handler for …
(edit) @4124   13 years schlocke cccam: parameter/port not recognized fixed
(edit) @4123   13 years schlocke cccam: experimental: stealth mode / reshare_services
(edit) @4092   13 years alno Config: fix fallbacktimeout
(edit) @4091   13 years alno Config: Avoid saving fallbacktimeout if default
(edit) @4084   13 years alno Config: set a minimum of 100 for lbsave. So new rule for this …
(edit) @4041   13 years _network set max reader count to 128 on all platforms
(edit) @4026   13 years hapeba include "dvbapi with stapi" in oscam.version
(edit) @3954   13 years _network restore oscam-config.h and add warning when oscam has no ssl support …
(edit) @3950   13 years hapeba include SSL in (oscam -h) and cosmetics
(edit) @3949   13 years alno show SSL included or not in oscam.version file
(edit) @3938   13 years alno WebIf: add writing cert path to write_config() - otherwise it will be …
(edit) @3930   13 years _network activate webif ssl support WITH_SSL (experimental)
(edit) @3916   13 years schlocke cccam: new parameter "cc_keepconnected" [0|1] default=1. 1=clients are …
(edit) @3865   13 years alno Config: change waitforcard default
(edit) @3843   13 years alno WebIf: fix multiple DES key in newcamd config
(edit) @3817   13 years alno WebIf: some changes related to device_out_endpoint
(edit) @3814   13 years alno WebIf: further reduce of parameters in [global] token
(edit) @3812   13 years alno moved some constants to global.h
(edit) @3811   13 years alno WebIf: reduce parameters in [global] token. Not save default or empty …
(edit) @3790   13 years alno WebIf: implement usage of javascript in webif. Path for script to set …
(edit) @3789   13 years alno WebIf: add parameter 'httpsavefullcfg=0|1' default 0 if 0 just …
(edit) @3787   13 years alno set qboxHD LED to disabled as default. Users wish to enable this …
(edit) @3785   13 years alno Added QboxHD LED patch from Ticket #1174 (THX boubaris)
(edit) @3778   13 years alno config: fix some issues with writing oscam.server
(edit) @3771   13 years alno Config: replace spaces in reader label by underscore. Spaces are the …
(edit) @3758   13 years rorothetroll patch to read activation/subscriptions on nagra tiger cards. Thanks to …
(edit) @3706   13 years dingo35 oscam.c renamed ecmcache1 and 2 to cwcache; removed ecmache setting …
(edit) @3692   13 years dingo35 oscam.c finally removing reader array
(edit) @3677   13 years alno WebIf: fix for Ticket #1025
(edit) @3661   13 years schlocke cccam: fixed segfaults webif: fixed segfaults tcp-connect now has an …
(edit) @3659   13 years dingo35 Turn acocunt->au from index to pointer aureader
(edit) @3658   13 years dingo35 oscam-config.c : remote some reader[] statements
(edit) @3650   13 years dingo35 Concentrate reader type printing stuff to prevent code duplication
(edit) @3621   13 years rorothetroll patch to allow a different out endpoint in the smartreader usb code to …
(edit) @3582   13 years dingo35 unlimited readers step 6: oscam-http.c remove CS_MAXREADER loops
(edit) @3581   13 years _network dvbapi: move priority settings to a separate file
(edit) @3580   13 years dingo35 oscam-config.c: Optimize examining reader type
(edit) @3576   13 years dingo35 unlimited readers step 5: oscam-config.c remove CS_MAXREADER loops
(edit) @3560   13 years schlocke max amount of groups extended from 32 to 64
(edit) @3559   13 years dingo35 unlimited readers step 1: put readers in list
(edit) @3556   13 years dingo35 Applying NULLFREE where possible
(edit) @3553   13 years dingo35 Remove pidfile since current implementation is useless; one shell …
(edit) @3542   13 years schlocke anticascade: modified for unlimited users memory usage reduced: stack …
(edit) @3540   13 years alno set timeframe values in client auth from account data hopefully fix …
(edit) @3538   13 years dingo35 monitor: fix details command
(edit) @3513   13 years _network fix segfault when directory for usrfile does not exist
(edit) @3512   13 years schlocke - loadbalancer: log showing "found xxx (of n avail m)" -> n=count of …
(edit) @3508   13 years alno some cosmetix and fix compiler warnings (thx @hapeba and wonderdoc)
(edit) @3501   13 years schlocke cccam: cc_reshare fixed value=0 log append for ecms: "found xxx (of …
(edit) @3499   13 years dingo35 oscam-log.c: some small simplifications
(edit) @3483   13 years dingo35 Remove all shared memory stuff since we dont need it
(edit) @3449   13 years schlocke cccam: removed disable auto blocking and disable retry ecm because …
(edit) @3429   13 years alno failban: new parameter in [account] added 'failban=0|1|2|4' 0 …
(edit) @3406   13 years schlocke cccam: new option "ignore reshare" Change in card forwarding: cards …
(edit) @3390   13 years schlocke max services count changed to uint64, so now 64 services could be …
(edit) @3357   13 years rebdog add macro D_USE, if WITH_DUBUG is defined warns if variable is not …
(edit) @3337   13 years rebdog fixes for missing bracket warnings around cs_debug when compiled …
(edit) @3330   13 years landlord Limiting of SIDs on reader: 'ratelimitecm' and 'ratelimitseconds'.
(edit) @3308   13 years alno implement a failban functionality new parameter …
(edit) @3299   13 years merek cosmetic fixes
(edit) @3297   13 years merek modular: Adding Tongfang to config script
(edit) @3295   13 years alno extend oscam.version as help for support on modular binaries
(edit) @3292   13 years alno moved writing oscam.version out of main() because it will be much …
(edit) @3278   13 years alno WebIf / config: Task #935 done. Read Docu for new proxy account setting
(edit) @3259   13 years alno WebIf: fix readerconfig - save 'reconnecttimeout'
(edit) @3195   13 years dingo35 simples: remove key_btoa, serial: fix compiler message, oscam-log: …
(edit) @3181   13 years dingo35 Adding threadsafety FIXMEs, feel free to join checking..
(edit) @3137   13 years schlocke 1. tmp-dir - parameter -t <dir> 2. cccam: card exchange fixes
(edit) @3135   13 years alno fix issue with saveinithistory=1 under cygwin environment. THX @ jobyrne30
(edit) @3123   13 years dingo35 Making statics constant to improve thread safety
(edit) @3121   13 years alno WebIf: implement the CHID Parameter in userconfiguration. Because the …
(edit) @3081   13 years schlocke loadbalancer: new options new compiler switch CS_WITH_DOUBLECHECK to …
(edit) @3080   13 years alno WebIf: try fix for Ticket #827
(edit) @3069   13 years rebdog Add new option ndsversion, will document in next few days
(edit) @3053   13 years alno WebIf: fix issue with 'group=10'
(edit) @3052   13 years alno WebIf: fix 'allowedtimeframe' parameter
(edit) @3039   13 years schlocke cccam: UA/SA for EMM adjusted cccam: ccckeepalive parameter for …
(edit) @3015   13 years schlocke dyndns/resolver: new option "resolvegethostbyname=0|1"
(edit) @3010   13 years schlocke cccam: sharelist-updateinval: "interval unknown"-fixed cccam: …
(edit) @3000   13 years schlocke cccam: caid-filter fix, cccam-server: update_interval parameter in …
(edit) @2966   13 years cogsi oscam.tiers file now availble to define tier names (videoguard-only …
(edit) @2961   13 years schlocke cccam: removed cccforceresendecm parameter. After long investigations …
(edit) @2959   13 years alno WebIf: add separate (per port) DES key config support
(edit) @2957   13 years alno Commit patch from manio related Ticket #739 (separate DES Key …
(edit) @2938   13 years alno removing rest of suppresscmd08 from camd35tcp protocol
(edit) @2935   13 years alno fix some issues with camd35/camd35tcp serverIP settings, remove …
(edit) @2928   13 years cogsi azbox: added 'mode' option to [reader] to allow for card init mode …
(edit) @2913   13 years alno allowedtimeframe - removed restriction start < endtime THX @Admin
(edit) @2912   13 years alno WebIf: Parameter "allowedtimeframe" added to userconfig
(edit) @2911   13 years alno new parameter in [account] "allowedtimeframe=hh:mm-hh:mm" todo: webif …
(edit) @2906   13 years lattjo r2903 was missing one initialization. This fixes #697.
(edit) @2903   13 years lattjo Make waitforcards = 1 default. It's better to force the user to set it …
(edit) @2902   13 years alno WebIf: try fix ecmcache setting
(edit) @2872   13 years alno simplify function dyn_word_atob()
(edit) @2871   13 years alno some modifications in parsing oscam.srvid. caid and srvid are allowed …
(edit) @2859   13 years lattjo Closes #622, thanks goes to the bug reporter.
(edit) @2854   13 years lattjo Added support for AD-Teknik multiprogrammer 3.5 and 3.6. No need to …
(edit) @2826   13 years alno WebIf: Remove Mask from caid if default 0xFFFF while reading
Note: See TracRevisionLog for help on using the revision log.