summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2001-02-07spellingTodd T. Fries
2001-02-07bring in latest kame code.Jun-ichiro itojun Hagino
- correct RTA_NETMASK processing - correct -A filter behavior (do not advert aggregated route to other if) - better signal handling - mandate getifaddrs - do not advert connected routes on !IFF_UP routes. experimental sync with kame
2001-02-07Remove support for #!. It's not intuitive and if you happen to addFederico G. Schwindt
lines as the end of a stock syslog.conf you're going to spend some time figuring why is not working as it should; problem found by riq@core-sdi.com, millert@ ok.
2001-02-05etherip printing code... handles draft (v2) and current (v3)Jason Wright
2001-02-05sprintf purgeTheo de Raadt
2001-02-05always double check the work you do in a 757 over northern Brazil.Theo de Raadt
2001-02-05typo. ntohl -> htonl. sync with kameJun-ichiro itojun Hagino
2001-02-04Add a ``Usable'' function to the ccp switch. The functionbrian
is called prior to sending a CCP configure request for a given protocol. The default is to send the request, but this is overridden for MPPE which checks to see if the lcp negotiations agreed CHAP81, and if not fails. Use the same function to decide if we should reject peer requests for MPPE. This should get rid of those boring messages about not being able to initialise MPPE when we don't negotiate CHAP81.
2001-02-04setting of maximum fd was wrong; patch from pr 1670: "Evgeni Belin" ↵Jason Wright
<ebelin@sauron.dnsalias.net>.
2001-02-04Add support for pseudo devices. This is done by adding more informationMats O Jansson
in ioconf.c. The only thing that can be done with pseudo devices is changing the number of created units. -moj ok deraadt@
2001-02-04avoid infinite loop when -s is specified (select loop mistake).Jun-ichiro itojun Hagino
make agetent() 32bit clean. KAME PR 127. disable -R (router renumbering receiver). sync with kame.
2001-02-04MPPE_MasterKeyValid is only there if HAVE_DES is definedbrian
2001-02-04Don't send an authentication failure response if we fail sendingbrian
a radius accounting packet.
2001-02-04Make the MPPE MasterKey Invalid messages a bit clearer (it nowbrian
complains that you can't do MPPE without CHAP81). Reset MasterKeyValid to zero when we hit phase DEAD.
2001-02-04Untangle some cunfusion between the CLOSE_STAYDOWN, CLOSE_LCP andbrian
CLOSE_NORMAL meanings. CLOSE_NORMAL doesn't change the currently required state, the others do. This should stop ppp from entering DATALINK_READY when LCP shutdown doesn't end up happening cleanly. Bump our version number to reflect this change.
2001-02-03ELF: fallback to malloc when mmap fails. for /dev/ksyms.Artur Grabowski
2001-01-31Dont write kernel if nothing has changed. ok @deraadt. -mojMats O Jansson
2001-01-3132 character user namesChris Cappuccio
2001-01-31resolve.c is unnecessary (and conflicts with the same file fromArtur Grabowski
libkrb. XXX - we really, really, really want to unify libroken between arla and krb4 (and krb5 in the future).
2001-01-31silence a few more targetsBrad Smith
2001-01-30Supply an always safe path to configureNiklas Hallqvist
2001-01-30Forgotten version number updateNiklas Hallqvist
2001-01-30wskbd(8) -> wskbd(4); TDeval@PrimeOBJ.COMAaron Campbell
2001-01-30kill moused for now.Marc Espie
2001-01-30ip_compat.h to ip_fil_compat.h. missed this one. sorryKjell Wooding
2001-01-30check for invalid [.max] fieldsTheo de Raadt
2001-01-30Change /dev/ttyE* to /dev/ttyC* to reflect reality in OpenBSD.Aaron Campbell
2001-01-30reimplement whacked changes. ip_compat.h to ip_fil_compat.hKjell Wooding
2001-01-30reimplement whacked ipmon changeKjell Wooding
2001-01-30ip_compat.h to ip_fil_compat.hKjell Wooding
2001-01-30install wscons utils manpages into i386 subdir as wellMichael Shalayeff
2001-01-30Build these userland wscons utilities on i386.Aaron Campbell
2001-01-29mark signal racesTheo de Raadt
2001-01-29do not _exit() in fork()'d childTheo de Raadt
2001-01-29do not exit(-1)Theo de Raadt
2001-01-29Add a few ``const''s to silence some -Wwrite-strings warningsbrian
2001-01-29max actually defaults to 256, not 40Theo de Raadt
2001-01-29use _exit() in signal handlerTheo de Raadt
2001-01-29Fix some log_Printf() casting; NetBSD (pkgsrc)brian
2001-01-29Only remove socket files with ``set server open''.brian
Only show the mask in ``show bundle'' when it's been specified. Complain about unexpected arguments after ``set server {none,open,closed}'' Log re-open failures as warnings rather than phase messages. Fix some markup for the ``set server'' man page description.
2001-01-29Ignore leading witespace in the string given to PacketAliasProxyRule().brian
2001-01-28Don't pass a buffer with leading spaces to PacketAliasProxyRule()brian
2001-01-28bad CVS, missed file in BIND 4.9.8-REL mergeNiklas Hallqvist
2001-01-28BIND 4.9.8-REL mergeNiklas Hallqvist
2001-01-26Fix arg countbrian
2001-01-26Allow ``set server closed'' to close the diagnostic socket.brian
Allow ``set server open'' to re-open the diagnostic socket. Handle SIGUSR1 by re-opening the diagnostic socket When receiving SIGUSR2 (and in ``set server none''), don't forget the socket details so that ``set server open'' and SIGUSR1 open it again. Don't create the diagnostic socket as uid 0 ! It's far to dangerous.
2001-01-26If executing the stuff from ppp.linkdown results in a state change,brian
don't continue adjusting the ipcp state machine. This allows ``down'' to work in ppp.linkdown - useful for a tunnel setup.
2001-01-25alpha is (will be) ELF.Artur Grabowski
2001-01-25Make this elf-size independent.Artur Grabowski
config -e works on my alpha.
2001-01-25Make nlist elf-size independent.Artur Grabowski