| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
From form@ via mpech@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
it has already been defined by previous includes. While this
is true at the moment, it will no longer be true after a pending
includes cleanup. OK marc@
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
okay deraadt@, otto@
Minor bump (nobody stepped forward with other changes, so let's do this one)
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
tweaked by tedu@ and myself;
|
| | | |
| | | |
| | | |
| | | | |
from ray lai;
|
| | | |
| | | |
| | | |
| | | | |
Makes netcat -Wall clean. ok djm@
|
| | | |
| | | |
| | | |
| | | | |
connections. Man page corrections jmc@, code corrections and ok djm@
|
| | | |
| | | |
| | | |
| | | |
| | | | |
from andreas schweitzer (pr #4566);
ok dtucker@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
(http://www.openssl.org//news/secadv_20051011.txt)
from http://www.openssl.org/news/patch-CAN-2005-2969.txt
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- use err() for error handling
- add lint hints
- spacing nits and missing braces
ok otto
|
| | | |
| | | |
| | | |
| | | | |
okay otto@
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Patch by Leonardo Chiquitto Filho <leonardo@iken.com.br>
Thanks.
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
libc manpage of the same name; reported and ok jmc@
|
| | | |
| | | |
| | | |
| | | | |
and remove its entry from the .Nm list;
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
for various flag values will be added later.
ok deraadt@
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
is* functions, and that basic mb->wchar conversion yields sensible results.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Kill old files that are no longer compiled.
okay theo
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Make sure tolower/toupper use the whole 8 bits.
okay deraadt@
thanks to everyone who tested
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
relevant anyway;
ok jaredy@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
split functions off res_debug.c so that getnetnamadr.c does not pull it
all when it's used.
okay deraadt@, krw@
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- avoid first person.
ok jmc
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
from netbsd pr #30872 (anonymous post);
ok deraadt@ krw@
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- break long lines
ok jmc
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- use `$' for command prompts
- clean up: use a bullet list instead of adding junk to denote list
items
ok jmc
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
we only ignored it if host.h_addrtype was AF_UNSPEC. Set host.h_length
to 0 in _gethtbyname2() since that function does not take a length
argument. Problem found by jaredy@
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Make _gethtent() static
- _gethtbyname() is dead code (succeeded by _gethtbyname2), kill it
- _gethtent() requires setting the address family field of the
file-scope variable `host' to that of the desired type of the entry
being searched for. Change the behavior to enforce this if it is not
AF_UNSPEC, which will now allow stepping through entries, and set it
to specific values everywhere else.
help & ok millert
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- typos/spelling, punctuation, rewording, macro, and layout fixes.
help & ok jmc
|
| | | |
| | | |
| | | |
| | | | |
from ray lai;
|
| | | |
| | | |
| | | |
| | | | |
exceeded the happy number - use a display instead.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- correct syntax for retrieving an http page. this example further
corrected by ian darwin (thanks!)
- the -v flag is relatively useless when port scanning, so remove it
from the example, and reword the description appropriately
- udp port scans always report ports as open (i.e. are useless) so
remove example claiming it works, and add CAVEATS to note that -uz is
relatively useless
|