summaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAge
* new kerberos routine namesGravatar John Kohl1988-06-16
* fix typoGravatar John Kohl1988-06-15
* fix typos and pointer/int confusion problemsGravatar John Kohl1988-06-15
* found is a pointer, not an intGravatar John Kohl1988-06-15
* remove typoGravatar John Kohl1988-06-15
* missing #include of <sys/socket.h>Gravatar John Kohl1988-06-15
* missing declaration of retvalGravatar John Kohl1988-06-15
* add decl of xmit_frag()Gravatar John Kohl1988-06-15
* condense common codeGravatar John Kohl1988-06-15
* remove spurious commentGravatar John Kohl1988-06-15
* new library fixesGravatar John Kohl1988-06-15
* new library fixesGravatar John Kohl1988-06-15
* new library fixesGravatar John Kohl1988-06-15
* add sense_logout code.Gravatar John Kohl1988-06-03
* only do auth if we have a hold on the client descriptorGravatar John Kohl1988-06-03
* sys/uio.h included here to make lint shut up.Gravatar John Kohl1988-06-03
* rearrange not-yet-acknowledged packets to be by destination, not client.Gravatar John Kohl1988-06-03
* Copyright fix, lint fixesGravatar John Kohl1988-06-03
* fix bad debugging statement, improve a comment, check return valuesGravatar John Kohl1988-06-03
* #ifdef CONCURRENT the self-queueing stuffGravatar John Kohl1988-06-03
* sys/uio.h is now in zserver.hGravatar John Kohl1988-06-03
* remove excess stack variablesGravatar John Kohl1988-06-03
* increment version numberGravatar John Kohl1988-02-28
* interlock support for disk dumps.Gravatar John Kohl1988-02-28
* add subscr_dump_subs and supporting interlock codeGravatar John Kohl1988-02-28
* add client_dump_clients and interlocking codeGravatar John Kohl1988-02-28
* add server_dump_servers and supporting interlock codeGravatar John Kohl1988-02-28
* remove ADVANCE macro.Gravatar John Kohl1988-02-28
* add hostm_dump_hosts routine to dump the state to a file. AlsoGravatar John Kohl1988-02-28
* change losing timeout to 30 seconds.Gravatar John Kohl1988-02-28
* 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
* fix problem with bdump_socket == -1 (not 0) when not in use.Gravatar John Kohl1988-02-05
* #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
* replace host locked with requeueGravatar John Kohl1988-02-05
* Concurrency support: move packet handling into dispatch.cGravatar John Kohl1988-02-05
* 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
* Support for concurrency locking. Not ifdef'd since it will only be usedGravatar John Kohl1988-02-05
* @Many modifications. Use global for the live socket.Gravatar John Kohl1988-02-05
* 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
* add KERBEROS #ifdef'sGravatar John Kohl1988-01-25
* describe new acl schemeGravatar John Kohl1988-01-22