summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 056240f39..58cb16454 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
2 - (dtucker) [includes.h] Bug #1634: do not include system glob.h if we're not 2 - (dtucker) [includes.h] Bug #1634: do not include system glob.h if we're not
3 using it since the type conflicts can cause problems on FreeBSD. Patch 3 using it since the type conflicts can cause problems on FreeBSD. Patch
4 from Jonathan Chen. 4 from Jonathan Chen.
5 - (dtucker) [session.c openbsd-compat/port-aix.h] Bugs #1249 and #1567: move
6 the setpcred call on AIX to immediately before the permanently_set_uid().
7 Ensures that we still have privileges when we call chroot and
8 pam_open_sesson. Based on a patch from David Leonard.
5 9
620090817 1020090817
7 - (dtucker) [configure.ac] Check for headers before libraries for openssl an 11 - (dtucker) [configure.ac] Check for headers before libraries for openssl an