X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/38b18db87ee952fef8fc9e856d4ec2dae6fa2847..9e5602f0603b771fdda16731ab5bf6e460fe8795:/src/become.c diff --git a/src/become.c b/src/become.c index 54e5551..c53b00b 100644 --- a/src/become.c +++ b/src/become.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: become.c,v 1.12 1997/09/25 16:04:48 mdw Exp $ + * $Id: become.c,v 1.13 1997/09/26 09:14:57 mdw Exp $ * * Main code for `become' * @@ -29,10 +29,18 @@ /*----- Revision history --------------------------------------------------* * * $Log: become.c,v $ + * Revision 1.13 1997/09/26 09:14:57 mdw + * Merged blowfish branch into trunk. + * * Revision 1.12 1997/09/25 16:04:48 mdw * Change directory after becoming someone else, instead of before. This * avoids problems with root-squashed NFS mounts. * + * Revision 1.11.2.1 1997/09/26 09:07:58 mdw + * Use the Blowfish encryption algorithm instead of IDEA. This is partly + * because I prefer Blowfish (without any particularly strong evidence) but + * mainly because IDEA is patented and Blowfish isn't. + * * Revision 1.11 1997/09/24 09:48:45 mdw * Fix (scary) overrun bug in group allocation stuff. *