chiark / gitweb /
xtrlock.git
7 years agoAdd -f option, to fork after a successful locking.
Simon Tatham [Sat, 7 May 2016 15:58:07 +0000 (16:58 +0100)]
Add -f option, to fork after a successful locking.

This permits a chain of commands of the form 'xtrlock -f && suspend',
where 'suspend' is whatever CLI command suspends your particular
laptop environment, so that when you unsuspend you then have to unlock
the xtrlock.

Without this option, you have to run xtrlock in the background, and
then either include a bodgy sleep to try to avoid the suspend command
winning the race, or else find a way to test by some X-related means
that the locking has happened.

Signed-off-by: Simon Tatham <anakin@pobox.com>
9 years agochangelog for 2.7
Matthew Vernon [Sat, 7 Mar 2015 22:35:32 +0000 (22:35 +0000)]
changelog for 2.7

9 years agopatch from Chris Lamb to make builds reproducible
Matthew Vernon [Sat, 7 Mar 2015 22:35:22 +0000 (22:35 +0000)]
patch from Chris Lamb to make builds reproducible

10 years agoMerge tag 'release_2.6' into dgit/sid
Matthew Vernon [Wed, 8 Jan 2014 08:35:19 +0000 (08:35 +0000)]
Merge tag 'release_2.6' into dgit/sid

At least in theory, a trivial merge, part of wiring dgit into the
packaging (see the dgit manual). Dgit made a synthetic commit from the
archive, and that needs to be brought into my git history.

10 years agoversion 2.6
Matthew Vernon [Tue, 7 Jan 2014 14:30:49 +0000 (14:30 +0000)]
version 2.6

10 years agobuild-depend on dpkg-dev (spotted by lintian)
Matthew Vernon [Tue, 7 Jan 2014 14:30:06 +0000 (14:30 +0000)]
build-depend on dpkg-dev (spotted by lintian)

10 years agouse hardening LDFLAGS (fix from Simon Ruderich)
Matthew Vernon [Tue, 7 Jan 2014 14:29:46 +0000 (14:29 +0000)]
use hardening LDFLAGS (fix from Simon Ruderich)

10 years agocheck return values of setgid and setuid
Matthew Vernon [Tue, 7 Jan 2014 14:29:13 +0000 (14:29 +0000)]
check return values of setgid and setuid

10 years agoxtrlock (2.6) unstable; urgency=low
Matthew Vernon [Tue, 7 Jan 2014 14:22:55 +0000 (14:22 +0000)]
xtrlock (2.6) unstable; urgency=low

  * patch from Simon Ruderich to correctly add hardening flags
  * check returns of setuid and setgid
  * build-depend on dpkg-dev

# imported from the archive

10 years agoversion 2.5
Matthew Vernon [Tue, 7 Jan 2014 14:01:30 +0000 (14:01 +0000)]
version 2.5

10 years agoAdd hardening flags
Matthew Vernon [Sun, 5 Jan 2014 16:48:20 +0000 (16:48 +0000)]
Add hardening flags

10 years agoChangelog for version 2.4
Matthew Vernon [Sun, 5 Jan 2014 12:14:21 +0000 (12:14 +0000)]
Changelog for version 2.4

10 years agodocument new option
Matthew Vernon [Sun, 5 Jan 2014 12:14:04 +0000 (12:14 +0000)]
document new option

10 years agoTidy up command-line handling
Matthew Vernon [Sun, 5 Jan 2014 12:07:00 +0000 (12:07 +0000)]
Tidy up command-line handling

Patch as supplied had a logic error if one (incorrect) argument was
supplied. This fixes that, and neatens up the usage message.

10 years agoPatch as supplied by waldeck@gmx.de
Matthew Vernon [Sun, 5 Jan 2014 12:05:00 +0000 (12:05 +0000)]
Patch as supplied by waldeck@gmx.de

10 years agoCommit version 2.3 to git
Matthew Vernon [Sun, 5 Jan 2014 11:57:54 +0000 (11:57 +0000)]
Commit version 2.3 to git