Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-12-15 | import apache 1.3.27 and mod_ssl 2.8.11 | Bob Beck | |
2000-12-15 | .Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at least | Aaron Campbell | |
this is consistent. | |||
2000-12-15 | openssl-engine 0.9.6 merge | Bob 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-15 | Correct documented defaults for mppe, chap80 and chap81 | brian | |
2000-12-14 | Display MSCHAP as CHAP80 in ``show cpp'' | brian | |
Display the interface mtu in ``show iface'' | |||
2000-12-10 | for correctness, do seteuid, too. okay deraadt@ | Niels Provos | |
2000-12-09 | avoid buf oflow; belu@kriton.org | Theo de Raadt | |
2000-12-07 | timed printing; from Ben Smithurst <ben@scientia.demon.co.uk>; via tcpdump.org | Michael Shalayeff | |
2000-12-07 | smb printing; from Andrew Tridgell; via tcpdump.org | Michael Shalayeff | |
2000-12-07 | add vrrp printing; from tcpdump.org | Michael Shalayeff | |
2000-12-06 | Add a 'saving modified kernel' message. (deraadt@ ok) | Hakan Olsson | |
2000-12-05 | tcpdump incorrectly print port numbers when parsing NFS (PR#1540) | Jakob Schlyter | |
fix submitted by Grigoriy Orlov <gluk@ptci.ru> | |||
2000-12-05 | fix RIPv0 (RFC 1058) printing; <james@squish.net> | Jakob Schlyter | |
2000-11-29 | Spelling and punctuation fixes; FreeBSD | brian | |
2000-11-28 | Add ``enable/disable'' tcpmssfixup - enabled by default. | brian | |
2000-11-28 | Use only the bit after the ``\'' when hashing the challenge in | brian | |
MSChapv2 Submitted by: Ustimenko Semen <semen@iclub.nsu.ru> | |||
2000-11-26 | *** empty log message *** | Todd C. Miller | |
2000-11-26 | Use pwd_mkdb -u username | Todd C. Miller | |
Call system() with a list to avoid a call to sh | |||
2000-11-26 | Update for pw_mkdb(3) interface change. All but vipw and userdel can | Todd C. Miller | |
specify a username (and thus avoid rebuilding the while database). | |||
2000-11-26 | Support -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-25 | Fix some warnings and take advantage of perl5 system defines | Todd 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-23 | fix one more s/sprintf/snprintf/; jeremy@hack.org.il | Jakob Schlyter | |
2000-11-22 | Enable 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-21 | bye bye MULOG. code that is easy to read, is code that is easy to audit | Theo de Raadt | |
2000-11-21 | sigjmp & statics begone | Theo de Raadt | |
2000-11-21 | Don't include mfs partitions in 'quot -a' since there is no device file | Todd C. Miller | |
to open. | |||
2000-11-18 | avoid SIGHUP log issues, pr 1511, dean@bullock.net. It is still a signal | Theo de Raadt | |
race, but I do not at the moment feel like rewriting a call to svc_run() to handle it syncronously ... | |||
2000-11-16 | Fix password clearing bug; FreeBSD | brian | |
2000-11-16 | Be more consistent with .Bl tags | brian | |
2000-11-16 | Be a bit more precise about what ``nat deny_incoming yes'' does. | brian | |
2000-11-15 | Last commit introduced extra space (lame) | Angelos D. Keromytis | |
2000-11-15 | Fix bug introduced with overriding of pseudo-devices. | Angelos D. Keromytis | |
2000-11-12 | Fix XFree86/console mouse transparency for serial mice. Tested with both a | Aaron Campbell | |
serial and PS/2 mouse, seems to do the trick; Jean-Baptiste.Marchand@epita.fr | |||
2000-11-12 | typo | Aaron Campbell | |
2000-11-11 | Increase M_MAXBUF so that it's greater than HDLCSIZE | brian | |
2000-11-10 | do not advertise dynamic/cloned routes | Jun-ichiro itojun Hagino | |
2000-11-10 | revert, okay @aaron | Niels Provos | |
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron 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-09 | typo | Theo 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-07 | Don't assume that a SOCK_DGRAM descriptor in -direct mode is an | brian | |
unconnected socket. | |||
2000-11-07 | Pass the correct option data to the compression modules Init function | brian | |
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-02 | Some whitespace changes | brian | |
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-02 | Improvements for ICMP and GRE/PPTP; FreeBSD | brian | |
2000-10-31 | some buffer care; jakob | Theo de Raadt | |
2000-10-30 | Fix up this man page considerably. | Aaron Campbell | |
2000-10-30 | accept unknown options in leases by default; beck | Theo de Raadt | |
2000-10-29 | Eek, typo in my last commit; noticed by huynh.29@osu.edu | Aaron Campbell | |
2000-10-28 | Close PR 1419, use modified patch (original from peter.galbavy@knowledge.com) | Angelos D. Keromytis | |