summaryrefslogtreecommitdiff
path: root/server/bdump.c
Commit message (Collapse)AuthorAge
* new library fixesGravatar John Kohl1988-06-15
|
* fix bad debugging statement, improve a comment, check return valuesGravatar John Kohl1988-06-03
| | | | of dispatch routines
* interlock support for disk dumps.Gravatar John Kohl1988-02-28
| | | | fix error returns for net_write checks.
* fix problem with net_writeGravatar John Kohl1988-02-05
| | | | Add extra info for debugging.
* Don't lock hosts in non-concurrent mode.Gravatar John Kohl1988-02-05
|
* @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 #ifdef for kerberos; will need cleanup for laterGravatar John Kohl1988-01-25
| | | | abstraction
* 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).
* Lint fixes.Gravatar John Kohl1987-12-18
|
* pass protocol version number of peer server to the dumping routinesGravatar John Kohl1987-12-10
| | | | so that they may adjust behavior accordingly
* lint cleanupGravatar John Kohl1987-11-09
|
* add a version number in the class instanceGravatar John Kohl1987-08-03
|
* Changed to handle new protocol and packet formatGravatar Robert S. French1987-08-01
|
* clean up stuff as appropriateGravatar John Kohl1987-07-24
|
* Mutual authentication support.Gravatar John Kohl1987-07-22
| | | | get my own state support
* add some paranoiaGravatar John Kohl1987-07-16
|
* add some paranoia, fix port number, change names to bdump_Gravatar John Kohl1987-07-15
|
* lint cleanup, and function order rearrangement (all globals at front)Gravatar John Kohl1987-07-14
|
* a *real* brain dump implementation.Gravatar John Kohl1987-07-14
|
* lint fixes (still not even started)Gravatar John Kohl1987-07-02
|
* add #ifndef SABERGravatar John Kohl1987-07-01
| | | | This is not even remotely finished!
* Initial revisionGravatar John Kohl1987-06-19