summaryrefslogtreecommitdiff
path: root/clients
Commit message (Collapse)AuthorAge
* 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
|
* 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
|
* Add shared library support for libzephyr.Gravatar Greg Hudson2005-07-14
|
* Don't get default subs when doing "zctl add" or "zctl sub".Gravatar Greg Hudson2003-11-04
|
* Don't respond to messages with opcode AUTO.Gravatar Garry Zacheiss2003-02-28
|
* Fix send_off() loop so that it only runs once when there are noGravatar Greg Hudson2002-05-22
| | | | targets, even if the loop body does a "continue".
* From mhpower: document resolved_addresses variable.Gravatar Greg Hudson2000-08-10
|
* 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.
* Get subscriptions without defaults, to avoid re-subscribing the userGravatar Greg Hudson2000-05-08
| | | | to the default subs when they run znol.
* No more zephyr syslogd.Gravatar Greg Hudson2000-04-05
|
* Rename null to empty, for clarity.Gravatar Greg Hudson1999-12-13
| | | | | Remove some XXX comments which don't seem to mean anything. Provide a format string to sprintf.
* Don't error if the WG port is 65535.Gravatar Greg Hudson1999-10-15
|
* fix things Irix n32 cc complains aboutGravatar Dan Winship1999-08-12
|
* fix things that Irix n32 cc warns about, possibly including the bugGravatar Dan Winship1999-08-12
| | | | that makes zstat randomly dump core some times
* 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).
* use ZEPHYR_SUBS environment variable (if it exists) to determine locationGravatar Dan Winship1999-06-03
| | | | of subs file
* Don't lose if we can't canonicalize the hostname. Just warn.Gravatar Greg Hudson1999-06-01
|
* Get XZwrite.in from ${srcdir}.Gravatar Greg Hudson1999-05-26
|
* link with -lreadline -lhistory -lcurses becuase ss uses readline nowGravatar Karl Ramm1999-05-06
|
* Make it clear at what point the message has been queued by zhm, so peopleGravatar Dan Winship1999-03-22
| | | | | know if ^C'ing might not work. (Based on a patch by Greg.) Also, put more useful information about class/instance in the message.
* gratuitous automatic CC-adding flag for multiple-recipient zephyrsGravatar Dan Winship1999-03-10
|
* Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$.Gravatar Greg Hudson1999-01-22
|
* Revert the 8.2 behavior change in "zctl unhide", going back to the oldGravatar Greg Hudson1998-08-13
| | | | | | | | | method of just setting the exposure to realm-visible. Setting it any higher causes login notices to be sent, which annoys people. Yay stupid protocols. Factual point: the change in rev 1.26 had no effect (comparing locations against the string constants doesn't work, it seems).
* Make zctl unhide set a minimum exposure of realm-visible.Gravatar Greg Hudson1998-08-02
|
* Nuke extra argument to ss_listen().Gravatar Greg Hudson1998-07-15
|
* Whoops, syslogd belongs in lsbindir.Gravatar Greg Hudson1998-05-16
|
* From kretch: zero out the notice opcode so we don't use the sameGravatar Greg Hudson1998-04-30
| | | | opcode as the received message.
* Move files from datadir back to datadir/zephyr.Gravatar Greg Hudson1998-04-30
|
* From mhpower: make sure long arguments don't cause buffer overflows.Gravatar Greg Hudson1998-04-13
|
* Add brief documentation of the realm (-r) flag.Gravatar Greg Hudson1998-03-21
|
* 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
|
* zmailnotify belongs in bindir, not sbindir.Gravatar Greg Hudson1998-01-21
|
* From svalente: generate XZwrite with sed.Gravatar Greg Hudson1998-01-20
|
* Garbage collect.Gravatar Greg Hudson1997-10-25
|
* ZEPHYR_USES_KERBEROS -> HAVE_KRB4; ZEPHYR_USES_HESIOD -> HAVE_HESIODGravatar Greg Hudson1997-10-25
|
* Nuke leading quote, oops.Gravatar Greg Hudson1997-10-16
|
* confdir became sysconfdir.Gravatar Greg Hudson1997-09-23
| | | | Rip out support for in-tree com_err and ss.
* zwgc moved back to the top level.Gravatar Greg Hudson1997-09-23
|
* Pull in sources from zephyr locker. See /mit/zephyr/repository forGravatar Greg Hudson1997-09-14
| | | | detailed change information.
* Pull in sources from zephyr locker. See /mit/zephyr/repository forGravatar Greg Hudson1997-09-14
| | | | detailed change information.
* DTRT if .anyone doesn't have a final newlineGravatar Dan Winship1997-05-12
|
* Eliminate cruft.Gravatar Greg Hudson1997-03-31
|
* Add support for Solaris (using the streams log driver).Gravatar Greg Hudson1997-03-26
| | | | | | | Make POSIX signal behavior the same as the old behavior (die on a SIGTERM, ignore SIGQUIT). Zero out the IP address we bind to so the address field is always 0 (== INADDR_ANY); otherwise we get bind() failures on Solaris.
* This file was deleted in the 8.0 source treeGravatar Greg Hudson1996-08-27
|
* ATHRETCDIR, not ATHETCDIR.Gravatar Craig Fields1995-12-13
|
* Exit status bugfix.Gravatar Craig Fields1995-01-20
| | | | Maybe more.