Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2015-12-12 20:01:15 +00:00
16 changed files with 122 additions and 55 deletions

View File

@@ -210,6 +210,12 @@ const struct options_table_entry options_table[] = {
.default_num = 2000
},
{ .name = "key-table",
.type = OPTIONS_TABLE_STRING,
.scope = OPTIONS_TABLE_SESSION,
.default_str = "root"
},
{ .name = "lock-after-time",
.type = OPTIONS_TABLE_NUMBER,
.scope = OPTIONS_TABLE_SESSION,