summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Initial revisionGravatar Craig Fields1994-06-22
|
* Do not assume select will work with a timeval of 0.Gravatar Richard Basch1994-06-19
|
* Initial revisionGravatar Craig Fields1994-06-16
|
* Fixes so that "make depend" will work properlyGravatar Richard Basch1994-06-10
|
* "make depend" will also require generating/installing header filesGravatar Richard Basch1994-06-10
|
* Send broadcast messages as UNACKED messages.Gravatar Richard Basch1994-04-30
|
* Corrected the pathname referencesGravatar Richard Basch1994-04-30
|
* Added a more verbose warning that tells the user how to detach lockersGravatar Richard Basch1994-04-30
| | | | that are on a given host. [lwvanels '91]
* Backing out the different placement of unauthentic messagesGravatar Richard Basch1994-04-29
| | | | (neither tytso nor probe approve this change)
* enable_delete is now true by default so window managers will honor theGravatar Richard Basch1994-04-29
| | | | delete window requests
* uname is POSIX, so changed SOLARIS to POSIXGravatar Richard Basch1994-04-12
|
* Moved ZPIDDIR declarationGravatar Richard Basch1994-04-08
|
* Changed ATHCONFDIR to ZPIDDIRGravatar Richard Basch1994-04-08
|
* Added ZPIDDIR because the local build tried storing it in /mit/zephyr/configsGravatar Richard Basch1994-04-08
|
* Added START_CRITICAL_CODE and END_CRITICAL_CODE definitions.Gravatar Richard Basch1994-04-07
|
* Declare t_local here, where it is initializedGravatar Richard Basch1994-03-15
|
* Use NOW rather than t_local.tv_secGravatar Richard Basch1994-03-15
|
* Define NOW to be t_local.tv_sec, and don't do gettimeofday()Gravatar Richard Basch1994-03-15
|
* Use symbolic name "NOW" rather than t_localGravatar Richard Basch1994-03-15
|
* After each select() loop, re-initialize t_local for other uses.Gravatar Richard Basch1994-03-15
|
* Use t_local structure, rather than calling gettimeofday()Gravatar Richard Basch1994-03-15
|
* Use t_local, rather than calling gettimeofday()Gravatar Richard Basch1994-03-15
|
* If we have a controlling tty, periodically check to see that controllingGravatar Richard Basch1994-03-15
| | | | tty is still around, and if not, die.
* Ignore SIGTTOU when forking, otherwise we might hang.Gravatar Richard Basch1994-03-15
| | | | Increase the version number.
* Have zephyr_paths.h depend on the MakefileGravatar Richard Basch1994-03-15
| | | | Do not bother with ETCATHDIR -- it isn't used.
* Don't try to declare system functions - let the header files do it.Gravatar Richard Basch1994-02-22
|
* The lock file needs to be opened for read/write, not just write.Gravatar Richard Basch1994-02-17
|
* Check file descriptor, not errno, after fopenGravatar Richard Basch1994-02-14
|
* Generalized the generate_dictionary_instance and generate_stack_instanceGravatar Richard Basch1993-12-14
| | | | scripts into one script (re-written in Bourne shell for greater portability)
* Initial revisionGravatar Richard Basch1993-12-14
|
* depend on zephyr lib for buildsGravatar Richard Basch1993-11-24
| | | | Use shared libraries
* depend on zephyr libGravatar Richard Basch1993-11-24
|
* Allow one to specify IP addresses instead of the hostname.Gravatar Richard Basch1993-11-23
|
* Dont use "message,*,%me%"Gravatar Richard Basch1993-11-22
| | | | Subscribe to "message,personal,%me%" and "message,urgent,%me%"
* Return with 0 exit statusGravatar Richard Basch1993-11-21
|
* GetKerberosData was trying to pass a struct instead of a ulong, asGravatar Richard Basch1993-11-21
| | | | was expected by krb_rd_req() [metcalf@lcs]
* Add all personal messages to the default subscriptions.Gravatar Richard Basch1993-11-21
|
* Initial revisionGravatar Craig Fields1993-11-21
|
* Assume ulong is defined, except on explicit platforms...Gravatar Richard Basch1993-11-21
|
* Removed prototyping that should be left to the system include filesGravatar Richard Basch1993-11-20
|
* Renamed "acldir" to "acl"Gravatar Richard Basch1993-11-20
| | | | Use acl_files.o from libzephyr.a
* Merged in various changes that were made to server/acl_files.cGravatar Richard Basch1993-11-20
|
* More readable (untested for Ultrix 2.2)Gravatar Richard Basch1993-11-20
|
* Removed ATHENA_COMPAT cruft (never used)Gravatar Richard Basch1993-11-20
|
* Since POSIX flock compatibility was added, we do not need the NO_FLOCK case.Gravatar Richard Basch1993-11-20
| | | | Changed HESIOD to Z_HaveHesiod
* We only need KerberosGravatar Richard Basch1993-11-20
|
* Removed prototyping that is done by system include filesGravatar Richard Basch1993-11-20
|
* Removed prototyping that is done by system include files.Gravatar Richard Basch1993-11-20
|
* Changed KERBEROS to Z_HaveKerberosGravatar Richard Basch1993-11-20
| | | | | Return status 0 if successful Changed rcsid string
* Changed RCS id string...Gravatar Richard Basch1993-11-20
|