home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3889 / BUGS next >
Encoding:
Text File  |  1991-08-23  |  1.4 KB  |  32 lines

  1. Known bugs as of Aug 23, 1991.
  2.  
  3. * One version of Crack 3.2 has gotten away from me with the
  4.   DEVELOPMENT_VERSION symbol #defined.  This is OK if you are on a
  5.   DEC Risc-Ultrix box, but probably not otherwise. Doublecheck this.
  6.   If you are reading this message, you should be OK.
  7.  
  8. * GCC : Doesn't seem to want to compile fcrypt() so that it is
  9.   compatible with crypt().  Use your stock CC.  If this doesn't work,
  10.   "#undef CRYPT" in "Sources/conf.h" and run without fcrypt().
  11.  
  12.   If you can follow the fcrypt() code, let me know what GCC doesn't
  13.   like.  Otherwise, just tell me about it.
  14.  
  15. * AIX : Doesn't like the -O2 flag, which is survivable on most versions
  16.   of Unix.  It's just a switch to turn on optimisation and so may be
  17.   safely removed.
  18.  
  19. * AIX : Didn't like putting static data items > 256 in a u_char.  I have
  20.   fixed the array in question (I think).
  21.  
  22. * AIX : After all this, fcrypt() apparently does not come out of the AIX
  23.   CC compiler compatible with crypt().  If you really have no idea why
  24.   it does not work, "#undef FCRYPT" in "Sources/conf.h" and proceed as
  25.   normal. 
  26.  
  27. * AWK : Someone at Nottingham complained that "RCrack" fell over when he
  28.   ran it, because he was using version 2 of "awk".  I'm not sure whether
  29.   he meant "nawk" by this, but he said that it was fixed by editing
  30.   "RCrack" and invoking "/bin/awk" literally.  This MAY also affect
  31.   "joinfiles" and "Crack.network".
  32.