summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2009-08-20 16:20:50 +1000
committerDarren Tucker <dtucker@zip.com.au>2009-08-20 16:20:50 +1000
commit82edf23fffc4accf7686da08367e9fd5b5baa487 (patch)
tree34ffab829333d3e6c583edb7e49956773fe9540b /ChangeLog
parent2a5588daeb27c118a3a55a203a7be14978d96bf7 (diff)
- (dtucker) [session.c openbsd-compat/port-aix.h] Bugs #1249 and #1567: move
the setpcred call on AIX to immediately before the permanently_set_uid(). Ensures that we still have privileges when we call chroot and pam_open_sesson. Based on a patch from David Leonard.
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