Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expand get_hostname() function to support IPv4 and IPv6. | David Cantrell | 2009-03-19 | 1 | -7/+29 |
* | Remove unnecessary tab. | David Cantrell | 2009-03-19 | 1 | -1/+1 |
* | Correct address family option handling in ipcalc. | David Cantrell | 2009-03-19 | 1 | -42/+41 |
* | Man page updates for ipcalc(1) | David Cantrell | 2009-03-19 | 1 | -1/+2 |
* | Add a address check capability for IPv4 and IPv6 addresses. | David Cantrell | 2009-03-19 | 1 | -0/+42 |
* | Use asprintf() rather than malloc() and sprintf(). | David Cantrell | 2009-03-19 | 1 | -3/+6 |
* | Use inet_ntop() and inet_pton() | David Cantrell | 2009-03-19 | 1 | -5/+27 |
* | Use 'struct in_addr' for IPv4 addresses. | David Cantrell | 2009-03-19 | 1 | -44/+54 |
* | Whitespace cleanups for src/ipcalc.c | David Cantrell | 2009-03-19 | 1 | -135/+130 |
* | license cleanup | Bill Nottingham | 2007-08-03 | 1 | -4/+10 |
* | be more explicit | Bill Nottingham | 2004-05-05 | 1 | -13/+13 |
* | ip addresses are ints, not longs (#122479) | Bill Nottingham | 2004-05-05 | 1 | -13/+13 |
* | fix some memory handling (#85478, <miked@ed.ac.uk>) | Bill Nottingham | 2003-09-04 | 1 | -2/+3 |
* | copyright tweakage | Bill Nottingham | 2003-01-14 | 1 | -1/+1 |
* | fix calculation of /32 addresses (#76646) | Bill Nottingham | 2003-01-14 | 1 | -1/+1 |
* | some minor ipcalc cleanups (#58410) | Bill Nottingham | 2002-04-12 | 1 | -7/+26 |
* | quit stripping binaries | Bill Nottingham | 2002-04-12 | 1 | -1/+6 |
* | fix 64-bit brokeness | Bill Nottingham | 2001-06-27 | 1 | -2/+3 |
* | allow building with older popt | Bill Nottingham | 2001-06-20 | 1 | -1/+1 |
* | simple fix for -p | Preston Brown | 2001-05-02 | 1 | -1/+1 |
* | --prefix fixups | Preston Brown | 2001-04-30 | 1 | -4/+12 |
* | understands CIDR prefixes, operates more cleanly. | Preston Brown | 2001-04-30 | 1 | -50/+256 |
* | change hostnames to all lowercase (#9579) | Bill Nottingham | 2001-01-30 | 1 | -0/+5 |
* | added help/usage messages | Erik Troan | 1999-08-10 | 1 | -5/+11 |
* | added --netmask argument | Erik Troan | 1998-03-22 | 1 | -1/+12 |
* | added --hostname option | Erik Troan | 1998-03-10 | 1 | -14/+44 |
* | added ipcalc | Erik Troan | 1998-03-10 | 1 | -0/+69 |