Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt | |
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-04-15 | I lied, we didn't skip blanks after WHOIS_SERVER_ID; this fixes that. | Todd C. Miller | |
2003-04-15 | Remove trailing space in "Whois Server: " since not all records | Todd C. Miller | |
have whitespace separating that string and the hostname of the whois server (and we strip out whitespace before the hostname anyway). Fixes lookups of .org and probably others. | |||
2003-01-15 | Fixes from Andrey Matveev: | Todd C. Miller | |
o Remove bogus cast to char in getopt() switch o Check for strdup() failure o Don't list -p option twice in usage() | |||
2003-01-07 | Whois updates, mostly adapted from FreeBSD | Todd C. Miller | |
o make "whois -i" go to whois.networksolutions.com o add "-p port" option (renamed old -p to -A) o add support for recursive lookups of IP numbers o remove WHOIS_INIC_FALLBACK, it is no longer useful o man page updates | |||
2003-01-06 | Rename VNICHOST -> NNICHOST now that Verisign has spun off NSI. | Todd C. Miller | |
2003-01-05 | Use a temp variable when cycling through ai_addr's so we don't pass | Todd C. Miller | |
freeaddrinfo() a NULL pointer if the hostname is not resolvable. | |||
2002-12-19 | Recognize CORENIC handles and use CNICHOST like we do VNICHOST ones. | Todd C. Miller | |
By request and based on a diff from Henning Brauer | |||
2002-12-19 | o Add -6 and -c options from FreeBSD | Todd C. Miller | |
o Get rid of sysexits.h from Andrey Matveev o Some simplification and cleanup by me (improved readability, less code) o Add logic to use whois.networksolutions.com if name is a handle starting with '!' | |||
2002-12-17 | ANSIfu and if given multiple names, don't exit if we get an error | Todd C. Miller | |
looking up just one. Exit value is now the number of errors found trying to lookup all the names. Some bits from Andrey Matveev. | |||
2002-09-05 | lacnic support; from Loic Tortay <loict@bougon.net>. | Federico G. Schwindt | |
2002-05-29 | strlcat | Theo de Raadt | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-02-13 | When you give command examples and etc., in a manual page prefix them with: | Mike Pechkin | |
$ command or # command deraadt@ ok | |||
2002-01-21 | correct usage; ok deraadt@ | Kevin Steves | |
2001-10-04 | Deal with whois output that lacks a final newline. This is not legal | Todd C. Miller | |
but apparently there are broken whois servers out there. | |||
2000-07-12 | make whois(1) IPv6-ready. patch from deraadt + minor tweaks. | Jun-ichiro itojun Hagino | |
2000-03-23 | More pedantic man page formatting insanity, lalala | Aaron Campbell | |
2000-03-14 | Finish off cleanup usr.bin/ man pages. | Aaron Campbell | |
2000-03-04 | In Unix land we prefer "whitespace" to "white space" or "white-space". At | Aaron Campbell | |
least, this is the impression I get from looking at a lot of Perl docs. | |||
2000-01-22 | ie. -> i.e., | Aaron Campbell | |
1999-11-26 | socks support that should have gotten committed with the whois.c socks changes | Todd C. Miller | |
1999-11-19 | blank line | Theo de Raadt | |
1999-11-19 | When eearching for the string: No match for "FOO". | Todd C. Miller | |
verify that the length of the quoted string == length of the name we are looking up. Inspired but not based on a FreeBSD change. | |||
1999-11-19 | o Add -Q option to usage string | Todd C. Miller | |
o Add SOCKS support from FreeBSD | |||
1999-11-15 | o Make -q option the default | Todd C. Miller | |
o When invoked with no arguments and the record contains 'Whois Server: foo' also do the lookup using foo as the whois server. o If an entry BAR is not found (No match for "BAR"), fall back on whois.internic.net. This makes internic handle lookups work again. o Fix lookup of multiple entries o Add -Q (quick) option to turn off double lookup Note: Double lookups will not work properly until {com,net,org}.whois-servers.net has been changed to point to whois.crsnic.net (in progress). Man page still needs a bit of work. | |||
1999-11-15 | From FreeBSD: | Todd C. Miller | |
o Change default nic host to whois.crsnic.net to also get hosts registered by registrars other than NSI. o -i option to use NSI's nic host (whois.internic.net) o -g option to use .gov nic host o -R option to use .ru nic host | |||
1999-10-04 | more detail | Theo de Raadt | |
1999-10-03 | whois-servers.net and whois.ra.net support; jabley@patho.gen.nz | Theo de Raadt | |
1999-08-16 | fix includes | Artur Grabowski | |
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
1998-10-30 | usr.bin/ man page fixes, t-z | Aaron Campbell | |
1998-02-24 | add new flags for global NIC access; wollman | Theo de Raadt | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-06-26 | rcsid | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |