summaryrefslogtreecommitdiff
path: root/server
Commit message (Collapse)AuthorAge
...
* add server_dump_servers and supporting interlock codeGravatar John Kohl1988-02-28
|
* remove ADVANCE macro.Gravatar John Kohl1988-02-28
| | | | | | add uloc_dump_locs routine and supporting interlock code. minor bug fixes fix bug with uloc_flush_client which would get rid of other valid locations
* add hostm_dump_hosts routine to dump the state to a file. AlsoGravatar John Kohl1988-02-28
| | | | added interlock protect code.
* change losing timeout to 30 seconds.Gravatar John Kohl1988-02-28
| | | | add definitions of _dump_ routines for dumping state to disk.
* increment version numberGravatar John Kohl1988-02-05
|
* Barf if requeueing and not concurrent.Gravatar John Kohl1988-02-05
|
* fix problem with net_writeGravatar John Kohl1988-02-05
| | | | Add extra info for debugging.
* fix problem with bdump_socket == -1 (not 0) when not in use.Gravatar John Kohl1988-02-05
| | | | Also schedule immediate hello when a dead server responds.
* #ifdef's around dbug_on,off and detach() were in wrong place.Gravatar John Kohl1988-02-05
|
* 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.
* replace host locked with requeueGravatar John Kohl1988-02-05
|
* Concurrency support: move packet handling into dispatch.cGravatar John Kohl1988-02-05
| | | | Add more flexible debugging info.
* Don't lock hosts in non-concurrent mode.Gravatar John Kohl1988-02-05
|
* concurrency supportGravatar John Kohl1988-02-05
|
* debugging code to find vanishing user locationsGravatar John Kohl1988-02-05
|
* concurrency supportGravatar John Kohl1988-02-05
|
* Some normal-mode debugging for location flush tracking.Gravatar John Kohl1988-02-05
| | | | typed dispatch routine for delayed processing & host locking.
* Support for concurrency locking. Not ifdef'd since it will only be usedGravatar John Kohl1988-02-05
| | | | if CONCURRENCY is defined within bdump_s.c
* @Many modifications. Use global for the live socket.Gravatar John Kohl1988-02-05
| | | | | | #ifdef'd concurrency code & locking code. bdump_socket = -1 when not in use (for safety) network read/write routines for safety
* add ZSRV_HOSTLOCKED "Host record in use"Gravatar John Kohl1988-01-25
|
* #ifdef's for KERBEROS (will need fixing for the auth abstraction)Gravatar John Kohl1988-01-25
|
* add #ifdef for kerberos; will need cleanup for laterGravatar John Kohl1988-01-25
| | | | abstraction
* add KERBEROS #ifdef'sGravatar John Kohl1988-01-25
|
* describe new acl schemeGravatar John Kohl1988-01-22
|
* Add #ifdef's for KERBEROS. Use reserved ports if not using kerberos.Gravatar John Kohl1988-01-20
| | | | | Fix ntohs -> htons for converting an ascii port # to net order (lucky that VAX and RT do identical ops for htons & ntohs).
* Add compatibility for non-hesiod serversGravatar John Kohl1988-01-20
|
* add #ifdef's for HESIOD and code to replace hes_resolve when not used.Gravatar John Kohl1988-01-20
|
* Changed 'hm' to 'zhm'.Gravatar David C. Jedlinsky1987-12-31
|
* Version 2.4Gravatar John Kohl1987-12-18
| | | | | lint fix for struct iovec chdir to /usr/tmp
* LOGIN_USER_LOGIN is now in <zephyr/zephyr.h>Gravatar John Kohl1987-12-18
|
* For login messages, munge the opcode to be LOGIN_USER_LOGIN (which isGravatar John Kohl1987-12-18
| | | | | now defined in zserver.h). Other lint fixes.
* add LOGIN_USER_LOGINGravatar John Kohl1987-12-18
|
* lint fix: extra arg needed for client_deregisterGravatar John Kohl1987-12-18
|
* lint fixes.Gravatar John Kohl1987-12-18
|
* lint fixesGravatar John Kohl1987-12-18
|
* Lint fixes.Gravatar John Kohl1987-12-18
|
* set num_hosts before using it.Gravatar John Kohl1987-12-14
|
* increment version numberGravatar John Kohl1987-12-14
|
* Fix fencepost error in resetting timeouts.Gravatar John Kohl1987-12-14
| | | | Ignore connect requests from unknown servers.
* Add compatibility for old-style retrieve requests.Gravatar John Kohl1987-12-13
|
* Up version number to 2.2Gravatar John Kohl1987-12-13
|
* Initial revisionGravatar Craig Fields1987-12-10
|
* pass protocol version number of peer server to the dumping routinesGravatar John Kohl1987-12-10
| | | | so that they may adjust behavior accordingly
* add a version argument to subscr_send_subs so that the routineGravatar John Kohl1987-12-10
| | | | can deal with different version servers
* increment version numberGravatar John Kohl1987-12-10
|
* fix bug with OLD_COMPAT in ulocate_dispatch, add a version argumentGravatar John Kohl1987-12-10
| | | | | to the uloc_send_locations so that the routine can adjust the information sent depending on what zephyr version the other server is using.
* zhide compatibleGravatar John Kohl1987-11-20
|
* allow renegade servers nowGravatar John Kohl1987-11-20
|
* upgrade version number; check for srvtab before doing any workGravatar John Kohl1987-11-20
|
* status does not return limbo serverGravatar John Kohl1987-11-16
|