Commit Graph

3 Commits

Author SHA1 Message Date
5aa138df6d Added access authorization framework, added port to ACL 5. ACL 5
seems to need eval-when wrapped around certain defconstant forms when
used in the same file (maybe because of compiler-macros).
2000-10-30 23:05:23 +00:00
214066236a Complete rewrite of nearly all list parsing routines. This handles
quoted-strings in both key and values of key value pairs and in simple
lists correctly.  Also factored out all magic constants, added some
stuff to make this halfway efficient (profiling to be done).  This
rewrite makes partition superfluous, maybe remove this from
src/utility.cl.

Added parsing of Base64 and authorization credentials.
2000-10-09 22:46:24 +00:00
22b2bf1abd Changes that bring CLASH up to extended HTTP/1.0 support:
Moved some of the common parsing and rendering subroutines to a new
file.  Many other functions should probably be moved over here, so
watch this space as clean up progresses further.
2000-07-22 00:18:59 +00:00