~ubuntu-branches/ubuntu/quantal/lightdm/quantal

« back to all changes in this revision

Viewing changes to tests/src/test-runner.c

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-04-05 17:26:50 UTC
  • mfrom: (1.1.27)
  • Revision ID: package-import@ubuntu.com-20120405172650-sy4str1re63aok62
Tags: 1.2.0-0ubuntu1
* New upstream release.
  - Backup .xsession-errors on login (LP: #951597)
  - Handle failures in pam_setcred
  - Open log files in append mode (LP: #951597)
  - Add extra checks in liblightdm so that it doesn't send invalid messages
    to the daemon (LP: #969023)
  - Fix gdmflexiserver not being added to the path (broken since 1.1.4)
    (LP: #953554)
  - Fix PAM conversations after authentication from locking up sessions
    (LP: #956848)
  - Fix PAM informational messages locking up autologin
  - Change XDMCP manage timeout from 10ms to 126s (maximum specified in the
    XDMCP specification)
  - Fix greeter-show-guest example (LP: #972711)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1379
1379
        {"two-factor",       "password", TRUE,  "Two Factor",         NULL,  NULL, NULL,          NULL,          1023},
1380
1380
        /* This account has a special group */
1381
1381
        {"group-member",     "password", TRUE,  "Group Member",       NULL,  NULL, NULL,          NULL,          1024},
 
1382
        /* This account has the home directory created when the session starts */
 
1383
        {"make-home-dir",    "",         FALSE, "Make Home Dir User", NULL,  NULL, NULL,          NULL,          1025},
 
1384
        /* This account fails to open a session */
 
1385
        {"session-error",    "password", TRUE,  "Session Error",      NULL,  NULL, NULL,          NULL,          1026},
 
1386
        /* This account can't establish credentials */
 
1387
        {"cred-error",       "password", TRUE,  "Cred Error",         NULL,  NULL, NULL,          NULL,          1027},
 
1388
        /* This account has expired credentials */
 
1389
        {"cred-expired",     "password", TRUE,  "Cred Expired",       NULL,  NULL, NULL,          NULL,          1028},
 
1390
        /* This account has cannot access their credentials */
 
1391
        {"cred-unavail",     "password", TRUE,  "Cred Unavail",       NULL,  NULL, NULL,          NULL,          1029},
 
1392
        /* This account sends informational messages for each PAM function that is called */
 
1393
        {"log-pam",          "password", TRUE,  "Log PAM",            NULL,  NULL, NULL,          NULL,          1030},
1382
1394
        {NULL,               NULL,       FALSE, NULL,                 NULL,  NULL, NULL,          NULL,             0}
1383
1395
    };
1384
1396
    passwd_data = g_string_new ("");