* minor tweaks to buildsystem:
- added scons_alock.py to hold some routines we use
- adjusting the permissions of created files
--HG--
extra : convert_revision : svn%3Aeebe1cee-a9af-4fe4-bd26-ad572b19c5ab/trunk%4030
* updated buildsystem, scons install works
* rewritten README to be also in asciidoc-format
--HG--
extra : convert_revision : svn%3Aeebe1cee-a9af-4fe4-bd26-ad572b19c5ab/trunk%4029
- name - name of the image
- scale - scaling image
- center - centering image
- tile - tile image
- color=<color> - use <color> as bg-color for centering
* -bg blank interpretes the color-option now
--HG--
extra : convert_revision : svn%3Aeebe1cee-a9af-4fe4-bd26-ad572b19c5ab/trunk%4014
* added auth_sha1.c - also from openbsd-codebase, also public domain
* added two stand-alone programs to calculate md5/sha1 hashs:
+ src/asha1 - reads from stdin, EOF ends
+ src/amd5 - reads from stdin, EOF ends
(just in case your system DOESNT have md5/md5sum or sha1/sha1sum
* minor changes to aklock.c
--HG--
extra : convert_revision : svn%3Aeebe1cee-a9af-4fe4-bd26-ad572b19c5ab/trunk%408
+ added auth_<method>.c, each basic auth-method has now
its own implementation-file
+ added -auth - flag:
- list - lists all available methods
- none - no auth, like -nolock
- passwd - standard login, possible shadowsupport
- pam - use pam for authentification
- md5:hash - provide a md5-hash for authentification
* support for 'shadow'-passwords is part of the passwd authmodule
--HG--
extra : convert_revision : svn%3Aeebe1cee-a9af-4fe4-bd26-ad572b19c5ab/trunk%407
strange folks for blocking the current session by filling
the eventqueue with wrong authentification and thus block
the real authentification (kind of denial of service :)
* added suuport to load / have different cursor-shapes
+ -cursor theme|xcursor:<filename>
* added support for xcursor
* restructuring
+ contrib/ -> for stuff coming from the "outside"
contrib/xcursor-watch -> xcursor taken from 5532-BlueGlass-XCursors-3D-0.4.tar.bz2
+ src/
--HG--
extra : convert_revision : svn%3Aeebe1cee-a9af-4fe4-bd26-ad572b19c5ab/trunk%405