Commit graph

  • 09d2ad2cf5 added '.gitignore' master Mathias Gumz 2011-09-20 22:22:10 +02:00
  • 434f13a730 don't use gcc-only flags as the default Mathias Gumz 2011-09-20 22:07:34 +02:00
  • d8100258e9 display information about checking c-compiler Mathias Gumz 2011-09-20 22:06:33 +02:00
  • 8a7852021d compile fix: typecasting Mathias Gumz 2011-03-23 11:32:27 +01:00
  • 5d6e712aca compile fix: register callbacks in correct order Mathias Gumz 2011-03-23 11:30:14 +01:00
  • 307e6e5272 compile fix: missing #define for crypt() Mathias Gumz 2011-03-23 11:29:24 +01:00
  • 30da062abb removed solved problems from TODO.txt Mathias Gumz 2010-08-14 15:15:24 +02:00
  • 2fd9ba01d6 fix for #20, not beeing able to use the xf86-misc extensions shouldn't make alock stop working. background: xorg removed xf86-misc and 'AllowDeactivateGrabs' etc. : mathias.gumz 2009-05-03 12:29:15 +00:00
  • 28ece1b00c fixed wording in documentation mathias.gumz 2009-02-25 07:13:15 +00:00
  • c501f63b5b preparing svn90 release mathias.gumz 2009-02-25 06:59:53 +00:00
  • a8e13c2c6e fix for #5, avoid beeing bypassed by disabling 'AllowClosedownGrabs' and 'AllowDeactivateGrabs' mathias.gumz 2009-02-25 06:50:43 +00:00
  • d25cf2384d fix for #16, install man page into fhs compliant place mathias.gumz 2009-02-25 05:56:58 +00:00
  • 73882e869e fix for #17, setting PAM_TTY helps root mathias.gumz 2009-02-24 21:09:24 +00:00
  • 3a17f9f123 fix for #13, bug in 'make install' when no 'asciidoc' is installed mathias.gumz 2008-11-04 07:02:34 +00:00
  • 786c7bada6 minor wording on documentation mathias.gumz 2008-10-08 06:34:13 +00:00
  • 84f236d537 introduced a 'check' mode (yellow frame) mathias.gumz 2008-10-08 06:33:38 +00:00
  • c3a84e4ccb fix for overlapping penalty from auth-backends (eg pam's 3s timeout on wrong passwd) and alock itself mathias.gumz 2008-10-07 16:37:33 +00:00
  • 84c7f93dbc always 1s penalty mathias.gumz 2008-10-06 20:24:59 +00:00
  • 46fd8b0bb4 portability fixes for 'configure' mathias.gumz 2008-10-06 20:16:13 +00:00
  • 940ff5c101 visual feedback working mathias.gumz 2008-10-06 20:04:18 +00:00
  • 232dd601d9 fix initial state of visual feedback mathias.gumz 2008-10-05 15:56:59 +00:00
  • 3586877dc0 first version with visual feedback (still rough) mathias.gumz 2008-10-04 11:14:58 +00:00
  • 5e74642877 disallow running multiple instances on the same xserver at the same time mathias.gumz 2008-09-13 08:18:15 +00:00
  • 0482eac2df minor fixes to scons mathias.gumz 2008-06-24 06:51:32 +00:00
  • 678030f925 minor docu issues mathias.gumz 2008-06-24 06:23:22 +00:00
  • 382ac2a152 (f)printf formatstring issues fixed mathias.gumz 2008-06-24 06:22:35 +00:00
  • 858eae0f07 fix #8, make it more /bin/sh compatible mathias.gumz 2008-06-19 07:00:28 +00:00
  • 8c72bcdb97 * small fixes in SConstruct, typo mathias.gumz 2007-04-20 07:03:32 +00:00
  • ccca6f24dd * cosmetics (dates, ws, ordering, header cosmetics) * mentioned code contributors in the docu (even the "passive" ones as openbsd etc) mathias.gumz 2007-03-17 18:45:36 +00:00
  • 6da5b9b378 * GNUmakefile for gmake only (instead of Makefile) * no -lpam_misc on FreeBSD * no shadow.h on *BSD * started TODO.txt mathias.gumz 2007-03-02 14:24:13 +00:00
  • a4b41f5458 --HG-- extra : convert_revision : svn%3Aeebe1cee-a9af-4fe4-bd26-ad572b19c5ab/trunk%4061 mathias 2006-12-16 09:45:49 +00:00
  • 7ff31ef752 * fixed problem with configure/make, it didnt rebuilt fresh after reconfiguring mathias 2006-10-25 19:12:30 +00:00
  • f34aea64bd * fixed #4, -bg image wasnt working, wrong loop mathias 2006-09-25 21:15:48 +00:00
  • 1734b3afdc * updated docs to reflect whirlpool mathias 2006-09-22 07:34:39 +00:00
  • 690be9684e * added new auth method: wpool, hash-based authentification * minor tweaks to buildsystem and standalones using the whirlpool hash algorithm mathias 2006-09-22 07:27:29 +00:00
  • 9d3bbc2c2e * cosmetic issues on some files (fprintf, etc) mathias 2006-09-22 07:26:35 +00:00
  • c4548efce3 * fixed #3, builtsystem didnt use 'shadow' mathias 2006-09-19 21:54:40 +00:00
  • df4ba8bd8b * adding missing xcursors mathias 2006-09-19 21:46:29 +00:00
  • dfae5140e2 * sync alock.txt <=> README.txt mathias 2006-09-19 21:46:13 +00:00
  • 1dd5934e24 * cosmetic fix mathias 2006-09-19 21:26:25 +00:00
  • 3ae04902d2 * cosmetic fixes mathias 2006-09-19 20:00:49 +00:00
  • 8bfd77fa13 * fixed --enable-imlib2 wasnt implying --enable-xrender * fixed #2, missing includes in Xrender check mathias 2006-09-18 19:54:15 +00:00
  • a29e69cc08 * fight evil bashisms to make it work on fbsd * little mods to src/Makefile (depfiles) mathias 2006-09-15 02:44:37 +00:00
  • 27f1687f04 * closed issue #1, added --with-all to configure mathias 2006-09-15 00:28:53 +00:00
  • e3be6d05c2 * little modifications, updated CHANGELOG.txt mathias 2006-09-14 23:33:14 +00:00
  • e707f454ed * made the timeout function more clear * only accept rlen < 50, dont increase it when it makes no sense * minor splint based mods mathias 2006-09-11 21:31:18 +00:00
  • 5deb0de590 * splint and -Wall fixes mathias 2006-09-07 22:03:31 +00:00
  • 3857559d82 * modified alock.c to build correctly with gmake * cosmetics to src/Makefile mathias 2006-09-07 18:04:42 +00:00
  • c1e2ccd901 wip mathias 2006-08-23 08:01:26 +00:00
  • e0bbfcb637 * fixed gmake buildsystem, updated docs mathias 2006-06-01 00:28:30 +00:00
  • 934e4ba05e * added configure / Makefile to avoid scons-dependancy * fixes buildsystem mathias 2006-05-29 21:32:25 +00:00
  • 83cf2e7a88 * lock all screens when X runs in multiscreen mode and display whatever the -bg defines mathias 2006-05-05 00:41:21 +00:00
  • 569a19488c * added sha256,sha384 and sha512 * updated docs mathias 2005-12-25 09:30:25 +00:00
  • 5ea8c86f97 * wip mathias 2005-12-25 01:27:46 +00:00
  • 935453e14f * minor error in contrib/README mathias 2005-06-22 17:58:26 +00:00
  • c81aae9b7e * forgotten files mathias 2005-06-01 20:10:00 +00:00
  • 4900a70c46 * renaming of bitmap-files, adding first alock-unique cursor mathias 2005-06-01 19:20:10 +00:00
  • 8cbf212b85 * set properties of cursor_image.c mathias 2005-06-01 10:08:55 +00:00
  • 37bb87fdff * added -cursor image:file=<filename>, uses xrender and xpm/imlib2 * minor tweaks in alock_util.c mathias 2005-06-01 10:06:15 +00:00
  • 60a2ad9af5 * minor note to point to a good scons-version mathias 2005-05-25 06:49:11 +00:00
  • cb217d8034 * set copyright, license and svn:keyword Id to our files * added the $Id$ tag mathias 2005-05-25 06:43:42 +00:00
  • 24ad48e50c * solved problems install-problems: use at least scons 0.96.90 * minor tweaks to buildsystem: - added scons_alock.py to hold some routines we use - adjusting the permissions of created files mathias 2005-05-25 06:31:52 +00:00
  • 4d645e3464 * updated documentation * updated buildsystem, scons install works * rewritten README to be also in asciidoc-format mathias 2005-05-24 09:00:26 +00:00
  • c8a3e4fb82 * changed ui to -cursor xcursor:file=<filename> mathias 2005-05-23 23:43:55 +00:00
  • eee940c36c * more consistency in the ui, updated documentation * added -auth md5:file=<filename> * added -auth sha1:file=<filename> * rename -cursor font to -cursor glyph mathias 2005-05-23 23:23:13 +00:00
  • 809a804c97 forgotten file mathias 2005-05-23 13:28:50 +00:00
  • ef432da534 * little restructuring: - mv bg_imlib2.c bg_image.c mathias 2005-05-23 13:10:43 +00:00
  • faca6bfcb0 * added -bg image:shade=<perc> * added alock_utils.c, shared code goes to that file mathias 2005-05-23 13:06:27 +00:00
  • 4c6b2c7955 * added -bg shade: - shade=<perc> - percentage, 0 - 100 - color=<color> - tint with <color>, default is "black" mathias 2005-05-20 21:44:52 +00:00
  • 0f178f0083 * added contrib/xcursor-pekwm mathias 2005-05-18 20:28:35 +00:00
  • 9bbfaa99ba * fix of little typo which lead to unresolved symbols mathias 2005-05-18 20:18:31 +00:00
  • e70cb21d01 * 'none' should always be first module, better default mathias 2005-05-18 10:46:40 +00:00
  • 0320203c30 * fixed minor issues with defaults mathias 2005-05-18 10:42:52 +00:00
  • 6e0d76d283 * license is : MIT mathias 2005-05-18 10:29:02 +00:00
  • ecb83aaf44 * deleted fancy contrib/xcursor-watch (too big) * added even more fancy contrib/xcursor-fluxbox mathias 2005-05-18 10:19:40 +00:00
  • 8e97bc35c0 * minor change to buildsystem to handle imlib2 propperly mathias 2005-05-18 09:58:04 +00:00
  • b4cbebbe8b updated changes mathias 2005-05-18 09:54:34 +00:00
  • 220620fa34 * added -bg image: - 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 mathias 2005-05-18 09:53:51 +00:00
  • 6ac8241d2a * restructuring almost done, polished interface; - working -bg, -auth and -cursor with all the submodules - cleaned -h - complete -flag - parsing * added -cursor font:list and -cursor theme:list * added -cursor none, doesnt change cursor mathias 2005-05-17 17:17:31 +00:00
  • 9caf7ba1f2 * updated documention mathias 2005-05-16 17:47:50 +00:00
  • eec4b8f3d7 * started documention, using asciidoc mathias 2005-05-14 11:33:08 +00:00
  • 58c2407413 * added -cursor font:<int> option, use <X11/cursorfont.h> for valid values * reordering of the auth_modules mathias 2005-05-10 21:57:57 +00:00
  • 336aa3b213 * changed project-name to 'alock': + simpler, better name + i want to dedicate it to my gf: anja * minor fixes mathias 2005-05-09 07:27:07 +00:00
  • ec57a11c64 * changed the auth_md5.c - code to the openbsd-version (public domain) * 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 mathias 2005-05-09 06:43:49 +00:00
  • e199e274c3 * big restructering + feature enhancements + 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 mathias 2005-05-07 18:58:56 +00:00
  • a79727b9b2 --HG-- extra : convert_revision : svn%3Aeebe1cee-a9af-4fe4-bd26-ad572b19c5ab/trunk%406 mathias 2005-05-05 23:21:56 +00:00
  • c9b53228ec * discard all pending xevents after wrong password to prevent 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/ mathias 2005-05-05 23:13:53 +00:00
  • 8b6f5c89cd * restructuring mathias 2005-05-02 11:49:19 +00:00
  • 39e5206ec7 updated changes mathias 2005-04-30 10:43:51 +00:00
  • b626ccd14e * added -cursor <themename> * cursor-bitmap-themes are stored in bitmap/ mathias 2005-04-30 10:41:41 +00:00
  • 620b251aaf initial import mathias 2005-04-30 00:35:03 +00:00