Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/dist/smbfs/lib/smb



OK, so I've changed mount_smbfs to use getifaddrs(3).

[other uses of SIOCGIFCONF in the tree]

I've done a find|grep and started to check how it is used.
The list is appended.
"slightly broken" means here that it would fail for sockaddresses
with sa_len < sizeof(struct sockaddr). Not sure whether this can
happen.

I'll continue looking into this as time allows. Probably have
to learn to play "hunt" first:-)

best regards
Matthias


OK:
./dist/bind/bin/named/ns_main.c
./dist/bind/lib/irs/gethostent.c

inside #ifdef, deactivated for NetBSD:
./lib/libpcap/inet.c
./usr.sbin/traceroute/ifaddrlist.c
./usr.sbin/rtsold/if.c

seriously broken:
./games/hunt/hunt/hunt.c

slightly broken:
./usr.sbin/mopd/common/device.c
./usr.sbin/rarpd/rarpd.c
./gnu/dist/postfix/src/util/inet_addr_local.c

alignment issues only:
./dist/dhcp/common/discover.c
./dist/ntp/ntpd/ntp_io.c
./crypto/dist/kame/racoon/grabmyaddr.c
./gnu/dist/sendmail/sendmail/conf.c

unchecked:
./usr.sbin/mrouted/cfparse.y
./usr.sbin/mtrace/mtrace.c
./usr.sbin/pppd/pppd/sys-bsd.c
./usr.sbin/rbootd/bpf.c
./usr.sbin/sup/source/scm.c
./usr.sbin/timed/timed/timed.c
./usr.sbin/bootp/bootptest/getether.c
./usr.sbin/bootp/common/getif.c
./usr.sbin/ndbootd/ndbootd.c
./dist/am-utils/libamu/wire.c
./crypto/dist/heimdal/lib/roken/getifaddrs.c
./crypto/dist/krb4/lib/krb/getaddrs.c
./crypto/dist/krb4/lib/roken/getifaddrs.c





Home | Main Index | Thread Index | Old Index