summaryrefslogtreecommitdiff
path: root/nocompile/bin
Commit message (Collapse)AuthorAgeFilesLines
* commit of half-finished things.epochqwert2015-06-122-0/+9
|
* added quot to the html entities programsepochqwert2015-05-284-6/+12
| | | | | | cat fontfile.808 | fontdump > editme.font ; cat editme.font | fontbuild.sh > filefile2.808 the fontstuff is for text-mode fonts for NetBSD. at least. can probably be used for any binary files if you want. only support for 8x8 fonts in build atm. mime-type got a fix for css
* added a really slow shell implementation of grepurl.epochqwert2015-05-121-0/+4
| | | | fixed cuturl when no arguments were given. would eat argv[0] as an argument. :/
* added a NetBSDian tcpident which doesn't even deal with real sockets so you ↵epochqwert2015-05-031-0/+17
| | | | | | can check any ports and IPs you want. identd.sh uses tcpident and peerip and sockip programs to be a simple inetd runnable ident service.
* added comment to rfc for those wanting to mirror RFCs.epochqwert2015-04-301-0/+1
| | | | incrementing x and y in turn2line was in the wrong spot and caused weird stuff
* elapsedtime handles partial seconds betterepochqwert2015-04-232-6/+15
| | | | | | | | | | | unescape now handles multiple lines from stdin clump can now have an optional argument to specify input separator cuturl can now take compressed short options. (like: cuturl -dPs) filemon... I don't remember. just reformatted it looks like. ipconvert. looks like I added explainations before output. normalpath now uses getenv("PWD") instead of getcwd() so you can pick what you want to be the base for relative paths. urcdump... nothing I guess. probably a space or something dumb. httpd... more environment variables set for CGIs
* made dcchelper a script instead of a c program.epochqwert2015-04-216-0/+85
| | | | | | | | ipdist which gives shortest distance based on whob's output of lat and lon nc.* are minmal versions of a netcat like program written in Perl. rfc is a script for downloading and viewing RFCs tpb.sh is for pulling magnet links from tpb search results. cuturl got an upgrade to better handle scheme:?query_string type URLs. (URN? URI? fuck if I know.)
* ident.sh got a format string vuln fix.epochqwert2015-02-062-1/+3
| | | | | | | ident_service.sh will ident a service given its remote IP and port. (only run if ident is running on that remote computer) argc is just because I always forget what argc is for however many args. peereid is for unix sockets' ids peerip and sockip got the same upgrade. can now use the optional argv[1] to set the number of the file descriptor to use.
* some new tools. clump is useful. httpd got some better logging. cuturl got ↵epochqwert2015-02-063-0/+10
| | | | 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
* XuntilY.awk is actually a shell script, but mostly written in awk to make ↵Epoch Qwert2015-01-091-0/+16
| | | | | | | | XuntilY easier to use for people without Perl gopherd.sh... I don't remember the change. music.c is to practice reading music. sockip is to get the IP of the listening socket, like if ran from inetd
* added zengoph which is a zenity based gopher browserEpoch Qwert2015-01-011-0/+48
| | | | cuturl is for getting parts out of URLs easier
* added IPv6 support to hop0, peerip, and gopherd.shEpoch Qwert2014-12-241-1/+5
| | | | | gopherd.sh got lots of other updates too. speed is for measuring how many lines per second your pipes can do.
* ident.sh to make ident queries easier to use in scripts.Epoch Qwert2014-12-093-0/+12
| | | | | | | gopherd.sh changed to use new output of peerip. peerip changes to output peer's port on second line. httpd changed... I dunno what. AOEU and aoeu to help with playing with dvorak.
* maybe fixed bug in ifout on Linux for some routes.Epoch Qwert2014-11-281-1/+1
|
* added ifout because I'm too lazy to head and cut every time I just want the ↵Epoch Qwert2014-11-281-0/+6
| | | | interface the OS would use when trying to reach an IP.
* updated httpd.c to use different dirs for sites and vhostsEpoch Qwert2014-11-272-2/+4
| | | | | | | 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.
* noticed mime-type, which is used by httpd, wasn't included.Epoch Qwert2014-11-231-0/+13
|
* fixed gitignore. >_> added a bunch of new piddly shit.Epoch Qwert2014-11-233-0/+34
|
* fixed gopherd's LFI and added excuting files.Epoch Qwert2014-10-231-0/+6
| | | | | | | | 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-0/+18
added epochttpd 2