Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-03-16 | Xr options 4 | Theo de Raadt | |
1998-03-16 | Cosmetic: .Dq -> .It | brian | |
1998-03-15 | Add support for vfs.* from lite2 | Todd C. Miller | |
1998-03-13 | Correct #ifdef for __FreeBSD__ < 3 | brian | |
1998-03-13 | Add missing include | brian | |
1998-03-13 | Add extraneous braces to stiffle warnings from gcc-2.8 | brian | |
1998-03-13 | Don't send LQRs when the peer has LCP REJ'd them. Send | brian | |
ECHO LQRs instead. | |||
1998-03-12 | mkstemp() | Theo de Raadt | |
1998-03-12 | o Fix a few comment typos. | brian | |
o Fix ``set timeout'' usage message and documentation. o Change ifOutPackets, ifOutOctets and ifOutLQRs to `u_int32_t's so that they wrap correctly. o Put the LQR in network byte order using the correct struct size (sizeof u_int32_t, not sizeof u_long). o Wrap LQR ECHO counters correctly. o Don't increment OutLQR count if the last LQR hasn't been replied to. o Initialise HisLqrData (last received LQR) in StartLqm. o Don't start the LQR timer if we're `disabled' and `accepted'. o Generate LQR responses when both sides are using a timer and we're not going to send our next LQR before the peers max timeout. LQR should now be fully functional. | |||
1998-03-12 | unblock SIGPIPE before execv(); chuck. | Theo de Raadt | |
convert to sigaction(); deraadt. | |||
1998-03-10 | use .Ox | Todd C. Miller | |
1998-03-09 | <deraadt> Almost wasting your time fixing named man pages. | David Leonard | |
1998-03-08 | Please gcc 2.8 | brian | |
1998-03-06 | Use the correct device name in -direct mode. | brian | |
1998-03-04 | Wall | Theo de Raadt | |
1998-03-01 | use sigset_t all over the place | Theo de Raadt | |
1998-02-27 | section 8 not 8C | Theo de Raadt | |
1998-02-27 | be more paranoid. | Theo de Raadt | |
By the way, the lp* tools are in need of a full test sometime in the next two weeks. I want to hear from someone who is running all of them that they work 100% fine. I do not own a printer, so I'm going to rely on someone out there to take care of this.. | |||
1998-02-26 | Use YP ethers | Niklas Hallqvist | |
1998-02-24 | udp time may be contacted at dynamic reserved | Theo de Raadt | |
1998-02-24 | pull in prototypes | Theo de Raadt | |
1998-02-22 | no, setuid is OK. listread@bedford.net should have read the code... | Theo de Raadt | |
1998-02-22 | bye bye setuid; listread@bedford.net | Theo de Raadt | |
1998-02-22 | #define DEBUG | Theo de Raadt | |
1998-02-19 | Allow 8 character login names. | brian | |
Pointed out by: Forgotten Do the login()/logwtmp()/logout() as id 0. | |||
1998-02-18 | LogWARN rather than LogERROR when we can't create | brian | |
our diagnostic socket. | |||
1998-02-18 | Don't leak memory when the peer sends PROTO_COMPD packets | brian | |
without negotiating compression first. | |||
1998-02-17 | use warn() instead of warnx() to print error message | Matthieu Herrb | |
1998-02-16 | Fix for the remainder of PR 402 | bitblt | |
1998-02-16 | Shell metacharacters are now ok in user passwords, as per the first half | bitblt | |
of PR 402 | |||
1998-02-15 | Use keepalives as the protocol never notices if a networked printer | Niklas Hallqvist | |
dies. | |||
1998-02-14 | Don't install a new map if yp_all failed. Noticed by Theo. -moj | Mats O Jansson | |
1998-02-14 | Add support for DNS host lookup. -moj | Mats O Jansson | |
1998-02-11 | Move handle_signals() to before the FD_SETs. handle_signals() | brian | |
may result in a our modem closing after it's made its way into the fd_set, resulting in a program exit (with select(): bad file descriptor) rather than a dropped link. | |||
1998-02-11 | syslogd gets a new -a argument: specify additional AF_UNIX log devices | Theo de Raadt | |
syslogd should create & listen to. As in "syslogd -a /chroot/dev/log", I'm sure you get the idea. | |||
1998-02-09 | Fix typo in syslog message. | Angelos D. Keromytis | |
1998-02-09 | Close/reopen routing socket, to avoid running out of the socket's buffer space. | Angelos D. Keromytis | |
1998-02-07 | oops | Theo de Raadt | |
1998-02-07 | snprintf | Theo de Raadt | |
1998-02-07 | Add missing code to make /etc/yp/<domain> files actually work (in all cases). | Jason Downs | |
1998-02-05 | rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entry | Theo de Raadt | |
with a sysctl. There will be architectures and drivers that lack function, and I trust the maintainers of those will forget to add the code.. | |||
1998-02-04 | Correct magic number format string | brian | |
Spotted by: Bruce M. Walter <walter@fortean.com> | |||
1998-02-03 | workaround gethostbyaddr() race in signal handler; more correct fix would | Theo de Raadt | |
change SIGHUP handler to only set a flag that the main loop catches. But I'm lazy, and starting to believe noone gives a damn... | |||
1998-02-03 | s/@CMD_EXT_U@/1 | Todd C. Miller | |
1998-01-31 | Document what fs.posix.setuid means. | Todd C. Miller | |
1998-01-29 | Talk about ongoing development. | brian | |
1998-01-29 | Don't moan about not creating tunX.pid and ttyX.if if RELEASE_CRUNCH | brian | |
is defined. | |||
1998-01-29 | Cosmetic: | brian | |
Don't mention the authors name at startup. He's already credited in the man page. Instead, make the message consistent with the one given to the diagnostic port (and fix the grammar when entering `term' mode). Don't credit the zlib author in the man page as ppp isn't linked directly with zlib (it's shared). Mention when the OpenBSD port was first made available. | |||
1998-01-26 | For some reason it could not find y.tab.h | Tobias Weingartner | |
1998-01-26 | IPF 3.2.3 | dgregor | |