Todd C. Miller
|
8021b8cb88
|
kill unused localhost_mask var
copy if name to ifr_tmp after we zero it
|
1998-09-14 15:48:05 +00:00 |
|
Todd C. Miller
|
d228cff313
|
initialize previfname
|
1998-09-07 16:06:23 +00:00 |
|
Todd C. Miller
|
65de4eeb79
|
Don't use SIOCGIFADDR, we don't need it
Use SIOCGIFFLAGS if we have it
check ifr_flags against IFF_UP and IFF_LOOPBACK instead of kludging it
|
1998-09-07 15:51:23 +00:00 |
|
Todd C. Miller
|
12477fd6e6
|
updated version
|
1998-04-06 03:35:50 +00:00 |
|
Todd C. Miller
|
e37e1e56b6
|
updated version
|
1998-03-31 05:05:49 +00:00 |
|
Todd C. Miller
|
c866646cdf
|
updated version
|
1998-02-18 21:39:31 +00:00 |
|
Todd C. Miller
|
9719fa21ba
|
dynamically size ifconf buffer
|
1998-02-17 04:58:33 +00:00 |
|
Todd C. Miller
|
bc7803cd08
|
updated version
|
1998-02-06 20:49:24 +00:00 |
|
Todd C. Miller
|
0c362fb216
|
updated version
|
1998-01-21 06:33:06 +00:00 |
|
Todd C. Miller
|
bb6a33e080
|
updated version
|
1998-01-21 05:50:58 +00:00 |
|
Todd C. Miller
|
166789a1dd
|
++version
|
1998-01-13 04:48:42 +00:00 |
|
Todd C. Miller
|
5e723efe75
|
++version
|
1996-11-14 02:37:56 +00:00 |
|
Todd C. Miller
|
e712f1152c
|
++version
|
1996-10-07 05:05:33 +00:00 |
|
Todd C. Miller
|
6a230806a8
|
courtesan
|
1996-09-08 00:21:42 +00:00 |
|
Todd C. Miller
|
d189849b44
|
++version
|
1996-08-30 00:37:04 +00:00 |
|
Todd C. Miller
|
35825133a7
|
++version
|
1996-08-17 23:25:40 +00:00 |
|
Todd C. Miller
|
ed9227dfd7
|
fixed a typo/thinko that broke BSD's with sa_len
|
1996-07-12 00:59:06 +00:00 |
|
Todd C. Miller
|
79810c01e0
|
removed cats of ioctl to int since they didn't shut up -Wall
|
1996-06-20 04:45:39 +00:00 |
|
Todd C. Miller
|
5fc1d4b79c
|
explicately cast ioctl() to int since it it not always declared
|
1996-06-20 04:43:25 +00:00 |
|
Todd C. Miller
|
ed5fcdccca
|
added STUB_LOAD_INTERFACES
++version
|
1996-01-14 20:16:46 +00:00 |
|
Todd C. Miller
|
a90d2d478e
|
++version
|
1996-01-09 17:52:49 +00:00 |
|
Todd C. Miller
|
3aba9c4785
|
fixed for AIX
now deal if num_interfaces == 0 (should not happen)
|
1995-12-22 02:53:12 +00:00 |
|
Todd C. Miller
|
6d0d2c8bad
|
works on ISC again
|
1995-12-20 20:52:17 +00:00 |
|
Todd C. Miller
|
6846377706
|
++version
|
1995-12-18 03:09:49 +00:00 |
|
Todd C. Miller
|
9de4fd5450
|
updated version number
|
1995-11-19 23:37:15 +00:00 |
|
Todd C. Miller
|
96be725f35
|
options.h is now <> instead of "" so shadow build trees can
have a custom copy of options.h
|
1995-11-13 05:16:38 +00:00 |
|
Todd C. Miller
|
f0ac53072c
|
rmeoved unused cruft
now passes -Wall
|
1995-09-23 20:47:31 +00:00 |
|
Todd C. Miller
|
211361a5f0
|
don't include malloc.h if we include stdlib.h
|
1995-09-13 21:17:06 +00:00 |
|
Todd C. Miller
|
9c631578e2
|
removed #include <net/route.h> since it was hosing some OS's
|
1995-07-19 01:27:53 +00:00 |
|
Todd C. Miller
|
63893680de
|
cleanup up the loop when interfaces are groped in so that it is
readable
|
1995-07-11 19:41:52 +00:00 |
|
Todd C. Miller
|
ba502e7deb
|
added #ifdef to make it compile on strange arches
|
1995-07-03 18:16:16 +00:00 |
|
Todd C. Miller
|
3a0993f0e5
|
now works with ip implementations that use sa_len in sockaddr
|
1995-07-01 19:49:17 +00:00 |
|
Todd C. Miller
|
70da65274c
|
now include sys/time.h for AIX
|
1995-07-01 18:24:52 +00:00 |
|
Todd C. Miller
|
ec568f2705
|
now works for ISC and others. yay.
|
1995-06-28 01:28:27 +00:00 |
|
Todd C. Miller
|
5986e74e41
|
now set strioctl.ic_timout in STRSET()
now initialize num_interfaces to 0 (just to be anal)
|
1995-06-19 03:14:19 +00:00 |
|
Todd C. Miller
|
34eaa537da
|
reworked the ISC code
|
1995-06-18 20:04:37 +00:00 |
|
Todd C. Miller
|
545d391917
|
added ENXIO like EADDRNOTAVAIL
|
1995-06-03 22:00:38 +00:00 |
|
Todd C. Miller
|
0613d37b46
|
Initial revision
|
1995-05-02 03:31:59 +00:00 |
|