~ubuntu-branches/ubuntu/dapper/krb5/dapper-updates

« back to all changes in this revision

Viewing changes to src/util/db2/test/run.test

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2010-01-11 14:40:21 UTC
  • Revision ID: james.westby@ubuntu.com-20100111144021-54akl1okuud4tahn
Tags: 1.4.3-5ubuntu0.10
* SECURITY UPDATE: unauthenticated remote attacker can crash or
  compromise the KDC via flaws in AES and RC4 decryption (CVE-2009-4212).
  - debian/patches/MITKRB5-SA-2009-004 backported and applied inline.
  - http://web.mit.edu/kerberos/advisories/2009-004-patch_1.6.3.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
413
413
        awk 'BEGIN {
414
414
                for (i = 1; i <= 10; ++i) {
415
415
                        printf("p\nkkey1\nD/bin/sh\n");
416
 
                        printf("p\nkkey2\nD/bin/csh\n");
 
416
                        printf("p\nkkey2\nD/bin/bash\n");
417
417
                        if (i % 8 == 0) {
418
 
                                printf("c\nkkey2\nD/bin/csh\n");
 
418
                                printf("c\nkkey2\nD/bin/bash\n");
419
419
                                printf("c\nkkey1\nD/bin/sh\n");
420
420
                                printf("e\t%d of 10 (comparison)\n", i);
421
421
                        } else