Commits (5)
-
Robert Sprowson authored
From https://svnweb.freebsd.org/base/stable/4/usr.bin/tftp/ revision 57955.
dcc5f29f -
Robert Sprowson authored
A TFTP client is described in the TCP/IP Protocol Suite manual but seems to have been lost somewhere along the way, perhaps when the Internet 5 work was done? TFTP is often used to load OS images or similar boot time stuff as it's a very simple (and insecure) protocol. Port a contemporary client from FreeBSD (circa March 2000) with a few changes to allow it to run on RISC OS. Makefile: Remove the BareMinUtils option. Nothing uses it, and it wouldn't work anyway since it's missing !Run. Add Tftp Tested against OpenTFTP server 1.64 running on Windows, GETting and PUTing a number of files. Version 5.58. Tagged as 'Internet-5_58'
427b8998 -
Robert Sprowson authored
Version 5.59. Tagged as 'Internet-5_59'
2be0b286 -
ROOL authored
Detail: Add some trusted root certificates to InetDBase: for use by AcornSSL. Remove 'pong', such that it doesn't have to be maintained (the Internet module responds to ICMP requests). Change the examples in AUNMap for a 10.x.x.x based network. Add ssh/https/nfsd to our table of known services (for AcornSSL and NFS). Admin: Submission for TCP/IP bounty. Version 5.60. Tagged as 'Internet-5_60'
def645fa -
Robert Sprowson authored
Ref https://www.riscosopen.org/forum/forums/4/topics/9503#posts-72595 and subsequent offline checks. arp: missing return from non-void delete() (from FreeBSD 13977) ifconfig: undefined variable m (from FreeBSD revision 13145) correct return types to void for xxx_getaddr() (from FreeBSD revision 19914) inetstat: dead array variable buf2[] removed ipvars: missing return value from main() map-mbone: missing va_end (from NetBSD revision 1.8) md5: file handle leak on error (from FreeBSD revision 292955) mrinfo: missing va_end (from NetBSD revision 1.12) mtrace: missing va_end (from NetBSD revision 1.18) newfiler: add comment for apparent missing return sysctl: fix QUAD variable type (from FreeBSD revision 88696) though academic since Internet doesn't have any quad_t variables explicit function return types added in PathConf.c BootNet: change RMIfThere alias to use temporary variable from its own namespace Version 5.61. Tagged as 'Internet-5_61'
698cbb29
Showing
Resources/files/CertData
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
Sources/tftp/!Mk,fd7
0 → 100644
Sources/tftp/!MkClean,fd7
0 → 100644