aboutsummaryrefslogtreecommitdiffstats
path: root/rebuild.sh
Commit message (Collapse)AuthorAgeFilesLines
* some new tools. clump is useful. httpd got some better logging. cuturl got ↵epochqwert2015-02-061-2/+2
| | | | some bugfixes I think. todo is just a version of segfault's !todo but for shell. don't remember what I did to telnet-gateway.sh
* all those .c changes were mostly fixes of warnings for the change in ↵Epoch Qwert2014-12-301-1/+1
| | | | | | | | rebuild.sh being changed to use -Wall. gethostbyname was almost completely rewritten to work better with ipv6 for gopherd.sh gopherd.sh was rewritten to use gethostbyname instead of dig and to cut out any link-local interface indicators from the output of hop0 and to ignore an error if ipA -> hostname -> ipB causes ipA to be not the same as ipB. Don't remember if there's anything else.
* got rid of the Linux incompatible options passed to /bin/shEpoch Qwert2014-11-281-1/+3
|
* updated httpd.c to use different dirs for sites and vhostsEpoch Qwert2014-11-271-0/+1
| | | | | | | updated gopherd.sh to use the new rdns script rdns script just wraps dig -x and outputs a real hostname instead of one ending with a '.' rebuild.sh got a cd added to the top so it can be run from somewhere else mime-type got an error line commented out.
* fixed gopherd's LFI and added excuting files.Epoch Qwert2014-10-231-1/+3
| | | | | | | | httpd had flushing issues. realpath is new! does what it says. gives absolute path of a file. deddos, peerip, peerip.pl, were laying around elsewhere. gethostbyname got a new trick. can do decimal addresses among other things. hop0 is a shell script that gets what IP will be put on the source address of outgoing packets sent to $1. rtfs.
* updated rebuild.sh to work better with libexec and bin instead of just bin.Epoch Qwert2014-10-211-7/+14
| | | | added epochttpd 2
* initial commit. collected some tools I had laying around.Epoch Qwert2014-10-131-0/+10