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 136
|
2016-05-05 Vadim Zaliva <lord@lambda13.local>
* version 3.5 released
2016-05-04 Vadim Zaliva <lord@lambda13.local>
* 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 <vlad@noir.crocodile.org>
* version 3.4 released
2005-08-22 Vadim Zaliva <lord@zembla.local>
* simpleproxy.c (log): Patch from Ulf Harnhammar
<metaur@telia.com> to avoid security vulnerability which could
have been exploited through replies from remote HTTP proxies.
2003-11-08 Vadim Zaliva <lord@zembla.home.crocodile.org>
* simpleproxy.c (parse_host_port): Patch from 'apollock' accepted
which fixes bug #823883.
Version 3.3
2003-05-07 Vadim Zaliva <lord@zembla.home.crocodile.org>
* cfg.c (readcfg): closing files when reading Cfg
2003-03-09 Vadim Zaliva <lord@zembla.home.crocodile.org>
* new version number 3.2
* simpleproxy.c (main): bugfix from Christophe Bothamy <cbothamy@sourceforge.net>
2000-09-04 Vadim Zaliva <lord@crocodile.org>
* simpleproxy.man:
* simpleproxy.c: Integrated patch from Cedric Tefft <cedric@earthling.net>
adding HTTP proxy authentification support.
2000-07-27 Vlad Karpinsky <vlad@noir.crocodile.org>
* new version number 3.1
2000-07-25 Vadim Zaliva <lord@crocodile.org>
* simpleproxy.c (pass_all): Bug #103361
1999-12-10 Vadim Zaliva <lord@crocodile.org>
* simpleproxy.spec (Name): this codebase will be called version 3.0
* simpleproxy.c: minor compilation warning fixes and win32 compatibility from Pavel Roskin <pavel_roskin@geocities.com>
1999-09-24 Vadim Zaliva <lord@crocodile.org>
* cfg.c (cfg_new_entry): bug found by compauqe compiler corrected.
1999-09-15 Vadim Zaliva <lord@crocodile.org>
* cfg.c: max token length check.
* Makefile.in (distclean): distclean added
1999-08-17 Vadim Zaliva <lord@crocodile.org>
* cfg.c (readcfg): small memory leak removed.
1999-06-28 Vadim Zaliva <lord@crocodile.org>
* simpleproxy.c (trim): some funny code removed.
(main): releasing memory after reading cfg.
* cfg.c: new implementation.
1999-06-07 Vlad Karpinsky <vlad@noir.crocodile.org>
* simpleproxy.c Optimization, brush up.
1999-05-27 Vlad Karpinsky <vlad@noir.crocodile.org>
* simpleproxy.c New syntax for command line options (old is still supported).
Config file reading. Brush up.
1999-04-22 Vadim Zaliva <lord@crocodile.org>
* simpleproxy.c (main): Reading cfg file and processing options.
(main): Better checks for options compatibility.
1999-04-20 Vadim Zaliva <lord@crocodile.org>
* 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 <lord@crocodile.org>
* 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 <lord@crocodile.org>
* Makefile.in: GNU autoconf. (First step. Still needs better integraion with RPM building).
Mon Nov 16 14:23:33 PST 1998 Vlad Karpinsky <vlad@noir.crocodile.org>
* spec file updates from Pavel Roskin <pavel_roskin@geocities.com>
* inserted.
Wed Nov 11 15:18:34 1998 Vadim Zaliva <lord@freefall.freebsd.org>
* Compiled under FreeBSD-2.2.7
1998-11-11 Vadim Zaliva <lord@crocodile.org>
* simpleproxy.man spelling and formating according to comments from Pavel Roskin <pavel_roskin@geocities.com>
1996-09-14 Vlad Karpinsky <vlad@noir.crocodile.org>
* Version 2.2b-1 No changes. New version released.
1998-09-13 Vadim Zaliva <lord@crocodile.org>
* Added shutdown to make sure all sockets are properly closed.
1998-09-10 Vadim Zaliva <lord@crocodile.org>
* FTP and WWW locations added to readme. Chagelog added to spec.
* spec file corrected to reflect recent version number (2.2a)
|