2001-10-05 Ken Raeburn * compat_recv.c: Drop _MSDOS support. 2001-06-26 Ezra Peisach * compat_recv.c: Flush out prototype for static krb_v4_recvauth. 2001-06-11 Ezra Peisach * compat_recv.c: Include k5-util.h to ensure new prototypes agree with definitions. 2000-10-23 Tom Yu * compat_recv.c (krb_v4_recvauth): Update call to mk_priv(). 2000-05-31 Ken Raeburn * compat_recv.c (krb5_compat_recvauth_version): Variant of krb5_compat_recvauth, similar to krb5_recvauth_version. 1999-10-26 Wilfredo Sanchez * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES such that one can override CFLAGS from the command line without losing CPP search patchs and defines. Some associated Makefile cleanup. 1998-11-13 Theodore Ts'o * Makefile.in: Set the myfulldir and mydir variables (which are relative to buildtop and thisconfigdir, respectively.) Mon Mar 23 17:34:50 1998 Tom Yu * seteuid.c (krb5_setegid): Fix typo: seteuid -> setegid. Sun Feb 22 19:22:18 1998 Tom Yu * configure.in: Add checks for set{re,e,res}gid(). * seteuid.c: Include k5-util.h rather than k5-int.h. Add krb5_setegid(). Wed Feb 18 16:26:00 1998 Tom Yu * Makefile.in: Remove trailing slash from thisconfigdir. Fix up BUILDTOP for new conventions. Mon Feb 2 17:01:22 1998 Theodore Ts'o * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile Tue Jan 6 16:51:44 1998 Tom Yu * seteuid.c (krb5_seteuid): Don't check for _POSIX_SAVED_IDS, as 4.4BSD derivatives don't define it but do have a reasonable seteuid anyway. [krb5-libs/503] Tue Nov 18 19:55:22 1997 Tom Yu * configure.in: Use new library build rules. * Makefile.in: Use new library build rules. Tue Feb 18 09:47:34 1997 Ezra Peisach * compat_recv.c: Remove include of kerberosIV/krb4-proto.h Mon May 20 02:37:44 1996 Sam Hartman * seteuid.c: Include k5-int.h Sun May 19 23:28:22 1996 Sam Hartman * seteuid.c (krb5_seteuid): set saved uid to current effective uid, not current real uid, so we can get back, while calling setresuid(). Sat May 18 04:41:55 1996 Sam Hartman * configure.in: Check for functions needed to seteuid. * seteuid.c (krb5_seteuid): New function to allow UID to be changed and returned to later.