Initial Leopard version. Untested.
commit848f04b621b0a699eae360b8db6cdf8a05dada24
authorMattias Nissler <mattias.nissler@gmx.de>
Thu, 20 Sep 2007 19:49:19 +0000 (20 21:49 +0200)
committerMattias Nissler <mattias.nissler@gmx.de>
Thu, 20 Sep 2007 19:49:19 +0000 (20 21:49 +0200)
tree1061b54c23c8076c9659854f08184477c402c327
Initial Leopard version. Untested.
64 files changed:
tuntap/Changelog [new file with mode: 0644]
tuntap/INSTALL [new file with mode: 0644]
tuntap/Makefile [new file with mode: 0644]
tuntap/README [new file with mode: 0644]
tuntap/README.installer [new file with mode: 0644]
tuntap/pkg/startup_item.desc/Description.plist [new file with mode: 0644]
tuntap/pkg/startup_item.desc/Info.plist.in [new file with mode: 0644]
tuntap/pkg/startup_item.res/License.html [new file with mode: 0644]
tuntap/pkg/startup_item.res/Welcome.rtfd/TXT.rtf [new file with mode: 0644]
tuntap/pkg/startup_item.res/Welcome.rtfd/x-click-but04.gif [new file with mode: 0644]
tuntap/pkg/startup_item.res/postflight [new file with mode: 0644]
tuntap/pkg/tap_kext.desc/Description.plist [new file with mode: 0644]
tuntap/pkg/tap_kext.desc/Info.plist.in [new file with mode: 0644]
tuntap/pkg/tap_kext.res/English.lproj/InstallationCheck.strings [new file with mode: 0644]
tuntap/pkg/tap_kext.res/InstallationCheck [new file with mode: 0644]
tuntap/pkg/tap_kext.res/License.html [new file with mode: 0644]
tuntap/pkg/tap_kext.res/ReadMe.html [new file with mode: 0644]
tuntap/pkg/tap_kext.res/Welcome.rtfd/TXT.rtf [new file with mode: 0644]
tuntap/pkg/tap_kext.res/Welcome.rtfd/x-click-but04.gif [new file with mode: 0644]
tuntap/pkg/tap_kext.res/postflight [new file with mode: 0644]
tuntap/pkg/tun_kext.desc/Description.plist [new file with mode: 0644]
tuntap/pkg/tun_kext.desc/Info.plist.in [new file with mode: 0644]
tuntap/pkg/tun_kext.res/English.lproj/InstallationCheck.strings [new file with mode: 0644]
tuntap/pkg/tun_kext.res/InstallationCheck [new file with mode: 0644]
tuntap/pkg/tun_kext.res/License.html [new file with mode: 0644]
tuntap/pkg/tun_kext.res/ReadMe.html [new file with mode: 0644]
tuntap/pkg/tun_kext.res/Welcome.rtfd/TXT.rtf [new file with mode: 0644]
tuntap/pkg/tun_kext.res/Welcome.rtfd/x-click-but04.gif [new file with mode: 0644]
tuntap/pkg/tun_kext.res/postflight [new file with mode: 0644]
tuntap/pkg/tuntap.mpkg/Contents/Info.plist [new file with mode: 0644]
tuntap/pkg/tuntap.mpkg/Contents/PkgInfo [new file with mode: 0644]
tuntap/pkg/tuntap.mpkg/Contents/Resources/Description.plist [new file with mode: 0644]
tuntap/pkg/tuntap.mpkg/Contents/Resources/License.html [new file with mode: 0644]
tuntap/pkg/tuntap.mpkg/Contents/Resources/Welcome.rtfd/TXT.rtf [new file with mode: 0644]
tuntap/pkg/tuntap.mpkg/Contents/Resources/Welcome.rtfd/x-click-but04.gif [new file with mode: 0644]
tuntap/pkg/tuntap.mpkg/Contents/Resources/tuntap.info [new file with mode: 0644]
tuntap/src/ifaddr.h [new file with mode: 0644]
tuntap/src/lock.cc [new file with mode: 0644]
tuntap/src/lock.h [new file with mode: 0644]
tuntap/src/tags [new file with mode: 0644]
tuntap/src/tap/Info.plist [new file with mode: 0644]
tuntap/src/tap/Makefile [new file with mode: 0644]
tuntap/src/tap/kmod.cc [new file with mode: 0644]
tuntap/src/tap/tap.cc [new file with mode: 0644]
tuntap/src/tap/tap.h [new file with mode: 0644]
tuntap/src/tun/Info.plist [new file with mode: 0644]
tuntap/src/tun/Makefile [new file with mode: 0644]
tuntap/src/tun/kmod.cc [new file with mode: 0644]
tuntap/src/tun/tun.cc [new file with mode: 0644]
tuntap/src/tun/tun.h [new file with mode: 0644]
tuntap/src/tun/tun_inet6_proto.c [new file with mode: 0644]
tuntap/src/tun/tun_inet_proto.c [new file with mode: 0644]
tuntap/src/tun/tun_ioctls.h [new file with mode: 0644]
tuntap/src/tuntap.cc [new file with mode: 0644]
tuntap/src/tuntap.h [new file with mode: 0644]
tuntap/src/tuntap_mgr.cc [new file with mode: 0644]
tuntap/src/util.h [new file with mode: 0644]
tuntap/startup_item/tap/Resources/English.lproj/Localizable.strings [new file with mode: 0644]
tuntap/startup_item/tap/StartupParameters.plist [new file with mode: 0644]
tuntap/startup_item/tap/tap [new file with mode: 0644]
tuntap/startup_item/tun/Resources/English.lproj/Localizable.strings [new file with mode: 0644]
tuntap/startup_item/tun/StartupParameters.plist [new file with mode: 0644]
tuntap/startup_item/tun/tun [new file with mode: 0644]
tuntap/tools/makepkg.sh [new file with mode: 0755]