summaryrefslogtreecommitdiff
path: root/usr.bin/whois/whois.c
AgeCommit message (Expand)Author
2014-01-03The whois() function is called in a loop so make sure we close theTodd C. Miller
2013-11-25obvious cast for isblank()Theo de Raadt
2013-03-05let whois -P do a query against peeringdb. ok deraadt phessler, feedback jmcStuart Henderson
2010-03-04remove -6 from usage();Jason McIntyre
2010-03-046Bone is dead and doesn't respond to whois requests. Remove manKenneth R Westerback
2007-08-29add afrinic to the list of known whois servers so that referrals areHenning Brauer
2007-08-06the ellipsis is not an optional argument; while here, sync the usageIgor Sobrado
2007-07-05Remove unused variable; Lawrence TeoTodd C. Miller
2006-09-17when looking up ASNs (ASxxxx), select radbHenning Brauer
2006-06-01Like DENIC, DK-HOSTMASTER is requires extra attention. This makes youMichael Knudsen
2005-07-22for .de domains, we need to send more shit to the denic whois server soHenning Brauer
2005-06-27 * pass -Wshadow as well (port_whois vs port)Henning Brauer
2005-06-25couldn't stop my fingers from doing some cleanupHenning Brauer
2005-06-25$OpenBSD$, got botchedHenning Brauer
2005-06-22slightly simplify; christos@netbsdHenning Brauer
2005-06-22deal with german stupidity... nic.de decided that it is a good idea toHenning Brauer
2003-10-12sort options and sync usage();Jason McIntyre
2003-10-04whois port hack thingy; rperkins@tcsg.netTheo de Raadt
2003-09-18if length is 1, don't try to null memory that doesn't belong to us.Federico G. Schwindt
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-15I lied, we didn't skip blanks after WHOIS_SERVER_ID; this fixes that.Todd C. Miller
2003-04-15Remove trailing space in "Whois Server: " since not all recordsTodd C. Miller
2003-01-15Fixes from Andrey Matveev:Todd C. Miller
2003-01-07Whois updates, mostly adapted from FreeBSDTodd C. Miller
2003-01-06Rename VNICHOST -> NNICHOST now that Verisign has spun off NSI.Todd C. Miller
2003-01-05Use a temp variable when cycling through ai_addr's so we don't passTodd C. Miller
2002-12-19Recognize CORENIC handles and use CNICHOST like we do VNICHOST ones.Todd C. Miller
2002-12-19o Add -6 and -c options from FreeBSDTodd C. Miller
2002-12-17ANSIfu and if given multiple names, don't exit if we get an errorTodd C. Miller
2002-09-05lacnic support; from Loic Tortay <loict@bougon.net>.Federico G. Schwindt
2002-05-29strlcatTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-21correct usage; ok deraadt@Kevin Steves
2001-10-04Deal with whois output that lacks a final newline. This is not legalTodd C. Miller
2000-07-12make whois(1) IPv6-ready. patch from deraadt + minor tweaks.Jun-ichiro itojun Hagino
1999-11-19When eearching for the string: No match for "FOO".Todd C. Miller
1999-11-19o Add -Q option to usage stringTodd C. Miller
1999-11-15o Make -q option the defaultTodd C. Miller
1999-11-15From FreeBSD:Todd C. Miller
1999-10-03whois-servers.net and whois.ra.net support; jabley@patho.gen.nzTheo de Raadt
1999-08-16fix includesArtur Grabowski
1998-02-24add new flags for global NIC access; wollmanTheo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt