History log of /external/netcat/netcat.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e4e83f8147f92141cd02cc46cccca088c527ea2a 25-Oct-2011 Nick Kralevich <nnk@google.com> Upgrade to openbsd's netcat.

Upgrade to openbsd's version of netcat, available for download
from http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/

This version has been modified to remove BSD specific calls
and other functionality unnecessary for Android. The removed
portions of code are surrounded by #ifdef ANDROID / #endif.

This code corresponds to the following openbsd versions:

atomicio.c: v1.10
atomicio.h: v1.2
netcat.c: v1.103

The file socks.c and nc.1 are not included in this change.

Change-Id: I39df7fbe335af97e092dd4d4a96f957d6d1a5b5d
/external/netcat/netcat.c
2b3431e2762434dff96ff279069e3796ef2d4333 26-Sep-2010 Jim Huang <jserv@0xlab.org> am 3b923003: Avoid calling res_init() since it\'s a private API in bionic

Merge commit '3b923003c7c5a13b4ff2e2091acd307e9d1304b2' into gingerbread-plus-aosp

* commit '3b923003c7c5a13b4ff2e2091acd307e9d1304b2':
Avoid calling res_init() since it's a private API in bionic
3b923003c7c5a13b4ff2e2091acd307e9d1304b2 23-Sep-2010 Jim Huang <jserv@0xlab.org> Avoid calling res_init() since it's a private API in bionic

In 4.3BSD, res_init() function reads the config files (resolv.conf)
to get the default domain name, search order and name server
address(es). However, in bionic, resolv.conf is already ignored,
so it is a no-op for actual functionality.

Change-Id: Ib11fee052ff0b2bae8f5a4f036b7cdc1d1b059a2
/external/netcat/netcat.c
fc2dc55c510657073ef4235658167a878e82cefa 17-May-2010 Nick Kralevich <nnk@google.com> Get rid of warnings when compiled with -Wformat-security

Change-Id: Ibe59f9704dc03aa592fce6ca6d422f4d4e6153cb
/external/netcat/netcat.c
abfd5077383bbfce2a0808e4c8a6d134b48c0300 05-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@136594
/external/netcat/netcat.c
5e0936b99e2d50769c5432b47c4d07c3dcdd37c6 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/netcat/netcat.c
39c3e9d45c422c33aaf85c552a96434f2b9371e2 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/netcat/netcat.c
15078382e0325b29af4eeb6ec267ad3a8eeaa8b5 11-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@130745
/external/netcat/netcat.c
446d5a68930e2dbab2a9b2ab7d9f4fd5a7bd7419 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/external/netcat/netcat.c
d102598c3989239d749b86b0f49fa54554f54402 12-Jan-1970 Upstream <upstream-import@none> external/netcat 110
/external/netcat/netcat.c