diff options
author | Damien Miller <djm@mindrot.org> | 2001-09-16 17:13:11 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2001-09-16 17:13:11 +1000 |
commit | 426d6bdc00c297b6e014a86648bffb922daa8b97 (patch) | |
tree | 461e45e715ad99b45f837fcaa62c79aadd19e67d | |
parent | 58be738ac85919c2302c8375eeaf7eadef93df5b (diff) |
I really should commit these in sync with the actual changes
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8,6 +8,8 @@ | |||
8 | - (djm) Clear supplemental groups at sshd start to prevent them from | 8 | - (djm) Clear supplemental groups at sshd start to prevent them from |
9 | being propogated to random PAM modules. Based on patch from Redhat via | 9 | being propogated to random PAM modules. Based on patch from Redhat via |
10 | Pekka Savola <pekkas@netcore.fi> | 10 | Pekka Savola <pekkas@netcore.fi> |
11 | - (djm) Make sure rijndael.c picks config.h | ||
12 | - (djm) Ensure that u_char gets defined | ||
11 | 13 | ||
12 | 20010914 | 14 | 20010914 |
13 | - (bal) OpenBSD CVS Sync | 15 | - (bal) OpenBSD CVS Sync |
@@ -6439,4 +6441,4 @@ | |||
6439 | - Wrote replacements for strlcpy and mkdtemp | 6441 | - Wrote replacements for strlcpy and mkdtemp |
6440 | - Released 1.0pre1 | 6442 | - Released 1.0pre1 |
6441 | 6443 | ||
6442 | $Id: ChangeLog,v 1.1519 2001/09/15 11:12:49 djm Exp $ | 6444 | $Id: ChangeLog,v 1.1520 2001/09/16 07:13:11 djm Exp $ |