Commit Graph

177 Commits

Author SHA1 Message Date
Devin Reade 44ab20dfb9 Merge pull request #5 from ksherlock/ftp-update
ftp passive mode
2012-09-08 15:44:32 -07:00
Kelvin Sherlock 4d5d42f859 actual passive support 2012-09-08 17:27:49 -04:00
Kelvin Sherlock 7666e5ed8b add passive mode option 2012-09-08 17:26:48 -04:00
Kelvin Sherlock faef86c362 add lpwd command 2012-09-08 17:08:22 -04:00
Kelvin Sherlock b5dc0fa710 add togglevar for options. 2012-09-08 16:59:25 -04:00
Kelvin Sherlock 7be95f5f1b compatability with m/u update login 2012-09-08 14:56:54 -04:00
Devin Reade a353321531 Removed a couple uses of the cvs Source tag 2012-09-02 11:05:55 -06:00
gdr-ftp efe58b60ff fixed some email addrs 1999-07-03 14:46:37 +00:00
gdr-ftp b88cc47e7f Makefile:
- set HAS_MKLINK_DATA make variable
1999-02-15 19:08:46 +00:00
gdr-ftp b29f3e7037 last.c:
- some debugging printfs had been left in.  They're now #ifdef'd
	  out
1999-01-29 07:52:17 +00:00
gdr-ftp 5de7c76601 Makefile:
- install sed into /usr/bin rather than /bin
1999-01-28 18:52:03 +00:00
gdr-ftp 36c45596c9 inst.c:
Fixed PR#107 (bad output with -V)
inst.1, inst.desc, inst.rez, inst.c:
	Updated version number to 1.3
1999-01-16 19:30:56 +00:00
gdr-ftp d4ee658beb Makefile:
Fixed up and simplified the 'release' and 'install' targets; use
	the default ones from binrelease.mk and supply subsidiary recipes.
1999-01-14 05:33:20 +00:00
gdr-ftp ad04b0113e Makefile:
Allow for sources being on a Netatalk-served volume.
1999-01-11 06:05:34 +00:00
gdr-ftp c77b46a12d Makefile:
- Simplify; a lot of the stuff this makefile did previously is
	  now available by including <prog.mk>.
1999-01-11 01:25:43 +00:00
gdr-ftp 2b00b1d41a ttymsg.c:
Corrected return type of writev(2).
1999-01-11 01:24:47 +00:00
gdr-ftp 66eeae13e0 Makefile:
Add workaround for PR#106 (dmake).
1999-01-11 01:24:02 +00:00
gdr-ftp df675b5803 Makefile:
Added work-around for PR#106 (dmake).
1999-01-09 18:52:56 +00:00
gdr-ftp d073b63fc1 updated "FTP:" field in describe entry to fix site names; use current
names for trenco, ground, and caltech
1999-01-07 08:20:19 +00:00
gdr-ftp 49196eea67 logger.c:
- the syslog routines in libc should never have been changed to
	  take long parameters.  Restore the relevent code in this program
	  to the original types.
1999-01-04 05:13:56 +00:00
gdr-ftp 8621395051 Makefile:
added kludge to allow rez files to be on Appleshare.
1998-12-31 21:34:56 +00:00
gdr-ftp 2604b42f9a Due to PR#98, change it so that the builddate.rez file is always taken
out of 13/RInclude instead of /src/gno/build.tools.  This implies that
builddate.rez has to have been previously installed in 13/RInclude; this
is done by the 'install' and 'release' targets in /src/gno/build.tools.
1998-12-22 16:08:54 +00:00
gdr-ftp 4957db0caf Makefile:
- set HAS_BSD_MANPAGE to 'true' -- get the right one when building
	  the release.
1998-07-07 02:19:26 +00:00
gdr-ftp 3689484d24 calendar.c:
- fixed a bug introduced in 1.1 where getting an error while
          reading the calandar file could cause an infinite loop
        - added "ChangeLog" comments for all versions
	- added stack checking
        - eliminated "pragma stacksize" from the source file; it was too
          small (was 512 bytes, currently using 862 bytes) and overriding
          the value given on the command line during the GNO base build
          process
README, calendar.info:
	- Moved the information in these files to the man page.
Makefile, calendar.rez:
	- initial checkin
calendar.1:
	- cleaned it up a bit and made it conform to the GNO base builds
	- added an example
