aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-09-09 11:45:27 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-09-09 11:45:27 +0000
commitb0f6e7cee48365d6b0cc9b52eeb8c151f2d86814 (patch)
tree27db0cdd266a567acb8ca9f65d87bfcd29d51b79 /CHANGES
parented72d4e104cb7bf5b279b21550bf20c420819534 (diff)
Michele Bini fixed how the hostname is put in NTLM packages. As servers
don't expect fully qualified names we need to cut them off at the first dot.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 55bf264d8..ac973884b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,9 @@
Changelog
Daniel (9 September 2006)
+- Michele Bini fixed how the hostname is put in NTLM packages. As servers
+ don't expect fully qualified names we need to cut them off at the first dot.
+
- Peter Sylvester cleaned up and fixed the getsockname() uses in ftp.c. Some
of them can be completetly removed though...