summaryrefslogtreecommitdiff
path: root/server
Commit message (Collapse)AuthorAge
* log fake addressesGravatar John Kohl1989-11-10
|
* add counters for old supportGravatar John Kohl1989-10-27
|
* add support for counting old-style requestsGravatar John Kohl1989-10-26
|
* add support for counting old style requestsGravatar John Kohl1989-10-26
|
* use $Revision$Gravatar John Kohl1989-10-23
|
* fix syslog reporting of which port is unknown.Gravatar John Kohl1989-10-23
|
* add NeXT to known typesGravatar John Kohl1989-10-19
|
* need version.o in the OBJS listGravatar John Kohl1989-10-18
|
* depend depends on zsrv_err.hGravatar John Kohl1989-10-18
|
* put $Id$ into version[Gravatar John Kohl1989-10-17
|
* 3.13Gravatar John Kohl1989-10-17
|
* add MIPS on server typeGravatar John Kohl1989-10-17
| | | | fix up null-pointer and overflow and free problems
* update to 3.12Gravatar John Kohl1989-10-02
|
* should use empty strings, not null pointersGravatar John Kohl1989-10-02
|
* add new file (version.c)Gravatar John Kohl1989-09-18
|
* move version numbers to separate fileGravatar John Kohl1989-09-18
|
* change static variable nameGravatar John Kohl1989-09-18
|
* Initial revisionGravatar John Kohl1989-09-18
|
* add SO_KEEPALIVEGravatar John Kohl1989-08-31
|
* update vnoGravatar John Kohl1989-05-15
|
* fix broken logic for determining when to add default subscriptionsGravatar John Kohl1989-05-15
|
* add support for subscriptions without defaultsGravatar John Kohl1989-05-04
|
* fix HDRS and src:: so that dependencies work properly for zsrv_err.hGravatar John Kohl1989-04-04
|
* need to make zsrv_err.h alsoGravatar John Kohl1989-03-24
|
* Imakefile changes from Win Treese to support multiple compile treesGravatar John Kohl1989-03-23
|
* fix to use new kerberos namesGravatar John Kohl1989-03-23
|
* fix vnoGravatar John Kohl1988-12-19
|
* fix problem with incorrect computation of useful ticket lifetimeGravatar John Kohl1988-12-08
|
* don't do profiling on this error tableGravatar John Kohl1988-11-22
|
* Initial revisionGravatar John Kohl1988-11-22
|
* Initial revisionGravatar John Kohl1988-11-14
|
* add some #ifdef's for KERBEROS, fix up ZEPHYR_SRVTAB message.Gravatar John Kohl1988-11-14
|
* From zephyr dev: fixed problems in ulogin_flush_user, not freeingGravatar Kenneth G Raeburn1988-10-24
| | | | memory and copying data from the free'd area.
* From zephyr dev: update version number.Gravatar Kenneth G Raeburn1988-10-24
|
* don't check subscription sender when dumpingGravatar John Kohl1988-10-20
|
* increment version numberGravatar John Kohl1988-10-20
|
* Added copyright redirect.Gravatar Kenneth G Raeburn1988-10-19
|
* Fixed syslog (Ultrix changes merged in).Gravatar Kenneth G Raeburn1988-10-19
|
* Checked for recipient matching subscriber or empty; changed meaning ofGravatar Kenneth G Raeburn1988-10-19
| | | | iui restriction; conditionalized char buf[] on KERBEROS.
* Added sys/param.h and other fixes for non-Kerberos builds; mergedGravatar Kenneth G Raeburn1988-10-19
| | | | in Ultrix changes; defined inet_addr for non-4.3 sites.
* Moved nexttimo to be before reclamation.Gravatar Kenneth G Raeburn1988-10-19
|
* Fixed a slight memory leak in cases where some malloc callsGravatar Kenneth G Raeburn1988-10-19
| | | | fail.
* Used zsyslog.h; declared error_message(); added hostm_lose_ignore().Gravatar Kenneth G Raeburn1988-10-19
|
* Removed unused srv_alive; merged in Ultrix changes; added cast toGravatar Kenneth G Raeburn1988-10-19
| | | | | realloc(); declared inet_addr for non-4.3 sites; added hostm_lose_ignore.
* Fixed a broken switch statement; changed meaning of iui restriction;Gravatar Kenneth G Raeburn1988-10-19
| | | | added hostm_lose_ignore.
* Cleanup work in host_detach; added hostm_lose_ignore.Gravatar Kenneth G Raeburn1988-10-19
|
* Updated version number; parameterized getservbyname stuff; KERBEROSGravatar Kenneth G Raeburn1988-10-19
| | | | #ifdef around dest_tkt.
* Checking that logout notices are for the sender; verify thatGravatar Kenneth G Raeburn1988-10-19
| | | | pointer values are NULL before calling free().
* fix copyright messageGravatar John Kohl1988-08-02
|
* pass addr of notice, not noticeGravatar John Kohl1988-07-19
| | | | free buffer, not 1st char