| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
belonging to a CIDR style network or you can use just ipgen to use a netmask. even works with weird netmasks.
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
incrementing x and y in turn2line was in the wrong spot and caused weird stuff
|
|
|
|
| |
lineplot and turn2line can be used for other stuff, but some constants will need to be changed. also they were golfed. so have fun.
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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.)
|
| |
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
added a timeout for httpd to accept requests of 10 seconds.
|
| |
|
| |
|
|
|
|
| |
cuturl is for getting parts out of URLs easier
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
normalpath just tries to normalize a path, even if the files don't exist.
|
|
|
|
| |
fixed gopherd to use readlink -f instead of realpath
|
|
|
|
|
| |
gopherd.sh got lots of other updates too.
speed is for measuring how many lines per second your pipes can do.
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
added epochttpd 2
|