summaryrefslogtreecommitdiff
path: root/doc/vfs.txt
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2005-03-03 16:45:28 +0000
committerMichael Meeks <michael.meeks@novell.com>2005-03-03 16:45:28 +0000
commit7fac6854f109935d502bb1c4f60451658a9520b1 (patch)
tree10be36a84bce56ce1bf3b0beb11b8494dc92ec8b /doc/vfs.txt
parent6c1d8ac39ec833153203a65a73702ad1ed289634 (diff)
Work-around some evil authentication changes in Gnome 2.
* patches/src680/vfs-2.6-auth.diff, * patches/src680-m79/apply: work-around some evil authentication changes in Gnome 2.6 we never noticed.
Diffstat (limited to 'doc/vfs.txt')
-rw-r--r--doc/vfs.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/vfs.txt b/doc/vfs.txt
index f2d66fa6f..357e50a6e 100644
--- a/doc/vfs.txt
+++ b/doc/vfs.txt
@@ -1,3 +1,31 @@
+Tracing smb:/// problems:
+ auth callbacks have changed incompatibly
+ cf. gnome-vfs-standard-callbacks.h
+ + we're getting fill-authentication & full-authentication
+ information, never the 'simple-authentication' we crave.
+ + revision 1.9
+ date: 2003/12/04 20:37:55; author: alexl; state: Exp; lines: +122 -0
+ 2003-12-04 Alexander Larsson <alexl@redhat.com>
+ * libgnomevfs/gnome-vfs.h:
+ Include gnome-vfs-standard-callbacks.h
+ * libgnomevfs/gnome-vfs-standard-callbacks.h:
+ Add new standard auth callbacks
+ + ie. in the 2.5.x development cycle,
+ + ergo we need to depend on 2.6.x
+ + NLD & JDS etc. foo have this ...
+
+Tracing Domain problem (non apperance in auth dialog):
+ + uui/source/iahndl.cxx /::handle/
+ -> handleAuthenticationRequest
+ -> executeLoginDialog an empty Realm == no realm (sigh)
+ + can't set realm ...
+
+#7 0x43821670 in UUIInteractionHandler::executeLoginDialog () from /opt/OOInstall/program/libuui680li.so
+#8 0x438246ca in UUIInteractionHandler::handleAuthenticationRequest () from /opt/OOInstall/program/libuui680li.so
+#9 0x4381b097 in UUIInteractionHandler::handle () from /opt/OOInstall/program/libuui680li.so
+#10 0x40d6d9d9 in ucbhelper::InterceptedInteraction::impl_handleDefault () from /opt/OOInstall/program/libucbhelper3gcc3.so
+
+
Tracing some bugs in the VFS / URI load process:
desktop/source/app/app.cxx (GetURL_Impl)