]> gitweb.michael.orlitzky.com - untangle-https-backup.git/log
untangle-https-backup.git
7 years agoBump to version 0.0.6 in setup.py. 0.0.6
Michael Orlitzky [Sun, 1 Jan 2017 22:45:17 +0000 (17:45 -0500)]
Bump to version 0.0.6 in setup.py.

7 years agoRemove a querystring parameter to fix v12.2 backups.
Michael Orlitzky [Sun, 1 Jan 2017 22:42:59 +0000 (17:42 -0500)]
Remove a querystring parameter to fix v12.2 backups.

In the v10 backup routine, we were passing "type=backup" as part of
the querystring in addition to POSTing it. This was causing a problem
with one v12.2 host, and that's why I'm just going to blame v12.2 for
the problem. It looks like the querystring parameter is not needed for
any of the other versions/hosts that I've tested against.

7 years agoBump the version to 0.0.5 in setup.py. 0.0.5
Michael Orlitzky [Sun, 1 Jan 2017 22:09:25 +0000 (17:09 -0500)]
Bump the version to 0.0.5 in setup.py.

7 years agoRearrange a comment.
Michael Orlitzky [Sun, 1 Jan 2017 22:08:57 +0000 (17:08 -0500)]
Rearrange a comment.

7 years agoCatch and report HTTPExceptions in addition to HTTPErrors.
Michael Orlitzky [Sun, 1 Jan 2017 22:06:51 +0000 (17:06 -0500)]
Catch and report HTTPExceptions in addition to HTTPErrors.

7 years agoUpdate the project homepage.
Michael Orlitzky [Tue, 8 Nov 2016 03:39:56 +0000 (22:39 -0500)]
Update the project homepage.

7 years agoBump to v0.0.4 in setup.py. 0.0.4
Michael Orlitzky [Fri, 13 May 2016 00:29:58 +0000 (20:29 -0400)]
Bump to v0.0.4 in setup.py.

7 years agoAdd support for Untangle v10 (the same as v11 and v12).
Michael Orlitzky [Thu, 12 May 2016 13:03:49 +0000 (09:03 -0400)]
Add support for Untangle v10 (the same as v11 and v12).

7 years agoFix the last commit by allowing v12 in the version sanity check.
Michael Orlitzky [Thu, 12 May 2016 12:54:37 +0000 (08:54 -0400)]
Fix the last commit by allowing v12 in the version sanity check.

7 years agoAdd nominal support for Untangle v12 (which is the same as v11).
Michael Orlitzky [Thu, 12 May 2016 12:53:13 +0000 (08:53 -0400)]
Add nominal support for Untangle v12 (which is the same as v11).

8 years agoBump to v0.0.3 in setup.py. 0.0.3
Michael Orlitzky [Sun, 3 Apr 2016 01:32:18 +0000 (21:32 -0400)]
Bump to v0.0.3 in setup.py.

8 years agoRemove the messed-up -h option from the synopsis in the man page.
Michael Orlitzky [Sun, 3 Apr 2016 01:18:55 +0000 (21:18 -0400)]
Remove the messed-up -h option from the synopsis in the man page.

8 years agoBump to v0.0.2 in setup.py. 0.0.2
Michael Orlitzky [Sun, 3 Apr 2016 01:01:28 +0000 (21:01 -0400)]
Bump to v0.0.2 in setup.py.

8 years agoRename the example config again.
Michael Orlitzky [Sun, 3 Apr 2016 01:01:15 +0000 (21:01 -0400)]
Rename the example config again.

8 years agoDocument the default username and rename the example config.
Michael Orlitzky [Sat, 2 Apr 2016 00:35:15 +0000 (20:35 -0400)]
Document the default username and rename the example config.

8 years agoWrite the man page. 0.0.1
Michael Orlitzky [Fri, 1 Apr 2016 22:35:03 +0000 (18:35 -0400)]
Write the man page.

8 years agoAdd some source documentation.
Michael Orlitzky [Fri, 1 Apr 2016 22:00:20 +0000 (18:00 -0400)]
Add some source documentation.

8 years agoReorganize the source code into a package.
Michael Orlitzky [Fri, 1 Apr 2016 21:38:25 +0000 (17:38 -0400)]
Reorganize the source code into a package.

8 years agoRename Manifest.in to MANIFEST.in.
Michael Orlitzky [Fri, 1 Apr 2016 21:37:24 +0000 (17:37 -0400)]
Rename Manifest.in to MANIFEST.in.

8 years agoRename the executable, and implement a bunch of missing stuff.
Michael Orlitzky [Fri, 1 Apr 2016 14:23:49 +0000 (10:23 -0400)]
Rename the executable, and implement a bunch of missing stuff.

This adds chmod of the backups, default options, SSL verification, and
cleans up some of the errors. It also supports command-line parsing
and a user-specified configuration file.

8 years agoInitial commit, skeleton of a project.
Michael Orlitzky [Fri, 1 Apr 2016 13:12:37 +0000 (09:12 -0400)]
Initial commit, skeleton of a project.