Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-23 | Treat "finger@" like "finger@localhost" to act more like | Todd C. Miller | |
traditional finger. Noticed by Theo. | |||
1997-04-23 | revised to handle form feeds, bugs fixed etc | grr | |
1997-04-22 | Do some beautification of this file (that theo didn't :P). | gene | |
Also, print a better error message when the host you're checking isn't ypbound. The previous error was cryptic and incomprehensible. | |||
1997-04-22 | indent | Theo de Raadt | |
1997-04-21 | nope, breaks other things | Theo de Raadt | |
1997-04-20 | Incorporate some NetBSD changes: | Todd C. Miller | |
tip.c getchar() returns an int [important since EOF == -1] (thorpej) Set CLOCAL if dc flag is set (mellon) tip.h Change booleans from char to short so that comparisons against negative values work as expected on systems with unsigned chars. (thorpej) Add boolean for dc flag (mellon) hunt.c Set O_NONBLOCK if dc flag set. Don't set HUPCL if dc flag is set. (mellon) remote.c Add boolean for dc flag (mellon) | |||
1997-04-20 | Back out the following change since it introduces an ordering problem: | Todd C. Miller | |
in compat mode, expand .USE before evaluating the list of targets, instead of doing .USE expansions on demand, because they can cause tree restructuring. | |||
1997-04-19 | Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")'' | Todd C. Miller | |
Same change doen for SKEY, YP, and KERBEROS5. This allows people to override those setting in /etc/mk.conf. | |||
1997-04-19 | strncpy paranoia, how much do you trust getpwent? | Theo de Raadt | |
1997-04-19 | use mkstemp | Theo de Raadt | |
1997-04-18 | Fix problem when fetching files with -a. | Todd C. Miller | |
1997-04-17 | Add support for STRIP environment variable to specify where strip(1) | Todd C. Miller | |
lives. Idea from NetBSD. | |||
1997-04-16 | Sync with NetBSD (lukem): | Todd C. Miller | |
* differentiate between being connected, and being logged in * cleanup some text messages * support username & password ftp URLs (ftp://user:pass@host/) in non-proxy situations; assume proxy supports it for proxy situations. * cd to / before performing any autofetch transfers | |||
1997-04-16 | Make mkioctls obey the DESTDIR environment variable. | Todd C. Miller | |
From NetBSD (leo). | |||
1997-04-16 | <paths.h> now includes _PATH_DEFTAPE. Change rmt0 -> rst0 in man page. | Todd C. Miller | |
From NetBSD (lukem). | |||
1997-04-14 | URL specifiers are case insensitive. Noticed by Theo. | Todd C. Miller | |
1997-04-13 | single ^C on a pipe | Theo de Raadt | |
1997-04-13 | do not (continue) on a stdin pipe | Theo de Raadt | |
1997-04-13 | vis usernames; bitblt is paranoid | Theo de Raadt | |
1997-04-13 | buf oflow; bitblt | Theo de Raadt | |
1997-04-12 | get an unreserved port if not root; required now that rresvport fails | Jim Rees | |
for non-root per bugno 70 | |||
1997-04-11 | emacs is dumb too--the $TERM entry that is. | Todd C. Miller | |
1997-04-10 | enable .group entries in /etc/passwd.conf | Niels Provos | |
1997-04-10 | how is this for fast bug fixing response! revert to sigblock() since the | Theo de Raadt | |
sigprocmask() code was not equivelant. report from grr@shandakor.tharsis.com, PR#154 | |||
1997-04-10 | Sync with NetBSD (lukem) | Todd C. Miller | |
* support $ftp_proxy for ftp:// transfers [bin/3245] * add "more" & "less" as synonyms for "page" * move editline setup code into controlediting(), and call appropriately. only setup setup terminal if going into interactive mode. | |||
1997-04-09 | just clean up a stylistic mess I created myself long ago. | michaels | |
1997-04-08 | Obseleted by new which(1) that acts like whereis(1) when invoked | Todd C. Miller | |
which "whereis" as argv[0]. | |||
1997-04-08 | whereis is now linked to which | Todd C. Miller | |
1997-04-08 | which(1) and whereis(1) are now the same program (hard linked). | Todd C. Miller | |
1997-04-07 | paranoid about MAXHOSTNAMELEN | Theo de Raadt | |
1997-04-07 | Back out last changes for now. They cause problems. | Todd C. Miller | |
1997-04-07 | Better error message when lookup of getlogin() != uid | Todd C. Miller | |
1997-04-06 | Use long, not int when casting pointers and storing as integers. | Todd C. Miller | |
Now compiles on alpha w/o warnings. | |||
1997-04-05 | if TERM=dumb disable progress and editing for emacs ange-ftp | kstailey | |
1997-04-04 | when mktemp() is hard to fix, use 10 X | Theo de Raadt | |
1997-04-04 | check MID field like strip(1) does; PR#149, mickey; fix by me | Theo de Raadt | |
1997-04-04 | sort & add a few | Theo de Raadt | |
1997-04-04 | mention mr.tarkovskey | Michael Shalayeff | |
1997-04-03 | fix my last fix. warnx, not warn! | Michael Shalayeff | |
1997-04-03 | more about Gogol (; | Michael Shalayeff | |
1997-04-03 | take 2 | kstailey | |
1997-04-03 | make it match what is in magdir/magic | kstailey | |
1997-04-03 | From FreeBSD 1.7 by markm. The log message: | imp | |
Priorities were broken. If there was an Index: line and ***/--- lines with valid names, the ***/---names were taken first. this broke eg: Index: foo/Makefile ========== RCS <blah> Retrieving <blah> diff <blah> *** Makefile <blah> --- Makefile <blah> By trying to patch the Makefile in the _curent_ directory, rather than the one in the foo/ directory. | |||
1997-04-03 | per wishes of deraadt add ufs to default fs's to search. | michaels | |
1997-04-02 | buf oflows, thanks imp & millert | Theo de Raadt | |
1997-04-02 | use 10 X for mktemp(1) | Theo de Raadt | |
1997-04-02 | use mkstemp (millert, please double check) | Theo de Raadt | |
1997-04-02 | add Gogol birthday (; | Michael Shalayeff | |
1997-04-02 | Merge in good changes from NetBSD: | Todd C. Miller | |
Compile in strcict ansi (some day I'll get around to -Wall) use set* functions instead of modifying the lvalue Change a few sprintf() to snprintf() where it coudl possibly matter. Replace zzhack stuff with something saner to make tip work on alpha | |||
1997-04-01 | Disable editing when in batch mode. Idea from Theo. | Todd C. Miller | |
This makes ``ftp ftp://some.place.com/some/file &'' work. |