summaryrefslogtreecommitdiff
path: root/server/bdump.c
Commit message (Collapse)AuthorAge
...
* Add support for K&R CGravatar Lucien Van Elsen1992-08-26
|
* whups- that fubar wasn't supposed to be there..Gravatar Lucien Van Elsen1992-08-17
|
* saber complains about pure assignment statements in ifs-Gravatar Lucien Van Elsen1992-08-14
|
* Took out unused debugging codeGravatar Lucien Van Elsen1992-02-13
|
* add ability to specify primary bdump protocol version onGravatar Lucien Van Elsen1992-01-17
| | | | | command line ifdef out 1A bdump code
* Converted back to ANSI C (with ifdef's for standard C)Gravatar Lucien Van Elsen1991-12-04
|
* bdump version is a stringGravatar Kenneth G Raeburn1991-05-13
|
* Use ZNoticeKinds instead of pktypes.Gravatar Kenneth G Raeburn1991-03-28
|
* Increased verbosity of many syslog strings.Gravatar Kenneth G Raeburn1991-01-28
| | | | | | | | | | | Moved some Kerberos decls. Rearranged some logic to be tidier. setup_file_pointers: Now returns int, indicating success or failure. bdump_sin: Now static in this file. shutdown_file_pointers: Only call fclose on non-null FILE pointers, and only call close if the file descriptor is not -1. Minor change to dump/offer protocol implement version 1A.
* Modified net_read/net_write and callers to use stdio file pointersGravatar Kenneth G Raeburn1990-12-12
| | | | rather than file descriptors.
* C++ conversion and lots of modifications from summer & fall workGravatar Kenneth G Raeburn1990-11-13
|
* Checked in changes made by Ken (Audited by Ted) which fix brokenness inGravatar Theodore Y. Ts'o1990-08-16
| | | | | | | how error codes are returned by SendKerberosData() and used by bdump_send() and bdump_get(). Kerberos codes are now returned as Kerberos error plus kerberos error base, instead of just the Kerberos error number.
* code to flush subs for bad entries (for compatibility with olderGravatar John Kohl1990-01-10
| | | | servers)
* add SO_KEEPALIVEGravatar John Kohl1989-08-31
|
* add support for subscriptions without defaultsGravatar John Kohl1989-05-04
|
* fix to use new kerberos namesGravatar John Kohl1989-03-23
|
* fix problem with incorrect computation of useful ticket lifetimeGravatar John Kohl1988-12-08
|
* 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.
* plug memory leakGravatar John Kohl1988-07-08
| | | | y
* need to specify an addr so that when we offer to the peerGravatar John Kohl1988-06-24
| | | | there is an addr that connect() will accept
* fix rcsidGravatar John Kohl1988-06-23
|
* cleanup auto-port assignment.Gravatar John Kohl1988-06-22
| | | | lint fix (bug fix: pass addr of buffer, not addr of addr of buffer)
* default format must be at least ""Gravatar John Kohl1988-06-17
| | | | set num_other_fields to zero
* 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