summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
1998-03-22Don't assume all-numeric names are id's, look up as a name inTodd C. Miller
passwd first. Noted by Solar Designer <solar@FALSE.COM>
1998-03-21quiet -Wall in gcc2.8.1Todd T. Fries
1998-03-20Ifaliases.Angelos D. Keromytis
1998-03-20Aliases.Angelos D. Keromytis
1998-03-20Aliases...Angelos D. Keromytis
1998-03-20Aliases...Angelos D. Keromytis
1998-03-20Cleaner handling.Angelos D. Keromytis
1998-03-20ifaliases "aware".Angelos D. Keromytis
1998-03-20Be "aware" of ifaliases.Angelos D. Keromytis
1998-03-19main returns intTheo de Raadt
1998-03-19fix type botchesTheo de Raadt
1998-03-19bring in memset() protoTheo de Raadt
1998-03-18fix formatting of ddb.console and ddb.panicJason Wright
1998-03-16.NdDavid Leonard
1998-03-16Xr options 4Theo de Raadt
1998-03-16Cosmetic: .Dq -> .Itbrian
1998-03-15Add support for vfs.* from lite2Todd C. Miller
1998-03-13Correct #ifdef for __FreeBSD__ < 3brian
1998-03-13Add missing includebrian
1998-03-13Add extraneous braces to stiffle warnings from gcc-2.8brian
1998-03-13Don't send LQRs when the peer has LCP REJ'd them. Sendbrian
ECHO LQRs instead.
1998-03-12mkstemp()Theo de Raadt
1998-03-12o 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-12unblock SIGPIPE before execv(); chuck.Theo de Raadt
convert to sigaction(); deraadt.
1998-03-10use .OxTodd C. Miller
1998-03-09<deraadt> Almost wasting your time fixing named man pages.David Leonard
1998-03-08Please gcc 2.8brian
1998-03-06Use the correct device name in -direct mode.brian
1998-03-04WallTheo de Raadt
1998-03-01use sigset_t all over the placeTheo de Raadt
1998-02-27section 8 not 8CTheo de Raadt
1998-02-27be 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-26Use YP ethersNiklas Hallqvist
1998-02-24udp time may be contacted at dynamic reservedTheo de Raadt
1998-02-24pull in prototypesTheo de Raadt
1998-02-22no, setuid is OK. listread@bedford.net should have read the code...Theo de Raadt
1998-02-22bye bye setuid; listread@bedford.netTheo de Raadt
1998-02-22#define DEBUGTheo de Raadt
1998-02-19Allow 8 character login names.brian
Pointed out by: Forgotten Do the login()/logwtmp()/logout() as id 0.
1998-02-18LogWARN rather than LogERROR when we can't createbrian
our diagnostic socket.
1998-02-18Don't leak memory when the peer sends PROTO_COMPD packetsbrian
without negotiating compression first.
1998-02-17use warn() instead of warnx() to print error messageMatthieu Herrb
1998-02-16Fix for the remainder of PR 402bitblt
1998-02-16Shell metacharacters are now ok in user passwords, as per the first halfbitblt
of PR 402
1998-02-15Use keepalives as the protocol never notices if a networked printerNiklas Hallqvist
dies.
1998-02-14Don't install a new map if yp_all failed. Noticed by Theo. -mojMats O Jansson
1998-02-14Add support for DNS host lookup. -mojMats O Jansson
1998-02-11Move 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-11syslogd gets a new -a argument: specify additional AF_UNIX log devicesTheo de Raadt
syslogd should create & listen to. As in "syslogd -a /chroot/dev/log", I'm sure you get the idea.
1998-02-09Fix typo in syslog message.Angelos D. Keromytis