./x11/xlockmore, Like the XLock session-locker/screensaver, but with more

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2009Q3, Version: 5.28nb3, Package name: xlockmore-5.28nb3, Maintainer: hubertf

xlock locks the X server until the user enters their password at the
keyboard. While xlock is running, all new server connections are
refused. The screen saver is disabled. The mouse cursor is turned
off. The screen is blanked and a changing pattern is put on the
screen. If a key or a mouse button is pressed then the user is
prompted for the password of the user who started xlock.

If the correct password is typed, then the screen is unlocked and the
X server is restored. When typing the password, Control-U and
Control-H are active as kill and erase respectively. To return to the
locked screen, click in the small icon version of the changing
pattern.


Required to run:
[audio/esound] [graphics/MesaLib] [graphics/xpm] [graphics/glu] [x11/gtk2]

Required to build:
[devel/pkg-config] [x11/randrproto] [x11/fixesproto] [x11/inputproto] [x11/renderproto] [x11/xproto] [x11/xextproto] [pkgtools/xpkgwedge] [pkgtools/x11-links]

Package options: xlockmore-allow-root, xlockmore-dpms

Master sites: (Expand)

SHA1: a6fd4786d678a090c454a9993c8880a03160634f
RMD160: f75f2dea6fa747c4299a8c7c5ee9462f238f5e0b
Filesize: 1857.015 KB

Version history: (Expand)


CVS history: (Expand)


   2009-10-21 14:44:37 by Matthias Scheler | Files touched by this commit (3)
Log message:
sys/fs/smbfs/smbfs_smb.c			1.41
sys/fs/smbfs/smbfs_subr.h			1.20

Add support for 64 bit file offsets to smbfs_smb_setfsize(), largely
based on code taken from FreeBSD.

This stops truncation of files larger than 4GB by VOP_SETATTR() which e.g.
happened when copying large files "rump_smbfs". Kudos to Antti Kantee
for diagnosing the problem in smbfs_smb_setfsize().
[tron, ticket #4711]