summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* de K&Rify; drop xzwrite, zmailnotify && zpopnotify from MakefileGravatar Karl Ramm2008-01-20
|
* factor out #if 0s and #if 1sGravatar Karl Ramm2008-01-20
|
* first pass de-K&Rify libGravatar Karl Ramm2008-01-20
|
* get the sender from the ccache and _actually_return_it_.Gravatar Karl Ramm2007-12-31
|
* fix tyopGravatar Karl Ramm2007-12-28
|
* don't convert the sender to krb4....Gravatar Karl Ramm2007-12-28
|
* syslog what sort of authenticator we gotGravatar Karl Ramm2007-12-28
|
* no, -4 does _not_ take an argumentGravatar Karl Ramm2007-12-28
|
* just punt debconf if /etc/zephyr/server.list existsGravatar Karl Ramm2007-12-28
|
* actually depend on the srcdirGravatar Karl Ramm2007-12-28
|
* ostensibly accept both sorts of authentication when offering brain dumps, ↵Gravatar Karl Ramm2007-12-28
| | | | and have a command line switch to choose between the sort you use when getting them
* if the #if ladder doesn't find anything, fall back to uname.Gravatar Karl Ramm2007-12-28
|
* read in server.list before attempting to guess defaults?Gravatar Karl Ramm2007-12-28
|
* gratuitous blank line removed; some common KRB[45]Gravatar Karl Ramm2007-12-26
|
* protect if statement from macro braindamageGravatar Karl Ramm2007-12-25
|
* ostensibly better diagnostic outputGravatar Karl Ramm2007-12-25
|
* more armor vs. debconfGravatar Karl Ramm2007-12-25
|
* debconf got pickier? did this ever work?Gravatar Karl Ramm2007-12-25
|
* these should have been added when the branch was merged. *sigh*Gravatar Karl Ramm2007-12-25
|
* "fake" debian version so I can build a packageGravatar Karl Ramm2007-12-25
|
* /afs/andrew.cmu.edu/usr18/cg2v/hesiod-fix.diffGravatar Karl Ramm2007-12-25
|
* /afs/andrew.cmu.edu/usr18/cg2v/bdump-privmsg.diffGravatar Karl Ramm2007-12-25
|
* /afs/andrew.cmu.edu/usr18/cg2v/zephyr-krb5-server-20071215+.diffGravatar Karl Ramm2007-12-25
|
* /afs/andrew.cmu.edu/usr18/cg2v/zephyr-krb5-lib-20071215.diffGravatar Karl Ramm2007-12-25
|
* M configureGravatar Karl Ramm2007-12-25
| | | | | | | | | run autoconf D h/zephyr/zephyr_err.h generated file
* These HAVE_KRB4 things are actually HAVE_KRB5Gravatar Karl Ramm2007-12-25
|
* TODO: rename these files so they no longer fit on 14 character filesystemsGravatar Karl Ramm2007-12-25
|
* typo'd the typo fixGravatar Karl Ramm2007-12-25
|
* typo'd patchGravatar Karl Ramm2007-12-25
|
* applied athena-update-branch patchGravatar Karl Ramm2007-12-25
|
* branch for k5ing modern zephyrGravatar Karl Ramm2007-12-24
|
* set svn:keywordsGravatar Karl Ramm2007-12-20
|
* zephyr (2.1.20070719.SNAPSHOT-1) unstable; urgency=lowGravatar Karl Ramm2007-07-21
| | | | | | | | | | | * new upstream, Closes: #433603 * byteswap port number for display in zwgc, Closes: #243101 * stick newline after errant error message, Closes: #242839 * wait for zhm to die when restarting. Closes: #41419 -- Karl Ramm <kcr@debian.org> Fri, 20 Jul 2007 13:23:48 -0400
* debian patch applied and reconciled, version unfinalizedGravatar Karl Ramm2007-07-20
|
* unpack of new upstreamGravatar Karl Ramm2007-07-20
|\
| * Allocate the correct amount of memory for command-line messages.Gravatar Greg Hudson2006-07-26
| |
| * Document ZEPHYR_VARS functionality.Gravatar andrew m. boardman2006-01-19
| |
| * Include library dependencies when building libzephyr.Gravatar Greg Hudson2005-07-14
| |
| * Add shared library support for libzephyr.Gravatar Greg Hudson2005-07-14
| |
| * Specify window gravity to help windowmanager with placement of windows onGravatar Greg Hudson2005-05-31
| | | | | | | | | | the right or lower border of the screen. Work around a metacity bug in the handling of reconfigure requests.
| * Remove code to set SO_BSDCOMPAT. Modern Linux complains about it beingGravatar Garry Zacheiss2005-04-14
| | | | | | | | obsolete.
| * Set properties to work better under metacity, per the extended windowGravatar Robert A Basch2004-09-27
| | | | | | | | | | | | | | | | | | manager hints spec: 1) Set _NET_WM_WINDOW_TYPE to _NET_WM_WINDOW_TYPE_UTILITY, so that metacity does not add zephyrgram windows to the task list. 2) Set _NET_WM_DESKTOP property to 0xFFFFFFFF by default, so that zephyrgram windws appear on all workspaces. Add the "allDesktops" resource allowing users to override this behavior.
| * Punt athstatic.Gravatar Garry Zacheiss2004-09-10
| |
| * Make zwgc windowgrams refuse keyboard focus.Gravatar Greg Hudson2004-08-02
| |
| * Rewrite the wgfile on SIGUSR1.Gravatar Greg Hudson2004-06-23
| |
| * Use a better test to check for single-field zephyr messages. (ThisGravatar Greg Hudson2004-06-23
| | | | | | | | | | | | change will have little practical effect without further work, because of a complementary bug where zwrite only sends one field if the body is zero-length. But it's still cleaner.)
| * Remove kopt.c and the caching things that depend on it.Gravatar Garry Zacheiss2004-02-29
| |
| * Don't get default subs when reloading saved subscriptions.Gravatar Greg Hudson2003-11-04
| |
| * Don't get default subs when doing "zctl add" or "zctl sub".Gravatar Greg Hudson2003-11-04
| |
| * Whoops, fix indentation of rev 1.12.Gravatar Greg Hudson2003-07-17
| |