summaryrefslogtreecommitdiff
path: root/clients/zaway
Commit message (Collapse)AuthorAge
* Retool our use of configure such that we track it like everyone else doesGravatar Karl Ramm2011-10-23
| | | | | i.e. don't keep generated or foreign stuff in our source tree. As a side effect, this lets us use a libtool, etc. from this century
* Have the makefiles support explicit target directories properly, courtesy ↵Gravatar Karl Ramm2010-11-06
| | | | wthrowe@mit.edu
* zephyr.h will pull in zephyr_err.h will pull in com_err.h without having to ↵Gravatar Karl Ramm2009-07-13
| | | | figure out where it is
* add defs for datarootdir so configure will Shut UpGravatar Karl Ramm2009-04-13
| | | | | | | | | | Rearrange what libraries get pulled in where, so dpkg-shlibdeps doesn't whine (see a theme here?) (Also so that, say, znol, doesn't have to link with Everything.) This will break platforms that don't do shared-library dependencies.
* replace a malloc/strcpy with a stdupGravatar Karl Ramm2009-03-22
|
* specify charsetGravatar Karl Ramm2009-03-22
|
* de K&Rify; drop xzwrite, zmailnotify && zpopnotify from MakefileGravatar Karl Ramm2008-01-20
|
* debian patch applied and reconciled, version unfinalizedGravatar Karl Ramm2007-07-20
|
* Allocate the correct amount of memory for command-line messages.Gravatar Greg Hudson2006-07-26
|
* Add shared library support for libzephyr.Gravatar Greg Hudson2005-07-14
|
* Don't respond to messages with opcode AUTO.Gravatar Garry Zacheiss2003-02-28
|
* Try to be clearer about how "Automated reply" works.Gravatar Greg Hudson2000-07-13
|
* Fix test for file argument in the presence of options.Gravatar Greg Hudson2000-07-05
| | | | | Temporarily work around libzephyr change to return ETIMEDOUT from ZReceiveNotice(), which shouldn't have happened.
* From Chris Laas: add new options -m (to specify a message), -w (to watchGravatar Greg Hudson1999-07-21
| | | | location and not respond when visible), and -h (help).
* Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$.Gravatar Greg Hudson1999-01-22
|
* From kretch: zero out the notice opcode so we don't use the sameGravatar Greg Hudson1998-04-30
| | | | opcode as the received message.
* Eliminate crufty reference to DEBUG.Gravatar Greg Hudson1998-02-02
|
* Do CFLAGS the gnu standard way. This means we compile with -g by default.Gravatar Greg Hudson1998-01-31
|
* confdir became sysconfdir.Gravatar Greg Hudson1997-09-23
| | | | Rip out support for in-tree com_err and ss.
* Pull in sources from zephyr locker. See /mit/zephyr/repository forGravatar Greg Hudson1997-09-14
| | | | detailed change information.
* POSIX signal handlingGravatar Richard Basch1993-11-19
| | | | Changed index to strchr [ANSI]
* Use new Athena imake rulesGravatar Richard Basch1993-11-19
|
* Cleaned up ifdef's a bit, relating to POSIXGravatar Richard Basch1993-09-24
|
* Link -lkrb before -lcom_err.Gravatar John F. Carr1991-09-02
|
* POSIX support; add zsub_ prefix where needed.Gravatar John F. Carr1991-06-20
|
* Patches from Barry Jaspan to remove memory leaksGravatar John Kohl1989-09-06
|
* Imakefile changes from Win Treese to support multiple compile treesGravatar John Kohl1989-03-23
|
* handle SIGINT, TERM, HUPGravatar John Kohl1988-12-05
|
* Initial revisionGravatar John Kohl1988-11-14
|
* fix summary line to include zephyrGravatar John Kohl1988-09-23
|
* be explicit about the purpose of zawayGravatar John Kohl1988-08-23
|
* fix copyright messageGravatar John Kohl1988-08-02
|
* cleanupGravatar John Kohl1988-07-01
|
* fix z_default_format.Gravatar John Kohl1988-06-28
| | | | errno isn't set by malloc() so we use ENOMEM instead
* lint fixesGravatar John Kohl1988-06-23
|
* Fixed to handle signature fields betterGravatar Robert S. French1988-02-06
|
* can't compare char * to zero with > and <Gravatar John Kohl1988-01-20
| | | | use !=
* Changed 'hm' to 'zhm'.Gravatar David C. Jedlinsky1987-12-31
|
* Man page for zaway.Gravatar C. Anthony DellaFera1987-10-31
|
* Initial revisionGravatar Robert S. French1987-08-06