gitextract_67_mzc26/ ├── .gitignore ├── Dockerfile ├── LICENSE ├── README.md └── vlmcsd/ ├── GNUmakefile ├── KMSServer.idl ├── KMSServer_c_mingw_gcc.c ├── KMSServer_c_x64_mingw_gcc.c ├── KMSServer_h.h ├── KMSServer_s2_mingw_gcc.c ├── KMSServer_s2_x64_mingw_gcc.c ├── Makefile ├── README ├── README.compile-and-pre-built-binaries ├── README.openssl ├── binaries/ │ ├── Android/ │ │ ├── arm/ │ │ │ ├── bionic/ │ │ │ │ ├── vlmcs-android15-armv5 │ │ │ │ ├── vlmcs-android15-armv7 │ │ │ │ ├── vlmcs-android41-armv7 │ │ │ │ ├── vlmcs-android50-arm64v8 │ │ │ │ ├── vlmcsd-android15-armv5 │ │ │ │ ├── vlmcsd-android15-armv7 │ │ │ │ ├── vlmcsd-android41-armv7 │ │ │ │ ├── vlmcsd-android50-arm64v8 │ │ │ │ ├── vlmcsdmulti-android15-armv5 │ │ │ │ ├── vlmcsdmulti-android15-armv7 │ │ │ │ ├── vlmcsdmulti-android41-armv7 │ │ │ │ └── vlmcsdmulti-android50-arm64v8 │ │ │ └── static/ │ │ │ ├── vlmcs-android15-armv5-static │ │ │ ├── vlmcs-android15-armv7-static │ │ │ ├── vlmcs-android50-arm64v8-static │ │ │ ├── vlmcsd-android15-armv5-static │ │ │ ├── vlmcsd-android15-armv7-static │ │ │ ├── vlmcsd-android50-arm64v8-static │ │ │ ├── vlmcsdmulti-android15-armv5-static │ │ │ ├── vlmcsdmulti-android15-armv7-static │ │ │ └── vlmcsdmulti-android50-arm64v8-static │ │ ├── intel/ │ │ │ ├── bionic/ │ │ │ │ ├── vlmcs-android23-x86 │ │ │ │ ├── vlmcs-android41-x86 │ │ │ │ ├── vlmcs-android50-x64 │ │ │ │ ├── vlmcsd-android23-x86 │ │ │ │ ├── vlmcsd-android41-x86 │ │ │ │ ├── vlmcsd-android50-x64 │ │ │ │ ├── vlmcsdmulti-android23-x86 │ │ │ │ ├── vlmcsdmulti-android41-x86 │ │ │ │ └── vlmcsdmulti-android50-x64 │ │ │ └── static/ │ │ │ ├── vlmcs-android23-x86-static │ │ │ ├── vlmcs-android50-x64-static │ │ │ ├── vlmcsd-android23-x86-static │ │ │ ├── vlmcsd-android50-x64-static │ │ │ ├── vlmcsdmulti-android23-x86-static │ │ │ └── vlmcsdmulti-android50-x64-static │ │ └── mips/ │ │ ├── bionic/ │ │ │ ├── vlmcs-android23-mips32el │ │ │ ├── vlmcs-android41-mips32el │ │ │ ├── vlmcs-android50-mips64el │ │ │ ├── vlmcsd-android23-mips32el │ │ │ ├── vlmcsd-android41-mips32el │ │ │ ├── vlmcsd-android50-mips64el │ │ │ ├── vlmcsdmulti-android23-mips32el │ │ │ ├── vlmcsdmulti-android41-mips32el │ │ │ └── vlmcsdmulti-android50-mips64el │ │ └── static/ │ │ ├── vlmcs-android23-mips32el-static │ │ ├── vlmcs-android50-mips64el-static │ │ ├── vlmcsd-android23-mips32el-static │ │ ├── vlmcsd-android50-mips64el-static │ │ ├── vlmcsdmulti-android23-mips32el-static │ │ └── vlmcsdmulti-android50-mips64el-static │ ├── FreeBSD/ │ │ └── intel/ │ │ ├── vlmcs-FreeBSD-10.1-x64 │ │ ├── vlmcs-FreeBSD-10.1-x64-gcc │ │ ├── vlmcs-FreeBSD-10.1-x64-openssl1.0.1-EXPERIMENTAL │ │ ├── vlmcs-FreeBSD-10.1-x86 │ │ ├── vlmcs-FreeBSD-10.1-x86-gcc │ │ ├── vlmcs-FreeBSD-10.1-x86-openssl1.0.1-EXPERIMENTAL │ │ ├── vlmcsd-FreeBSD-10.1-x64 │ │ ├── vlmcsd-FreeBSD-10.1-x64-gcc │ │ ├── vlmcsd-FreeBSD-10.1-x64-openssl1.0.1-EXPERIMENTAL │ │ ├── vlmcsd-FreeBSD-10.1-x64-threads │ │ ├── vlmcsd-FreeBSD-10.1-x64-threads-gcc │ │ ├── vlmcsd-FreeBSD-10.1-x86 │ │ ├── vlmcsd-FreeBSD-10.1-x86-gcc │ │ ├── vlmcsd-FreeBSD-10.1-x86-openssl1.0.1-EXPERIMENTAL │ │ ├── vlmcsd-FreeBSD-10.1-x86-threads │ │ ├── vlmcsd-FreeBSD-10.1-x86-threads-gcc │ │ ├── vlmcsdmulti-FreeBSD-10.1-x64 │ │ ├── vlmcsdmulti-FreeBSD-10.1-x64-gcc │ │ ├── vlmcsdmulti-FreeBSD-10.1-x86 │ │ └── vlmcsdmulti-FreeBSD-10.1-x86-gcc │ ├── Linux/ │ │ ├── arm/ │ │ │ ├── big-endian/ │ │ │ │ ├── static/ │ │ │ │ │ ├── vlmcs-armeb-nslu2-uclibc-static │ │ │ │ │ ├── vlmcsd-armeb-nslu2-uclibc-static │ │ │ │ │ └── vlmcsdmulti-armeb-nslu2-uclibc-static │ │ │ │ └── uclibc/ │ │ │ │ ├── vlmcs-armeb-nslu2-uclibc │ │ │ │ ├── vlmcsd-armeb-nslu2-uclibc │ │ │ │ └── vlmcsdmulti-armeb-nslu2-uclibc │ │ │ └── little-endian/ │ │ │ ├── glibc/ │ │ │ │ ├── vlmcs-armv4el-glibc │ │ │ │ ├── vlmcs-armv4el-glibc-thumb │ │ │ │ ├── vlmcs-armv4el-openwrt-glibc │ │ │ │ ├── vlmcs-armv5el-glibc │ │ │ │ ├── vlmcs-armv5el-glibc-thumb │ │ │ │ ├── vlmcs-armv6hf-Raspberry-glibc │ │ │ │ ├── vlmcs-armv7el-glibc │ │ │ │ ├── vlmcs-armv7el-openwrt-glibc │ │ │ │ ├── vlmcsd-armv4el-glibc │ │ │ │ ├── vlmcsd-armv4el-glibc-thumb │ │ │ │ ├── vlmcsd-armv4el-openwrt-glibc │ │ │ │ ├── vlmcsd-armv5el-glibc │ │ │ │ ├── vlmcsd-armv5el-glibc-thumb │ │ │ │ ├── vlmcsd-armv6hf-Raspberry-glibc │ │ │ │ ├── vlmcsd-armv7el-glibc │ │ │ │ ├── vlmcsd-armv7el-openwrt-glibc │ │ │ │ ├── vlmcsdmulti-armv4el-glibc │ │ │ │ ├── vlmcsdmulti-armv4el-glibc-thumb │ │ │ │ ├── vlmcsdmulti-armv4el-openwrt-glibc │ │ │ │ ├── vlmcsdmulti-armv5el-glibc │ │ │ │ ├── vlmcsdmulti-armv5el-glibc-thumb │ │ │ │ ├── vlmcsdmulti-armv6hf-Raspberry-glibc │ │ │ │ ├── vlmcsdmulti-armv7el-glibc │ │ │ │ └── vlmcsdmulti-armv7el-openwrt-glibc │ │ │ ├── musl/ │ │ │ │ ├── vlmcs-armv5el-musl-thumb │ │ │ │ ├── vlmcsd-armv5el-musl-thumb │ │ │ │ └── vlmcsdmulti-armv5el-musl-thumb │ │ │ ├── static/ │ │ │ │ ├── vlmcs-armv4el-uclibc-static │ │ │ │ ├── vlmcs-armv5el-musl-thumb-static │ │ │ │ ├── vlmcs-armv7el-uclibc-static │ │ │ │ ├── vlmcsd-armv4el-uclibc-static │ │ │ │ ├── vlmcsd-armv5el-musl-thumb-static │ │ │ │ ├── vlmcsd-armv7el-uclibc-static │ │ │ │ ├── vlmcsdmulti-armv4el-uclibc-static │ │ │ │ ├── vlmcsdmulti-armv5el-musl-thumb-static │ │ │ │ └── vlmcsdmulti-armv7el-uclibc-static │ │ │ └── uclibc/ │ │ │ ├── vlmcs-armv4el-openwrt-uclibc │ │ │ ├── vlmcs-armv4el-uclibc │ │ │ ├── vlmcs-armv5el-uclibc-thumb │ │ │ ├── vlmcs-armv7el-openwrt-uclibc │ │ │ ├── vlmcs-armv7el-uclibc │ │ │ ├── vlmcsd-armv4el-openwrt-uclibc │ │ │ ├── vlmcsd-armv4el-uclibc │ │ │ ├── vlmcsd-armv5el-uclibc-thumb │ │ │ ├── vlmcsd-armv7el-openwrt-uclibc │ │ │ ├── vlmcsd-armv7el-uclibc │ │ │ ├── vlmcsdmulti-armv4el-openwrt-uclibc │ │ │ ├── vlmcsdmulti-armv4el-uclibc │ │ │ ├── vlmcsdmulti-armv5el-uclibc-thumb │ │ │ ├── vlmcsdmulti-armv7el-openwrt-uclibc │ │ │ └── vlmcsdmulti-armv7el-uclibc │ │ ├── intel/ │ │ │ ├── glibc/ │ │ │ │ ├── vlmcs-x32-glibc │ │ │ │ ├── vlmcs-x64-glibc │ │ │ │ ├── vlmcs-x64-glibc-openssl1.0.0-hard-EXPERIMENTAL │ │ │ │ ├── vlmcs-x86-glibc │ │ │ │ ├── vlmcsd-x32-glibc │ │ │ │ ├── vlmcsd-x32-glibc-threads │ │ │ │ ├── vlmcsd-x64-glibc │ │ │ │ ├── vlmcsd-x64-glibc-openssl1.0.0-hard-EXPERIMENTAL │ │ │ │ ├── vlmcsd-x64-glibc-threads │ │ │ │ ├── vlmcsd-x86-glibc │ │ │ │ ├── vlmcsd-x86-glibc-minimum │ │ │ │ ├── vlmcsd-x86-glibc-minimum-inetd │ │ │ │ ├── vlmcsd-x86-glibc-threads │ │ │ │ ├── vlmcsdmulti-x32-glibc │ │ │ │ ├── vlmcsdmulti-x64-glibc │ │ │ │ ├── vlmcsdmulti-x64-glibc-openssl1.0.0-hard-EXPERIMENTAL │ │ │ │ └── vlmcsdmulti-x86-glibc │ │ │ ├── musl/ │ │ │ │ ├── vlmcs-x64-musl │ │ │ │ ├── vlmcs-x86-musl │ │ │ │ ├── vlmcsd-x64-musl │ │ │ │ ├── vlmcsd-x86-musl │ │ │ │ ├── vlmcsdmulti-x64-musl │ │ │ │ └── vlmcsdmulti-x86-musl │ │ │ ├── static/ │ │ │ │ ├── vlmcs-x64-musl-static │ │ │ │ ├── vlmcs-x86-musl-static │ │ │ │ ├── vlmcsd-x64-musl-static │ │ │ │ ├── vlmcsd-x86-musl-static │ │ │ │ ├── vlmcsd-x86-musl-static-threads │ │ │ │ ├── vlmcsdmulti-x64-musl-static │ │ │ │ └── vlmcsdmulti-x86-musl-static │ │ │ └── uclibc/ │ │ │ ├── vlmcs-x64-uclibc │ │ │ ├── vlmcs-x86-uclibc │ │ │ ├── vlmcsd-x64-uclibc │ │ │ ├── vlmcsd-x86-uclibc │ │ │ ├── vlmcsdmulti-x64-uclibc │ │ │ └── vlmcsdmulti-x86-uclibc │ │ ├── mips/ │ │ │ ├── big-endian/ │ │ │ │ ├── glibc/ │ │ │ │ │ ├── vlmcs-mips16-glibc │ │ │ │ │ ├── vlmcs-mips16-openwrt-glibc │ │ │ │ │ ├── vlmcs-mips32-glibc │ │ │ │ │ ├── vlmcs-mips32-openwrt-glibc │ │ │ │ │ ├── vlmcsd-mips16-glibc │ │ │ │ │ ├── vlmcsd-mips16-openwrt-glibc │ │ │ │ │ ├── vlmcsd-mips32-glibc │ │ │ │ │ ├── vlmcsd-mips32-openwrt-glibc │ │ │ │ │ ├── vlmcsdmulti-mips16-glibc │ │ │ │ │ ├── vlmcsdmulti-mips16-openwrt-glibc │ │ │ │ │ ├── vlmcsdmulti-mips32-glibc │ │ │ │ │ └── vlmcsdmulti-mips32-openwrt-glibc │ │ │ │ ├── musl/ │ │ │ │ │ ├── vlmcs-mips16-openwrt-atheros-ar7xxx-ar9xxx-musl │ │ │ │ │ ├── vlmcs-mips32-musl │ │ │ │ │ ├── vlmcsd-mips16-openwrt-atheros-ar7xxx-ar9xxx-musl │ │ │ │ │ ├── vlmcsd-mips32-musl │ │ │ │ │ ├── vlmcsdmulti-mips16-openwrt-atheros-ar7xxx-ar9xxx-musl │ │ │ │ │ └── vlmcsdmulti-mips32-musl │ │ │ │ ├── static/ │ │ │ │ │ ├── vlmcs-mips16-Fritzbox-33xx-73xx-74xx-63xx-64xx-uclibc-static │ │ │ │ │ ├── vlmcs-mips16-openwrt-atheros-ar7xxx-ar9xxx-musl-static │ │ │ │ │ ├── vlmcs-mips32-musl-static │ │ │ │ │ ├── vlmcs-mips32r2-openwrt-atheros-ar7xxx-ar9xxx-uclibc-static │ │ │ │ │ ├── vlmcsd-mips16-Fritzbox-33xx-73xx-74xx-63xx-64xx-uclibc-static │ │ │ │ │ ├── vlmcsd-mips16-openwrt-atheros-ar7xxx-ar9xxx-musl-static │ │ │ │ │ ├── vlmcsd-mips32-musl-static │ │ │ │ │ ├── vlmcsd-mips32r2-openwrt-atheros-ar7xxx-ar9xxx-uclibc-static │ │ │ │ │ ├── vlmcsdmulti-mips16-Fritzbox-33xx-73xx-74xx-63xx-64xx-uclibc-static │ │ │ │ │ ├── vlmcsdmulti-mips16-openwrt-atheros-ar7xxx-ar9xxx-musl-static │ │ │ │ │ ├── vlmcsdmulti-mips32-musl-static │ │ │ │ │ └── vlmcsdmulti-mips32r2-openwrt-atheros-ar7xxx-ar9xxx-uclibc-static │ │ │ │ └── uclibc/ │ │ │ │ ├── vlmcs-mips16-Fritzbox-33xx-73xx-74xx-63xx-64xx-uclibc │ │ │ │ ├── vlmcs-mips16-Fritzbox-33xx-73xx-74xx-63xx-64xx-uclibc-openssl0.9.8-soft-EXPERIMENTAL │ │ │ │ ├── vlmcs-mips16-openwrt-atheros-ar7xxx-ar9xxx-uclibc │ │ │ │ ├── vlmcs-mips16-uclibc │ │ │ │ ├── vlmcs-mips32-uclibc │ │ │ │ ├── vlmcs-mips32r2-openwrt-atheros-ar7xxx-ar9xxx-uclibc │ │ │ │ ├── vlmcsd-mips16-Fritzbox-33xx-73xx-74xx-63xx-64xx-uclibc │ │ │ │ ├── vlmcsd-mips16-Fritzbox-33xx-73xx-74xx-63xx-64xx-uclibc-inetd │ │ │ │ ├── vlmcsd-mips16-Fritzbox-33xx-73xx-74xx-63xx-64xx-uclibc-openssl0.9.8-soft-EXPERIMENTAL │ │ │ │ ├── vlmcsd-mips16-Fritzbox-33xx-73xx-74xx-63xx-64xx-uclibc-pedantic │ │ │ │ ├── vlmcsd-mips16-Fritzbox-33xx-73xx-74xx-63xx-64xx-uclibc-threads │ │ │ │ ├── vlmcsd-mips16-openwrt-atheros-ar7xxx-ar9xxx-uclibc │ │ │ │ ├── vlmcsd-mips16-uclibc │ │ │ │ ├── vlmcsd-mips16-uclibc-threads │ │ │ │ ├── vlmcsd-mips32-uclibc │ │ │ │ ├── vlmcsd-mips32r2-openwrt-atheros-ar7xxx-ar9xxx-uclibc │ │ │ │ ├── vlmcsdmulti-mips16-Fritzbox-33xx-73xx-74xx-63xx-64xx-uclibc │ │ │ │ ├── vlmcsdmulti-mips16-Fritzbox-33xx-73xx-74xx-63xx-64xx-uclibc-openssl0.9.8-soft-EXPERIMENTAL │ │ │ │ ├── vlmcsdmulti-mips16-openwrt-atheros-ar7xxx-ar9xxx-uclibc │ │ │ │ ├── vlmcsdmulti-mips16-uclibc │ │ │ │ ├── vlmcsdmulti-mips32-uclibc │ │ │ │ └── vlmcsdmulti-mips32r2-openwrt-atheros-ar7xxx-ar9xxx-uclibc │ │ │ └── little-endian/ │ │ │ ├── glibc/ │ │ │ │ ├── vlmcs-mips16el-glibc │ │ │ │ ├── vlmcs-mips16el-openwrt-glibc │ │ │ │ ├── vlmcs-mips1el-glibc │ │ │ │ ├── vlmcs-mips1el-glibc-openssl0.9.8-soft-EXPERIMENTAL │ │ │ │ ├── vlmcs-mips32el-openwrt-glibc │ │ │ │ ├── vlmcsd-mips16el-glibc │ │ │ │ ├── vlmcsd-mips16el-openwrt-glibc │ │ │ │ ├── vlmcsd-mips1el-glibc │ │ │ │ ├── vlmcsd-mips1el-glibc-openssl0.9.8-soft-EXPERIMENTAL │ │ │ │ ├── vlmcsd-mips32el-openwrt-glibc │ │ │ │ ├── vlmcsdmulti-mips16el-glibc │ │ │ │ ├── vlmcsdmulti-mips16el-openwrt-glibc │ │ │ │ ├── vlmcsdmulti-mips1el-glibc │ │ │ │ ├── vlmcsdmulti-mips1el-glibc-openssl0.9.8-soft-EXPERIMENTAL │ │ │ │ └── vlmcsdmulti-mips32el-openwrt-glibc │ │ │ ├── musl/ │ │ │ │ ├── vlmcs-mips16el-musl │ │ │ │ ├── vlmcsd-mips16el-musl │ │ │ │ └── vlmcsdmulti-mips16el-musl │ │ │ ├── static/ │ │ │ │ ├── vlmcs-mips16el-asus-rt-n66u-uclibc-static │ │ │ │ ├── vlmcs-mips16el-musl-fpu-static │ │ │ │ ├── vlmcs-mips16el-musl-static │ │ │ │ ├── vlmcs-mips16el-openwrt-uclib-static │ │ │ │ ├── vlmcs-mips1el-tomato-uclibc-static │ │ │ │ ├── vlmcs-mips1el-uclibc-static │ │ │ │ ├── vlmcs-mips32el-ddwrt-gcc4.1.0-uclibc-static │ │ │ │ ├── vlmcs-mips32el-openwrt-uclib-static │ │ │ │ ├── vlmcs-mips32el-uclibc-static │ │ │ │ ├── vlmcs-mips32r2el-Fritzbox-71xx-72xx-uclibc-static │ │ │ │ ├── vlmcsd-mips16el-asus-rt-n66u-uclibc-static │ │ │ │ ├── vlmcsd-mips16el-musl-fpu-static │ │ │ │ ├── vlmcsd-mips16el-musl-static │ │ │ │ ├── vlmcsd-mips16el-openwrt-uclibc-static │ │ │ │ ├── vlmcsd-mips1el-tomato-uclibc-static │ │ │ │ ├── vlmcsd-mips1el-uclibc-static │ │ │ │ ├── vlmcsd-mips32el-ddwrt-gcc4.1.0-uclibc-static │ │ │ │ ├── vlmcsd-mips32el-openwrt-uclibc-static │ │ │ │ ├── vlmcsd-mips32el-uclibc-static │ │ │ │ ├── vlmcsd-mips32r2el-Fritzbox-71xx-72xx-uclibc-static │ │ │ │ ├── vlmcsdmulti-mips16el-asus-rt-n66u-uclibc-static │ │ │ │ ├── vlmcsdmulti-mips16el-musl-fpu-static │ │ │ │ ├── vlmcsdmulti-mips16el-musl-static │ │ │ │ ├── vlmcsdmulti-mips16el-openwrt-uclibc-static │ │ │ │ ├── vlmcsdmulti-mips1el-tomato-uclibc-static │ │ │ │ ├── vlmcsdmulti-mips1el-uclibc-static │ │ │ │ ├── vlmcsdmulti-mips32el-ddwrt-gcc4.1.0-uclibc-static │ │ │ │ ├── vlmcsdmulti-mips32el-openwrt-uclibc-static │ │ │ │ ├── vlmcsdmulti-mips32el-uclibc-static │ │ │ │ └── vlmcsdmulti-mips32r2el-Fritzbox-71xx-72xx-uclibc-static │ │ │ └── uclibc/ │ │ │ ├── vlmcs-mips16el-asus-rt-n66u-uclibc │ │ │ ├── vlmcs-mips16el-openwrt-uclibc │ │ │ ├── vlmcs-mips16el-uclibc │ │ │ ├── vlmcs-mips1el-tomato-uclibc │ │ │ ├── vlmcs-mips1el-uclibc │ │ │ ├── vlmcs-mips32el-ddwrt-gcc4.1.0-uclibc │ │ │ ├── vlmcs-mips32el-openwrt-uclib │ │ │ ├── vlmcs-mips32el-uclibc │ │ │ ├── vlmcs-mips32r2el-Fritzbox-71xx-72xx-uclibc │ │ │ ├── vlmcsd-mips16el-asus-rt-n66u-uclibc │ │ │ ├── vlmcsd-mips16el-openwrt-uclibc │ │ │ ├── vlmcsd-mips16el-uclibc │ │ │ ├── vlmcsd-mips1el-tomato-uclibc │ │ │ ├── vlmcsd-mips1el-uclibc │ │ │ ├── vlmcsd-mips32el-ddwrt-gcc4.1.0-uclibc │ │ │ ├── vlmcsd-mips32el-openwrt-uclibc │ │ │ ├── vlmcsd-mips32el-uclibc │ │ │ ├── vlmcsd-mips32r2el-Fritzbox-71xx-72xx-uclibc │ │ │ ├── vlmcsdmulti-mips16el-asus-rt-n66u-uclibc │ │ │ ├── vlmcsdmulti-mips16el-openwrt-uclibc │ │ │ ├── vlmcsdmulti-mips16el-uclibc │ │ │ ├── vlmcsdmulti-mips1el-tomato-uclibc │ │ │ ├── vlmcsdmulti-mips1el-uclibc │ │ │ ├── vlmcsdmulti-mips32el-ddwrt-gcc4.1.0-uclibc │ │ │ ├── vlmcsdmulti-mips32el-openwrt-uclibc │ │ │ ├── vlmcsdmulti-mips32el-uclibc │ │ │ └── vlmcsdmulti-mips32r2el-Fritzbox-71xx-72xx-uclibc │ │ ├── ppc/ │ │ │ ├── big-endian/ │ │ │ │ ├── glibc/ │ │ │ │ │ ├── vlmcs-ppc-glibc │ │ │ │ │ ├── vlmcs-ppc-glibc-openssl0.9.8-soft-EXPERIMENTAL │ │ │ │ │ ├── vlmcs-ppc64-glibc │ │ │ │ │ ├── vlmcsd-ppc-glibc │ │ │ │ │ ├── vlmcsd-ppc-glibc-openssl0.9.8-soft-EXPERIMENTAL │ │ │ │ │ ├── vlmcsd-ppc64-glibc │ │ │ │ │ ├── vlmcsdmulti-ppc-glibc │ │ │ │ │ ├── vlmcsdmulti-ppc-glibc-openssl0.9.8-soft-EXPERIMENTAL │ │ │ │ │ └── vlmcsdmulti-ppc64-glibc │ │ │ │ ├── static/ │ │ │ │ │ ├── vlmcs-ppc-uclibc-static │ │ │ │ │ ├── vlmcsd-ppc-uclibc-static │ │ │ │ │ └── vlmcsdmulti-ppc-uclibc-static │ │ │ │ └── uclibc/ │ │ │ │ ├── vlmcs-ppc-uclibc │ │ │ │ ├── vlmcsd-ppc-uclibc │ │ │ │ └── vlmcsdmulti-ppc-uclibc │ │ │ └── little-endian/ │ │ │ └── glibc/ │ │ │ ├── vlmcs-ppc64el-glibc │ │ │ ├── vlmcsd-ppc64el-glibc │ │ │ └── vlmcsdmulti-ppc64el-glibc │ │ └── sparc32/ │ │ └── glibc/ │ │ ├── vlmcs-sparc32v7-glibc │ │ ├── vlmcsd-sparc32v7-glibc │ │ └── vlmcsdmulti-sparc32v7-glibc │ ├── MacOSX/ │ │ ├── intel/ │ │ │ ├── vlmcs-MacOSX-x64 │ │ │ ├── vlmcs-MacOSX-x64-gcc │ │ │ ├── vlmcs-MacOSX-x64-openssl-EXPERIMENTAL │ │ │ ├── vlmcs-MacOSX-x86 │ │ │ ├── vlmcs-MacOSX-x86-gcc │ │ │ ├── vlmcs-MacOSX-x86-openssl-EXPERIMENTAL │ │ │ ├── vlmcsd-MacOSX-x64 │ │ │ ├── vlmcsd-MacOSX-x64-gcc │ │ │ ├── vlmcsd-MacOSX-x64-openssl-EXPERIMENTAL │ │ │ ├── vlmcsd-MacOSX-x64-threads │ │ │ ├── vlmcsd-MacOSX-x64-threads-gcc │ │ │ ├── vlmcsd-MacOSX-x86 │ │ │ ├── vlmcsd-MacOSX-x86-gcc │ │ │ ├── vlmcsd-MacOSX-x86-openssl-EXPERIMENTAL │ │ │ ├── vlmcsd-MacOSX-x86-threads │ │ │ ├── vlmcsd-MacOSX-x86-threads-gcc │ │ │ ├── vlmcsdmulti-MacOSX-x64 │ │ │ ├── vlmcsdmulti-MacOSX-x64-gcc │ │ │ ├── vlmcsdmulti-MacOSX-x86 │ │ │ └── vlmcsdmulti-MacOSX-x86-gcc │ │ └── ppc/ │ │ ├── vlmcs-MacOSX-ppc │ │ ├── vlmcsd-MacOSX-ppc │ │ └── vlmcsdmulti-MacOSX-ppc │ ├── Minix/ │ │ └── intel/ │ │ ├── vlmcs-minix-3.3.0-x86 │ │ ├── vlmcsd-minix-3.3.0-x86 │ │ └── vlmcsdmulti-minix-3.3.0-x86 │ ├── Solaris/ │ │ └── intel/ │ │ ├── vlmcs-Solaris11.2-x64 │ │ ├── vlmcs-Solaris11.2-x64-openssl1.0-EXPERIMENTAL │ │ ├── vlmcs-Solaris11.2-x86 │ │ ├── vlmcs-Solaris11.2-x86-openssl1.0-EXPERIMENTAL │ │ ├── vlmcsd-Solaris11.2-x64 │ │ ├── vlmcsd-Solaris11.2-x64-openssl1.0-EXPERIMENTAL │ │ ├── vlmcsd-Solaris11.2-x64-threads │ │ ├── vlmcsd-Solaris11.2-x86 │ │ ├── vlmcsd-Solaris11.2-x86-openssl1.0-EXPERIMENTAL │ │ ├── vlmcsd-Solaris11.2-x86-threads │ │ ├── vlmcsdmulti-Solaris11.2-x64 │ │ └── vlmcsdmulti-Solaris11.2-x86 │ └── iOS/ │ └── arm/ │ ├── vlmcs-iOS-4.1-armv6-llvm-gcc4.2 │ ├── vlmcs-iOS-5.1-armv6-clang3.1 │ ├── vlmcs-iOS-5.1-armv7-clang3.4 │ ├── vlmcs-iOS-6.1-armv7 │ ├── vlmcs-iOS-8.4-armv7 │ ├── vlmcs-iOS-8.4-armv8-aarch64 │ ├── vlmcsd-iOS-4.1-armv6-llvm-gcc4.2 │ ├── vlmcsd-iOS-5.1-armv6-clang3.1 │ ├── vlmcsd-iOS-5.1-armv7-clang3.4 │ ├── vlmcsd-iOS-6.1-armv7 │ ├── vlmcsd-iOS-8.4-armv7 │ ├── vlmcsd-iOS-8.4-armv8-aarch64 │ ├── vlmcsdmulti-iOS-4.1-armv6-llvm-gcc4.2 │ ├── vlmcsdmulti-iOS-5.1-armv6-clang3.1 │ ├── vlmcsdmulti-iOS-5.1-armv7-clang3.4 │ ├── vlmcsdmulti-iOS-6.1-armv7 │ ├── vlmcsdmulti-iOS-8.4-armv7 │ └── vlmcsdmulti-iOS-8.4-armv8-aarch64 ├── buildroot-configs/ │ ├── arm/ │ │ └── little-endian/ │ │ ├── glibc/ │ │ │ ├── armv4-el-glibc2.20-gcc4.9.1-binutils2.24.config │ │ │ ├── armv4t-el-glibc2.20-gcc4.9.1-binutils2.24-thumb1.config │ │ │ ├── armv5-el-glibc2.20-gcc4.9.1-binutils2.24.config │ │ │ ├── armv5t-el-glibc2.20-gcc4.9.2-binutils2.25-thumb1.config │ │ │ ├── armv6-el-hf-glibc2.20-gcc4.9.1-binutils2.24.config │ │ │ └── armv7-el-glibc2.20-gcc4.9.1-binutils2.24-thumb2.config │ │ ├── musl/ │ │ │ ├── armv4-el-musl-gcc4.9.1-binutils2.24.config │ │ │ ├── armv4t-el-musl-gcc4.9.1-binutils2.24-thumb1.config │ │ │ ├── armv5-el-musl-gcc4.9.1-binutils2.24.config │ │ │ ├── armv5t-el-musl-gcc4.9.1-binutils2.24-thumb1.config │ │ │ └── armv7-el-musl-gcc4.9.1-binutils2.24-thumb2.config │ │ └── uclibc/ │ │ ├── armv4-el-uclibc0.9.33.2-gcc4.9.1-binutils2.24.config │ │ ├── armv4t-el-uclibc0.9.33.2-gcc4.9.1-binutils2.24-thumb1.config │ │ ├── armv5-el-uclibc0.9.33.2-gcc4.9.1-binutils2.24.config │ │ ├── armv5t-el-uclibc0.9.33.2-gcc4.9.1-binutils2.24-thumb1.config │ │ └── armv7-el-uclibc0.9.33.2-gcc4.9.1-binutils2.24-thumb2.config │ ├── mips/ │ │ ├── big-endian/ │ │ │ ├── glibc/ │ │ │ │ ├── mips16-eb-gcc4.9-glibc2.20-binutils2.24.config │ │ │ │ ├── mips32-eb-gcc4.9-glibc2.20-binutils2.24.config │ │ │ │ └── mips32r2-eb-gcc4.9-glibc2.20-binutils2.24.config │ │ │ ├── musl/ │ │ │ │ ├── mips32-eb-gcc4.9-musl-binutils2.24.config │ │ │ │ └── mips32r2-eb-gcc4.9-musl-binutils2.24.config │ │ │ └── uclibc/ │ │ │ ├── mips16-eb-gcc4.9-uclibc0.9.33.2-binutils2.24.config │ │ │ ├── mips32-eb-gcc4.9-uclibc0.9.33.2-binutils2.24.config │ │ │ └── mips32r2-eb-gcc4.9-uclibc0.9.33.2-binutils2.24.config │ │ └── little-endian/ │ │ ├── glibc/ │ │ │ ├── mips16-el-gcc4.9-glibc2.20-binutils2.24.config │ │ │ ├── mips32-el-gcc4.9-glibc2.20-binutils2.24.config │ │ │ └── mips32r2-el-gcc4.9-glibc2.20-binutils2.24.config │ │ ├── musl/ │ │ │ ├── mips32-el-gcc4.9-uclibc0.9.33.2-binutils2.24.config │ │ │ └── mips32r2-el-gcc4.9-uclibc0.9.33.2-binutils2.24.config │ │ └── uclibc/ │ │ ├── mips16-el-gcc4.9-uclibc0.9.33.2-binutils2.24.config │ │ ├── mips32-el-gcc4.9-uclibc0.9.33.2-binutils2.24.config │ │ └── mips32r2-el-gcc4.9-uclibc0.9.33.2-binutils2.24.config │ └── ppc/ │ └── big-endian/ │ └── uclibc/ │ └── ppc-eb-gcc4.9-uclibc0.9.33.2-binutils2.24.config ├── config.h ├── crypto.c ├── crypto.h ├── crypto_internal.c ├── crypto_internal.h ├── crypto_openssl.c ├── crypto_openssl.h ├── crypto_polarssl.h ├── crypto_windows.c ├── crypto_windows.h ├── dns_srv.c ├── dns_srv.h ├── endian.c ├── endian.h ├── floppy144.vfd ├── helpers.c ├── helpers.h ├── kms.c ├── kms.h ├── libkms-test.c ├── libkms.c ├── libkms.h ├── make_freebsd ├── make_linux ├── make_minix ├── make_osx ├── make_solaris ├── make_windows ├── make_windows_native ├── msrpc-client.c ├── msrpc-client.h ├── msrpc-server.c ├── msrpc-server.h ├── nameser.h ├── nameser_compat.h ├── network.c ├── network.h ├── ns_name.c ├── ns_name.h ├── ns_parse.c ├── ns_parse.h ├── ntservice.c ├── ntservice.h ├── output.c ├── output.h ├── resolv.h ├── resolv_static.h ├── rpc.c ├── rpc.h ├── shared_globals.c ├── shared_globals.h ├── types.h ├── vlmcs.1 ├── vlmcs.c ├── vlmcs.h ├── vlmcsd ├── vlmcsd.7 ├── vlmcsd.8 ├── vlmcsd.c ├── vlmcsd.h ├── vlmcsd.ini ├── vlmcsd.ini.5 ├── vlmcsdmulti.1 └── vlmcsdmulti.c