summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Use the .Bx macro in the HISTORY section.mpp1997-02-191-1/+2
|
* Add history section. Follows chflags(2).obrien1997-02-191-0/+4
|
* Treat 'end\0', 'end\n', 'end\r\n' as trailer line, see rev 1.2wosch1997-02-181-1/+3
|
* Fix default whois server.markm1997-02-181-1/+1
|
* Better check for detecting header line. A header line must matchwosch1997-02-181-1/+32
| | | | | | | | "begin [0-7]* *". Now `begin with, ' is not a header line. Do a boundary check for body characters. Characters less than 33 or greater than 96 are out of range. If characters are out of range uudecode print a error message and die.
* Fix ranges - off by one.wosch1997-02-181-2/+5
|
* Fix for hard-coded length of login name.davidn1997-02-181-3/+11
| | | | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org> Closes #PR bin/2755
* This page will first appear in 2.2, not 3.0.jmg1997-02-171-1/+1
| | | | 2.2 Candidate
* Fix fetch so that all status information is sent to stderr, preventsjmg1997-02-171-11/+10
| | | | | | | | corruption of file being recieved to stdout. Submitted-by: Kent Vander Velden <graphix@iastate.edu> Closes PR#2739
* Don't call sendmail with "-f root" when run with "-a". Thismpp1997-02-161-1/+1
| | | | | | | eliminates the "X-authentication-warning" header line that has been coming out since I made it so that sendmail is run totally as the user whose calendar file is currently being processed.
* Implement the -o commandline switch. This does almost exactlysteve1997-02-161-12/+61
| | | | | | | what bison does with -o, except it DTRT with respect to naming the .code file when the -r switch is also used. Submitted by: bde
* The screen layout of the lefthand side for the vmstat display was way off.obrien1997-02-151-11/+11
| | | | (based on my running it on 2.2-GAMMA)
* Modified the display() function to recognize when the output it going to ajmg1997-02-141-14/+18
| | | | | | | | | file. When it is don't do the percentage update, but still display the file size and rate. Closes PR#2725 Reviewed by: wollman
* Bye Bye.wosch1997-02-143-390/+0
|
* Print error messages to stderr, not to stdout.bde1997-02-131-2/+2
| | | | | Fixed usage message to match reality (-a was missing) and man page (arg names were spelled differently).
* When the mbuf code was changed to use a private allocator instead ofwollman1997-02-121-3/+4
| | | | | | | the kernel malloc, netstat was never updated to reflect the fact that there are once again allocated-but-free mbufs, just as there are clusters, and so the information presented about how much memory was allocated to the network was bogus. Fixed.
* Typo fix.mpp1997-02-121-1/+1
| | | | Obtained from: NetBSD-bugs PR# 3214
* Fix remote request for HTTP proxies. Should close PR#2670.wollman1997-02-112-5/+15
|
* Reduce the command field width by one when idle time is > 9 days, todanny1997-02-113-4/+10
| | | | | | eliminate unsightly blank line. Possibly a 2.2 candidate.
* Fix a couple of typos.mpp1997-02-111-4/+4
| | | | Submitted by: bde
* Fix PR#2700: report correct transmission speed, and restart transferswollman1997-02-102-4/+6
| | | | | | from the restart point, not the end of the file (blush!). Submitted by: John-Mark Gurney <jmg@nike.efn.org>
* Adds login class support for local & nis passwords:davidn1997-02-103-16/+60
| | | | | - minpasswordlen=n override minimum password length for class. - passwordperiod=n[smhdwy] auto-set next password change date.
* Better buffer length calculation and overrun detection. Closes PR 2577markm1997-02-091-4/+8
| | | | Submitted by: Julian Assange
* Typo police.mpp1997-02-091-1/+1
|
* Add a manpage for brandelf(1). Minor stylistic fixes, and a bufferjoerg1997-02-093-8/+98
| | | | | | overrun fix, too. Submitted by: John-Mark Gurney <jmg@nike.efn.org>
* Removed potential buffer overflow.eivind1997-02-094-9/+15
|
* Really fix calendar to drop all permissions whenmpp1997-02-091-4/+28
| | | | | | | run with "calendar -a". Also don't ignore the return values from the setuid/setgid calls. Thanks to bde for making me this about this.
* Typo fix.mpp1997-02-091-1/+1
| | | | | | Closes FreeBSD PR#2685. Obtained from: NetBSD-BUGS PR# 3199
* Basically reverse last commit which was plain wrong.phk1997-02-081-1/+3
|
* Fix off-by-one error in proxy host:port parser.wollman1997-02-071-2/+1
| | | | Submitted by: fenner
* Add ${.CURDIR}/ to relative path to contrib.phk1997-02-073-3/+3
|
* Activate new OPIE programspst1997-02-071-1/+1
|
* This commit was generated by cvs2svn to compensate for changes in r22381,pst1997-02-071-0/+16
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Build opiepasswd from contrib_opie module.pst1997-02-071-0/+16
| |
* | This commit was generated by cvs2svn to compensate for changes in r22379,pst1997-02-071-0/+16
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Build opiekey from contrip_opie sources.pst1997-02-071-0/+16
| |
* | This commit was generated by cvs2svn to compensate for changes in r22377,pst1997-02-071-0/+16
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Build opiekey from the contrib_opie module.pst1997-02-071-0/+16
|
* delete unused variable BINDIR=/usr/libexecwosch1997-02-061-2/+1
| | | | /usr/bin -> ${BINDIR}
* Initialize the group list when we switch uids when run asmpp1997-02-062-0/+5
| | | | | | | root with "calendar -a". Drop all privs when execing other programs. Obtained from: OpenBSD
* Add a couple of relavant man page xrefs for more informationmpp1997-02-061-5/+3
| | | | | | | on the structures time(1) displays, instead of refering he reading to an include file. Obtained from: NetBSD-bugs mailing list PR#3193
* Some bug-fixes, clean-ups, and one new feature:wollman1997-02-056-63/+503
| | | | | | | | | | | | | | - Fix the bug with URIs of the form ftp://host/filename. - Fix some more string-termination bugs in util.c. - Use safe_malloc() rather than testing the return value of regular malloc() in 15 places. - Implement HTTP authentication, for both servers and proxies. Currently only ``basic'' authentication is supported; This Is A Bug (but less of one tjhan nmot supporting any authentication). I think there is only one more feature which is required for full HTTP/1.1 support, which is Transfer-Encoding: chunked; this should not be toohard, but it isn't very important, either.
* Add framemaker 5.0.phk1997-02-041-0/+1
| | | | This file could be rationalized I belive.
* Cruft cleanup to eliminate useless warningspst1997-02-021-3/+6
|
* ${DESTDIR}/usr/bin -> ${DESTDIR}${BINDIR}wosch1997-02-025-7/+7
|
* Null-terminate the string in percent_decode() so that we don't depend onbde1997-02-021-1/+2
| | | | | | malloc() returning zeroed storage or dump core while starting up. Found-by: /etc/malloc.conf ->AJ
* Fix calendar so that it doesn't report strange results onmpp1997-02-021-2/+8
| | | | | | | | | | | | | | | Jan 1st (and probably other dates as well) for some variable events. E.g. 01/SunThird whatever... Was being printed as: Jan 0 Whatever when calendar was run on January 1st. Closes PR#2461.
* Some fixes for HTTP:wollman1997-01-314-46/+293
| | | | | | | | | | | 1) Implement redirects (or try to, at least). 2) Implement automatic retry after 503 errors when Retry-After is given. 3) Implement a -a flag to enable both of these behaviors. 4) Recognize Transfer-Encoding headers and emit a warning that the file is likely to be damaged. 5) Bug fix: only write the amount of data we read. 6) Actually document some of these. 7) Fix the usage message to display flags in semi-alphabetical order.
* Correct the year that Sydney Australia was settled.mpp1997-01-311-1/+1
| | | | | Submitted by: <stephen.ma@jtec.com.au> Obtained from: NetBSD-bugs PR#3115
* Here is my long-threatened revamping of fetch. Jean-Marc probably won'twollman1997-01-309-761/+2428
| | | | | | | | | | | | | | | | | | | | | | | | | recognize it any more. This makes the following significant changes: - The main body of the program doesn't know a thing about URIs, HTTP, or FTP. This makes it possible to easily plug in other protocols. (The next revision will probably be able to dynamically add new recognizers.) - There are no longer arbitrary timeouts for the protocols. If you want to set one for yourself, use the environment variables. - FTP proxies are now supported (if I implemented it right). - The HTTP implementation is much more complete, and can now do restarts, preserve modtimes, and mrun in mirror mode. It's not yet up to 1.1, but it's getting there. - Transaction TCP is now used for sending HTTP requests. The HTTP/1.1 syntax for requesting that the connection be closed after one request is implemented. In all of this, I have doubtless broken somebody. Please test it and tell me about the bugs.
OpenPOWER on IntegriCloud