Changeset 7b75f68f17bbe31e4ff8c69fd5f19e9aabb8f040

Show
Ignore:
Timestamp:
15/09/07 11:46:06 (1 year ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1189849566 +0000
git-parent:

[7e2caf88d0382b94c4bd39e9da60041c2a788fcb]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1189849566 +0000
Message:

Remove auto-update. This is blatantly insecure.
Other projects have had CVEs for much less than this (e.g. CVE-2006-4567)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/control/rc.c

    r7004498 r7b75f68  
    748748            Help( p_intf, b_longhelp ); 
    749749        } 
     750#if 0 
    750751        else if( !strcmp( psz_cmd, "check-updates" ) ) 
    751752        { 
    752753            checkUpdates( p_intf, psz_arg ); 
    753754        } 
     755#endif 
    754756        else if( !strcmp( psz_cmd, "key" ) || !strcmp( psz_cmd, "hotkey" ) ) 
    755757        { 
     
    20572059} 
    20582060 
     2061#if 0 
    20592062/***************************************************************************** 
    20602063 * checkUpdates : check for updates 
     
    21732176    update_Delete( p_u ); 
    21742177} 
     2178#endif 
  • src/libvlc.sym

    r3110a86 r7b75f68  
    319319unescape_URI 
    320320unescape_URI_duplicate 
    321 update_Check 
    322 update_Delete 
    323 update_download 
    324 update_iterator_Action 
    325 update_iterator_ChooseMirrorAndFile 
    326 update_iterator_Delete 
    327 update_iterator_New 
    328 __update_New 
    329321us_atof 
    330322us_strtod 
  • src/misc/update.c

    rcc3bd15 r7b75f68  
     1#if 0 
    12/***************************************************************************** 
    23 * update.c: VLC update and plugins download 
     
    13381339    vlc_object_destroy( p_this ); 
    13391340} 
     1341#endif