From e37a7f48d7fdb0729260051f0f1d2297bb5bded8 Mon Sep 17 00:00:00 2001 From: z3APA3A <3APA3A@3proxy.ru> Date: Sat, 13 Dec 2014 23:20:00 +0300 Subject: [PATCH] Older CVS comments removed --- Makefile.Linux | 1 - Makefile.Solaris | 1 - Makefile.Solaris-gcc | 1 - Makefile.ccc | 1 - Makefile.debug | 1 - Makefile.inc | 1 - Makefile.intl | 1 - Makefile.msvc | 1 - Makefile.msvc64 | 1 - Makefile.msvcCE | 1 - Makefile.unix | 1 - Makefile.win | 1 - Makefile.winCE | 1 - Release.notes | 1 - cfg/0.scenario.txt | 1 - cfg/3proxy.cfg.sample | 1 - cfg/counters.sample | 1 - copying | 1 - doc/html/faqe.html | 3 --- doc/html/faqr.html | 3 --- doc/html/howtoe.html | 1 - doc/html/howtor.html | 3 --- doc/html/securityen.html | 1 - doc/ru/example1.txt | 1 - doc/ru/iodbc.txt | 1 - src/3proxy.c | 1 - src/Makefile.inc | 1 - src/auth.c | 1 - src/base64.c | 1 - src/common.c | 1 - src/countersutil.c | 1 - src/datatypes.c | 1 - src/dighosts.c | 1 - src/dnspr.c | 1 - src/ftp.c | 1 - src/ftppr.c | 1 - src/icqpr.c | 1 - src/libs/md4.c | 2 -- src/msnpr.c | 1 - src/myalloc.c | 1 - src/mycrypt.c | 1 - src/ntlm.c | 1 - src/plugins.c | 1 - src/plugins/FilePlugin/FilePlugin.c | 1 - src/plugins/PCREPlugin/pcre_plugin.c | 1 - src/plugins/SSLPlugin/ssl_plugin.c | 1 - src/plugins/TransparentPlugin/transparent_plugin.c | 1 - src/plugins/WindowsAuthentication/WindowsAuthentication.c | 1 - src/plugins/utf8tocp1251/utf8tocp1251.c | 1 - src/pop3p.c | 1 - src/proxy.c | 1 - src/proxy.h | 1 - src/proxymain.c | 1 - src/smtpp.c | 1 - src/sockmap.c | 1 - src/socks.c | 1 - src/stringtable.c | 1 - src/tcppm.c | 1 - src/udppm.c | 1 - src/version.h | 2 +- src/webadmin.c | 1 - 61 files changed, 1 insertion(+), 68 deletions(-) diff --git a/Makefile.Linux b/Makefile.Linux index 9754446..6836464 100644 --- a/Makefile.Linux +++ b/Makefile.Linux @@ -1,4 +1,3 @@ -#$Id: Makefile.Linux,v 1.24 2014-04-07 20:34:57 vlad Exp $ # # 3 proxy Makefile for GCC/Linux/Cygwin # diff --git a/Makefile.Solaris b/Makefile.Solaris index 34c89ac..31644a7 100644 --- a/Makefile.Solaris +++ b/Makefile.Solaris @@ -1,4 +1,3 @@ -#$Id: Makefile.Solaris,v 1.18 2008/09/30 13:58:44 vlad Exp $ # # 3 proxy Makefile for Solaris/SunCC # diff --git a/Makefile.Solaris-gcc b/Makefile.Solaris-gcc index ac8e730..393d3ce 100644 --- a/Makefile.Solaris-gcc +++ b/Makefile.Solaris-gcc @@ -1,4 +1,3 @@ -#$Id: Makefile.Solaris-gcc,v 1.14 2008/09/30 13:58:44 vlad Exp $ # # 3 proxy Makefile for Solaris/gcc # diff --git a/Makefile.ccc b/Makefile.ccc index d350619..78bdf27 100644 --- a/Makefile.ccc +++ b/Makefile.ccc @@ -1,4 +1,3 @@ -#$Id: Makefile.ccc,v 1.12 2007/04/10 16:29:25 vlad Exp $ # # 3 proxy Makefile for Compaq C Compiler # diff --git a/Makefile.debug b/Makefile.debug index 99259ff..f9aabc5 100644 --- a/Makefile.debug +++ b/Makefile.debug @@ -1,4 +1,3 @@ -#$Id: Makefile.debug,v 1.7 2007/04/18 05:33:19 vlad Exp $ # # 3 proxy Makefile for Microsoft Visual C compiler (for both make and nmake) # diff --git a/Makefile.inc b/Makefile.inc index d3bb6eb..4e088ee 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,4 +1,3 @@ -#$Id: Makefile.inc,v 1.3 2007/01/23 16:00:26 vlad Exp $ # # 3 proxy common Makefile # diff --git a/Makefile.intl b/Makefile.intl index 8d50fce..56ab7d9 100644 --- a/Makefile.intl +++ b/Makefile.intl @@ -1,4 +1,3 @@ -#$Id: Makefile.intl,v 1.8 2007/07/21 18:47:00 vlad Exp $ # # 3 proxy Makefile for Intel C compiler for Windows (for both make and nmake) # diff --git a/Makefile.msvc b/Makefile.msvc index 263c4af..9e27291 100644 --- a/Makefile.msvc +++ b/Makefile.msvc @@ -1,4 +1,3 @@ -#$Id: Makefile.msvc,v 1.17 2010-11-11 14:44:11 v.dubrovin Exp $ # # 3 proxy Makefile for Microsoft Visual C compiler (for both make and nmake) # diff --git a/Makefile.msvc64 b/Makefile.msvc64 index 59d64a3..d6dced7 100644 --- a/Makefile.msvc64 +++ b/Makefile.msvc64 @@ -1,4 +1,3 @@ -#$Id: Makefile.msvc64,v 1.14 2007/07/21 18:47:05 vlad Exp $ # # 3 proxy Makefile for Microsoft Visual C compiler (for both make and nmake) # diff --git a/Makefile.msvcCE b/Makefile.msvcCE index 8dc70a7..1e4056c 100644 --- a/Makefile.msvcCE +++ b/Makefile.msvcCE @@ -1,4 +1,3 @@ -#$Id: Makefile.msvc,v 1.14 2007/07/21 18:47:02 vlad Exp $ # # 3 proxy Makefile for Microsoft Visual C compiler (for both make and nmake) # diff --git a/Makefile.unix b/Makefile.unix index 1be4eba..0a4f458 100644 --- a/Makefile.unix +++ b/Makefile.unix @@ -1,4 +1,3 @@ -#$Id: Makefile.unix,v 1.20 2007/04/10 16:29:25 vlad Exp $ # # 3 proxy Makefile for GCC/Unix # diff --git a/Makefile.win b/Makefile.win index 7a1870d..edcb889 100644 --- a/Makefile.win +++ b/Makefile.win @@ -1,4 +1,3 @@ -#$Id: Makefile.win,v 1.9 2007/08/20 15:26:27 vlad Exp $ # # 3 proxy Makefile for GCC/windows # diff --git a/Makefile.winCE b/Makefile.winCE index 15d166a..0d5213d 100644 --- a/Makefile.winCE +++ b/Makefile.winCE @@ -1,4 +1,3 @@ -#$Id: Makefile.win,v 1.9 2007/08/20 15:26:27 vlad Exp $ # # 3 proxy Makefile for GCC/windows # diff --git a/Release.notes b/Release.notes index 3171f1f..e1bb2eb 100644 --- a/Release.notes +++ b/Release.notes @@ -104,4 +104,3 @@ - Addon antiviral, HTTP cache filters modules, authentication modules for different protocols (RADIUS, PAM etc). -$Id: Release.notes,v 1.9 2014-04-07 21:24:42 vlad Exp $ \ No newline at end of file diff --git a/cfg/0.scenario.txt b/cfg/0.scenario.txt index 4b89b41..0713f6d 100644 --- a/cfg/0.scenario.txt +++ b/cfg/0.scenario.txt @@ -15,4 +15,3 @@ on the provider's Web server. Provider has proxy server 10.1.2.5. Traffic from proxy server is not free, but is cheaper than traffic from non-free networks. -$Id: 0.scenario.txt,v 1.2 2004/07/23 13:33:39 vlad Exp $ \ No newline at end of file diff --git a/cfg/3proxy.cfg.sample b/cfg/3proxy.cfg.sample index ed63303..b8063c2 100644 --- a/cfg/3proxy.cfg.sample +++ b/cfg/3proxy.cfg.sample @@ -199,4 +199,3 @@ admin # now we needn't any root rights. We can chroot and setgid/setuid. -###$Id: 3proxy.cfg.sample,v 1.7 2006/11/18 14:37:06 vlad Exp $####### diff --git a/cfg/counters.sample b/cfg/counters.sample index 03e537e..185d7a2 100644 --- a/cfg/counters.sample +++ b/cfg/counters.sample @@ -50,4 +50,3 @@ internal 127.0.0.1 allow user1 admin -#$Id: counters.sample,v 1.2 2004/07/23 13:33:39 vlad Exp $ \ No newline at end of file diff --git a/copying b/copying index 6cf2b65..10d4184 100644 --- a/copying +++ b/copying @@ -59,4 +59,3 @@ terms of compatible license, including: http://www.gnu.org/licenses/lgpl.txt -$Id: License,v 1.3 2007/04/05 11:59:47 vlad Exp $ diff --git a/doc/html/faqe.html b/doc/html/faqe.html index a4ea57c..581100e 100644 --- a/doc/html/faqe.html +++ b/doc/html/faqe.html @@ -153,6 +153,3 @@ A: First, I'm not programmer. Second, 3proxy was 'proof of concept' in reply for
Q: Why do you use insecure strcpy, sprintf, etc?
A: Why not? I try to use insecure function in secure manner. You're welcome to look for vulnerabilities. --$Id: faqe.html,v 1.10 2007/07/31 08:42:38 vlad Exp $ -\ No newline at end of file diff --git a/doc/html/faqr.html b/doc/html/faqr.html index 0e85252..c377706 100644 --- a/doc/html/faqr.html +++ b/doc/html/faqr.html @@ -278,6 +278,3 @@ ïóãàòü. -
-$Id: faqr.html,v 1.28 2007/09/25 09:47:13 vlad Exp $ -\ No newline at end of file diff --git a/doc/html/howtoe.html b/doc/html/howtoe.html index a8a0d33..438aebd 100644 --- a/doc/html/howtoe.html +++ b/doc/html/howtoe.html @@ -832,4 +832,3 @@ You can control 3proxy service via "Services" administration ot via "net" comman -
$Id: howtoe.html,v 1.41 2009/02/02 10:04:49 vlad Exp $\ No newline at end of file diff --git a/doc/html/howtor.html b/doc/html/howtor.html index 4c75e23..788bcd5 100644 --- a/doc/html/howtor.html +++ b/doc/html/howtor.html @@ -1026,6 +1026,3 @@ Òîëüêî íå ïûòàéòåñü çàäàâàòü êàêèå-ëèáî âîïðîñû, åñëè âû ïðîñòî íå ïîíÿëè ýòîò HowTo. -
-$Id: howtor.html,v 1.40 2010/01/21 13:34:20 v.dubrovin Exp $ -\ No newline at end of file diff --git a/doc/html/securityen.html b/doc/html/securityen.html index 4a3db7e..1482bb3 100644 --- a/doc/html/securityen.html +++ b/doc/html/securityen.html @@ -34,4 +34,3 @@ ODBC logging to prevent SQL and log record injections.
-
$Id: securityen.html,v 1.4 2007/05/07 09:16:51 vlad Exp $\ No newline at end of file diff --git a/doc/ru/example1.txt b/doc/ru/example1.txt index 4f7df15..7c426a8 100644 --- a/doc/ru/example1.txt +++ b/doc/ru/example1.txt @@ -96,4 +96,3 @@ setuid 65534 ðÏÓÌÅ ÔÏÇÏ ËÁË ÍÙ ÓÏÚÄÁÌÉ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÙÊ ÆÁÊÌ ÓÅÒ×ÅÒÁ, ÚÁÐÕÓËÁÅÍ 3proxy ËÏÍÁÎÄÏÊ: /usr/local/3proxy/3proxy /usr/local/3proxy/3proxy.cfg -$Id: example1.txt,v 1.7 2007/04/20 19:58:42 vlad Exp $ diff --git a/doc/ru/iodbc.txt b/doc/ru/iodbc.txt index 7397978..627bb3e 100644 --- a/doc/ru/iodbc.txt +++ b/doc/ru/iodbc.txt @@ -98,4 +98,3 @@ LIBS = -L /usr/local/lib -lodbc make clean make -f Makefile.unix -$Id: iodbc.txt,v 1.3 2006/02/08 17:59:07 vlad Exp $ \ No newline at end of file diff --git a/src/3proxy.c b/src/3proxy.c index 5909b2a..9497779 100644 --- a/src/3proxy.c +++ b/src/3proxy.c @@ -4,7 +4,6 @@ please read License Agreement - $Id: 3proxy.c,v 1.132 2011-08-15 19:52:26 vlad Exp $ */ #include "proxy.h" diff --git a/src/Makefile.inc b/src/Makefile.inc index f134c9f..a3422ef 100644 --- a/src/Makefile.inc +++ b/src/Makefile.inc @@ -1,4 +1,3 @@ -#$Id: Makefile.inc,v 1.19 2008/12/10 13:12:10 vlad Exp $ # # 3 proxy common Makefile # diff --git a/src/auth.c b/src/auth.c index 2c2e5eb..3608ef4 100644 --- a/src/auth.c +++ b/src/auth.c @@ -4,7 +4,6 @@ please read License Agreement - $Id: auth.c,v 1.108 2012-04-11 23:01:18 vlad Exp $ */ #include "proxy.h" diff --git a/src/base64.c b/src/base64.c index 734daec..90e2da0 100644 --- a/src/base64.c +++ b/src/base64.c @@ -3,7 +3,6 @@ * * please read License Agreement * - * $Id: base64.c,v 1.6 2008/01/08 21:46:36 vlad Exp $ */ #include