Index: squid/src/cf.data.pre diff -c squid/src/cf.data.pre:1.245.2.73 squid/src/cf.data.pre:1.245.2.74 *** squid/src/cf.data.pre:1.245.2.73 Sat Sep 25 05:56:16 2004 --- squid/src/cf.data.pre Sat Sep 25 15:03:49 2004 *************** *** 1491,1496 **** --- 1491,1497 ---- auth_param basic children 5 auth_param basic realm Squid proxy-caching web server auth_param basic credentialsttl 2 hours + auth_param basic casesensitive off NOCOMMENT_END DOC_END Index: squid/src/auth/basic/auth_basic.c diff -c squid/src/auth/basic/auth_basic.c:1.14.2.7 squid/src/auth/basic/auth_basic.c:1.14.2.8 *** squid/src/auth/basic/auth_basic.c:1.14.2.7 Sat Jul 17 13:53:25 2004 --- squid/src/auth/basic/auth_basic.c Sat Sep 25 15:03:49 2004 *************** *** 309,318 **** storeAppendPrintf(entry, " %s", list->key); list = list->next; } ! storeAppendPrintf(entry, "\n%s %s realm %s\n%s %s children %d\n%s %s credentialsttl %d seconds\n", name, "basic", config->basicAuthRealm, name, "basic", config->authenticateChildren, ! name, "basic", (int) config->credentialsTTL); } --- 309,319 ---- storeAppendPrintf(entry, " %s", list->key); list = list->next; } ! storeAppendPrintf(entry, "\n%s %s realm %s\n%s %s children %d\n%s %s credentialsttl %d seconds\n%s %s casesensitive %s\n", name, "basic", config->basicAuthRealm, name, "basic", config->authenticateChildren, ! name, "basic", (int) config->credentialsTTL, ! name, "basic", config->casesensitive ? "on" : "off"); }

AltStyle によって変換されたページ (->オリジナル) /