Permalink
Please sign in to comment.
Browse files
More cleanups for client cert support
Add documentation Change build process to create the nssdb dir during make Remove conditionals so protocol message from pmcd is always the same. Deal with enforcement later in the handshake process.
- Loading branch information...
Showing
with
137 additions
and 63 deletions.
- +0 −3 build/rpm/pcp.spec.in
- +8 −7 man/man1/pcpintro.1
- +4 −0 src/include/pcp.conf.in
- +4 −1 src/include/pcp/impl.h
- +26 −1 src/libpcp/src/auxserver.c
- +30 −7 src/libpcp/src/connect.c
- +4 −0 src/libpcp/src/exports
- +8 −3 src/libpcp/src/secureserver.c
- +22 −6 src/pmcd/src/dopdus.c
- +3 −5 src/pmcd/src/pmcd.c
- +28 −30 src/pmproxy/pmproxy.c
0 comments on commit
07519d0