Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 222069 Details for
Bug 307501
app-office/openoffice-3.2.0 fails to build ucb module with net-misc/neon supporting SSPI
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
neon-remove-SSPI-support.diff
neon-remove-SSPI-support.diff (text/plain), 1.07 KB, created by
Arfrever Frehtes Taifersar Arahesis (RETIRED)
on 2010-03-04 18:26:13 UTC
(
hide
)
Description:
neon-remove-SSPI-support.diff
Filename:
MIME Type:
Creator:
Arfrever Frehtes Taifersar Arahesis (RETIRED)
Created:
2010-03-04 18:26:13 UTC
Size:
1.07 KB
patch
obsolete
>--- ucb/source/ucp/webdav/NeonSession.cxx >+++ ucb/source/ucp/webdav/NeonSession.cxx >@@ -257,9 +257,6 @@ > > // ------------------------------------------------------------------- > extern "C" int NeonSession_NeonAuth( void * inUserData, >-#ifdef NE_FEATURE_SSPI >- const char * inAuthProtocol, >-#endif > const char * inRealm, > int attempt, > char * inoutUserName, >@@ -334,12 +331,6 @@ > > bool bCanUseSystemCreds = false; > >-#ifdef NE_FEATURE_SSPI >- bCanUseSystemCreds = (attempt == 0) && // avoid endless loops >- ne_has_support( NE_FEATURE_SSPI ) && // Windows-only feature. >- ( ne_strcasecmp( inAuthProtocol, "NTLM" ) == 0 ) || >- ( ne_strcasecmp( inAuthProtocol, "Negotiate" ) == 0 ); >-#endif > > // #i97003# (tkr): Ask XMasterPasswordHandling if we should store the > // credentials persistently and give this information to the auth listener
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 307501
: 222069