Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-08-04 | fix comment | Theo de Raadt | |
1999-08-03 | Reorganise ppp's usage to avoid some mandoc limitations. | brian | |
Suggested by: wollman@FreeBSD.org | |||
1999-08-02 | Mention that ospf is a possible filter protocol. | brian | |
1999-08-02 | Fallback to sendmail if /etc/mailer.conf is missing. | Jakob Schlyter | |
1999-08-02 | Indentation | Jakob Schlyter | |
1999-08-02 | Fix realloc bug. | Jakob Schlyter | |
1999-08-02 | Integration of mailwrapper (from NetBSD) | Jakob Schlyter | |
"The mailwrapper program is designed to replace /usr/sbin/sendmail and to invoke an appropriate MTA instead of sendmail(8) based on configuration information placed in /etc/mailer.conf. This permits the administrator to configure which MTA is to be invoked on the system at run time." OK deraadt, millert | |||
1999-08-02 | Use err[x]/warn[x] and improve error reporting | brian | |
Submitted by: charnier@FreeBSD.org | |||
1999-08-02 | Filter ospf and igmp separately. | brian | |
Kind-of submitted by: phk@FreeBSD.org | |||
1999-07-29 | Mention which rfc the DNS/NBNS IPCP extensions come from. | brian | |
1999-07-29 | missing include; goeran@cdg.chalmers.se | Jakob Schlyter | |
1999-07-28 | - Merge some changes from tcpdump 3.4 | Jakob Schlyter | |
-a flag; attempt to convert network and broadcast addresses to names Improved signal handling Miscellaneous fixes and typos OSPF MD5 authentication support - -X flag; emacs-hexl print (including ascii) - Add ECN bits to TCP and IP headers - IKE & IPsec (ESP & AH) support OK deraadt@ | |||
1999-07-28 | Don't return a garbage mbuf pointer after storing it | brian | |
as an unresolved fragment. | |||
1999-07-28 | Use new tar -T option. | Marc Espie | |
Removes an annoying limit on PLIST lengths. | |||
1999-07-28 | Fix a load of typos | brian | |
Use sizeof, not a hardcode value. Some of it submitted by: Peter Jeremy <jeremyp@gsmx07.alcatel.com.au> | |||
1999-07-27 | o Overhaul filtering, adding facilities to jump over rules and to | brian | |
negate the sense of rules. o Remove the redundant (and undocumented) ``host'' and ``port'' words (README.changes updated). o Don't permit (and ignore) garbage instead of the protocol. Mostly submitted by: Peter Jeremy <jeremyp@gsmx07.alcatel.com.au> | |||
1999-07-27 | If we've negotiated CBCP and have also specified ``none'' as a possible | brian | |
callback option, and the server sends us CBCP_NONUM, proceed directly to the network phase rather than insisting on our configured CBCP option. Mostly submitted by: kkphang <phang@dgate.po.my> | |||
1999-07-27 | Be a bit more consistent with variable names. | brian | |
1999-07-26 | buf oflow fix from FreeBSD; millert@ ok | Aaron Campbell | |
1999-07-26 | Fix an off-by-one error and correct the man page WRT clearing | brian | |
filters. Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au> | |||
1999-07-24 | ... but most cards work OK | Theo de Raadt | |
1999-07-24 | When we fetch previously retrieved IP fragments from the alias | brian | |
tables, copy them correctly back into our mbuf rather than giving a bzero'd count to memcpy() and ending up with a 0 byte fragment. The old code resulted in a 0 byte write to the tun device which tickled a bug that resulted in a panic :-( | |||
1999-07-23 | Remove way obsolete code | Niklas Hallqvist | |
1999-07-22 | document kernel building; stolen from afterboot.8 | Theo de Raadt | |
1999-07-20 | It's not good to mix mdoc and old-style macros together; espie@ | Aaron Campbell | |
1999-07-18 | Sync with current diagnostic messages. | Hakan Olsson | |
1999-07-17 | Fix a typo | brian | |
Submitted by: Rich Wood <rich@chugaboom.net> | |||
1999-07-15 | Back out the mis-commit of my development ISDN modifications. | brian | |
1999-07-15 | Don't declare `end' if we aren't compiling radius support. | brian | |
1999-07-14 | Explicitly used the phrase "proxy arp". Added examples. | Kjell Wooding | |
1999-07-13 | Merge with FreeBSD 3.2, while keeping OpenBSD mktemp/mkstemp fixes. | Theo de Raadt | |
Some minor man page enhancements. Brings better man pages, new features, more error checking, and improved performance; some FreeBSD examples for creating ctm deltas merged by hgweigand@wiesbaden.netsurf.de | |||
1999-07-11 | Fix check for valid user name in interactive use | Marc Espie | |
1999-07-10 | Leap through one more hoop to avoid alignment problems. | brian | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||
1999-07-09 | stop Makefile from trying to build now-defunct rmuser.8; form@vell.nsc.ru | Aaron Campbell | |
1999-07-08 | - use `#' prompts instead of `$' prompts (need to be root to run adduser) | Aaron Campbell | |
- mdoc'ify the -batch option syntax properly | |||
1999-07-08 | merge adduser(8) and rmuser(8) man pages, plus add more information... hmm, | Aaron Campbell | |
could still probably use a bit of work | |||
1999-07-08 | spurious words and misc fixes | Hugh Graham | |
1999-07-07 | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | Aaron Campbell | |
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one. | |||
1999-07-07 | show MESSAGE using PAGER | Marc Espie | |
1999-07-06 | union wait -> int | Todd C. Miller | |
wait3 -> waitpid (for portability) | |||
1999-07-05 | mmap is no longer broken on sparc | Artur Grabowski | |
1999-07-05 | oops | Marc Espie | |
1999-07-04 | more macro conversion | Aaron Campbell | |
1999-07-04 | Let pkg_add use tar -q. | Marc Espie | |
(This could have been done by using pax -n, but since pkg_* is so badly written, it's harder to hunt down all the code using tar and fix it to use the right options. If this code were written properly, there would be one clean entry point to processing archives, and it would be trivial to switch archivers...) | |||
1999-07-04 | some fix-ups | Aaron Campbell | |
1999-07-04 | new -mdoc man pages; kwesterback@home.com | Aaron Campbell | |
1999-07-03 | typos | Hugh Graham | |
1999-07-03 | Add a note about modem_chat vs. dialback | Todd C. Miller | |
1999-07-03 | remove redundant .Pp macros | Aaron Campbell | |