Skip to content

Dynamic cert support, rewrite installers #504

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 32 commits into from
Dec 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
b44d64f
Dynamic cert support, rewrite installers
tresf Sep 19, 2019
d759a11
Fix nsis on Windows
tresf Oct 18, 2019
9b55467
Add system cert verification, fixes double cert install
tresf Oct 23, 2019
3fcfeca
Linux and Firefox fixes
tresf Oct 25, 2019
69dc270
More Linux and Firefox fixes
tresf Oct 25, 2019
2e5f148
Even more Linux and Firefox fixes
tresf Oct 25, 2019
619113f
Revert jettison to codehaus version
tresf Oct 25, 2019
9a8eb63
More consistent startup
tresf Oct 25, 2019
43c175d
Only set executable on folders
tresf Oct 29, 2019
c5f038b
Fix windows permissions, address comments
tresf Nov 5, 2019
82a6167
Merge branch '2.1' into certs-rewrite
tresf Nov 5, 2019
9c80adf
Check for existing value first when merging arrays
Nov 6, 2019
6174f2c
Fix JSON indentation
tresf Nov 6, 2019
0b66b0c
Update jettison; detect jcmd before invoking
tresf Nov 6, 2019
bad8cbb
New jettison lib
tresf Nov 6, 2019
c398f01
Bump version
tresf Nov 6, 2019
d482d8c
Minor Linux fixes
tresf Nov 7, 2019
a07ca2d
Skip certutil during install
tresf Nov 7, 2019
7675341
Fix inflated macOS installers; add setExecutable() helper
tresf Nov 7, 2019
c26adb0
Fix deadlock on XP install
tresf Nov 10, 2019
f83ffef
Use JNA for cert verification
tresf Nov 12, 2019
0151e9d
Revert jettison to 1.3.3; Fix JNA cert delete logic
tresf Nov 12, 2019
4d457be
error handling
Vzor- Nov 13, 2019
3444586
Update PrintSocketClient.java
tresf Nov 15, 2019
fa36a27
Merge pull request #3 from Vzor-/tresf-cert
tresf Nov 15, 2019
99e158e
Fix Linux file permissions
tresf Nov 16, 2019
c013243
Fix Windows firewall typo
tresf Nov 20, 2019
48a1e4e
Merge branch '2.1' into certs-rewrite
tresf Nov 20, 2019
1f1d651
Fix rebase
tresf Nov 20, 2019
9b74fbc
Fix LetsEncrypt support
tresf Nov 21, 2019
cfc1b06
Cleanup TempWmicBatchFile.bat on XP
tresf Dec 4, 2019
7ede43f
Merge branch '2.1' into certs-rewrite
tresf Dec 11, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .idea/tray.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ant/apple/apple-bundle.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"><dict>
<key>CFBundleDevelopmentRegion</key><string>English</string>
<key>CFBundleIconFile</key><string>${apple.icon}</string>
<key>CFBundleIconFile</key><string>${project.filename}</string>
<key>CFBundlePackageType</key><string>APPL</string>
<key>CFBundleGetInfoString</key><string>${project.name} ${build.version}</string>
<key>CFBundleSignature</key><string>${project.name}</string>
Expand Down
217 changes: 0 additions & 217 deletions ant/apple/apple-keygen.sh.in

This file was deleted.

46 changes: 0 additions & 46 deletions ant/apple/apple-launcher.sh.in

This file was deleted.

48 changes: 0 additions & 48 deletions ant/apple/apple-packager.sh.in

This file was deleted.

Loading