summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Collapse)AuthorAgeFilesLines
* made gopherd symlink friendlier. normalpath was needed for that.Epoch Qwert2014-12-281-0/+51
| | | | normalpath just tries to normalize a path, even if the files don't exist.
* deleted realpath because it is just readlink -f pretty much.Epoch Qwert2014-12-261-10/+0
| | | | fixed gopherd to use readlink -f instead of realpath
* added IPv6 support to hop0, peerip, and gopherd.shEpoch Qwert2014-12-242-0/+28
| | | | | gopherd.sh got lots of other updates too. speed is for measuring how many lines per second your pipes can do.
* updated httpd.c to use different dirs for sites and vhostsEpoch Qwert2014-11-271-1/+2
| | | | | | | 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 gitignore. >_> added a bunch of new piddly shit.Epoch Qwert2014-11-233-0/+171
|
* fixed gopherd's LFI and added excuting files.Epoch Qwert2014-10-232-1/+19
| | | | | | | | 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-213-0/+68
added epochttpd 2