summaryrefslogtreecommitdiff
path: root/server/subscr.c
Commit message (Expand)AuthorAge
* ZEPHYR_USES_KERBEROS -> HAVE_KRB4; ZEPHYR_USES_HESIOD -> HAVE_HESIODGravatar Greg Hudson1997-10-25
* Pull in sources from zephyr locker. See /mit/zephyr/repository forGravatar Greg Hudson1997-09-14
* Heavily revamped to support full triplet hashing; mostly, code ahsGravatar Greg Hudson1994-10-31
* Include <string.h> instead of <strings.h> (portability)Gravatar Richard Basch1994-08-18
* Don't do signal blocking; simply set a semaphore flag indicating it isGravatar Richard Basch1994-08-01
* POSIX signal handlingGravatar Richard Basch1993-11-19
* We must run class_deregister()... backing out error in v1.46Gravatar Richard Basch1993-05-05
* Avoid an empty "if" statementGravatar Richard Basch1993-03-23
* fix compare_subs to deal with wildcards correctlyGravatar Lucien Van Elsen1992-02-13
* turn off other debugging info (for speed)Gravatar Lucien Van Elsen1992-01-17
* Converted back to ANSI C (with ifdef's for standard C)Gravatar Lucien Van Elsen1991-12-04
* disabled a couple of messages.Gravatar Kenneth G Raeburn1991-05-13
* Made several log messages more clear or informative; fixedGravatar Kenneth G Raeburn1991-02-04
* C++ conversion and lots of modifications from summer & fall workGravatar Kenneth G Raeburn1990-11-13
* Check that we aren't doing a brain dump before diving into the aclGravatar Kenneth G Raeburn1990-08-16
* 1) fix fencepost error in array sizingGravatar John Kohl1990-01-10
* classes are now case-insensitiveGravatar John Kohl1989-12-13
* add support for counting old style requestsGravatar John Kohl1989-10-26
* should use empty strings, not null pointersGravatar John Kohl1989-10-02
* don't check subscription sender when dumpingGravatar John Kohl1988-10-20
* Checked for recipient matching subscriber or empty; changed meaning ofGravatar Kenneth G Raeburn1988-10-19
* if no subs, just return when dumping to a fileGravatar John Kohl1988-07-16
* remove erroneous free/allocs for default subscriptiosn.Gravatar John Kohl1988-07-08
* fix up defaults; add more debuggingGravatar John Kohl1988-06-24
* check answer if NULL before freeing.Gravatar John Kohl1988-06-23
* fix rcsidGravatar John Kohl1988-06-23
* lint fixes along with bugfix (old calling seq on ZFormatRawNoticeList,Gravatar John Kohl1988-06-22
* default subscription support.Gravatar John Kohl1988-06-21
* fix typos and pointer/int confusion problemsGravatar John Kohl1988-06-15
* new library fixesGravatar John Kohl1988-06-15
* add subscr_dump_subs and supporting interlock codeGravatar John Kohl1988-02-28
* #ifdef's for KERBEROS (will need fixing for the auth abstraction)Gravatar John Kohl1988-01-25
* lint fixesGravatar John Kohl1987-12-18
* Add compatibility for old-style retrieve requests.Gravatar John Kohl1987-12-13
* add a version argument to subscr_send_subs so that the routineGravatar John Kohl1987-12-10
* comments for new GIMMESUBS stuffGravatar John Kohl1987-11-09
* Fixed subscription retrieval routinesGravatar Robert S. French1987-11-07
* Fixed problem with setting the opcode after formatting the packet inGravatar Robert S. French1987-11-07
* John's stuff before I broke the lock and rampaged the world..Gravatar Robert S. French1987-11-07
* new access control schemeGravatar John Kohl1987-09-28
* Fix problem with sending replies to "GIMME" requests with no Gravatar John Kohl1987-08-04
* Keep subscriptions sorted by class (optimization)Gravatar John Kohl1987-07-29
* We send the client's principal as the sender.Gravatar John Kohl1987-07-24
* check authenticity inside sendlist; fix ZMakeAscii problemsGravatar John Kohl1987-07-22
* name change subscr_list_free -> subscr_free_listGravatar John Kohl1987-07-17
* make subscr_send_subs paranoidGravatar John Kohl1987-07-16
* add some paranoiaGravatar John Kohl1987-07-15
* lint cleanupGravatar John Kohl1987-07-14
* case insensitive class instances; dike out some debugging codeGravatar John Kohl1987-07-14
* case insensitize.Gravatar John Kohl1987-07-09