Adam Ierymenko
66cff2e98d
Create common Makefile that automatically loads make rules on a per-OS basis.
12 years ago
Adam Ierymenko
2133984318
Build instructions for tap-mac.
12 years ago
Adam Ierymenko
64bc0e4929
Exclude llvm in ext/...
12 years ago
Adam Ierymenko
8ffa6b2bb7
Add a flag to Mac build to eliminate an unnecessary build warning.
12 years ago
Adam Ierymenko
e108924060
Add script to bundle Qt frameworks with Mac .app (may not be done).
12 years ago
Adam Ierymenko
b699bdefbd
Add shutdownIfUnreadable file feature: shut down if shutdownIfUnreadable in home folder is in fact existent but unreadable (e.g. broken link). This enables nifty shutdown on .app trashing feature for OSX.
12 years ago
Adam Ierymenko
74af234305
Add icons and custom Mac plist to Qt project.
12 years ago
Adam Ierymenko
4296db2358
Add configuration age to listnetworks results and GUI.
12 years ago
Adam Ierymenko
31d718c4a4
UI tweaking...
12 years ago
Adam Ierymenko
e3b0197e57
Network list update works in UI.
12 years ago
Adam Ierymenko
4d86b2f02f
UI work...
12 years ago
Adam Ierymenko
c979a695c5
UI work, add name to listnetworks output in control bus interface.
12 years ago
Adam Ierymenko
902c8c38d2
UI basically works, almost ready for testing and packaging...
12 years ago
Adam Ierymenko
14b0639181
Set application name correctly, mac version now executes helper on startup if needed.
12 years ago
Adam Ierymenko
bf02c6661a
UI work...
13 years ago
Adam Ierymenko
0adc91d6cb
Add AppleScript to get authentication token and place in home directory, used for OSX GUI app to authenticate a user as authorized to admin ZT1.
13 years ago
Adam Ierymenko
77bab13546
More UI work, reorg Windows stuff...
13 years ago
Adam Ierymenko
f1b0178a85
More UI work...
13 years ago
Adam Ierymenko
10f03d4119
More UI work.
13 years ago
Adam Ierymenko
b3fdb37b87
Create UI project, start designing UI.
13 years ago
Adam Ierymenko
bdc0ed8065
Uninstall scripts.
13 years ago
Adam Ierymenko
165bc589fd
Linux install and uninstall seem to work.
13 years ago
Adam Ierymenko
15375ef6b9
Small fix to CLI module.
13 years ago
Adam Ierymenko
7ec433a452
Incorporate CLI functionality into core binary with binary name aliasing to save space in updater/installer.
13 years ago
Adam Ierymenko
085ad9073b
Linux uninstall and init script.
13 years ago
Adam Ierymenko
34302edcc5
Installer build script for *nix systems.
13 years ago
Adam Ierymenko
c93de67d79
Add netconf-service readme.
13 years ago
Adam Ierymenko
5179dfafbe
Installer work...
13 years ago
Adam Ierymenko
9c4d5f8bb2
Installer...
13 years ago
Adam Ierymenko
f51478b470
Uninstaller scripts for *nix.
13 years ago
Adam Ierymenko
93427b8cb6
Installer work, add .pid file writing on *nix systems to main.cpp.
13 years ago
Adam Ierymenko
5d7fea2047
Delete some obsolete Windows false starts.
13 years ago
Adam Ierymenko
35fe5ea166
file2lz4c for making installer binaries
13 years ago
Adam Ierymenko
bbe5a6f5d1
Add signupdate command to idtool.
13 years ago
Adam Ierymenko
6b8c90bffd
Upgrade LZ4, remove extraneous files, put tap-mac into ext/ to declutter root.
13 years ago
Adam Ierymenko
9455b1cc81
Comments, change .nfo to .sig for uploads, clean some unused code from Utils.
13 years ago
Adam Ierymenko
9fdec3acfc
More updater work... coming along.
13 years ago
Adam Ierymenko
f189b9b6e9
Merge branch 'adamierymenko-dev' of shub-niggurath.zerotier.com:/git/ZeroTierOne into adamierymenko-dev
13 years ago
Adam Ierymenko
6c63bfce69
File transfer work, add identities for validation of updates.
13 years ago
Adam Ierymenko
d398c0aed2
Remove tap stuff from makefile.
13 years ago
Adam Ierymenko
ac4e657aaa
Updater work in progress...
13 years ago
Adam Ierymenko
ae138566a9
Updater code, work in progress...
13 years ago
Adam Ierymenko
e4044eeb70
Finish stubbing out FILE_ stuff.
13 years ago
Adam Ierymenko
d5fdfaea56
Fix signed/unsigned compare warning.
13 years ago
Adam Ierymenko
d92da40bff
VERSION 0.6.2: Mac users should 'sudo make install-mac-tap' again.
...
This version fixes a recurrent gremlin in the tap driver for Mac. If you are
having this issue, you should reinstall the tap.
If you're already running ZT1, shut it down (sudo killall zerotier-one) and
then do:
sudo kextunload /Library/Application\ Support/ZeroTier/One/tap.kext
This should unload the old version. Then type 'sudo make install-mac-tap' in
the ZT1 source home directory and the new version will be installed. ZT1 will
load the module again when it next starts.
In addition to a fix, I am now distributing tap binaries and it is no longer
built in the default Makefile. This is because Apple's in the midst of some
changes that have made building it somewhat difficult.
Another note for Mavericks users:
The first time you use ZT1, you will get a popup about unsigned kernel
extensions. This will vanish once we're out of beta and have signing keys
and signed drivers.
Other changes in this version:
* Minor improvement to Utils::getSecureRandom
* Bug fixes and a small change to certificates of membership for private
networks, which now appear to be working very well!
* Stubbed out messages for auto-update, which will be done in-band via
the ZT1 protocol. Not implemented yet.
13 years ago
Adam Ierymenko
5750cf6b72
New cthulhu.zerotier.com supernode IP address.
13 years ago
Adam Ierymenko
7015017686
Make Makefile for Mac use clang options instead of old GCC options, and fix a nasty but obvious bug I introduced into Utils::getSecureRandom.
13 years ago
Adam Ierymenko
12b297a712
Put default MTU in tap back to 2800, clean up tun-related files and other things from the original pre-fork tap code base that we will never use.
13 years ago
Adam Ierymenko
d290306bb3
Update binary build of tap.
13 years ago
Adam Ierymenko
60ac1b77c5
Fix for GitHub issue #25
13 years ago