| Summary: | pam_dhkeys doesn't work (PAM_REINITIALIZE_CRED without PAM_ESTABLISH_CRED) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | David Leonard <David.Leonard> | ||||
| Component: | PAM support | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | normal | CC: | dtucker | ||||
| Priority: | P2 | ||||||
| Version: | 4.6p1 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 1289, 1305 | ||||||
| Attachments: |
|
||||||
|
Description
David Leonard
2007-07-13 23:25:50 AEST
Created attachment 1326 [details]
ensure do_pam_setcred(1) is called at least once
$ gcc [options] session.c session.c: In function 'do_setusercontext': session.c:1355: error: 'privsep' undeclared (first use in this function) session.c:1355: error: (Each undeclared identifier is reported only once session.c:1355: error: for each function it appears in.) Trivially fixable, of course, but it makes me wonder how much testing it's seen :-) OK I've look at it and tested it a little and I think it's probably the correct thing to do, at least for now. Patch applied, thanks (it will be in 4.7). Close resolved bugs after release. |