Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-07-20 | Don't mis-interpret sockaddr_in6 structures as sockaddr_in structures | brian | |
when purging routes. | |||
2000-07-20 | add openbsd tag, fix cpp warning about SSIZE redefinition | Jason Wright | |
2000-07-20 | Move ws* command man pages to arch-dependent subdirs. | Marc Espie | |
2000-07-19 | Support link identification from rfc1570 | brian | |
Add VERSION and COMPILATIONDATE macros Two new commands are available; ``ident'' and ``sendident''. | |||
2000-07-18 | Summarily explain about the playpen and PKG_TMPDIR, so that guys | Marc Espie | |
with no room in /var/tmp or weird installations (/var/tmp mounted noexec can find out what to do) | |||
2000-07-15 | When modifying users and not specifying a new GID, don't arbitrarily | Hakan Olsson | |
reset it to the default GID, keep the old one. Further, when given a new home dir, actually use it. Fixes PR #1318. | |||
2000-07-15 | sync with latest kame. | Jun-ichiro itojun Hagino | |
- correct possible realloc memory leak. - remove obsolete non-advanced api support (!ADVAPI) - do not overwrite routing entry, when -A is specified (exit with error). | |||
2000-07-12 | Permit multiple ``allow user'' lines in any given section | brian | |
This avoids line length limits when large numbers of users are allowed access to ppp. | |||
2000-07-12 | Correct ``set filter'' usage | brian | |
Spotted by: sheldonh@FreeBSD.org CVS: ---------------------------------------------------------------------- CVS: PR: Fill this in if a GNATS PR is affected by the change. CVS: Submitted by: Fill this in if someone else sent in the change. CVS: Reviewed by: Fill this in if someone else reviewed your modification. CVS: Approved by: Fill this in if you needed approval for this commit. CVS: Obtained from: Fill this in if the change is from third party software. CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: ppp.8 CVS: ---------------------------------------------------------------------- | |||
2000-07-12 | Fix a rather nasty latency problem that occurs with single tcp sessions | brian | |
thorough an MP setup with only a single link. | |||
2000-07-11 | Allow a ``timeout secs'' filter option to let specific packet types | brian | |
effect the idle timer in different ways. Submitted by: Stefan Esser <se@freebsd.org> With adjustments by me to document the option in the man page and to give the same semantics for outgoing traffic as incoming. I made the style more consistent in ip.c - this should really have been done as a separate commit. | |||
2000-07-11 | Fix -auto breakage introduced with the last commit | brian | |
2000-07-09 | When a null password has been entered, default to ``no'' instead of ``yes'' | Aaron Campbell | |
for the confirmation. | |||
2000-07-08 | handle IPv6 address in first element. | Jun-ichiro itojun Hagino | |
permit square bracket notation in first element of inetd.conf, like RFC2732. otherwise colon is slightly ambiguous. sync with kame. [::1]:ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -US -h | |||
2000-07-07 | document timezone command, as in boot_config(8) | Theo de Raadt | |
2000-07-07 | pass CFLAGS to build process, so that optimization happens; ↵ | Theo de Raadt | |
js3guj@gold.ocn.ne.jp | |||
2000-07-07 | o Log the (payload/size) of all packet types, not just TCP packets | brian | |
o If the new ``filter-decapsulation'' is enabled, delve into UDP packets that contain 0xff 0x03 as the first two bytes, and if we recognise it as PROTO_IP, decapsulate it for the purpose of filter checking. If we recognise it as PROTO_<anything else> mention this for logging purposes only. This change is aimed at people running PPPoUDP where the UDP traffic is being sent over another PPP link. It's desireable to have the top level link connected all the time, but to have the bottom level link capable of decapsulating the traffic and comparing the payload against the filters, thus allowing ``set filter dial ...'' to work in tunnelled environments. The caveat here is that the top ppp cannot employ any compression layers without making the data unreadable for the bottom ppp. ``disable deflate pred1 vj'' and ``deny deflate pred1 vj'' is suggested. | |||
2000-07-06 | remove mobile-ip option description, merged in by mitsake | Jun-ichiro itojun Hagino | |
2000-07-06 | sync with router renumber struct decl change. | Jun-ichiro itojun Hagino | |
more logs. make it very sure to close temporary socket. | |||
2000-07-06 | Don't write password lines longer than 1023 chars. | Hakan Olsson | |
Change two instances of err() to errx(). | |||
2000-07-06 | Insert missing .El directives. | Aaron Campbell | |
2000-07-05 | setproctitle with %s | Theo de Raadt | |
2000-07-04 | File of the week :-) If Tertiary Loader data link size might not be set. | Mats O Jansson | |
Since Ethernet is the only data link supported assume datalink to be 1492. Found when ragge@ludd.luth.se tried to boot a VAX 6000/400. -moj | |||
2000-07-04 | Fix stupid bug in extraction through playpen. | Marc Espie | |
2000-07-04 | If the spec allows 128-character filenames, our buffer has to be at least 129 | Aaron Campbell | |
characters to hold the trailing NULL. This also fixes a one-byte overflow. | |||
2000-07-03 | typo | Niklas Hallqvist | |
2000-07-03 | arp(8) invocations fixed | Niklas Hallqvist | |
2000-07-03 | Ignore filenames that are longer than spec allows (128 for MOP V4.0.0). | Mats O Jansson | |
Matt Power <mhpower@mit.edu>. -moj | |||
2000-07-03 | Correct the number of src/dst ports and add some FreeBSD specific | brian | |
firewall punching fixes. Obtained from: FreeBSD | |||
2000-07-03 | add warning on rsh/rlogin relay | Jun-ichiro itojun Hagino | |
2000-07-02 | OpenBSD'ify these man pages. | Aaron Campbell | |
2000-07-02 | correct use of route(8) in sample. | Jun-ichiro itojun Hagino | |
2000-07-02 | wscons tools | Michael Shalayeff | |
2000-07-02 | make it compiling only for alpha and hppa | Michael Shalayeff | |
2000-07-02 | wscons font loader; initial import from netbsd tree | Michael Shalayeff | |
2000-07-02 | wscons vt config tool; initial import from netbsd tree | Michael Shalayeff | |
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller | |
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales). | |||
2000-06-30 | mod_ssl 2.6.4 merge | Bob Beck | |
From brad@ | |||
2000-06-29 | oops, a typo got into there | Theo de Raadt | |
2000-06-29 | repair careless syslogging inside XSTATS | Theo de Raadt | |
2000-06-29 | use %s with syslog, probably just paranoia but it is good form | Todd C. Miller | |
2000-06-29 | use %s with syslog; millert wrote an identical patch | Theo de Raadt | |
2000-06-29 | use %s with syslog, at least crashable from command line | Theo de Raadt | |
2000-06-29 | use %s with syslog | Theo de Raadt | |
2000-06-28 | make _msgout() use syslog() with a %s, for future safety | Theo de Raadt | |
2000-06-28 | in quit(), be more careful about possible nasty parameters in the future | Theo de Raadt | |
2000-06-28 | BpfGetIntfName() returns syslog fmt args which are safe | Theo de Raadt | |
2000-06-28 | buf oflow safe | Theo de Raadt | |
2000-06-28 | creating line ourselves, but just in case, use %s with syslog | Theo de Raadt | |
2000-06-28 | syslog should use %s | Theo de Raadt | |