1998-07-07 02:14:30 +00:00
gdr-ftp b40c451852 calendar.1, calendar.c:
Updates for v1.1 as submitted by Marlin Allred.  His comments:

	"I compiled calendar with the 2.0.6 libraries and fixed it so
	 the date could be put anywhere on the line. I also fix[ed] the
	 program so that tomorrow's and Monday's activity was also being
	listed. The man page for calendar was also updated. [...] I did
	not update the source file to indicate the changes made."

calendar.desc:
	Updated for v1.1.
1998-07-04 17:24:38 +00:00
gdr-ftp 546377ce0d - added describe entry 1998-07-04 17:05:18 +00:00
gdr-ftp c6c45722d8 logger.c:
Did changes for the initial GNO version.  This includes:
	- prototyping;
	- changing the facility/priority value from an int to a
	  long (we need 32 bits for all the information);
	- stack checking code; and
	- after doing a freopen() of stdin, change it back to text mode.

Makefile, logger.rez, logger.desc:
	New files.
1998-06-23 23:23:55 +00:00
gdr-ftp 23e61fe09c logger.1G:
Added GNO version of man page.
1998-06-22 05:05:55 +00:00
gdr-ftp 40d932969c logger.c, logger.1:
Initial checkin.  No change from BSD sources.
1998-06-21 04:21:04 +00:00
gdr-ftp 49801ffa31 setvers.1:
- expanded the .TH line to have all arguments.  If this is not
	  done, then when building the html versions of the man pages
	  the page is not recognised as a GNO man page and is ignored.
1998-05-30 16:09:41 +00:00
tribby 1f9c2a058b New output test case 1998-05-08 17:37:36 +00:00
tribby e014797a8e Update getvers per user feedback:
* Add -f option to control printing of filename
  * Rewrote printing of text to allow carriage-return and tab
  * Report no version information as warning for both no rVersion and
    no version fork
1998-05-08 17:33:46 +00:00
tribby 519805dbb4 Modifications for getvers 1998-05-08 17:31:03 +00:00
tribby 2a2c7d8648 Tests modified for latest getvers 1998-05-08 17:30:23 +00:00
tribby 91c2c09f56 Preparation for checking in new getvers 1998-05-08 00:37:29 +00:00
tribby f00cfed6ba Documentation files for setvers. Not yet modified. 1998-04-29 00:45:05 +00:00
tribby d36d59e158 getvers version 2.0 test files. 1998-04-29 00:42:47 +00:00
tribby 3b6e40c95f Move the setvers files (unaltered, original versions) to their own directory.
No longer need gv, and new version of getvers has -b option that does the
work.
1998-04-29 00:23:12 +00:00
gdr-ftp 39b959d34c dotests:
corrected location of binary under test
1998-04-24 19:16:26 +00:00
tribby 731eb90c1e Add "MAIN= main" so that main.root will be created 1998-04-24 16:24:00 +00:00
gdr-ftp 5af9e3b875 Checkin of install version 1.2. New to this version is use of GS/OS
sessions, and a verbose flag to print out file names as they are copied.
1998-04-24 00:54:06 +00:00
gdr-ftp 038d5d04cf When building the 'release' target, install the mkso (and if appropriate,
mklink) data file in the proper spot.
1998-04-22 05:22:44 +00:00
gdr-ftp 2c52584063 initial checkin of GNO-formatted man page 1998-04-17 01:02:24 +00:00
gdr-ftp d8638d7f83 Makefile:
Let the builds know that there is a GNO-formatted man page.
1998-04-16 06:33:45 +00:00
gdr-ftp 16efada45b login.1G:
initial checkin for GNO-formatted man page
Makefile:
	let the builds know about the new man page.
1998-04-16 06:32:28 +00:00
gdr-ftp 49214ecab2 initial checkin of GNO-formatted man page. 1998-04-16 06:18:48 +00:00
gdr-ftp 768c413e7c wall.1G:
Initial checkin of the GNO-formatted version of the man page.
1998-04-16 06:11:14 +00:00
gdr-ftp df1aab9de6 last.1G:
Initial checkin of GNO-formatted version of the man page.
1998-04-16 06:06:15 +00:00
gdr-ftp efd645f1ca Fixed an off-by-one error; removerez would abort with the usage message
if only one filename was given.
1998-04-10 20:19:24 +00:00
gdr-ftp b9be5b37c2 compile.1:
added reference to link(1) man page.
1998-04-10 20:17:58 +00:00