Activity for Netcat

  • Netcat Netcat released /community releases/nc110.20180111.tar.xz

  • Netcat Netcat released /nc110.20180111.tar.xz

  • Mike Frysinger committed [380753]

    add IPv6 patch

  • Mike Frysinger committed [fce106]

    ignore generated files

  • Mike Frysinger committed [98c8f6]

    fix a few harmless compiler warnings

  • Mike Frysinger committed [e0fbe7]

    add netcat manpage

  • Mike Frysinger committed [af2ec7]

    support named ports with dashes in them

  • Mike Frysinger committed [607401]

    fix address size check

  • Mike Frysinger committed [e67014]

    rename the arm() func to arm_timer() as gcc arm compilers define "arm" by default

  • Mike Frysinger committed [d0ec78]

    do not define HAVE_BIND by default -- let builders do it

  • Mike Frysinger committed [3d5a49]

    remove embedded /* in comments

  • Mike Frysinger committed [69a0d4]

    make sure the buffer holding the command line is always NUL terminated

  • Mike Frysinger committed [3c5809]

    add a -b option to allow sending to broadcast addresses

  • Mike Frysinger committed [36d74b]

    use __linux__ rather than LINUX as toolchains set that up automatically

  • Mike Frysinger committed [417a3d]

    add an option to use sig{set,long}jmp and default it to on for linux systems

  • Mike Frysinger committed [e89203]

    declare proper return types for funcs and move helpme() up before its first usage

  • Mike Frysinger committed [384a32]

    include time.h by default for time() prototype

  • Mike Frysinger committed [b9e72c]

    dump usage() info to stdout when asking for help

  • Mike Frysinger committed [84f88c]

    drop default stripping

  • Mike Frysinger committed [5d9df9]

    define HAVE_SOCKLEN_T for linux systems

  • Mike Frysinger committed [74922a]

    Fix the size of a strncpy

  • Mike Frysinger committed [31f56e]

    fix crashes with large port numbers

  • Mike Frysinger committed [9059d5]

    mmm, actually allow HAVE_BIND on all systems and use resolv.h on linux systems

  • Mike Frysinger committed [fcaf53]

    add an -c option which is like -e but executes through a shell

  • Mike Frysinger committed [b7c6c3]

    use socklen_t with network functions

  • Mike Frysinger committed [bda7ad]

    do not make the -n flag affect service name lookups

  • Mike Frysinger committed [c03709]

    drop "punt" message when using CTRL+C

  • Mike Frysinger committed [9274c7]

    add a -q option for controlling automatic exit behavior

  • Mike Frysinger committed [5236e1]

    change inet_addr to inet_aton

  • Mike Frysinger committed [ebf4d3]

    dont delay with sleep() before calling exit()

  • anatoly techtonik anatoly techtonik committed [5086ba]

    *Hobbit*'s netcat 1.10

  • Mike Frysinger committed [c3788a]

    fix crashes with large port numbers

  • Mike Frysinger Mike Frysinger committed [r30]

    add a -q option for controlling automatic exit behavior

  • Mike Frysinger Mike Frysinger committed [r29]

    add a -b option to allow sending to broadcast addresses

  • Mike Frysinger Mike Frysinger committed [r28]

    change inet_addr to inet_aton

  • Mike Frysinger Mike Frysinger committed [r27]

    drop "punt" message when using CTRL+C

  • Mike Frysinger Mike Frysinger committed [r26]

    drop default stripping

  • Mike Frysinger Mike Frysinger committed [r25]

    Fix the size of a strncpy

1