1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-06-30 06:45:24 +00:00
Commit Graph

123 Commits

Author SHA1 Message Date
David Griffith
21707ee005 Slight tweak to make update-inetd happy. 2019-03-12 05:18:43 -07:00
Yargo
7c2645b43d add uninstall-inetd without update-inetd 2019-03-09 21:06:38 +00:00
Yargo
f9bbe46a03 correct handling of inetd.conf modification and restart 2019-03-09 16:54:45 +00:00
Yargo
df6adc5bb2 begin inetd handling without update-inetd 2019-03-09 15:22:03 +00:00
Yargo
b56d8a3d47 Merge branch 'makefile' of https://github.com/DavidGriffith/gophernicus into makefile 2019-03-09 14:17:09 +00:00
David Griffith
86789b28f6 Correct typo. 2019-03-07 19:35:52 -08:00
fosslinux
fc293e8202
Merge pull request #11 from hb9kns/markdown
bump default version, markdownify README and adapt Makefile
2019-03-06 17:01:36 +11:00
Yargo
ec61031328 bump default version, markdownify README and adapt Makefile 2019-03-06 00:23:07 +00:00
Yargo
536c989156
Merge pull request #8 from vext01/no-personal-spaces
Add -nu flag to disable personal spaces.
2019-03-06 00:07:19 +01:00
Yargo
9fbb55d278
Prevent possible leak of executable gophermap contents. 2019-03-04 23:40:54 +01:00
Edd Barrett
519c15a069 Add -nu flag to disable personal spaces. 2019-03-04 22:10:26 +00:00
Edd Barrett
1e5456cc73 Merge remote-tracking branch 'upstream/master' into exec-map-leak 2019-03-04 21:42:55 +00:00
Edd Barrett
6409565c78 Fix indent. 2019-03-04 21:37:10 +00:00
Kim Holviala
b7b0f17a0a
Merge pull request #6 from hb9kns/noexec
add -nx flag to block execution of all files and scripts
2019-03-04 18:48:40 +02:00
David Griffith
c82f8d2137 Use update-inetd(1) instead of telling admin to edit inetd.conf directly. 2019-03-03 17:43:26 -08:00
Yargo
3cd69e22dd remove unnecessary naming, prepare for taking Kim out of developer responsibility 2019-03-01 22:28:28 +00:00
Yargo
0a9d62939a add -nx flag to block execution of all files and scripts 2019-02-18 16:11:04 +00:00
David Griffith
805b35f1de Remove stray trailing spaces. 2019-01-02 21:31:52 -08:00
David Griffith
41848c8ec4 Allow for the -j flag (parallel make) to work. 2019-01-02 21:31:00 -08:00
David Griffith
522ce27c92 Add an uninstall-inetd target. 2019-01-02 21:25:45 -08:00
David Griffith
52f23fa663 Allow for installation for xinetd or inetd when systemd is present. 2019-01-02 20:47:39 -08:00
Edd Barrett
0b4d22e636 Prevent possible leak of executable gophermap contents. 2019-01-01 17:11:53 +00:00
Kim Holviala
f56ae187ef Build fixes for NetBSD and TCP wrappers (libwrap) 2018-01-29 14:42:12 +02:00
Kim Holviala
60b391e65e Ignore useless snprintf() format truncation warnings on GCC 7+ 2018-01-29 12:15:15 +02:00
Kim Holviala
e0a363855c Fixed checking return values of fgets() calls 2018-01-29 11:41:37 +02:00
Kim Holviala
fcd025d4e0 Generated ChangeLog now shows rolling release versions 2018-01-29 08:55:41 +02:00
Kim Holviala
c1ea262e35 Changed rolling release automatic version number scheme 2018-01-28 20:56:45 +02:00
Kim Holviala
59a04af5a7 Removed all references to the old .tar.gz release files 2018-01-28 17:55:27 +02:00
Kim Holviala
2b522069cd Selector /server-status can now be disabled and no longer leaks IP addresses by default 2018-01-28 17:43:35 +02:00
Kim Holviala
ff90756b80 Changed copyright years & corrected author email 2018-01-28 17:23:34 +02:00
Kim Holviala
10383d3747 Changed to rolling release (with automatic versioning) 2018-01-28 17:01:42 +02:00
Kim Holviala
d02d7ab18f Released version 2.5 2017-06-24 18:58:24 +03:00
Kim Holviala
cbfb8fb2eb Rewrote parsing of ;vhost?query<tab>search from selector 2017-06-24 18:50:41 +03:00
Kim Holviala
d816ae110f LICENSE was missing form release directory 2017-06-16 10:13:21 +03:00
Kim Holviala
68898b3af4 Removed ChangeLog from git (caused endless problems) 2017-06-16 10:09:49 +03:00
Kim Holviala
c53b444e20 hURL redirect pages now support https:// 2017-06-16 09:10:06 +03:00
Kim Holviala
583b005f00 README.Gophermap was missing form release directory 2017-06-16 08:57:04 +03:00
Kim Holviala
78432e1a54 New -np option to disable HAproxy proxy protocol 2017-02-06 14:21:52 +02:00
Kim Holviala
b3667159ec Released version 2.4 "Millennium Edition" 2017-02-04 14:20:28 +02:00
Kim Holviala
ff2760ba43 Fixed logging of TLS connections (using gophers:// protocol) 2017-02-04 10:33:17 +02:00
Kim Holviala
00adea815b Add TLS support for CGI apps and caps.txt via -T <tls port> option 2017-02-04 10:18:49 +02:00
Kim Holviala
d3951b52e8 Fixed line wrapping in README 2017-02-04 00:21:24 +02:00
Kim Holviala
c6711d87ca Released version 2.3 2017-02-03 23:42:30 +02:00
Kim Holviala
a0a6d0ca0a Document the use of Stunnel4 for gopher over TLS 2017-02-03 23:37:24 +02:00
Kim Holviala
29ced39d1a Don't get TCP port number from user session data 2017-02-03 13:05:24 +02:00
Kim Holviala
d61cebb14c Initial support for HAproxy/Stunnel proxy protocol v1 2017-02-02 19:56:04 +02:00
Kim Holviala
8212b694b1 Skip goto labels when generating functions.h 2017-02-02 14:27:52 +02:00
Kim Holviala
f6c7407710 Fixed make clean to remove all old gophernicus-VERSION.tar.gz files 2017-02-01 10:48:38 +02:00
Kim Holviala
42ac42ed8e Enabled large file support on 32-bit Linux and AIX 2017-02-01 10:34:42 +02:00
Kim Holviala
36de048c7b Remove sendfile() support from Linux 2017-02-01 10:33:35 +02:00