summaryrefslogtreecommitdiff
path: root/clients/zleave/zleave.c
Commit message (Collapse)AuthorAge
* 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
* 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
|
* 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
|
* 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]
* 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
|
* 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
|
* 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
* fix problem with zleave exiting when run on a tty with no utmp entryGravatar John Kohl1989-04-19
| | | | (e.g. X terminal window)
* be careful about sending to non-existent users.Gravatar John Kohl1988-11-22
|
* upgrade to latest Berkeley revisionGravatar John Kohl1988-11-14
|
* 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
|
* 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