summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix potential buffer overruns.Gravatar Greg Hudson2000-05-17
* Implement exponential backoff for finding servers.Gravatar Greg Hudson2000-05-08
* Get subscriptions without defaults, to avoid re-subscribing the userGravatar Greg Hudson2000-05-08
* Unset the location before cancelling subs, to avoid a window where aGravatar Greg Hudson2000-05-08
* It just ain't so.Gravatar Greg Hudson2000-04-05
* Get rid of some outdated stuff.Gravatar Greg Hudson2000-04-05
* Add support for -f to disable client flushing.Gravatar Greg Hudson2000-04-05
* No more zephyr syslogd.Gravatar Greg Hudson2000-04-05
* ZAUTH_CKSUM_FAILED no longer used by server code.Gravatar Greg Hudson2000-02-11
* Remove an old compatibility compromise from back when we started requiringGravatar Greg Hudson2000-02-11
* Discard packets which don't begin with ZVERSIONHDR ("ZEPH") in case weGravatar Greg Hudson2000-01-26
* Reinstate the policy that realm-visible locations cannot be seen byGravatar Greg Hudson2000-01-22
* Rename null to empty, for clarity.Gravatar Greg Hudson1999-12-13
* /usr/tmp -> /var/tmpGravatar Greg Hudson1999-11-29
* Change for snapshot.Gravatar Greg Hudson1999-11-11
* Use new AC_SEARCH_LIBS macro.Gravatar Greg Hudson1999-10-30
* return ETIMEDOUT after 60 seconds when waiting for a reply from zhm.Gravatar Dan Winship1999-10-22
* Don't reset a null timer. It's bad.Gravatar Greg Hudson1999-10-20
* Include errno.h and com_err.h; don't declare things that belong toGravatar Greg Hudson1999-10-15
* Don't error if the WG port is 65535.Gravatar Greg Hudson1999-10-15
* Don't declare inet_addr(); it doesn't belong to us.Gravatar Greg Hudson1999-10-14
* 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
* The build system will take care of these files now.Gravatar Greg Hudson1999-07-23
* From Chris Laas: add new options -m (to specify a message), -w (to watchGravatar Greg Hudson1999-07-21
* Nuke these files.Gravatar Greg Hudson1999-06-13
* Nuke the acl files. They bad.Gravatar Greg Hudson1999-06-13
* use ZEPHYR_SUBS environment variable (if it exists) to determine locationGravatar Dan Winship1999-06-03
* use ZEPHYR_VARS environment variable (if it exists) to determine theGravatar Dan Winship1999-06-03
* Use the hostname instead of the empty string for %canon% if we can'tGravatar Greg Hudson1999-06-01
* Don't lose if we can't canonicalize the hostname. Just warn.Gravatar Greg Hudson1999-06-01
* From Joel Weber: get parser.y from ${srcdir}.Gravatar Greg Hudson1999-05-26
* Get XZwrite.in from ${srcdir}.Gravatar Greg Hudson1999-05-26
* Widen the length field, to avoid dumping core on lengths 32K-64K.Gravatar Greg Hudson1999-05-19
* 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
* 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
* Add ares support in build system.Gravatar Greg Hudson1998-12-01
* Revert version 1.50. Empirically, this workaround didn't seem to helpGravatar Greg Hudson1998-11-19
* Actually increment the loop pointer in ulogin_find().Gravatar Greg Hudson1998-10-26
* If we get RD_AP_BADD from SendKerberosData(), this indicates that weGravatar Greg Hudson1998-10-21
* Don't free nacked until we've finished looking at it (an alternativeGravatar Greg Hudson1998-10-16
* Clean up the dump format: report addresses of clients, and fall back oneGravatar Greg Hudson1998-10-13
* Search for locations by <user,addr,port> in cases where we were searchingGravatar Greg Hudson1998-10-13
* Clean up dead code.Gravatar Greg Hudson1998-09-27
* Oops, forgot AC_FUNC_PGRP for zwgc/main.c.Gravatar Greg Hudson1998-09-21
* BSD/OS doesn't define INADDR_LOOPBACK. What a loser operating system.Gravatar Greg Hudson1998-09-21
* Use libares for reverse resolution if HAVE_ARES is defined.Gravatar Greg Hudson1998-09-02
* Keep track of how responsive clients have been and don't time out good ones.Gravatar Greg Hudson1998-09-02