summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-07-12rev 1.298Brad Smith
Fix ``set ifaddr''. The code was actually using an uninitialised variable, but conveniently, because ncpaddr.ncpaddr_family != AF_INET, the call to ncpaddr_getip4addr() became a no-op leaving the local address as it was (defaulting to whatever my hostname resolves to). From brian FreeBSD
2005-07-12rev 1.45Brad Smith
Add a missing memcpy From brian FreeBSD
2005-07-12syncTheo de Raadt
2005-07-12new INTEL 915GM*; pablomh@gmail.comTheo de Raadt
2005-07-12rev 1.117Brad Smith
If the peer gives us 0.0.0.0 as his IP number, NAK it rather than accepting it as being in range. set ifaddr 1.2.3.4/0 5.6.7.8/0 no longer allows 0.0.0.0 as a valid IP. From brian FreeBSD
2005-07-12- support ipv6cpretry and ipv6cpretries, which are IPv6 versionsBrad Smith
of ipcpretry and ipcpretries. - improve handling of IPv6 link-local addresses From brian FreeBSD
2005-07-12rev 1.14Brad Smith
Though manpage says that 0.0.0.0 can be used as HISADDR for gw in Framed-Route, it didn't work. Since ncprange_aton() treats 0.0.0.0 and :: as prefixlen=0, we need to care the case. From ume FreeBSD
2005-07-12remove unused prototype sk_free_jumbo_memBrad Smith
2005-07-12free resources for Jumbo buffers in sk_stop().Brad Smith
ok deraadt, krw, beck
2005-07-11add XP900Jolan Luff
2005-07-11Enable IR receive mode only for infrared capable PXA2x0 UARTs. NormalUwe Stuehler
reception is blocked while the IR receiver or transmitter is enabled. Also enable the PXA2x0 UART before clearing the FIFO (suggested by drahn@ some time ago), and disable the UART in compwroff(). ok deraadt@
2005-07-11rev 1.12Brad Smith
When session is over, IPv6 default route to tun should be removed, too. From ume FreeBSD
2005-07-11rev 1.30Brad Smith
If IPCP is disabled, susccess of IPV6CP negotiation is sufficient to communicate by IPv6. So, the prompt should be `PPP' rather than `PPp'. From ume FreeBSD ok deraadt@
2005-07-11Don't install wrong IPv6 route by add command.Brad Smith
From ume FreeBSD ok deraadt@
2005-07-11rev 1.32Brad Smith
Add IPv6 support to pppctl by using getaddrinfo() and trying each address it returns. This allows it to connect to the server side again, which has been listening on IPv6 addresses exclusively for more than 3 years. From tjr FreeBSD Fixes the issue noted in PR's 2780, 3570 and 3751. ok deraadt@
2005-07-11krw stopped use of hash.cTheo de Raadt
2005-07-11hash.c no longer usedTheo de Raadt
2005-07-11spacingTheo de Raadt
2005-07-11we aren't using cvs_history_print() right nowJoris Vink
2005-07-11Expunge unused hashing code and variables.Kenneth R Westerback
2005-07-11zap unused variableJoris Vink
2005-07-11Dispense with the overhead of creating a hash just to lookup theKenneth R Westerback
option name. Just iterate over the 256 option names. Only the first 80 or so are used anyway. Eliminating now unused hash code will follow. ok henning@ millert@ beck@
2005-07-11remove help if SMALL is defined. idea from NetBSD. should shrink a fewFederico G. Schwindt
bytes in the ramdisk. deraadt@ ok.
2005-07-11syncTheo de Raadt
2005-07-11Don't set timestamps created from stack garbage when compressingTodd C. Miller
from stdin. Based on a patch from marc@
2005-07-11clear PFI_IFLAG_SKIP when clearing interface flags, found by David Hill,Daniel Hartmeier
ok henning@
2005-07-11add missing {} around TAILQ_FOREACH block, found by David HillDaniel Hartmeier
2005-07-11Fix off-by-one bug in readtty() and don't assume BUFSIZ == 1024.Todd C. Miller
Based on a patch from Ulf Harnhammar.
2005-07-11+= mmap-failArtur Grabowski
2005-07-11Test that mmap fails properly.Artur Grabowski
2005-07-11fix another case where a message shouldnt be printed if -Q is specified;Xavier Santolaria
2005-07-11display info message only if -q is not specified.Xavier Santolaria
also display correct message wether -d is specified or not. ok joris@
2005-07-11display warning message about an unknown file only if -Q is not specified;Xavier Santolaria
2005-07-11display info message only if -q is not specified;Xavier Santolaria
2005-07-11add info message;Xavier Santolaria
2005-07-11More descriptive error if a signal causes the child to exit; ok henning@Darren Tucker
2005-07-11Print privsep user and dir when in debug mode; ok henning@Darren Tucker
2005-07-11Print actual error when in debug mode; ok henning@Darren Tucker
2005-07-11print info message;Xavier Santolaria
2005-07-11align some stupid commentsMichael Shalayeff
2005-07-11the status variable is gone.Joris Vink
2005-07-11syncTheo de Raadt
2005-07-11new devs; maxim@student.chalmers.seTheo de Raadt
2005-07-11add proper handling for realloc() failure cases, avoiding bad idiom andNiall O'Higgins
plugging a few potential memory leaks. ok joris@
2005-07-10be more specific with LinkSys EG1032 and EG1064 revs and mention EG1032Brad Smith
in the re(4) man page for v3.
2005-07-10if cvs_sendreq() returns -1 we have to translate it into CVS_EX_PROTO,Joris Vink
so the user will know what is going on.
2005-07-10zap unused variables;Joris Vink
2005-07-10- get rid of an unused variable.Joris Vink
- stone() and newcand() could fail, handle it.
2005-07-10Spacing cleanup.Alexander Yurchenko
2005-07-10pci_conf_read() return pcireg_t not u_int32_t and fix some styleMichael Shalayeff