+
+(347) 15-Nov-05 M Arrange to expand data from wildlsearch
+
+This would allow keys that are regular expressions to set up numerical
+variables that are included in the data. This has to be done inside the lookup
+code, because of caching. Probably means we have to invent ewildlsearch and
+enwildlsearch.
+------------------------------------------------------------------------------
+
+(348) 17-Nov-05 S Option to allow AUTH when not advertised.
+
+It seems that there are clients that send AUTH when it hasn't been advertised,
+some even after HELO, not even EHLO. Sigh. Possibly this should be an ACL
+control, to enable it to be restricted to certain hosts.
+------------------------------------------------------------------------------
+
+(349) 13-Feb-06 S Add login_cap support to the pipe transport
+
+FreeBSD (and maybe others) have some functions for a per-user resource database
+of which login_cap() is one. A copile-time macro (set for FreeBSD) could enable
+a new pipe transport option to cause setclassresources() to be called to limit
+the resources used. It's a bit tricky, because it has to be done as root, but
+in the forked transport process. There will have to be some higher-level code
+to deal with this.
+------------------------------------------------------------------------------
+--- HWM 349 ------------------------------------------------------------------