Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -1/+2 |
| | |||||
* | Leave the `copyright' variable exposed, since the main purpose of it | mike | 2002-03-07 | 1 | -2/+2 |
| | | | | | | is to put a copyright in the object file. Submitted by: bde | ||||
* | Mark a function as __printflike() | kris | 2002-02-04 | 1 | -1/+1 |
| | | | | MFC after: 1 week | ||||
* | Use new ID scheme. | mike | 2002-02-03 | 1 | -25/+20 |
| | | | | | | | | Fix a bug that caused .br domains to be queried twice, by only recursively following ARIN referrals when querying ARIN. PR: 34291 MFC after: 7 days | ||||
* | Fix a typo. Don't call options flags. Remove some documentation that | mike | 2001-12-16 | 1 | -21/+6 |
| | | | | is no longer applicable to whois. Bump document date. | ||||
* | Remove WARNS=2 as this is to be the default. | markm | 2001-12-11 | 1 | -1/+0 |
| | |||||
* | Add support for Brazilian IP Addresses. Example `whois 200.236.70.0'. | mike | 2001-12-08 | 1 | -1/+2 |
| | | | | PR: 30676 | ||||
* | Remove some EOL whitespace. Update usage() to current reality. | mike | 2001-10-17 | 1 | -5/+5 |
| | |||||
* | Use whois.example.com rather than non-existent.host in an example. | mike | 2001-10-17 | 1 | -2/+2 |
| | |||||
* | o Treat a buffer as a non-NUL terminated string, because the whois | mike | 2001-10-12 | 1 | -34/+24 |
| | | | | | | | | | | | | | | server may not return a new line character on the final line. o Remove the whois.networksolutions.com fallback code, which is no longer needed. o Instead of determining a hostname by terminating it when we see whitespace, only allow hostname characters and terminate the string when it's not such a character. o Add a small optimization in a for loop. PR: 30968 Reviewed by: -audit MFC after: 4 days | ||||
* | Remove a trailing space at the end of a line. | mike | 2001-09-04 | 1 | -1/+1 |
| | | | | | Forgotten by: mike Submitted by: ru | ||||
* | o Remove examples from throughout the manual. | mike | 2001-09-04 | 1 | -11/+65 |
| | | | | | | | o Create an EXAMPLES section. o In some places change "ru" to "RU" to be consistent. Reviewed by: ru | ||||
* | Take maintainership of whois(1). | mike | 2001-08-21 | 1 | -0/+2 |
| | |||||
* | mdoc(7) police: bump document date for the previous delta. | ru | 2001-08-07 | 1 | -2/+2 |
| | |||||
* | o Move APNIC flag from -p to -A. Since, -p is usually associated | mike | 2001-08-05 | 2 | -25/+51 |
| | | | | | | | | | | | | | | | with specifying a port. o Add the -p flag for specifying a port. (PR: 28790) This is useful for querying rwhois servers. Example: whois -h rwhois.exodus.net -p rwhois 216.136.180.0 o Add the -c flag which allows one to get the same whois server that would normally be determined if no arguments were specified. (Concept based on work by phantom, requested by ache) Example: whois -c ru TCNET-MNT-RIPN o Deprecate -R flag in favour of -c ru. PR: 28790 Reviewed by: -audit, ache, phantom | ||||
* | Fix a bug I introduced in Rev. 1.21 that prevented 'whois test' from | mike | 2001-07-22 | 1 | -0/+2 |
| | | | | | | | working. Reviewed by: des Approved by: des | ||||
* | o Add phantom's gethostinfo() function to reduce duplicated code. | mike | 2001-07-20 | 1 | -49/+56 |
| | | | | | | | | | | o Increase readability by creating a wrapper for asprintf(3). o Cast isdigit(3) argument to unsigned char for future locale changes. Submitted by: phantom Reviewed by: -audit, des Approved by: des | ||||
* | Re-write the logic that finds the whois server to query. | mike | 2001-07-17 | 1 | -16/+30 |
| | | | | | | | | [This fixes a bug where one would type 'whois foo.bar.' and get an error because of the trailing period.] PR: 28880 Approved by: des | ||||
* | Minor grammar cleanup. | dd | 2001-06-27 | 1 | -6/+5 |
| | | | | Submitted by: Mike Barcroft <mike@q9media.com> | ||||
* | Implement recursive IP address searches based on the results of a | dd | 2001-06-27 | 2 | -8/+29 |
| | | | | | | | query to ARIN. PR: 28426 Submitted by: Mike Barcroft <mike@q9media.com> | ||||
* | Stylify, ANSIfy, silence warnings, plug a memory leak, don't assume the | des | 2001-06-22 | 2 | -90/+70 |
| | | | | | | | server is well-behaved wrt. line endings. PR: bin/28082 Submitted by: Mike Barcroft <mike@q9media.com> | ||||
* | Do retry next entry in addrinfo during connect. | ume | 2001-06-01 | 1 | -5/+10 |
| | | | | MFC after: 1 week | ||||
* | Direct queries for IP numbers to ARIN. It would be nice if we could | phk | 2001-05-28 | 2 | -6/+19 |
| | | | | | | | | | | | send them to APNIC/RIPE intelligently, but we can't at this time so fallback to ARIN and depend on them telling the user where to look. Maybe we need a .whoisrc file... PR: 24707 Submitted by: Mike Barcroft mike@q9media.com MFC after: 1 week | ||||
* | mdoc(7) police: fix markup. | ru | 2001-05-22 | 1 | -40/+57 |
| | | | | Submitted by: roam, ru | ||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | Enable whois queries over IPv6 | kris | 2000-07-07 | 1 | -43/+39 |
| | | | | Obtained from: KAME | ||||
* | Tell people how to look up NIC handle information these days (for the two | obrien | 2000-03-02 | 1 | -0/+10 |
| | | | | cases I know about -- Netsol and ARIN). | ||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -3/+6 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | Fix typos | ru | 1999-12-31 | 1 | -2/+2 |
| | |||||
* | Mention the '6' flag in the flags summary. (Forgotten in the last commit). | joe | 1999-12-06 | 1 | -1/+1 |
| | |||||
* | Add braces ({}) to all the places that they're missing. | joe | 1999-12-06 | 1 | -18/+34 |
| | |||||
* | Rewrite of the manual page to make it clear that NSI and InterNIC | joe | 1999-12-06 | 1 | -2/+8 |
| | | | | | | are no longer the same organisation. Submitted by: Szilveszter Adam <sziszi@petra.hos.u-szeged.hu> | ||||
* | Added a -6 option to lookup information using the whois.6bone.net | joe | 1999-12-05 | 2 | -2/+10 |
| | | | | | | database. PR: misc/10803 misc/10804 | ||||
* | Change -i host to whois.networksolutions.com | ache | 1999-12-03 | 1 | -1/+1 |
| | |||||
* | purity change for name length checking code | ache | 1999-11-17 | 1 | -1/+1 |
| | |||||
* | Merge with OpenBSD whois (with bugfixes missed there) | ache | 1999-11-17 | 3 | -38/+173 |
| | | | | | | | | | | | New features are: Automatic lookup using *.whois-servers.net Recursive lookup using Registrar's name Fallback to InterNIC for non-domains -m for RADB database -Q to turn recursion/fallback off Obtained from: OpenBSD | ||||
* | Change default to whois.crsnic.net - new Central Shared Registry for domains | ache | 1999-11-09 | 2 | -5/+20 |
| | | | | Move InterNIC to -i option | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
| | |||||
* | Add -R for .RU domains | ache | 1999-02-02 | 2 | -5/+15 |
| | |||||
* | Update the -d flag to use the new .MIL NIC address (from PR 9802) | wollman | 1999-02-01 | 2 | -10/+23 |
| | | | | | | | and add a -g flag to use the new .GOV NIC. Also convert the SEE ALSO reference into a proper bibliographic one. PR: 9802 (in part) | ||||
* | #include <arpa/inet.h> | peter | 1998-06-12 | 1 | -1/+2 |
| | |||||
* | Make it more convenient to query NICs other than InterNIC. Explain in the | wollman | 1998-02-19 | 2 | -34/+81 |
| | | | | man page what each database contains. | ||||
* | Use err(3). | charnier | 1997-08-26 | 2 | -19/+22 |
| | |||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
| | | | | posix standard on the topic. | ||||
* | Fix default whois server. | markm | 1997-02-18 | 1 | -1/+1 |
| | |||||
* | Add support for SOCKS if enabled. | pst | 1996-04-23 | 2 | -4/+11 |
| | | | | Remove a useless bind() call (why did that ever get in there?) | ||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 3 | -0/+216 |