summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
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
1998-02-09Close/reopen routing socket, to avoid running out of the socket's buffer space.Angelos D. Keromytis
1998-02-07oopsTheo de Raadt
1998-02-07snprintfTheo de Raadt
1998-02-07Add missing code to make /etc/yp/<domain> files actually work (in all cases).Jason Downs
1998-02-05rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entryTheo 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-04Correct magic number format stringbrian
Spotted by: Bruce M. Walter <walter@fortean.com>
1998-02-03workaround gethostbyaddr() race in signal handler; more correct fix wouldTheo 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-03s/@CMD_EXT_U@/1Todd C. Miller
1998-01-31Document what fs.posix.setuid means.Todd C. Miller
1998-01-29Talk about ongoing development.brian
1998-01-29Don't moan about not creating tunX.pid and ttyX.if if RELEASE_CRUNCHbrian
is defined.
1998-01-29Cosmetic: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-26For some reason it could not find y.tab.hTobias Weingartner
1998-01-26IPF 3.2.3dgregor
1998-01-24Fix error message.brian
Don't complicate the test compilation mentioned at the start of the file.
1998-01-23Stop bogus warnings.brian
1998-01-23Re-implement the proxy arp sockaddr_dl search routine (again).brian
It now works :-) and searches all interface aliases.
1998-01-23Don't allow manual dialing unless in auto or interactive mode.brian
1998-01-23Inspired by hubertf@netbsd:gene
Quote filenames passed to different extract commands preventing certain security risks.
1998-01-21Use the sockaddr_dl with the link#, not the ethernet addressbrian
when creating proxy arp entries.
1998-01-21Remove unused #includes.brian
Make various bits static. Remove unused variables. Submitted by: eivind
1998-01-21screenblank on amiga? NopeTheo de Raadt
1998-01-21avoid oflow which appears not to matterTheo de Raadt
1998-01-20Allow an optional delay when specifying "set openmode active".brian
The delay defaults to 1 sec (as it always has) unless we've done a ~p in interactive mode or we've actually detected a HDLC frame. This is now cleanly implemented (via async timers) so that it is possible for LCP to come up despite the delay if an LCP REQ is received. This will hopefully solve situations with slow servers or slirp scenarios (where ECHO is left on the port for a second or so before the peer enters packet mode). Also, ~p in interactive mode no longer changes the value of the default openmode delay and -dedicated mode enters packet mode in the right state according to the value of openmode.
1998-01-19dlopen(..., RTLD_NOW) rather than RTLD_LAZY.brian
Pointed out by: John Polstra <jdp@polstra.com>
1998-01-19sys/types.h -> sys/param.hbrian
Pointed out by: Niklas Hallqvist <niklas@petra.appli.se>
1998-01-19Reimplement proxy-arp address stuff using sysctl().brian
1998-01-18Make sure ypinit asks the master server for known maps.Mats O Jansson
Bug reported by both theo and chuck cranor. -moj
1998-01-18Allow "set vj" for changing the default number of slotsbrian
and whether slot compression is requested. Don't show current values with "show ipcp" if IPCP isn't "opened".
1998-01-17ppp-2.3.3 + some -WallTodd C. Miller
1998-01-15yet another typoNiklas Hallqvist
1998-01-15typoNiklas Hallqvist
1998-01-14feed tar the -p option to retain set[ug]id bits, this was dueNiklas Hallqvist
to the fact that GNU tar retatins the bits when run as root, but paxtar does not, and we use the latter.
1998-01-14Free our input mbuf when the FCS is good (oops, memory leak).brian
1998-01-14Lose __libalias_version.brian
We now look for the biggest of libalias.so.2.*