diff options
author | Rob Funk <rfunk@funknet.net> | 2004-06-08 03:59:01 +0000 |
---|---|---|
committer | Rob Funk <rfunk@funknet.net> | 2004-06-08 03:59:01 +0000 |
commit | d78b61e3efaea197a6e5b2b72bf2981a9ed69461 (patch) | |
tree | 1704e13ce5d767d59868a2d5e834cb2e988ed90f /libntlm-0.21/HISTORY | |
parent | d9e84e176fe538e110d9612f9832d69846e8d3e7 (diff) | |
download | fetchmail-d78b61e3efaea197a6e5b2b72bf2981a9ed69461.tar.gz fetchmail-d78b61e3efaea197a6e5b2b72bf2981a9ed69461.tar.bz2 fetchmail-d78b61e3efaea197a6e5b2b72bf2981a9ed69461.zip |
Add files from ESR's dev directory that weren't under version control
svn path=/trunk/; revision=3881
Diffstat (limited to 'libntlm-0.21/HISTORY')
-rw-r--r-- | libntlm-0.21/HISTORY | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/libntlm-0.21/HISTORY b/libntlm-0.21/HISTORY new file mode 100644 index 00000000..58c31c57 --- /dev/null +++ b/libntlm-0.21/HISTORY @@ -0,0 +1,21 @@ + +7 October 1999 Revsion 0.21 + +Added support for usernames with embedded domain strings of the +format username@domain. If present, the domain will override the +domain that is returned by the host in the challenge. + +6 October 1999 Revision 0.2 +----------------------------- + +Fixed another byte-order problem in unicode routine in smbutil.c. +Added a copy of GPL to the distribution. Added test driver +program directory. + +5 October 1999 Revision 0.1 +----------------------------- + +Fixed usage of byte-order macros in smbutil.c. Hopefully this +will make it work on SPARC machines... + + |