summaryrefslogtreecommitdiff
path: root/server/class.c
Commit message (Expand)AuthorAge
* it is the TWENTY-FIRST CENTURY, we can STOP USING K&RGravatar Karl Ramm2009-08-09
* collapse state of a bunch of #if 0 and #if 1 debugging outputGravatar Karl Ramm2008-01-21
* passes gcc -Wall with no warnings other than des cryppt C_block sadness and g...Gravatar Karl Ramm2008-01-21
* de K&RifyGravatar Karl Ramm2008-01-21
* applied athena-update-branch patchGravatar Karl Ramm2007-12-25
* This commit was generated by cvs2svn to compensate for changes in r81,Gravatar Karl Ramm2001-06-20
* Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$.Gravatar Greg Hudson1999-01-22
* Pull in sources from zephyr locker. See /mit/zephyr/repository forGravatar Greg Hudson1997-09-14
* Rewritten to support hashing on the full triplet.Gravatar Greg Hudson1994-10-31
* Increased hash bucket table sizeGravatar Richard Basch1994-08-01
* saber complains about pure assignment statements in ifs-Gravatar Lucien Van Elsen1992-08-14
* when searching class_bucket hash table for class,Gravatar Lucien Van Elsen1992-01-17
* Converted back to ANSI C (with ifdef's for standard C)Gravatar Lucien Van Elsen1991-12-04
* Renamed ZDestination::compare_strings to ZDestination::order_strings.Gravatar Kenneth G Raeburn1991-03-08
* Disabled class_deregister debug log messages.Gravatar Kenneth G Raeburn1991-02-04
* ZDestination::~ZDestination is now unconditional.Gravatar Kenneth G Raeburn1990-12-11
* Check entire destination, not just class...Gravatar Kenneth G Raeburn1990-11-16
* C++ conversion and lots of modifications from summer & fall workGravatar Kenneth G Raeburn1990-11-13
* [tytso] Don't #ifdef out class_restrict. (Auditor: raeburn.)Gravatar Kenneth G Raeburn1990-08-16
* need to add in ctype.hGravatar John Kohl1989-12-14
* use case insensitive comparisons and hashingGravatar John Kohl1989-12-13
* Fixed a slight memory leak in cases where some malloc callsGravatar Kenneth G Raeburn1988-10-19
* fix problem in restricting classes which have same hash valueGravatar John Kohl1988-07-19
* fix rcsidGravatar John Kohl1988-06-23
* lint fixesGravatar John Kohl1987-12-18
* hash in the instance name alsoGravatar John Kohl1987-11-09
* class_is_hm is an external funcGravatar John Kohl1987-07-14
* hash needs to use unsigned values (for bulletproofing)Gravatar John Kohl1987-07-09
* make all checks for NULL pointers just use ! rather than == NULLxxxGravatar John Kohl1987-07-07
* first release versionGravatar John Kohl1987-07-01
* All functions, minimal testing establishes it works for at least someGravatar John Kohl1987-03-19
* Initial revisionGravatar John Kohl1987-03-18