Mercurial > noffle
diff ChangeLog @ 391:6cb66f5a0479 noffle
[svn] * docs/noffle.1,src/configure.h,src/configfile.c,src/noffle.c: Add optional
"auth" parameter to '--server' option. This turns on client authorisation
regardless of the setting of authenticate-client. Useful if you want the
same Noffle to authenticate or not depending on what/how it gets invoked.
author | bears |
---|---|
date | Fri, 23 May 2003 10:33:10 +0100 |
parents | 2ad4c1c97734 |
children | 44ffdb180788 |
line wrap: on
line diff
--- a/ChangeLog Thu May 22 10:04:38 2003 +0100 +++ b/ChangeLog Fri May 23 10:33:10 2003 +0100 @@ -1,3 +1,9 @@ +Fri May 23 2003 Jim Hague <jim.hague@acm.org> + +* docs/noffle.1,src/configure.h,src/configfile.c,src/noffle.c: Add optional + "auth" parameter to '--server' option. This turns on client authorisation + regardless of the setting of authenticate-client. Useful if you want the + same Noffle to authenticate or not depending on what/how it gets invoked. Thu May 22 2003 Jim Hague <jim.hague@acm.org>