aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5util/ChangeLog
blob: 8f671a08e3af557d004a3077483669b7811af87d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
2000-05-31  Ken Raeburn  <raeburn@mit.edu>

	* compat_recv.c (krb5_compat_recvauth_version): Variant of
	krb5_compat_recvauth, similar to krb5_recvauth_version.

1999-10-26  Tom Yu  <tlyu@mit.edu>

	* 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. [from wsanchez@apple.com]

1998-11-13  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* 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  <tlyu@mit.edu>

	* seteuid.c (krb5_setegid): Fix typo: seteuid -> setegid.

Sun Feb 22 19:22:18 1998  Tom Yu  <tlyu@mit.edu>

	* 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  <tlyu@mit.edu>

	* Makefile.in: Remove trailing slash from thisconfigdir.  Fix up
	BUILDTOP for new conventions.

Mon Feb  2 17:01:22 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile

Tue Jan  6 16:51:44 1998  Tom Yu  <tlyu@mit.edu>

	* 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  <tlyu@mit.edu>

	* configure.in: Use new library build rules.

	* Makefile.in: Use new library build rules.

Tue Feb 18 09:47:34 1997  Ezra Peisach  <epeisach@mit.edu>

	* compat_recv.c: Remove include of kerberosIV/krb4-proto.h

Mon May 20 02:37:44 1996  Sam Hartman  <hartmans@mit.edu>

	* seteuid.c: Include k5-int.h

Sun May 19 23:28:22 1996  Sam Hartman  <hartmans@mit.edu>

	* 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  <hartmans@tertius.mit.edu>

	* configure.in:  Check for functions needed to seteuid.

	* seteuid.c (krb5_seteuid): New function to allow UID to be
        changed and returned to later.