chiark / gitweb /
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Ian Jackson [Mon, 11 Jul 2016 14:07:33 +0000 (15:07 +0100)]
xtrlock.c: Comment the keyboard/pointer_mode arguments
This makes the calls slightly less confusing.
Also get the indentation right.
No functional change.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Mon, 11 Jul 2016 14:17:34 +0000 (15:17 +0100)]
.gitignore
Ian Jackson [Mon, 11 Jul 2016 14:07:24 +0000 (15:07 +0100)]
debian/changelog: Bump version for experiments
Matthew Vernon [Sat, 21 May 2016 18:08:20 +0000 (19:08 +0100)]
Changelog for version 2.8
Matthew Vernon [Sat, 21 May 2016 18:08:06 +0000 (19:08 +0100)]
Update version number
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>
Matthew Vernon [Sat, 7 Mar 2015 22:35:32 +0000 (22:35 +0000)]
changelog for 2.7
Matthew Vernon [Sat, 7 Mar 2015 22:35:22 +0000 (22:35 +0000)]
patch from Chris Lamb to make builds reproducible
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.
Matthew Vernon [Tue, 7 Jan 2014 14:30:49 +0000 (14:30 +0000)]
version 2.6
Matthew Vernon [Tue, 7 Jan 2014 14:30:06 +0000 (14:30 +0000)]
build-depend on dpkg-dev (spotted by lintian)
Matthew Vernon [Tue, 7 Jan 2014 14:29:46 +0000 (14:29 +0000)]
use hardening LDFLAGS (fix from Simon Ruderich)
Matthew Vernon [Tue, 7 Jan 2014 14:29:13 +0000 (14:29 +0000)]
check return values of setgid and setuid
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
Matthew Vernon [Tue, 7 Jan 2014 14:01:30 +0000 (14:01 +0000)]
version 2.5
Matthew Vernon [Sun, 5 Jan 2014 16:48:20 +0000 (16:48 +0000)]
Add hardening flags
Matthew Vernon [Sun, 5 Jan 2014 12:14:21 +0000 (12:14 +0000)]
Changelog for version 2.4
Matthew Vernon [Sun, 5 Jan 2014 12:14:04 +0000 (12:14 +0000)]
document new option
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.
Matthew Vernon [Sun, 5 Jan 2014 12:05:00 +0000 (12:05 +0000)]
Patch as supplied by waldeck@gmx.de
Matthew Vernon [Sun, 5 Jan 2014 11:57:54 +0000 (11:57 +0000)]
Commit version 2.3 to git