summaryrefslogtreecommitdiff
path: root/clients/zleave
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.
* explicitly set the charset to unknown in zstat, zleave, and zshutdown_notifyGravatar Karl Ramm2009-03-22
|
* passes gcc -Wall with no warnings other than des cryppt C_block sadness and ↵Gravatar Karl Ramm2008-01-21
| | | | getsid problem
* de K&Rify; drop xzwrite, zmailnotify && zpopnotify from MakefileGravatar Karl Ramm2008-01-20
|
* debian patch applied and reconciled, version unfinalizedGravatar Karl Ramm2007-07-20
|
* Add shared library support for libzephyr.Gravatar Greg Hudson2005-07-14
|
* fix things Irix n32 cc complains aboutGravatar Dan Winship1999-08-12
|
* Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$.Gravatar Greg Hudson1999-01-22
|
* 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.
* Removed prototyping that should be done by system include filesGravatar Richard Basch1993-11-19
| | | | Changed bzero to memset [ANSI]
* Use new Athena imake rulesGravatar Richard Basch1993-11-19
|
* POSIX signal handlingGravatar Richard Basch1993-10-16
|
* Remove temporary file before exiting [zbugs 0497: mhpower]Gravatar Richard Basch1993-10-16
|
* Changed bzero to _BZERO macro (defined in <zephyr/zephyr_conf.h>)Gravatar Richard Basch1993-09-24
|
* Overwriting end of malloc'd memory; need to add one for each \0, _and_Gravatar Lucien Van Elsen1992-08-20
| | | | one for the trailing \n.
* ANSI style #endifsGravatar Lucien Van Elsen1991-12-05
|
* Link -lkrb before -lcom_err.Gravatar John F. Carr1991-09-02
|
* Add zsub_ prefix to field names in subscription structure.Gravatar John F. Carr1991-06-20
| | | | | Check for NULL return from malloc. Use \a instead of \7 for a bell.
* add missing "else" logic.Gravatar John Kohl1989-07-06
| | | | [so it dies when you log out]
* first field should be signature, so put newline between things.Gravatar John Kohl1989-05-11
|
* fix description of fields (remove it)Gravatar John Kohl1989-05-11
|
* make sure to set reminder_message to something.Gravatar John Kohl1989-05-10
|
* add `-m' argument to specify a reminder messageGravatar John Kohl1989-05-10
| | | | to be sent with the message
* clean up for new version with a reminder messageGravatar John Kohl1989-05-10
|
* fix problem with zleave exiting when run on a tty with no utmp entryGravatar John Kohl1989-04-19
| | | | (e.g. X terminal window)
* Imakefile changes from Win Treese to support multiple compile treesGravatar John Kohl1989-03-23
|
* the bug in BUGS was fixedGravatar John Kohl1988-11-22
|
* be careful about sending to non-existent users.Gravatar John Kohl1988-11-22
|
* upgrade to latest Berkeley revisionGravatar John Kohl1988-11-14
|
* Initial revisionGravatar John Kohl1988-11-14
|
* add BUGS section about where to run zinit from.Gravatar John Kohl1988-10-20
| | | | add freer Berkeley non-restriction
* fix summary line to include zephyrGravatar John Kohl1988-09-23
|
* fix copyright messageGravatar John Kohl1988-08-02
|
* cleanupGravatar John Kohl1988-07-01
|
* ZGetWGPort returns a short, so save stack spaceGravatar John Kohl1988-06-28
|
* oops, some of the extra if (...) logic really was needed.Gravatar John Kohl1988-06-28
|
* bzero the notice firstGravatar John Kohl1988-06-28
| | | | | sender is a char * remove extra if (...) logic
* lint fixesGravatar John Kohl1988-06-23
|
* Man page for zleave.Gravatar C. Anthony DellaFera1987-10-31
|
* Fixed to use ZGetWGPortGravatar Robert S. French1987-10-24
|
* Added cancel option. Kills old process before forking.Gravatar David C. Jedlinsky1987-08-14
|
* Added automatic subscriptionsGravatar Robert S. French1987-08-06
|
* Initial revisionGravatar David C. Jedlinsky1987-08-06