summaryrefslogtreecommitdiff
path: root/server/zserver.h
Commit message (Collapse)AuthorAge
...
* Solaris needs <fcntl.h>Gravatar Richard Basch1993-09-24
| | | | | Don't need ZSRV_INSTANCE/ZSRV_SERVICE decls anymore Declare type "Sched" for use with BD session keys
* Define symbolic constants ZSRV_SERVICE, ZSRV_INSTANCE (don't use "zephyr")Gravatar Richard Basch1993-04-20
|
* add prototype for compare_subsGravatar Lucien Van Elsen1992-01-17
|
* Converted back to ANSI C (with ifdef's for standard C)Gravatar Lucien Van Elsen1991-12-04
|
* Declare explicit return types for relational operators onGravatar Kenneth G Raeburn1991-03-26
| | | | ZDestination. Delete declaration of pktypes.
* Remove SigBlock stuff.Gravatar Kenneth G Raeburn1991-03-21
| | | | Declare Kerberos stuff only if using it.
* Deleted SignalBlock class.Gravatar Kenneth G Raeburn1991-03-13
|
* Moved some method defs into class def. Renamed ZDest::compare_stringsGravatar Kenneth G Raeburn1991-03-08
| | | | | | | | to order_strings. Added ZNotAcked_t constructor to avoid cfront bug. ZServerDesc_t is now class, with methods for accessing server state. New inet_ntoa accepts sockaddr_in structs. Removed decls for now-static names. Defined class "statistic" for counting/logging events.
* Eliminated enumeral bitfields. Reordered some functions. DefinedGravatar Kenneth G Raeburn1990-12-12
| | | | | `!=' for class ZDestination. Defined new constant `dump_masks' with signal masks to inhibit database dumps.
* Made use of separate ~ZDestination unconditional; added operators newGravatar Kenneth G Raeburn1990-12-11
| | | | | | and delete. Removed leading underscores from various class type names. Conditionalized new/delete overloads on FIXED_GXX in addition to __GNUG__.
* C++ conversion and lots of modifications from summer & fall workGravatar Kenneth G Raeburn1990-11-13
|
* Used zsyslog.h; declared error_message(); added hostm_lose_ignore().Gravatar Kenneth G Raeburn1988-10-19
|
* move stuff to zsrv_conf.h, add access_init and _reinitGravatar John Kohl1988-07-19
|
* add DEFAULT_SUBS_FILE, reset routinesGravatar John Kohl1988-06-22
| | | | ANSI-ize the CPP directives
* add decl of xmit_frag()Gravatar John Kohl1988-06-15
|
* sys/uio.h included here to make lint shut up.Gravatar John Kohl1988-06-03
| | | | | not-acknowledged chains keep track of client address, not client pointer. declare xmit(); remove references to zctl.c
* change losing timeout to 30 seconds.Gravatar John Kohl1988-02-28
| | | | add definitions of _dump_ routines for dumping state to disk.
* add locked field to host structure.Gravatar John Kohl1988-02-05
| | | | | | define pending structure & add to each server rearrange dfn's of functions. frob rexmit delay.
* #ifdef's for KERBEROS (will need fixing for the auth abstraction)Gravatar John Kohl1988-01-25
|
* Add compatibility for non-hesiod serversGravatar John Kohl1988-01-20
|
* LOGIN_USER_LOGIN is now in <zephyr/zephyr.h>Gravatar John Kohl1987-12-18
|
* add LOGIN_USER_LOGINGravatar John Kohl1987-12-18
|
* add class_free, uloc_flush_client, WILDCARD_INSTANCE declarationsGravatar John Kohl1987-11-09
|
* change access control schemeGravatar John Kohl1987-09-28
|
* change dfn of srvtab to use same token as zephyr.hGravatar John Kohl1987-09-15
|
* change directories to their 'official place'Gravatar John Kohl1987-08-09
| | | | | change vers number change rexmit_secs
* We need to keep track of the principal to prevent unathorized modificationsGravatar John Kohl1987-07-24
| | | | of subscriptions
* ADMIN_ME, ADMIN_STATUS, statistics, deathgramming, bdump protectionGravatar John Kohl1987-07-22
|
* Add definitions for srvtab and ticket file locationsGravatar John Kohl1987-07-20
|
* name change subscr_list_free -> subscr_free_listGravatar John Kohl1987-07-17
|
* add KILL_CLT; change external defn's to Code_t'sGravatar John Kohl1987-07-16
|
* rename bdump stuff; clean up acl namesGravatar John Kohl1987-07-15
|
* add dfn of packet type name arrayGravatar John Kohl1987-07-14
|
* generalize not acked; add more dfn's of functions; globalizeGravatar John Kohl1987-07-14
| | | | | brain-dump useful variables; adjust TIMO's; add ADMIN opcodes, and class inst's; make appropriate defines for magic server indexes etc.
* remove useless ZHMClient_t; add more server functions and host funcs;Gravatar John Kohl1987-07-09
| | | | add ADMIN opcodes
* new debugging styleGravatar John Kohl1987-07-07
|
* lint fixesGravatar John Kohl1987-07-02
|
* change locations again; add hostm_losing()Gravatar John Kohl1987-07-01
|
* first release versionGravatar John Kohl1987-07-01
|
* move structure definitions to server include file for use in cross-Gravatar John Kohl1987-03-19
| | | | subsystem use
* Initial revisionGravatar John Kohl1987-03-18