summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2000-12-15import apache 1.3.27 and mod_ssl 2.8.11Bob Beck
2000-12-15.Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at leastAaron Campbell
this is consistent.
2000-12-15openssl-engine 0.9.6 mergeBob Beck
Note that the library changes will mean that you will need to blow away /usr/obj/lib/libssl if you are building, or things will probably get mucked up.
2000-12-15Correct documented defaults for mppe, chap80 and chap81brian
2000-12-14Display MSCHAP as CHAP80 in ``show cpp''brian
Display the interface mtu in ``show iface''
2000-12-10for correctness, do seteuid, too. okay deraadt@Niels Provos
2000-12-09avoid buf oflow; belu@kriton.orgTheo de Raadt
2000-12-07timed printing; from Ben Smithurst <ben@scientia.demon.co.uk>; via tcpdump.orgMichael Shalayeff
2000-12-07smb printing; from Andrew Tridgell; via tcpdump.orgMichael Shalayeff
2000-12-07add vrrp printing; from tcpdump.orgMichael Shalayeff
2000-12-06Add a 'saving modified kernel' message. (deraadt@ ok)Hakan Olsson
2000-12-05tcpdump incorrectly print port numbers when parsing NFS (PR#1540)Jakob Schlyter
fix submitted by Grigoriy Orlov <gluk@ptci.ru>
2000-12-05fix RIPv0 (RFC 1058) printing; <james@squish.net>Jakob Schlyter
2000-11-29Spelling and punctuation fixes; FreeBSDbrian
2000-11-28Add ``enable/disable'' tcpmssfixup - enabled by default.brian
2000-11-28Use only the bit after the ``\'' when hashing the challenge inbrian
MSChapv2 Submitted by: Ustimenko Semen <semen@iclub.nsu.ru>
2000-11-26*** empty log message ***Todd C. Miller
2000-11-26Use pwd_mkdb -u usernameTodd C. Miller
Call system() with a list to avoid a call to sh
2000-11-26Update for pw_mkdb(3) interface change. All but vipw and userdel canTodd C. Miller
specify a username (and thus avoid rebuilding the while database).
2000-11-26Support -u username option. Loosely based on FreeBSD's changes.Todd C. Miller
I've also restructured things a bit to cut the number of master.passwd parses in half from 6 to 3. We can't really get away with fewer than that without sacrificing locality in the .db files.
2000-11-25Fix some warnings and take advantage of perl5 system definesTodd C. Miller
In adduser, use /etc/ptmp as a lock file like the other passwd programs. Currently it is just kept empty which is not so great. Use sysopen() with explicit file modes so there is no race whereby a user could see the contents on the master.passwd temp file in rmuser. Fix order of file opens in rmuser so we don't try and remove anything unless we can lock all our files.
2000-11-23fix one more s/sprintf/snprintf/; jeremy@hack.org.ilJakob Schlyter
2000-11-22Enable and accept MPPE by default (deflate & pred1 are preferred)brian
Accept MSCHAPv2 by default. Hard sentence breaks Describe tunneling more clearly Some cosmetic netgraph fixes (Not used in OpenBSD)
2000-11-21bye bye MULOG. code that is easy to read, is code that is easy to auditTheo de Raadt
2000-11-21sigjmp & statics begoneTheo de Raadt
2000-11-21Don't include mfs partitions in 'quot -a' since there is no device fileTodd C. Miller
to open.
2000-11-18avoid SIGHUP log issues, pr 1511, dean@bullock.net. It is still a signalTheo de Raadt
race, but I do not at the moment feel like rewriting a call to svc_run() to handle it syncronously ...
2000-11-16Fix password clearing bug; FreeBSDbrian
2000-11-16Be more consistent with .Bl tagsbrian
2000-11-16Be a bit more precise about what ``nat deny_incoming yes'' does.brian
2000-11-15Last commit introduced extra space (lame)Angelos D. Keromytis
2000-11-15Fix bug introduced with overriding of pseudo-devices.Angelos D. Keromytis
2000-11-12Fix XFree86/console mouse transparency for serial mice. Tested with both aAaron Campbell
serial and PS/2 mouse, seems to do the trick; Jean-Baptiste.Marchand@epita.fr
2000-11-12typoAaron Campbell
2000-11-11Increase M_MAXBUF so that it's greater than HDLCSIZEbrian
2000-11-10do not advertise dynamic/cloned routesJun-ichiro itojun Hagino
2000-11-10revert, okay @aaronNiels Provos
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-11-09typoTheo de Raadt
2000-11-08- Get rid of ".Sh OPTIONS" and always use the standard options list intro.Aaron Campbell
- Move some BUGS/CAVEATS to the end of the man pages where they should go. - Correct some .Nm usage.
2000-11-07Don't assume that a SOCK_DGRAM descriptor in -direct mode is anbrian
unconnected socket.
2000-11-07Pass the correct option data to the compression modules Init functionbrian
rather than the data associated with the first protocol REQuested. Initiate MPPE session keys correctly based on whether we're client or server
2000-11-02Some whitespace changesbrian
Some slightly better diagnostics Add MPPE and chapv2 support; Ustimenko Semen <semen@iclub.nsu.ru> Bump the version number Add ``all'' logging; perhaps@yes.no Handle quoted hash characters properly Honour ``nat deny_incoming'' properly Fix radius accounting initialisation Moan about tcsetattr() failures
2000-11-02Improvements for ICMP and GRE/PPTP; FreeBSDbrian
2000-10-31some buffer care; jakobTheo de Raadt
2000-10-30Fix up this man page considerably.Aaron Campbell
2000-10-30accept unknown options in leases by default; beckTheo de Raadt
2000-10-29Eek, typo in my last commit; noticed by huynh.29@osu.eduAaron Campbell
2000-10-28Close PR 1419, use modified patch (original from peter.galbavy@knowledge.com)Angelos D. Keromytis