Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Quiet a [useless] compiler warning. | obrien | 2001-07-23 | 1 | -1/+1 |
| | |||||
* | revert last commit. using %option nounput is better | assar | 2001-07-22 | 1 | -5/+1 |
| | | | | noted by: Seth Kingsley <seth.kingsley@windriver.com> | ||||
* | Fix a bug I introduced in Rev. 1.21 that prevented 'whois test' from | mike | 2001-07-22 | 1 | -0/+2 |
| | | | | | | | working. Reviewed by: des Approved by: des | ||||
* | Fix some man page xrefs. | mpp | 2001-07-22 | 1 | -1/+1 |
| | | | | | PR: docs/26065 MFC after: 1 week | ||||
* | add an unused attribute to yyunput to avoid warnings (errors) when | assar | 2001-07-21 | 1 | -1/+5 |
| | | | | it's not being used | ||||
* | o Add phantom's gethostinfo() function to reduce duplicated code. | mike | 2001-07-20 | 1 | -49/+56 |
| | | | | | | | | | | o Increase readability by creating a wrapper for asprintf(3). o Cast isdigit(3) argument to unsigned char for future locale changes. Submitted by: phantom Reviewed by: -audit, des Approved by: des | ||||
* | o Integrate security enhancements from OpenBSD. | mike | 2001-07-19 | 2 | -42/+74 |
| | | | | | | | | | | | | | | | | | | | | - Don't assume environment variable HOME is not NULL. o Integrate standards compliance from NetBSD. - Allow -- before the command. - Blocking SIGQUIT isn't standards compliant. - Proper exit(3) levels. - Actually append to nohup.out (as documented and required by standard) instead of clobbering it. o Remove some FreeBSD specific access(2) cruft (relating to incorrect appending). o Document the fact that two or more instances of nohup can append to the same file. o Constify; Staticize functions; Set WARNS?=2 Reviewed by: bde Approved by: des Obtained from: NetBSD, OpenBSD MFC after: 9 days | ||||
* | Portability configuation for LukeM's ftp client. | obrien | 2001-07-19 | 1 | -0/+270 |
| | |||||
* | Fixed the race caused by not checking the result of fgets(3): | ru | 2001-07-19 | 1 | -3/+10 |
| | | | | | | | | | | | | /usr/bin/env MALLOC_OPTIONS=J banner </dev/null PR: bin/29074 Fixed the problem when banner(6) would eat last character: echo -n a | banner MFC after: 1 week | ||||
* | Embed $FreeBSD$ as an rcsid[] | kris | 2001-07-19 | 1 | -2/+4 |
| | |||||
* | If we're writing to stdout, we don't care about the size. | des | 2001-07-17 | 1 | -1/+1 |
| | | | | Submitted by: wollman | ||||
* | WARNS cleanup + remove an unused macro and an unused function argument. | des | 2001-07-17 | 2 | -650/+654 |
| | |||||
* | Re-write the logic that finds the whois server to query. | mike | 2001-07-17 | 1 | -16/+30 |
| | | | | | | | | [This fixes a bug where one would type 'whois foo.bar.' and get an error because of the trailing period.] PR: 28880 Approved by: des | ||||
* | Clarify that MAKEOBJDIR and MAKEOBJDIRPREFIX are environment variables. | ru | 2001-07-16 | 1 | -1/+1 |
| | | | | Submitted by: bde | ||||
* | Add myself | kris | 2001-07-16 | 1 | -0/+1 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 119 | -683/+683 |
| | |||||
* | Switch on SHA1 hashing. | markm | 2001-07-14 | 1 | -1/+2 |
| | |||||
* | mdoc(7) police: -xwidth has been fold into -width. | ru | 2001-07-13 | 1 | -1/+1 |
| | |||||
* | Generate top.local.h and manpage dynamically, with sed(1) script. | ru | 2001-07-12 | 2 | -72/+16 |
| | | | | | | The generated manpage will now describe the actual behavior of top(1) WRT how many processes it displays. This also eliminates all troff(1) warnings. | ||||
* | Build/install bzip2 documentation (info page). | sobomax | 2001-07-12 | 2 | -0/+16 |
| | |||||
* | Eliminate troff(1) warnings that were hiding some useful text. | ru | 2001-07-12 | 1 | -3/+2 |
| | |||||
* | Eliminate troff(1) warnings that were hiding some useful text. | ru | 2001-07-12 | 1 | -10/+10 |
| | |||||
* | mdoc(7) police: removed punctuation after the last SEE ALSO xref. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 98 | -98/+99 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | style nit | obrien | 2001-07-09 | 1 | -1/+1 |
| | |||||
* | Remove the S/Key key-handling apps, which are no longer needed, as | markm | 2001-07-09 | 10 | -616/+0 |
| | | | | they are replaced by opiepasswd, opieinfo and opiekey. | ||||
* | Provide a WANT_INSECURE_OPIE compile-time option, which is useful if | markm | 2001-07-09 | 3 | -0/+17 |
| | | | | | | | you encrypt all traffic routinely, and is also useful for debugging. Also, (properly) set SUID bit on relevant apps - opieinfo and opiepasswd, which need it to mess with /etc/opiekeys. | ||||
* | mdoc(7) police: eliminate -ww warnings. | ru | 2001-07-09 | 1 | -3/+3 |
| | |||||
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 12 | -18/+0 |
| | |||||
* | Fix the type of the NULL arg to execl() | brian | 2001-07-09 | 11 | -19/+19 |
| | | | | Idea from: Theo de Raadt <deraadt@openbsd.org> | ||||
* | Fix an embarassing if-test-reversal bug that broke scheme guessing. | des | 2001-07-08 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | ru | 2001-07-06 | 9 | -12/+12 |
| | |||||
* | mdoc(7) police: -column lists require column width specifiers. | ru | 2001-07-06 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: moved -u down, fixed markup, removed hard sentence break. | ru | 2001-07-05 | 1 | -8/+13 |
| | |||||
* | Document -u in the usage(). | ru | 2001-07-05 | 1 | -9/+9 |
| | | | | Make usage fit on a standard 80-column display. | ||||
* | Mark a function as __printflike() and fix a non-exploitable format string | kris | 2001-07-05 | 1 | -1/+1 |
| | | | | | | warning. MFC after: 1 week | ||||
* | Mark some functions as __printflike() | kris | 2001-07-05 | 1 | -2/+2 |
| | | | | MFC after: 1 week | ||||
* | Spelling police: extention -> extension. | dd | 2001-07-05 | 1 | -1/+1 |
| | |||||
* | Don't generate syslog() statements which have format string vulnerabilities. | kris | 2001-07-05 | 1 | -2/+2 |
| | | | | MFC after: 1 week | ||||
* | mdoc(7) police: sort xrefs. | ru | 2001-07-05 | 3 | -6/+6 |
| | |||||
* | mdoc(7) police: fixed formatting. | ru | 2001-07-05 | 1 | -8/+10 |
| | |||||
* | mdoc(7) police: fixed formatting bugs in rev. 1.27. | ru | 2001-07-05 | 1 | -3/+5 |
| | |||||
* | mdoc(7) police: add missing .Ar in SYNOPSIS. | ru | 2001-07-05 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: add missing .Ar in SYNOPSIS. | ru | 2001-07-05 | 1 | -1/+1 |
| | |||||
* | Revert previous commit; it broke large file support on platforms that | dd | 2001-07-02 | 1 | -1/+1 |
| | | | | | | had it to begin with (e.g., the Alpha). Submitted by: bde | ||||
* | s/Netherlands/the Netherlands | wilko | 2001-07-02 | 1 | -3/+3 |
| | | | | | | | ISO3166 is *plain wrong* ... Requested by: grog MFC after: 1 week | ||||
* | Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$ | dd | 2001-06-30 | 17 | -19/+41 |
| | | | | | | where necessary. Submitted by: Mike Barcroft <mike@q9media.com> | ||||
* | Silence a warning on the Alpha. | dd | 2001-06-30 | 1 | -1/+2 |
| | | | | Reviewed by: md5(1) | ||||
* | Silence a warning on the Alpha. | dd | 2001-06-30 | 1 | -1/+1 |
| |