1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-06-16 06:25:23 +00:00
Commit Graph

287 Commits

Author SHA1 Message Date
fosslinux
6d1c711537 fix query urls (with ? on end) 2019-05-06 14:17:06 +10:00
fosslinux
305aa6a5cd Merge branch 'master' of github.com:kimholviala/gophernicus 2019-04-30 19:28:31 +10:00
fosslinux
8bd73f99d0 oops, to md broke the install 2019-04-30 19:27:38 +10:00
fosslinux
82a1abebc4
Merge pull request #25 from benharri-forks/install-md
INSTALL converted to markdown
2019-04-30 11:31:46 +10:00
Ben Harris
b169a2eab7 INSTALL converted to markdown 2019-04-29 11:15:00 -04:00
fosslinux
22f3091c55 add dependencies and supported platforms to INSTALL 2019-04-29 18:21:14 +10:00
fosslinux
df7ea46ae9 remove obsolete not working examples directory 2019-04-29 13:10:38 +10:00
fosslinux
0ea607c6af remove supported platforms; very out of date 2019-04-25 08:16:10 +10:00
fosslinux
1e17bad8ff
Merge pull request #14 from DavidGriffith/install
Mention using inetd or xinetd when systemd is present.
2019-04-19 14:15:23 +10:00
David Griffith
0b19c6303c Mention using inetd or xinetd when systemd is present. 2019-03-31 14:32:21 -07:00
Yargo
c564b7685c bump default version number 2019-03-14 20:21:01 +00:00
Yargo
acc8344d79
Merge pull request #5 from DavidGriffith/makefile
merge several improvements for safety options, makefile, markdown
* Prevent possible leak of executable gophermap contents.
* Allow for installation for xinetd or inetd when systemd is present.
* Add an uninstall-inetd target.
* Allow for the -j flag (parallel make) to work.
* Remove stray trailing spaces.
* add -nx flag to block execution of all files and scripts
* remove unnecessary naming, prepare for taking Kim out of developer responsibility
* Use update-inetd(1) instead of telling admin to edit inetd.conf directly.
* Fix indent.
* Add -nu flag to disable personal spaces.
* bump default version, markdownify README and adapt Makefile
* Correct typo.
* begin inetd handling without update-inetd
* correct handling of inetd.conf modification and restart
* add uninstall-inetd without update-inetd
* Slight tweak to make update-inetd happy.
* Caps nit
* Another caps nit
2019-03-14 20:01:38 +00:00
David Griffith
93e4ff809c Another caps nit 2019-03-12 05:25:03 -07:00
David Griffith
cdc296f555 Caps nit 2019-03-12 05:23:40 -07:00
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