Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-22 | snprintf() return audit. sync with kame | Jun-ichiro itojun Hagino | |
2001-08-22 | ether_hton(3) -> ether_hostton(3) | Brad Smith | |
2001-08-21 | adjust dummy salt: normal users have 6 blowfish rounds | Camiel Dobbelaar | |
2001-08-21 | use FLOCK | Camiel Dobbelaar | |
from Solar; ran it by millert@ | |||
2001-08-21 | Enable IFF_MULTICAST when first opening the tun device | brian | |
Don't bring the interface up immediately Don't complain about unrecognised interface flags in ``show iface''. | |||
2001-08-21 | BSD license; Thomas H. Ptacek | Jakob Schlyter | |
2001-08-21 | Add some comments to make it clearer how we're handling signals. | brian | |
2001-08-21 | Treat an interface address as conflicting if it's destination address | brian | |
matches any existing destination addresses on the interface. This unbreaks ``enable iface-alias''. | |||
2001-08-21 | Handle snprintf() returning < -1 | brian | |
2001-08-21 | Restore whitespace clobbered with the last commit | brian | |
2001-08-21 | Remove some conflicting copyright lines. | brian | |
2001-08-20 | fix the misuse of snprintf return values. | Kenjiro Cho | |
spotted by deraadt@. | |||
2001-08-20 | fix a bug that steps over the array boundary. | Kenjiro Cho | |
it hasn't been noticed until the recent code restructure. report by deraadt@. | |||
2001-08-20 | Powered by @mantoya. | Mike Pechkin | |
o) we don't like .Nd without argument, except next line starts with a new tag; millert@ ok | |||
2001-08-20 | Powered by @mantoya. | Mike Pechkin | |
o) fix bogus .Xr usage; millert@ ok. | |||
2001-08-20 | When attempting to change the default route under FreeBSD, don't write | brian | |
the gateway and mask to the routing socket, otherwise the update fails. The code here was broken for FreeBSD when IPv6 support was added, but worked for OpenBSD. OpenBSD expects the gateway and mask to be supplied and fails the update otherwise. | |||
2001-08-19 | Add IPv6 support. | brian | |
IPV6CP support is crude for now, and hasn't been tested against any other implementations. RADIUS and IPv6 are independent of eachother for now. ppp.linkup/ppp.linkdown aren't currently used by IPV6CP Understand all protocols(5) in filter rules rather than only a select few. Allow a mask specification for the ``delete'' command. It's now possible to specifically delete one of two conflicting routes. When creating and deleting proxy arp entries, do it for all IPv4 interface addresses rather than doing it just for the ``current'' peer address. When iface-alias isn't in effect, don't blow away manually (via ``iface add'') added interface addresses. When listening on a tcp server (diagnostic) socket, bind so that a tcp46 socket is created -- allowing both IPv4 and IPv6 connections. When displaying ICMP traffic, don't display the icmp type twice. When display traffic, display at least some information about unrecognised traffic. Bump version | |||
2001-08-19 | first pass at some cleanup here | Eric Jackson | |
- use standard functions,, dont roll our own (strdup, strcasecmp, etc) - style(9) - share common headers.. more readable. doesnt address some of the other problems (cacheing), yet | |||
2001-08-19 | Better file change detection: | Todd C. Miller | |
o when copying to temp file set utimes on temp file equal to original o use st_mtimespec instead of st_mtime for better granularity | |||
2001-08-19 | libexec is the wrong place for popa3d, since it can be started WITHOUT inetd | Theo de Raadt | |
2001-08-18 | Deal with snprintf returns properly | brian | |
2001-08-18 | Deal with snprintf() return codes properly | brian | |
2001-08-18 | Mention in SEE ALSO that "Amd - The 4.4 BSD Automounter" is available by | Peter Valchev | |
running ``info amd''; ok millert | |||
2001-08-18 | be careful with snprintf/strlcpy - account for cases where they | Bob Beck | |
can return values bigger than the length specified. | |||
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 | |