Source
...
Target
Commits (4)
  • Robert Sprowson's avatar
    Relocate resources · b02dc4ee
    Robert Sprowson authored
    Previously held in AUNMsgs, moved here and installed during the resources phase.
    Tagged as ShareFS-3_55-OwnResources.
    b02dc4ee
  • Ben Avison's avatar
    Fix buffer overflow on directory enumeration · ebf83a6d
    Ben Avison authored
    Admin:
      This is still a binary import. Fix provided by J Ballance.
    
    Version 3.57. Tagged as 'ShareFS-3_57'
    ebf83a6d
  • ROOL's avatar
    Fix for zero page fault in MessageTrans when IP address changes · 4cb17a2e
    ROOL authored
    Detail:
      The errno lookup function was also including the last OS error, but not
    checking if there actually was an OS error, leading to an address of
    &00000004 being passed to MessageTrans to substitute.
      Since the C library (and TCP/IP library) errors aren't in the same number
    space, just remove this unrelated text from the function and say "Network
    error" instead.
      Also modified errno lookup to get the message token right for errors > 99.
    Admin:
      Submission from Rob Sprowson.
      Binary built using All32 environment & cc 5.71.
    4cb17a2e
  • ROOL's avatar
    Standardise drag-to-iconbar system variable name · 47fb7f8e
    ROOL authored
    Detail:
      * Use ShareFSFiler$DefaultDir rather than ...Path
      * Avert possible buffer overflows in append_dotdefault_path()
      * Remove unused source file and function containing SWP (not ARMv8 compatible)
    Admin:
      Submission from Rob Sprowson.
      Binary built using All32 environment & cc 5.71.
    
    Version 3.59. Tagged as 'ShareFS-3_59'
    47fb7f8e
......@@ -16,18 +16,16 @@ install_rom:
# Resource export phases
resources: resources-${TARGET}-${LOCALE}
@echo ${COMPONENT}: ${LOCALE} resources exported
resources:
${MKDIR} ${RESDIR}.ShareFS
${CP} LocalRes:!Boot ${RESDIR}.${TARGET}.!Boot ${CPFLAGS}
${CP} LocalRes:Messages ${RESDIR}.${TARGET}.Messages ${CPFLAGS}
${CP} LocalRes:Templates ${RESDIR}.${TARGET}.Templates ${CPFLAGS}
@echo ${COMPONENT}: resources copied to Messages module
rom_link: rom_link-${TARGET}
@echo ${COMPONENT}: rom_link complete
resources-ShareFS-UK:
@echo ShareFS: resource export complete (Resources in AUNMsgs)
@| End of resource export for locale UK
rom_link-ShareFS:
${MKDIR} linked
link -o linked.${TARGET} -rmf -base ${ADDRESS} aof.${TARGET} RISCOSLIB:o.c_abssym
......
RmEnsure Net 0 Set BootNet$File Freeway
Set ShareFS$Path <Obey$Dir>.
RMEnsure UtilityModule 3.60 IconSprites ShareFS:!Sprites
Set File$Type_BDA Disc
Set File$Type_BD9 DiscP
Set File$Type_FB5 NoDisc
Set File$Type_FB4 DiscR
Set File$Type_F9F DiscD
Set File$Type_F9E DiscDP
Set File$Type_F9D DiscCD
Set Alias$@RunType_BDA ShareFSIcon %%0
Set Alias$@RunType_BD9 ShareFSIcon %%0
Set Alias$@RunType_FB4 ShareFSIcon %%0
Set Alias$@RunType_F9F ShareFSIcon %%0
Set Alias$@RunType_F9E ShareFSIcon %%0
Set Alias$@RunType_F9D ShareFSIcon %%0
File added
File added
NotFound:Not found
EOF:End of file
NotVol:Shared disc not available
NotDir:Not a Directory
NotFile:Not a File
NotServ:This machine is not a server
NoVol:Shared disc not specified
readonly:Shared disc is read only
access:Access violation
accessRO:Access violation (read only directory)
accessL:Access violation (locked directory)
accessC:Access violation (protected file)
rename:Rename across device attempted
Stale:File handle is stale
Export:Bad share option
badpath:Illegal path
dmany:Server has no more file handles
dcode:Unknown operation code
free:Free space not available
dexport:ShareFS cannot make a suitable disc name from this path
lost:Result lost in transit
timeout:Server lost contact with client during operation
dirok:OK
NoReply:No reply yet
DeadServ:The machine containing the shared disc does not respond
DupExprt:There is already a disc being shared with that name. Please rename your disc and try again
Recurse:ShareFS may not be used recursively
DiscName:Bad shared disc name
Version:Incompatible version
media:or make available shared disc
cmosfull:The computer cannot store details of all shared discs currently in use. Choose OK to store details of: %0.
nodiscs:There are no shared discs available at the moment.
nologon:There is nothing available at the moment under that name and password.
barhelp:This is a shared disc icon.|M\Sdisplay the root directory of '%0'.
xbarhelp:This icon shows that the shared disc '%0' is no longer available.
nbarhelp:This shows there are no shared disc icons at present.|M\Ssee the available discs.
mb:\TShareFS menu.
mb0:\Ssee the available discs.
mb2:\Ssave these shared disc icons.
mb3:\Sdisplay the free space on %0.
mb1:\Sremove the icon for %0.
mb4:\Rlog on, log off or list logged-on discs.
mb40:\Rlog on to the network.
mb41:\Rlog off.
mb42:\Rsee logged-on discs.
mblgof:\Slog off as this name.
mbshow:\Sshow the discs logged on in this name.
lb:This box allows you to log on to the network.
l0:Enter the name of the share here.
l1:Enter the password here.
l2:This box allows you to log on to the network.
l3:This box allows you to log on to the network.
bmtit:ShareFS
aplmt:Access+
apllo:Logon
apllf:Logoff
aplsh:Show
bmshowd:Show discs
bmsaved:Save choices
bmfree:Free
bmaccpl:Access+
bmunimp:Dismount
animp:a shared disc
errno??:Network error %2 from '%0'
File added
No preview for this file type
/* (3.55)
/* (3.59)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 3.55
#define Module_MajorVersion_CMHG 3.59
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 17 Nov 2014
#define Module_Date_CMHG 17 Sep 2016
#define Module_MajorVersion "3.55"
#define Module_Version 355
#define Module_MajorVersion "3.59"
#define Module_Version 359
#define Module_MinorVersion ""
#define Module_Date "17 Nov 2014"
#define Module_Date "17 Sep 2016"
#define Module_ApplicationDate "17-Nov-14"
#define Module_ApplicationDate "17-Sep-16"
#define Module_ComponentName "ShareFS"
#define Module_ComponentPath "castle/RiscOS/Sources/Networking/AUN/Access/ShareFS"
#define Module_FullVersion "3.55"
#define Module_HelpVersion "3.55 (17 Nov 2014)"
#define Module_LibraryVersionInfo "3:55"
#define Module_FullVersion "3.59"
#define Module_HelpVersion "3.59 (17 Sep 2016)"
#define Module_LibraryVersionInfo "3:59"