Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-12 | rev 1.298 | Brad 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-12 | rev 1.45 | Brad Smith | |
Add a missing memcpy From brian FreeBSD | |||
2005-07-12 | sync | Theo de Raadt | |
2005-07-12 | new INTEL 915GM*; pablomh@gmail.com | Theo de Raadt | |
2005-07-12 | rev 1.117 | Brad 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 versions | Brad Smith | |
of ipcpretry and ipcpretries. - improve handling of IPv6 link-local addresses From brian FreeBSD | |||
2005-07-12 | rev 1.14 | Brad 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-12 | remove unused prototype sk_free_jumbo_mem | Brad Smith | |
2005-07-12 | free resources for Jumbo buffers in sk_stop(). | Brad Smith | |
ok deraadt, krw, beck | |||
2005-07-11 | add XP900 | Jolan Luff | |
2005-07-11 | Enable IR receive mode only for infrared capable PXA2x0 UARTs. Normal | Uwe 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-11 | rev 1.12 | Brad Smith | |
When session is over, IPv6 default route to tun should be removed, too. From ume FreeBSD | |||
2005-07-11 | rev 1.30 | Brad 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-11 | Don't install wrong IPv6 route by add command. | Brad Smith | |
From ume FreeBSD ok deraadt@ | |||
2005-07-11 | rev 1.32 | Brad 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-11 | krw stopped use of hash.c | Theo de Raadt | |
2005-07-11 | hash.c no longer used | Theo de Raadt | |
2005-07-11 | spacing | Theo de Raadt | |
2005-07-11 | we aren't using cvs_history_print() right now | Joris Vink | |
2005-07-11 | Expunge unused hashing code and variables. | Kenneth R Westerback | |
2005-07-11 | zap unused variable | Joris Vink | |
2005-07-11 | Dispense with the overhead of creating a hash just to lookup the | Kenneth 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-11 | remove help if SMALL is defined. idea from NetBSD. should shrink a few | Federico G. Schwindt | |
bytes in the ramdisk. deraadt@ ok. | |||
2005-07-11 | sync | Theo de Raadt | |
2005-07-11 | Don't set timestamps created from stack garbage when compressing | Todd C. Miller | |
from stdin. Based on a patch from marc@ | |||
2005-07-11 | clear PFI_IFLAG_SKIP when clearing interface flags, found by David Hill, | Daniel Hartmeier | |
ok henning@ | |||
2005-07-11 | add missing {} around TAILQ_FOREACH block, found by David Hill | Daniel Hartmeier | |
2005-07-11 | Fix 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-fail | Artur Grabowski | |
2005-07-11 | Test that mmap fails properly. | Artur Grabowski | |
2005-07-11 | fix another case where a message shouldnt be printed if -Q is specified; | Xavier Santolaria | |
2005-07-11 | display info message only if -q is not specified. | Xavier Santolaria | |
also display correct message wether -d is specified or not. ok joris@ | |||
2005-07-11 | display warning message about an unknown file only if -Q is not specified; | Xavier Santolaria | |
2005-07-11 | display info message only if -q is not specified; | Xavier Santolaria | |
2005-07-11 | add info message; | Xavier Santolaria | |
2005-07-11 | More descriptive error if a signal causes the child to exit; ok henning@ | Darren Tucker | |
2005-07-11 | Print privsep user and dir when in debug mode; ok henning@ | Darren Tucker | |
2005-07-11 | Print actual error when in debug mode; ok henning@ | Darren Tucker | |
2005-07-11 | print info message; | Xavier Santolaria | |
2005-07-11 | align some stupid comments | Michael Shalayeff | |
2005-07-11 | the status variable is gone. | Joris Vink | |
2005-07-11 | sync | Theo de Raadt | |
2005-07-11 | new devs; maxim@student.chalmers.se | Theo de Raadt | |
2005-07-11 | add proper handling for realloc() failure cases, avoiding bad idiom and | Niall O'Higgins | |
plugging a few potential memory leaks. ok joris@ | |||
2005-07-10 | be more specific with LinkSys EG1032 and EG1064 revs and mention EG1032 | Brad Smith | |
in the re(4) man page for v3. | |||
2005-07-10 | if 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-10 | zap unused variables; | Joris Vink | |
2005-07-10 | - get rid of an unused variable. | Joris Vink | |
- stone() and newcand() could fail, handle it. | |||
2005-07-10 | Spacing cleanup. | Alexander Yurchenko | |
2005-07-10 | pci_conf_read() return pcireg_t not u_int32_t and fix some style | Michael Shalayeff | |