https://github.com/Paradigm4/shim
Revision bd91f5b274c4983fb852f402feb2f3d35f5ea984 authored by Jason Kinchen on 24 March 2020, 20:39:04 UTC, committed by Jason Kinchen on 24 March 2020, 20:39:04 UTC
1 parent 22ed205
Raw File
Tip revision: bd91f5b274c4983fb852f402feb2f3d35f5ea984 authored by Jason Kinchen on 24 March 2020, 20:39:04 UTC
Ubuntu changes to support v5 compiler.
Tip revision: bd91f5b
README.mongoose
* We added the mg_append callback. It's equivalent to mg_upload except that
  it appends data to a file instead of overwriting the file.
* We modified the .htpasswd authentication scheme to use plaintext. The
  mongoose scheme stored the user:realm:paswd md5 hash in a custom way.
back to top