Changeset 7b75f68f17bbe31e4ff8c69fd5f19e9aabb8f040
- 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
| r7004498 |
r7b75f68 |
|
| 748 | 748 | Help( p_intf, b_longhelp ); |
|---|
| 749 | 749 | } |
|---|
| | 750 | #if 0 |
|---|
| 750 | 751 | else if( !strcmp( psz_cmd, "check-updates" ) ) |
|---|
| 751 | 752 | { |
|---|
| 752 | 753 | checkUpdates( p_intf, psz_arg ); |
|---|
| 753 | 754 | } |
|---|
| | 755 | #endif |
|---|
| 754 | 756 | else if( !strcmp( psz_cmd, "key" ) || !strcmp( psz_cmd, "hotkey" ) ) |
|---|
| 755 | 757 | { |
|---|
| … | … | |
| 2057 | 2059 | } |
|---|
| 2058 | 2060 | |
|---|
| | 2061 | #if 0 |
|---|
| 2059 | 2062 | /***************************************************************************** |
|---|
| 2060 | 2063 | * checkUpdates : check for updates |
|---|
| … | … | |
| 2173 | 2176 | update_Delete( p_u ); |
|---|
| 2174 | 2177 | } |
|---|
| | 2178 | #endif |
|---|
| r3110a86 |
r7b75f68 |
|
| 319 | 319 | unescape_URI |
|---|
| 320 | 320 | unescape_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 |
|---|
| 329 | 321 | us_atof |
|---|
| 330 | 322 | us_strtod |
|---|
| rcc3bd15 |
r7b75f68 |
|
| | 1 | #if 0 |
|---|
| 1 | 2 | /***************************************************************************** |
|---|
| 2 | 3 | * update.c: VLC update and plugins download |
|---|
| … | … | |
| 1338 | 1339 | vlc_object_destroy( p_this ); |
|---|
| 1339 | 1340 | } |
|---|
| | 1341 | #endif |
|---|