summaryrefslogtreecommitdiff
path: root/rdisc.c
Commit message (Expand)AuthorAgeFilesLines
* rdisc: use router solicit definitions from system headerSami Kerola2019-03-231-7/+4
* documentation: fix various spelling typosSami Kerola2019-03-091-2/+2
* clockdiff, rdisc, ninfod: get rid of vla'sSami Kerola2019-02-031-3/+7
* clang scan-build: fix various build warningSami Kerola2019-02-021-1/+1
* rdisc: use libc function to run in the backgroundSami Kerola2019-01-011-18/+2
* libcommon: check standard streams status at exitSami Kerola2019-01-011-0/+1
* rdisc: use error() to report command errorsSami Kerola2018-12-221-14/+9
* misc: fix couple typosSami Kerola2018-10-271-1/+1
* warnings: fix multiple errno printing format specifier issuesSami Kerola2018-10-031-1/+1
* rdisc: ensure pr_name() buffer is big enoughSami Kerola2018-10-031-1/+1
* rdisc: remove function like declarationSami Kerola2018-10-031-42/+49
* build-sys: make version number to update at each commitSami Kerola2018-10-031-3/+1
* various: remove use of register keywordSami Kerola2018-10-031-4/+4
* ping, rarpd, rdisc: remove historical no-op SA_INTERRUPTSami Kerola2018-10-031-3/+0
* rdisc, tftpd: remove unreachable codeSami Kerola2018-10-031-10/+0
* usage: unify usage outputs, and improve their helpfulnessSami Kerola2018-10-031-10/+21
* various: do not use kernel data types in userspaceSami Kerola2018-10-031-3/+3
* warnings: fix multiple signed and unsigned integer expressionsSami Kerola2018-10-031-5/+5
* warnings: remove variable shadowingSami Kerola2018-10-031-22/+22
* make `getaddrinfo()` and `getnameinfo()` usage consistentPavel Šimerda2015-06-181-5/+4
* rdisc: ifdef only apply on historic glibc < 2David Heidelberger2014-04-241-1/+1
* replace u_TYPE with compilant unsigned TYPEDavid Heidelberger2014-04-181-20/+20
* fix ifdef to apply only on uclibc and old glibcDavid Heidelberger2014-04-181-1/+1
* fix include paths, now compile with both glibc and muslDavid Heidelberger2014-04-181-0/+1
* rdisc: Fix memory leakage in initifs() in error path.YOSHIFUJI Hideaki2013-01-251-6/+4
* ping,rdisc: Use macro to get odd byte when checksumming.YOSHIFUJI Hideaki2012-11-281-1/+9
* ping,rdisc: Optimize checksumming.YOSHIFUJI Hideaki2012-11-281-1/+1
* rdisc: Missing new line after usage.YOSHIFUJI Hideaki2012-11-201-3/+2
* rdisc_srv,Makefile: Fix build.YOSHIFUJI Hideaki2012-11-161-3/+1
* arping,ping,ping6,rdisc,traceroute6: Fix version string.YOSHIFUJI Hideaki2012-11-151-1/+1
* rdisc: Use fputs() instead of fprintf() to shut up gcc warning.YOSHIFUJI Hideaki2012-01-101-5/+6
* rdisc: Allow multiple addresses on one interface.YOSHIFUJI Hideaki2010-04-121-1/+13
* rdisc: Fix typo in error message.YOSHIFUJI Hideaki2010-04-111-1/+1
* Use sysconf(_SC_OPEN_MAX) instead of OPEN_MAX.YOSHIFUJI Hideaki2010-01-261-5/+12
* rdisc: Use FOPEN_MAX if OPEN_MAX is undefined.YOSHIFUJI Hideaki2009-12-141-0/+3
* [CLOCKDIFF,PING,RDISC,TRACEROUTE6]: Support uClibc.YOSHIFUJI Hideaki2007-10-131-3/+3
* Fix white space errors.YOSHIFUJI Hideaki2007-04-051-66/+66
* [PATCH] Use socklen_t in all the right places.Mike Frysinger2006-12-211-1/+1
* [RDISC] Use strerror(errno) instead of sys_errlist[errno]YOSHIFUJI Hideaki2006-04-161-1/+1
* [RDISC] Use proper type for is_directly_connected()YOSHIFUJI Hideaki2006-04-161-2/+2
* Initial import of iputilsstartYOSHIFUJI Hideaki2006-04-161-0/+1508