Documentation Archive Developer
Search

NetFS Changes

NetFS

Added kNAUIOptionAllowUI
Added kNAUIOptionForceUI
Added kNAUIOptionKey
Added kNAUIOptionNoUI
Added kNetFSAccessRightsKey
Added kNetFSAllowLoopbackKey
Added kNetFSAllowSubMountsKey
Added kNetFSAlreadyMountedKey
Added kNetFSAlternatePortKey
Added kNetFSAuthenticationInfoKey
Added kNetFSAuthorityParamsKey
Added kNetFSChangePasswordKey
Added kNetFSConnectedAsGuestKey
Added kNetFSConnectedAsUserKey
Added kNetFSConnectedMultiUserKey
Added kNetFSConnectedWithAuthenticationInfoKey
Added kNetFSDisplayNameKey
Added kNetFSForceNewSessionKey
Added kNetFSGetAccessRightsKey
Added kNetFSGuestOnlyKey
Added kNetFSHasPasswordKey
Added kNetFSHostKey
Added kNetFSIsHiddenKey
Added kNetFSMechTypesSupportedKey
Added kNetFSMountAtMountDirKey
Added kNetFSMountFlagsKey
Added kNetFSMountPathKey
Added kNetFSMountedByGuestKey
Added kNetFSMountedByKerberosKey
Added kNetFSMountedByUserKey
Added kNetFSMountedMultiUserKey
Added kNetFSMountedURLKey
Added kNetFSMountedWithAuthenticationInfoKey
Added kNetFSNoMountAuthenticationKey
Added kNetFSNoUserPreferencesKey
Added kNetFSPasswordKey
Added kNetFSPathKey
Added kNetFSPrinterShareKey
Added kNetFSSchemeKey
Added kNetFSServerDisplayNameKey
Added kNetFSSoftMountKey
Added kNetFSSupportsChangePasswordKey
Added kNetFSSupportsGuestKey
Added kNetFSSupportsKerberosKey
Added kNetFSUseAuthenticationInfoKey
Added kNetFSUseGuestKey
Added kNetFSUseKerberosKey
Added kNetFSUserNameKey
Modified AsyncRequestID
Declaration
From
typealias AsyncRequestID = UnsafePointer<()>
To
typealias AsyncRequestID = UnsafeMutablePointer<Void>

Modified NetFSMountURLAsync(CFURL!, CFURL!, CFString!, CFString!, CFMutableDictionary!, CFMutableDictionary!, UnsafeMutablePointer<AsyncRequestID>, dispatch_queue_t!, NetFSMountURLBlock!) -> Int32
DeclarationIntroduction
From
func NetFSMountURLAsync(_ url: CFURL!, _ mountpath: CFURL!, _ user: CFString!, _ passwd: CFString!, _ open_options: CFMutableDictionary!, _ mount_options: CFMutableDictionary!, _ requestID: UnsafePointer<AsyncRequestID>, _ dispatchq: dispatch_queue_t!, _ mount_report: NetFSMountURLBlock!) -> Int32
OS X 10.10
To
func NetFSMountURLAsync(_ url: CFURL!, _ mountpath: CFURL!, _ user: CFString!, _ passwd: CFString!, _ open_options: CFMutableDictionary!, _ mount_options: CFMutableDictionary!, _ requestID: UnsafeMutablePointer<AsyncRequestID>, _ dispatchq: dispatch_queue_t!, _ mount_report: NetFSMountURLBlock!) -> Int32
OS X 10.8

Modified NetFSMountURLCancel(AsyncRequestID) -> Int32
Introduction
FromOS X 10.10
ToOS X 10.8

Modified NetFSMountURLSync(CFURL!, CFURL!, CFString!, CFString!, CFMutableDictionary!, CFMutableDictionary!, UnsafeMutablePointer<Unmanaged<CFArray>?>) -> Int32
DeclarationIntroduction
From
func NetFSMountURLSync(_ url: CFURL!, _ mountpath: CFURL!, _ user: CFString!, _ passwd: CFString!, _ open_options: CFMutableDictionary!, _ mount_options: CFMutableDictionary!, _ mountpoints: UnsafePointer<Unmanaged<CFArray>?>) -> Int32
OS X 10.10
To
func NetFSMountURLSync(_ url: CFURL!, _ mountpath: CFURL!, _ user: CFString!, _ passwd: CFString!, _ open_options: CFMutableDictionary!, _ mount_options: CFMutableDictionary!, _ mountpoints: UnsafeMutablePointer<Unmanaged<CFArray>?>) -> Int32
OS X 10.8