aboutsummaryrefslogtreecommitdiff
path: root/networking/ipcalc.c
AgeCommit message (Collapse)Author
2003-09-12Busybox CVS version ipcalc have problems:Glenn L McGrath
- Can`t use 255.255.255.255 address - typo: double check for valid ip address and uncheck for valid mask httpd unseted SERVER_PORT (my bug from last_patch111). last_patch_112 from Vladimir N. Oleynik
2003-09-05Small bug in silent optionGlenn L McGrath
2003-09-02adds the ability to use and calculate network prefix specifications insteadGlenn L McGrath
of netmasks. It also fixes the parameters for network and netmask to match that of the official Red Hat version (-n for network and -m for netmask). Patch by Joshua Jackson
2003-07-05Patch from Lars Kellogg-Stedman:Eric Andersen
This patch fixes endian problems with get_netmask(). I don't know if this is the cleanest solution, but it makes 'ipcalc -n' work on both an i386 system and a ppc system.
2003-07-03Patch from Vladimir N. Oleynik (vodz):Eric Andersen
Last patch have changed for "ipcalc" applet with usage new get_ulflags() function.
2003-03-19Major coreutils update.Manuel Novoa III
2002-11-10ipcalc applet by Stephan Linz and Jordan CrouseGlenn L McGrath