summaryrefslogtreecommitdiff
path: root/networking/ipcalc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* touchup argc/argv handling to shrink a bit and fix a segfault when given ↵Mike Frysinger2005-09-241-11/+12
| | | | wrong number of parameters as noted and fixed by Cristian Ionescu-Idbohrn
* Fixup some warningsEric Andersen2004-08-281-4/+4
|
* Larry Doolittle writes:Eric Andersen2004-04-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | This is a bulk spelling fix patch against busybox-1.00-pre10. If anyone gets a corrupted copy (and cares), let me know and I will make alternate arrangements. Erik - please apply. Authors - please check that I didn't corrupt any meaning. Package importers - see if any of these changes should be passed to the upstream authors. I glossed over lots of sloppy capitalizations, missing apostrophes, mixed American/British spellings, and German-style compound words. What is "pretect redefined for test" in cmdedit.c? Good luck on the 1.00 release! - Larry
* slightly clean the whacked out formattingEric Andersen2004-04-131-46/+47
|
* Fix/eliminate use of atolEric Andersen2004-03-061-2/+1
|
* Busybox CVS version ipcalc have problems:Glenn L McGrath2003-09-121-24/+29
| | | | | | | | | - 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
* Small bug in silent optionGlenn L McGrath2003-09-051-1/+1
|
* adds the ability to use and calculate network prefix specifications insteadGlenn L McGrath2003-09-021-9/+78
| | | | | | 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
* Patch from Lars Kellogg-Stedman:Eric Andersen2003-07-051-7/+14
| | | | | | 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.
* Patch from Vladimir N. Oleynik (vodz):Eric Andersen2003-07-031-35/+14
| | | | | Last patch have changed for "ipcalc" applet with usage new get_ulflags() function.
* Major coreutils update.Manuel Novoa III2003-03-191-6/+6
|
* ipcalc applet by Stephan Linz and Jordan CrouseGlenn L McGrath2002-11-101-0/+164