Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-18 | A better fix | brian | |
2001-08-18 | Fix a possible buffer overflow; theo | brian | |
2001-08-18 | undup -f Flag. | Marc Espie | |
2001-08-17 | more cleanup of FILES | Theo de Raadt | |
2001-08-17 | changes for new kqueue iface, make sure to make includes first | Michael Shalayeff | |
2001-08-17 | fix FILES | Theo de Raadt | |
2001-08-17 | o) {Open,Net,Free}BSD -> .{O,N,F}x; | Mike Pechkin | |
o) "start sentence on new line" issues; o) minimal -mdoc improvements; millert@ ok | |||
2001-08-16 | extra arg to pw_mkdb | Todd C. Miller | |
2001-08-16 | Add -s flag to only update secure .db file (/etc/spwd.db). Can be | Todd C. Miller | |
used in conjunction with -u user when only the password has changed. | |||
2001-08-16 | sync with KAME. | Kenjiro Cho | |
altq userland cleanup: - string operation audit - remove variable names from function prototypes - clean up error messages | |||
2001-08-16 | Spelling. | Peter Valchev | |
2001-08-15 | When updating the MTU for the default route, pass the mask and gateway | brian | |
to the routing socket. Submitted by: Russell T Hunt <alaric@MIT.EDU> | |||
2001-08-15 | fix -pa to display properly initialized adjustment; ok beck@ pjanzen@ | Kevin Steves | |
2001-08-13 | Wall cleanup | Peter Valchev | |
2001-08-12 | Use INFTIM where possible. | Federico G. Schwindt | |
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela | |
deraadt@ ok | |||
2001-08-11 | update license. ok from author (John LoVerso). | Jakob Schlyter | |
2001-08-11 | If waitpid() returns -1, check for EINTR | Todd C. Miller | |
2001-08-11 | cleanup; ok millert | Peter Valchev | |
2001-08-10 | Change copyright to BSD-style copyright. | brian | |
Ok'd by: Gabor Kincses <gabor@acm.org> | |||
2001-08-10 | pass -Wall | Todd C. Miller | |
2001-08-10 | Add file flag support to mtree from henning@crackinghacking.de | Todd C. Miller | |
with man page update and minor tweaks by me. | |||
2001-08-09 | sync, simplify, etc. slstats -i is now called -w, like pppstats | Theo de Raadt | |
2001-08-09 | Grrr...here it is. | Jason Peel | |
2001-08-09 | add m4 preprocessing based on enabled features; ok brian@, input | Jason Peel | |
from todd@ | |||
2001-08-08 | grammar; from bk@rt.fm | Jason Peel | |
2001-08-08 | rewrite signal handlers to be race-safe. rewrite USC/ISI code I think | Theo de Raadt | |
sufficiently so that there is nothing in there that doesn't look like any generic select loop from stevens. The FD_SET code remains overflowable... next thing to fix.. | |||
2001-08-08 | put a kjc copyright on this | Theo de Raadt | |
2001-08-08 | do not free unallocated memory, PR#1989 | Jakob Schlyter | |
2001-08-06 | a few more files that should be munged on clean. | Brad Smith | |
2001-08-06 | inet_[ap]ton result must be compared against 1 (== 1 or != 1). | Jun-ichiro itojun Hagino | |
2001-08-06 | do not use inet_addr | Theo de Raadt | |
2001-08-05 | Make manual match source string. | Hugh Graham | |
Spotted by Heikki Korpela. | |||
2001-08-03 | Open files with O_NONBLOCK but turn off non-blocking mode for | Todd C. Miller | |
non-ttys. If write(2) returns EAGAIN just ignore the error and move on. This prevents a locked terminal from causing syslogd grief. If we ever want to support logging to a fifo this will probably have to be revisited. | |||
2001-08-03 | fix typo; jcs@rt.fm | Theo de Raadt | |
2001-08-03 | Move .include <bsd.obj.mk> right after bsd.own.mk. | Federico G. Schwindt | |
2001-08-03 | fix building w/o obj | Jakob Schlyter | |
2001-08-03 | o) We always closes .Bl and .Bd tags; | Mike Pechkin | |
millert@ ok | |||
2001-08-02 | Declare prompt_vPrintf as being printf-link when __GNUC__ is defined | brian | |
2001-08-02 | Add a comment | brian | |
2001-08-02 | Formatting and whitespace cleanup | brian | |
2001-08-02 | Sync with FreeBSD (doesn't apply to obsd) | brian | |
2001-08-02 | o) .Sh AUTHOR -> .Sh AUTHORS; | Mike Pechkin | |
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok | |||
2001-08-01 | another bad licence goes foom! | Theo de Raadt | |
2001-08-01 | Fix loose vs. lose | Todd C. Miller | |
2001-08-01 | Remove tokenctl and tokenls from SEE ALSO -- they don't exist | Todd C. Miller | |
2001-07-31 | New license from Xerox! This code is now FREE! Took a while and a lot of | Theo de Raadt | |
mails, but it is worth it. | |||
2001-07-31 | Don't include a NUL at the end of our CHAP SUCCESS packet. | brian | |
When encryption (MPPE) is enabled, WindowsME and Windows98 both fail because of the extra byte, suggesting that they autheticated successfully in their log and then dropping the connection, telling the user that the peer doesn't support compatible encryption options. | |||
2001-07-31 | shrink even more | Theo de Raadt | |
2001-07-31 | Remove an irritating diagnostic emitted to LogPHASE when a | brian | |
static proxy arp entry is deleted. Rename a function (for consistency) and remove some whitespace (for readability). |