Commit Graph

7 Commits

Author SHA1 Message Date
ajacoutot
9959eb2a5f - remove the unfinished bsd_auth support for now ; I got late on this and
I'd rather finish/modify it outside of the tree when I have more time.

ok jasper@
2008-12-28 15:45:31 +00:00
ajacoutot
64f3b1b8a8 - split xscreensaver into 3 subpackages:
* -main for the main xscreensaver binaries
* -data for the savers than can be shared by other screensavers (like
the soon-to-be-imported gnome-screensaver)
* -gle which is a migration of the no-no_gle FLAVOR
- create .desktop files from xscreensaver xml files for use by
freedesktop compliant screensavers (scripts from gnome-screensaver)
- take maintainership
- resolve old conflict with games/circuit

inputs from jasper@, naddy@ and sthen@
ok sthen@ jasper@
2008-11-29 11:29:07 +00:00
ajacoutot
69a97f507b - return result in a more sensible way
- add first goo to be able to unlock screen as root without needing
setuid (wip: does not work yet)
2008-11-04 15:28:41 +00:00
ajacoutot
99577ec26d - remove calls to (un)block_sigchld as they induce some issues; I will
rework this better in the incoming days
2008-11-03 23:18:41 +00:00
ajacoutot
b07103d717 - implement bsd_auth(3) authentication ; benefits:
* no need to run xscreensaver setuid root anymore
* you can use whatever passwd backend you configured in login.conf(5)
  (kerberos, ldap...) to unlock the screen and not just local passwd

Sent upstream.

feedback from millert@
"get it in" jasper@
2008-10-27 19:49:39 +00:00
lebel
29e5afa52c update x11/xscreensaver to 3.34 2001-11-21 19:35:44 +00:00
lebel
abe14b2928 The xscreensaver program waits until the keyboard and mouse have
been idle for a period, and then runs a graphics demo chosen at
random. It turns off as soon as there is any mouse or keyboard
activity. It can also lock the screen (immediately, after a longer
idle period, or on demand.) xscreensaver consists of two parts:
xscreensaver itself, the (the ``driver'' or ``daemon''), which
detects idleness and does locking; and the many graphics demos that
are launched by xscreensaver.
 
Any X program that can draw on the root window can be used with
xscreensaver, regardless of how that program is written, or what
language it is written in, or what libraries it uses. The xscreensaver
daemon takes care of detecting when the user is idle, locking, and
checking passwords and all the other book-keeping; all the other
programs need to do is draw.
 
The benefit that xscreensaver has over the combination of the xlock
and xautolock programs is the ease with which new graphics hacks
can be installed.  You don't need to recompile (or even re-run) the
xscreensaver program to add a new display mode, you just change a
config file.
 
WWW: http://www.jwz.org/xscreensaver/
2001-06-20 19:16:45 +00:00