]> git.ozlabs.org Git - ppp.git/commit
Fixed uninitialized 'pw' variable in HAS_SHADOW logic in session.c due
authorJames Carlson <carlsonj@workingcode.com>
Wed, 30 Jan 2008 14:26:53 +0000 (14:26 +0000)
committerJames Carlson <carlsonj@workingcode.com>
Wed, 30 Jan 2008 14:26:53 +0000 (14:26 +0000)
commit1c8af01fd1c14975b6ea9d757578ccbcafd97abb
tree71b22c617e49c178108707131fc17b683236d015
parent5bf6b47df03c7d16ffbebfd83d4f0b5fee146dab
Fixed uninitialized 'pw' variable in HAS_SHADOW logic in session.c due
to flaw in initial integration.  Enabled HAS_SHADOW for Solaris, which
always has shadow password files.  Fixed all of pppd to compile with gcc
-Wall on Solaris.  (Still need fixes for kernel modules; blocking
Makedefs.gcc update.)  Tested with and without PAM, with gcc and Sun's
cc.
pppd/Makefile.sol2
pppd/session.c
pppd/sys-solaris.c