Module Name:src
Committed By: christos
Date: Mon May 12 15:34:23 UTC 2014
Modified Files:
src/crypto/external/bsd/heimdal/dist/kadmin: rpc.c
Log Message:
CID 1011266: Unchecked returns
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 \
src/crypto/exter
Module Name:src
Committed By: wiz
Date: Thu Apr 28 14:15:53 UTC 2011
Modified Files:
src/crypto/external/bsd/heimdal/dist/kadmin: kadmind.8
Log Message:
Punctuation fix.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/crypto/external/bsd/heimdal/dis
Module Name:src
Committed By: christos
Date: Thu Apr 21 17:58:56 UTC 2011
Modified Files:
src/crypto/external/bsd/heimdal/dist/kadmin: get.c
Log Message:
Fix signed/unsigned warnings. Discover bug where < 0 case cannot happen,
and change it to >= 0 as intended.
To genera
Module Name:src
Committed By: christos
Date: Thu Apr 21 17:56:24 UTC 2011
Modified Files:
src/crypto/external/bsd/heimdal/dist/kadmin: util.c
Log Message:
Don't compare a pointer < 0; this is obviously a missed * here.
While here, remove shadow variable warnings.
To gene