Module Name: src Committed By: christos Date: Wed Feb 16 02:14:23 UTC 2011
Modified Files: src/crypto/external/bsd/libsaslc/dist/include: saslc.h src/crypto/external/bsd/libsaslc/dist/man: libsaslc.3 src/crypto/external/bsd/libsaslc/dist/src: dict.c mech_digestmd5.c src/crypto/external/bsd/libsaslc/dist/test/hash_tests: test_hash.c Log Message: Property name change: SASLC_PROP_SERVICENAME ("SERVICENAME") to SASLC_PROP_SERVNAME ("SERVNAME") Hopefully this will avoid confusion with SASLC_PROP_SERVICE ("SERVICE"). SERVNAME is also closer to the name used in the RFC2831 ("serv-name"). (Discussed with christos@.) Change the hash parameters to keep that collision-less after the above name change. While here, go back to using .Sh in the manpage for unknown section headers as the PostScript output from .Ss is slightly different. (Discussed with wiz@.) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \ src/crypto/external/bsd/libsaslc/dist/include/saslc.h cvs rdiff -u -r1.8 -r1.9 src/crypto/external/bsd/libsaslc/dist/man/libsaslc.3 cvs rdiff -u -r1.5 -r1.6 src/crypto/external/bsd/libsaslc/dist/src/dict.c cvs rdiff -u -r1.8 -r1.9 \ src/crypto/external/bsd/libsaslc/dist/src/mech_digestmd5.c cvs rdiff -u -r1.1 -r1.2 \ src/crypto/external/bsd/libsaslc/dist/test/hash_tests/test_hash.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.