summaryrefslogtreecommitdiffstats
path: root/contrib/netcat/atomicio.c
Commit message (Collapse)AuthorAgeFilesLines
* MFV r249496,249498. The most visible change is that we no longer shutsdelphij2013-04-151-3/+1
| | | | | | | | | down the connection when stdin closes, by default. This matches Hobbit's original netcat and GNU netcat. Old behavior can be restored with the new -N flag. MFC after: 2 weeks
* MFV: nc(1) from OpenBSD 4.9.delphij2011-05-111-2/+2
| | | | | MFC after: 1 month Obtained from: OpenBSD
* Import netcat as of today's OPENBSD_4_3 snapshot.delphij2008-04-211-12/+17
|
* Import netcat from OpenBSD 3.9-RELEASE.delphij2006-05-211-10/+18
|
* Import a (stripped) snapshot of OpenBSD's nc(1) an excellentdelphij2005-02-041-0/+56
reimplementation of the famous tool that can do arbitrary TCP and UDP connections and listens. This gaves sysadm the same tool the crackers have, so that they may learn what the network is about and protect it better. For developers, this is an invaluable debugging tool, and a good build block of scripts. Discussed on: freebsd-hackers@
OpenPOWER on IntegriCloud