forked from vzaliva/simpleproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
136 lines (76 loc) · 4.26 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
2016-05-05 Vadim Zaliva <[email protected]>
* version 3.5 released
2016-05-04 Vadim Zaliva <[email protected]>
* simpleproxy.c: Fixed but where trace logs incorrectly resolve source and destination IP addresses. Addressed sitation where simpleproxy performs poorly when nss_mdns is in use. Minor code cleanup.
2005-08-25 Vlad Karpinsky <[email protected]>
* version 3.4 released
2005-08-22 Vadim Zaliva <[email protected]>
* simpleproxy.c (log): Patch from Ulf Harnhammar
<[email protected]> to avoid security vulnerability which could
have been exploited through replies from remote HTTP proxies.
2003-11-08 Vadim Zaliva <[email protected]>
* simpleproxy.c (parse_host_port): Patch from 'apollock' accepted
which fixes bug #823883.
Version 3.3
2003-05-07 Vadim Zaliva <[email protected]>
* cfg.c (readcfg): closing files when reading Cfg
2003-03-09 Vadim Zaliva <[email protected]>
* new version number 3.2
* simpleproxy.c (main): bugfix from Christophe Bothamy <[email protected]>
2000-09-04 Vadim Zaliva <[email protected]>
* simpleproxy.man:
* simpleproxy.c: Integrated patch from Cedric Tefft <[email protected]>
adding HTTP proxy authentification support.
2000-07-27 Vlad Karpinsky <[email protected]>
* new version number 3.1
2000-07-25 Vadim Zaliva <[email protected]>
* simpleproxy.c (pass_all): Bug #103361
1999-12-10 Vadim Zaliva <[email protected]>
* simpleproxy.spec (Name): this codebase will be called version 3.0
* simpleproxy.c: minor compilation warning fixes and win32 compatibility from Pavel Roskin <[email protected]>
1999-09-24 Vadim Zaliva <[email protected]>
* cfg.c (cfg_new_entry): bug found by compauqe compiler corrected.
1999-09-15 Vadim Zaliva <[email protected]>
* cfg.c: max token length check.
* Makefile.in (distclean): distclean added
1999-08-17 Vadim Zaliva <[email protected]>
* cfg.c (readcfg): small memory leak removed.
1999-06-28 Vadim Zaliva <[email protected]>
* simpleproxy.c (trim): some funny code removed.
(main): releasing memory after reading cfg.
* cfg.c: new implementation.
1999-06-07 Vlad Karpinsky <[email protected]>
* simpleproxy.c Optimization, brush up.
1999-05-27 Vlad Karpinsky <[email protected]>
* simpleproxy.c New syntax for command line options (old is still supported).
Config file reading. Brush up.
1999-04-22 Vadim Zaliva <[email protected]>
* simpleproxy.c (main): Reading cfg file and processing options.
(main): Better checks for options compatibility.
1999-04-20 Vadim Zaliva <[email protected]>
* simpleproxy.c (log): type argument added.
(logopen): warning when compiled without syslog added.
(main): error notification on failed POP3 login.
(main): return error code '1' if pop3 login failed.
(log): LOG_DEBUG messages printed only if compiled with DEBUG
(pop3login): pop3 logic is greatly improved. now we loop in finite automate here. Also we process more erroneus sitiuations. Potential security flaw removed.
1999-04-16 Vadim Zaliva <[email protected]>
* sample.cfg: sample cfg file created.
* simpleproxy.c: Reading cfg file mechanism replaced by new one from cfg.c. All platform dependency checks are done with Autoconf now. Different portability improvements.
GPL comment added to simpleproxy.c
1999-04-07 Vadim Zaliva <[email protected]>
* Makefile.in: GNU autoconf. (First step. Still needs better integraion with RPM building).
Mon Nov 16 14:23:33 PST 1998 Vlad Karpinsky <[email protected]>
* spec file updates from Pavel Roskin <[email protected]>
* inserted.
Wed Nov 11 15:18:34 1998 Vadim Zaliva <[email protected]>
* Compiled under FreeBSD-2.2.7
1998-11-11 Vadim Zaliva <[email protected]>
* simpleproxy.man spelling and formating according to comments from Pavel Roskin <[email protected]>
1996-09-14 Vlad Karpinsky <[email protected]>
* Version 2.2b-1 No changes. New version released.
1998-09-13 Vadim Zaliva <[email protected]>
* Added shutdown to make sure all sockets are properly closed.
1998-09-10 Vadim Zaliva <[email protected]>
* FTP and WWW locations added to readme. Chagelog added to spec.
* spec file corrected to reflect recent version number (2.2a)