bugzilla-daemon at mindrot.org
2003-Dec-23 07:44 UTC
[Bug 757] KRB5CCNAME inherited from root's environment under AIX
http://bugzilla.mindrot.org/show_bug.cgi?id=757 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #498 is|0 |1 obsolete| | ------- Additional Comments From dtucker at zip.com.au 2003-12-23 00:44 ------- Created an attachment (id=517) --> (http://bugzilla.mindrot.org/attachment.cgi?id=517&action=view) Clear child's environment Please try this patch, which clears the child's entire environment. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Dec-23 07:45 UTC
[Bug 757] KRB5CCNAME inherited from root's environment under AIX
http://bugzilla.mindrot.org/show_bug.cgi?id=757 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |openbsd, patch ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Dec-31 05:49 UTC
[Bug 757] KRB5CCNAME inherited from root's environment under AIX
http://bugzilla.mindrot.org/show_bug.cgi?id=757 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #517 is|0 |1 obsolete| | ------- Additional Comments From dtucker at zip.com.au 2003-12-31 16:49 ------- Created an attachment (id=520) --> (http://bugzilla.mindrot.org/attachment.cgi?id=520&action=view) Clear daemon's environment at startup The patch in attachment #517 probably won't work as it clear's the wrong environment. Please try this patch, which works for me if I manually set KRB5CCNAME before starting sshd. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Dec-31 19:08 UTC
[Bug 757] KRB5CCNAME inherited from root's environment under AIX
http://bugzilla.mindrot.org/show_bug.cgi?id=757 ------- Additional Comments From dopheide at ncsa.uiuc.edu 2004-01-01 06:08 ------- Yup, patch #520 works great in my tests. Are there plans to merge this into the OpenSSH portable tree? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Jan-23 03:32 UTC
[Bug 757] KRB5CCNAME inherited from root's environment under AIX
http://bugzilla.mindrot.org/show_bug.cgi?id=757 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |793 nThis| | Status|NEW |ASSIGNED ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Jan-23 03:39 UTC
[Bug 757] KRB5CCNAME inherited from root's environment under AIX
http://bugzilla.mindrot.org/show_bug.cgi?id=757 ------- Additional Comments From djm at mindrot.org 2004-01-22 20:39 ------- (From update of attachment 520)>+ >+ /* Clear environment */ >+ environ[0] = NULL;hm, I think that cygwin may need to preserve some environment vars, so this needs to be !HAVE_CYGWIN at least. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Seemingly Similar Threads
- [Bug 757] KRB5CCNAME inherited from root's environment under AIX
- [Bug 757] KRB5CCNAME inherited from root's environment under AIX
- AIX KRB5CCNAME problem
- Krb5 options patch
- [RFC][cifs-utils PATCH] cifs.upcall: allow scraping of KRB5CCNAME out of initiating task's /proc/<pid>/environ file