Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-03 | Make if.c kvm free by fetching the interface stats via sysctl like in systat | Claudio Jeker | |
and ospfd. What is not yet covered is the -d and -t flags to show interface queue drops and the if_timer. OK deraadt@ | |||
2008-01-03 | document "exit" for logging out of systems, instead of "logout": | Jason McIntyre | |
it works for both csh and ksh, and is covered by posix; from Pierre Riteau | |||
2008-01-03 | remove almost empty EXAMPLE section | Charles Longeau | |
ok jmc@ | |||
2008-01-03 | missing word; from Jason Filley | Jason McIntyre | |
2008-01-03 | In preparation of eliminating <> comment false positives: | Ray Lai | |
- Move <> comments in template to an array, for easier reference later. - Rename "comment" variable to avoid shadowing. - Change some <> comments to SENDBUG comments. OK chl@ | |||
2008-01-02 | remove unused function | Charles Longeau | |
from tobias@ ok millert@ tobias@ | |||
2008-01-02 | remove unused functions | Charles Longeau | |
from tobias@ ok millert@ tobias@ | |||
2008-01-02 | fix obvious bug in .NODEFAULT handling | Marc Espie | |
2008-01-02 | remove unused file | Charles Longeau | |
unused function initially spotted by tobias@, then I realized the whole file was unused. ok millert@ tobias@ | |||
2008-01-01 | Allow PermitRootLogin in a Match block. Allows for, eg, permitting root | Darren Tucker | |
only from the local network. ok markus@, man page bit ok jmc@ | |||
2008-01-01 | If scp -p encounters a pre-epoch timestamp, use the epoch which is | Darren Tucker | |
as close as we can get given that it's used unsigned. Add a little debugging while there. bz #828, ok djm@ | |||
2008-01-01 | spaces -> tabs from my previous commit | Darren Tucker | |
2007-12-31 | if our node doesn't have a lineno/fname, inherit from `used' node. | Marc Espie | |
This lets suffix rules finally print out where they come from... | |||
2007-12-31 | When in inetd mode, have sshd generate a Protocol 1 ephemeral server | Darren Tucker | |
key only for connections where the client chooses Protocol 1 as opposed to when it's enabled in the server's config. Speeds up Protocol 2 connections to inetd-mode servers that also allow Protocol 1. bz #440, based on a patch from bruno at wolff.to, ok markus@ | |||
2007-12-31 | Prevent strict-aliasing warnings on newer gcc versions. bz #1355, patch | Darren Tucker | |
from Dmitry V. Levin, ok djm@ | |||
2007-12-30 | new sentence, new line; | Jason McIntyre | |
2007-12-30 | add missing arguments to synopsis; fix brackets; lowercase "usage:" | Igor Sobrado | |
ok jmc@ | |||
2007-12-30 | lowercase "usage:"; align synopses | Igor Sobrado | |
ok jmc@ | |||
2007-12-30 | minor improvement on the diff to r1.106 | Igor Sobrado | |
ok jsing@ | |||
2007-12-28 | Use the correct packet maximum sizes for remote port and agent forwarding. | Darren Tucker | |
Prevents the server from killing the connection if too much data is queued and an excessively large packet gets sent. bz #1360, ok djm@. | |||
2007-12-28 | Make SSH2_MSG_UNIMPLEMENTED and SSH2_MSG_IGNORE messages reset the | Darren Tucker | |
ServerAlive and ClientAlive timers. Prevents dropping a connection when these are enabled but the peer does not support our keepalives. bz #1307, ok djm@. | |||
2007-12-28 | Pull from master repo: | Stefan Kempf | |
Use sclass and soffset to access hdr.h_sclass and hdr.h_offset. | |||
2007-12-27 | Add a small helper function to consistently handle the EAI_SYSTEM error | Darren Tucker | |
code of getaddrinfo. Prompted by vgiffin at apple com via bz #1417. ok markus@ stevesk@ | |||
2007-12-25 | Pull from master repo: | Stefan Kempf | |
Set type to INT if it's still UNDEF upon return from typenode(). ok ragge@ | |||
2007-12-23 | increase the marker buffers, they are not big enough for hg merge | Ted Unangst | |
2007-12-22 | Sync with main repo. | Stefan Kempf | |
2007-12-22 | Sync with main repo. | Stefan Kempf | |
2007-12-22 | Sync with main repo. | Stefan Kempf | |
2007-12-22 | Sync with main repo. | Stefan Kempf | |
2007-12-22 | Sync with main repo. | Stefan Kempf | |
2007-12-22 | Sync with main repo. | Stefan Kempf | |
2007-12-21 | update to sudo 1.6.9p10 | Todd C. Miller | |
2007-12-19 | sync to main repo; requested by mickey | Otto Moerbeek | |
2007-12-19 | Remove the kvm code in rt_stats() and use the sysctl code all the time. | Claudio Jeker | |
While there remove the ugly rflag checks and make it more consistent with the rest of the code. Another step in making netstat setgid free. OK deraadt@ | |||
2007-12-19 | delete rcsid crud | Theo de Raadt | |
2007-12-16 | Updates from master repo: | Anders Magnusson | |
> Fix bug causing a cast from floats to integer types be rounded > up as well as down instead just rounding them down. | |||
2007-12-16 | Updates from master repo: | Anders Magnusson | |
> More sane sanitycheck in e2print(). > Add edges between different needs in table entries to avoid > that they get painted with the same color. | |||
2007-12-16 | Update from master repo: | Anders Magnusson | |
> Do not output constants larger than stabs allows. | |||
2007-12-15 | -DNOKVM will compile iostat.c without kvm support, which it does not need | Theo de Raadt | |
2007-12-15 | change over last few bits to use sysctl(3) if possible, and make this | Theo de Raadt | |
not setgid kmem (hurray!) ok tedu, tested jsg | |||
2007-12-14 | remove 21 nlist variables, and instead use sysctl to query the kernel | Theo de Raadt | |
turn on INET6 the default (remove the #ifdef's) ok claudio reyk | |||
2007-12-13 | implement sysctls to report IP, TCP, UDP, and ICMP statistics and | Reyk Floeter | |
change netstat to use them instead of accessing kvm for it. more protocols will be added later. discussed with deraadt@ claudio@ gilles@ ok deraadt@ | |||
2007-12-12 | unbreak lls command and add a regress test that would have caught the | Damien Miller | |
breakage; spotted by mouring@ | |||
2007-12-11 | mbuf stats are always gotten via sysctl(), so remove old nlist stuff | Theo de Raadt | |
ok claudio pyr | |||
2007-12-10 | zap field nothing uses. | Marc Espie | |
2007-12-09 | Updates from master repo: | Anders Magnusson | |
- Don't loop forever in conditional includes. - Print error and not a number if wrong token got. - A bunch of sanity checks. | |||
2007-12-09 | remove makefile hacks to build links. Instead, change the files that | Marc Espie | |
gprof uses directly. okay deraadt@, miod@. Thanks for checking that gcc 2.95 is happy with #include MACRO | |||
2007-12-09 | Updates from master repo: | Anders Magnusson | |
- Add acceptable() and mflags(). - Remove unused functions. | |||
2007-12-09 | Updates from master repo: | Anders Magnusson | |
- Add support for PIC code. | |||
2007-12-09 | Updates from master repo: | Anders Magnusson | |
- Add acceptable(). - Remove unused function setincr(). Add acce |