summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
1997-05-19Make ftp ftp://anonymous:root@your.dom.ain@ftp.our.place.foo/pub/OpenBSD/Todd C. Miller
1997-05-11Only retry login as "anonymous" if we are doing anonftp.Todd C. Miller
1997-05-06Removed Mach and added NCR.etheisen
1997-05-05Cleaned up manpage.etheisen
1997-05-05This fixes FTP so that it first tries with the username FTP, and then withjkatz
1997-05-05elf2aout converts to aout not to ecoffThomas Graichen
1997-05-01CDIOCSETSTEREO -> CDIOCSETSTERIO, go@cclub.tutcc.tut.ac.jpJason Downs
1997-04-28From NetBSD (lukem):Todd C. Miller
1997-04-28Deal with $TERM not being set (like in single user mode).Todd C. Miller
1997-04-28Use strtoul() not strtol() when assigning to an unsigned long.Todd C. Miller
1997-04-28Clean up terminal type handling.Jason Downs
1997-04-28Modernize protyped, switch to libtermlib.Jason Downs
1997-04-28Back out newer .USE code as it caused problems. I've done a "make build"Todd C. Miller
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
1997-04-27Prototype fixes and cruft removal.Jason Downs
1997-04-27No more setargs.c.Jason Downs
1997-04-27Pull in more includes to properly prototype library functions, kill localJason Downs
1997-04-23allow "ftp -aV ftp://host/foo.tar.gz | tar xvfpz -" to workTheo de Raadt
1997-04-23Treat "finger@" like "finger@localhost" to act more likeTodd C. Miller
1997-04-23revised to handle form feeds, bugs fixed etcgrr
1997-04-22Do some beautification of this file (that theo didn't :P).gene
1997-04-22indentTheo de Raadt
1997-04-21nope, breaks other thingsTheo de Raadt
1997-04-20Incorporate some NetBSD changes:Todd C. Miller
1997-04-20Back out the following change since it introduces an ordering problem:Todd C. Miller
1997-04-19Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''Todd C. Miller
1997-04-19strncpy paranoia, how much do you trust getpwent?Theo de Raadt
1997-04-19use mkstempTheo de Raadt
1997-04-18Fix problem when fetching files with -a.Todd C. Miller
1997-04-17Add support for STRIP environment variable to specify where strip(1)Todd C. Miller
1997-04-16Sync with NetBSD (lukem):Todd C. Miller
1997-04-16Make mkioctls obey the DESTDIR environment variable.Todd C. Miller
1997-04-16<paths.h> now includes _PATH_DEFTAPE. Change rmt0 -> rst0 in man page.Todd C. Miller
1997-04-14URL specifiers are case insensitive. Noticed by Theo.Todd C. Miller
1997-04-13single ^C on a pipeTheo de Raadt
1997-04-13do not (continue) on a stdin pipeTheo de Raadt
1997-04-13vis usernames; bitblt is paranoidTheo de Raadt
1997-04-13buf oflow; bitbltTheo de Raadt
1997-04-12get an unreserved port if not root; required now that rresvport failsJim Rees
1997-04-11emacs is dumb too--the $TERM entry that is.Todd C. Miller
1997-04-10enable .group entries in /etc/passwd.confNiels Provos
1997-04-10how is this for fast bug fixing response! revert to sigblock() since theTheo de Raadt
1997-04-10Sync with NetBSD (lukem)Todd C. Miller
1997-04-09just clean up a stylistic mess I created myself long ago.michaels
1997-04-08Obseleted by new which(1) that acts like whereis(1) when invokedTodd C. Miller
1997-04-08whereis is now linked to whichTodd C. Miller
1997-04-08which(1) and whereis(1) are now the same program (hard linked).Todd C. Miller
1997-04-07paranoid about MAXHOSTNAMELENTheo de Raadt
1997-04-07Back out last changes for now. They cause problems.Todd C. Miller
1997-04-07Better error message when lookup of getlogin() != uidTodd C. Miller