aboutsummaryrefslogtreecommitdiff
path: root/src/pies.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-01-05 16:17:38 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2016-01-05 16:20:24 +0200
commit6ac0f1e8e19922c63a1542740a7c88116989bb7c (patch)
tree6124aaa6dbd729deab5de7550f6603056e39b4b3 /src/pies.h
parentf937fa90807400e87aa64cd03f2c8470093129d7 (diff)
downloadpies-6ac0f1e8e19922c63a1542740a7c88116989bb7c.tar.gz
pies-6ac0f1e8e19922c63a1542740a7c88116989bb7c.tar.bz2
Minor changes.
* src/ctl.c (ctlio_authenticate): Configurable realm name. (ctlio_do_command): Check the Accept header. * src/inetd.c (inetd_conf_file): Change line_no type. * src/pies.c (control_keywords): New keyword: realm. * src/pies.h (control) <realm>: New member.
Diffstat (limited to 'src/pies.h')
-rw-r--r--src/pies.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pies.h b/src/pies.h
index 34f1250..7c5e6d7 100644
--- a/src/pies.h
+++ b/src/pies.h
@@ -541,6 +541,7 @@ struct control
541 pies_acl_t adm_acl; /* Administrative ACL */ 541 pies_acl_t adm_acl; /* Administrative ACL */
542 pies_acl_t usr_acl; /* User ACL */ 542 pies_acl_t usr_acl; /* User ACL */
543 unsigned int idle_timeout; /* Session idle timeout */ 543 unsigned int idle_timeout; /* Session idle timeout */
544 char *realm; /* Authentication realm */
544}; 545};
545 546
546extern struct control control; 547extern struct control control;

Return to:

Send suggestions and report system problems to the System administrator.