summaryrefslogtreecommitdiff
path: root/clients
Commit message (Collapse)AuthorAge
* fix argument types for zeph_dispatch()Gravatar John F. Carr1991-03-23
|
* Don't include krb.h.Gravatar Kenneth G Raeburn1991-03-21
|
* If NO_FLOCK is defined, don't call flock.Gravatar Kenneth G Raeburn1991-03-08
|
* Declare arguments for main...Gravatar Kenneth G Raeburn1991-02-22
|
* Modified all error messages printed to include program name and finalGravatar Kenneth G Raeburn1991-02-20
| | | | newline.
* From Mark Eichin:Gravatar Kenneth G Raeburn1991-02-20
| | | | | Close pop connection as soon as possible; flush message bodies more efficiently.
* Changed SIGTYPE to one not reserved for implementation.Gravatar Kenneth G Raeburn1991-01-07
|
* Do signal-handler return types properly under Ultrix.Gravatar Kenneth G Raeburn1991-01-07
|
* Cleaned up preprocessor directives; eliminated unneeded header files.Gravatar Kenneth G Raeburn1990-12-21
|
* Print newline after error messages; check return value of getpwuid().Gravatar John F. Carr1990-12-21
|
* Fix crash in wall when strings are read-only.Gravatar John F. Carr1990-12-21
|
* Change NULL to '\0' when used as type char.Gravatar John F. Carr1990-12-21
|
* Need to allocate extra byte for null at end of string when readingGravatar John F. Carr1990-12-14
| | | | from a terminal.
* Icon bitmap pathname is now relative to ACLDIR.Gravatar Kenneth G Raeburn1990-12-01
|
* Added "%N" to end of XZWRITE_SEARCH_PATHS.Gravatar Kenneth G Raeburn1990-12-01
| | | | | Added new file xzwrite.bitmap, and now edit XZwrite on install to have the correct pathname for xzwrite.bitmap.
* Output newline after error message.Gravatar Kenneth G Raeburn1990-12-01
|
* Initial revisionGravatar Kenneth G Raeburn1990-12-01
|
* Installs must be relative to $(DESTDIR)Gravatar Kenneth G Raeburn1990-11-26
|
* Further A/UX (and ANSI) change: Workaround for lack of setlinebuf.Gravatar Kenneth G Raeburn1990-11-16
|
* On Macintosh A/UX: Include sys/types.h and time.h.Gravatar Kenneth G Raeburn1990-11-16
|
* Reflect inclusion of local zserver.h.Gravatar Kenneth G Raeburn1990-11-16
|
* Cut down to needed definitions.Gravatar Kenneth G Raeburn1990-11-16
|
* Initial revisionGravatar Kenneth G Raeburn1990-11-16
|
* Build new xzwrite directory.Gravatar Kenneth G Raeburn1990-11-16
|
* Changed to use local copy of zserver.h.Gravatar Kenneth G Raeburn1990-11-14
|
* Restored documentation of -O option and zwrite-opcode variable.Gravatar Kenneth G Raeburn1990-11-13
|
* Added "From: " before signature in default formats.Gravatar Kenneth G Raeburn1990-11-09
| | | | | Also made character arrays in main static (and therefore automatically cleared).
* Initial revisionGravatar Craig Fields1990-10-27
|
* backing out -O/-p changeGravatar Kenneth G Raeburn1990-10-23
|
* Fixed up format of error message.Gravatar Kenneth G Raeburn1990-10-22
|
* Run ZInitialize (which looks up the principal name) after doing theGravatar Kenneth G Raeburn1990-10-19
| | | | Kerberos init stuff.
* Incorporate time and date into default message formats.Gravatar Kenneth G Raeburn1990-10-19
|
* ss_execute_line returns error code, doesn't accept pointer-to.Gravatar Kenneth G Raeburn1990-09-04
| | | | [author: lwvanels]
* Corrected description of case with more than four mail messages.Gravatar Kenneth G Raeburn1990-07-15
| | | | [krishna]
* include com_err.h; don't declare rindex or unused var `ptr'.Gravatar Kenneth G Raeburn1990-07-12
|
* include <com_err.h>; don't declare index when string.h is included; don'tGravatar Kenneth G Raeburn1990-07-12
| | | | declare malloc multiple times.
* Removed `-p' ("pretty") argument; will probably be restored later whenGravatar Kenneth G Raeburn1990-05-21
| | | | a reasonable set of defaults are agreed upon.
* Document new -a/-d (authentication) options.Gravatar Kenneth G Raeburn1990-05-17
|
* Marc's changes for permitting unauthenticated zlocate requests.Gravatar Kenneth G Raeburn1990-05-17
|
* Took the \n after the signature out.Gravatar Marc Horowitz1990-03-13
|
* fixed zwrite to NOT null-terminate the last field of a messageGravatar Marc Horowitz1990-03-13
|
* Changed references to "zephyr.desc" to "zwgc.desc".Gravatar John F. Carr1990-03-06
|
* updates for -O, -p optionsGravatar John Kohl1990-03-02
|
* usage goes to stderrGravatar John Kohl1990-03-02
| | | | add -s to usage message
* changes for -p option (pretty)Gravatar John Kohl1990-03-02
| | | | [marc]
* fix error in unsubscription handlingGravatar John Kohl1989-11-15
|
* remove ATHENA_COMPAT (not needed at Athena now)Gravatar John Kohl1989-11-15
|
* in case of leading slashes, make the notices go to the right peopleGravatar John Kohl1989-11-08
|
* remove zinitGravatar John Kohl1989-10-30
|
* add support for -f - (read stdin)Gravatar John Kohl1989-10-30
| | | | (code from Marc Horowitz)