Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-11 | NOMAN building works, fix NOMAN installation. | Marc Espie | |
Noticed by jmc@ | |||
2003-12-11 | Fix PR3587 and other related problems with NAT and table stats. | Cedric Berger | |
PPL that have that problem and cannot upgrade to -current could just comment out the assertion in pfr_update_stats(). ok dhartmei@ henning@ | |||
2003-12-11 | Check DP83815/6 silicon revision register and apply current fixes documented | Chris Cappuccio | |
in National Semiconductor's datasheets and linux driver, depending on the revision. This fixes the short cable issues more reliably than the fix from rev 1.31 (no long cable issue created), and also fixes lockups on some chips under load. From Poul-Henning Kamp / FreeBSD | |||
2003-12-11 | remove @ that i do not like | Theo de Raadt | |
2003-12-11 | do not whine about . | Theo de Raadt | |
2003-12-10 | missed in previous commit | Todd C. Miller | |
2003-12-10 | regen after poll(2) change | Todd C. Miller | |
2003-12-10 | Add an nfds_t type as per POSIX and also add pollfd_t like Solaris has. | Todd C. Miller | |
2003-12-10 | spacing | Theo de Raadt | |
2003-12-10 | Ignore PSALL if NOMAN is set; noticed by jmc@ | Todd C. Miller | |
2003-12-10 | for unaligned btlb mapping attempts -- just fail | Michael Shalayeff | |
2003-12-10 | yppoll.c | Theo de Raadt | |
2003-12-10 | oops | Theo de Raadt | |
2003-12-10 | stamp files and directories. | Marc Espie | |
okay sturm@ | |||
2003-12-10 | Flag unresolved package names as errors. | Marc Espie | |
Help resolution by stripping away .tgz. | |||
2003-12-10 | Replace Adding/Deleting with "Pretending to add/delete" in -n mode. | Marc Espie | |
Pick up DISPLAY from staging area, so that it gets found even if -n. | |||
2003-12-10 | validate set/getsockopt arg more strictly. local privileged user could cause | Jun-ichiro itojun Hagino | |
a kernel panic with previous code. from kame | |||
2003-12-10 | fix NULL/0 mixup | Jun-ichiro itojun Hagino | |
2003-12-10 | dstkva is not a pointer, so comparison with NULL is inappropriate. | Jun-ichiro itojun Hagino | |
2003-12-10 | de-register. deraadt ok | Jun-ichiro itojun Hagino | |
2003-12-10 | correct non-repetitive ID code, based on comments from niels provos. | Jun-ichiro itojun Hagino | |
- seed2 is necessary, but use it as "seed2 + x" not "seed2 ^ x". - skipping number is not needed, so disable it for 16bit generator (makes the repetition period to 30000) | |||
2003-12-10 | - fix a few exit cases that would exit with no log | Bob Beck | |
- add username to added ruleset names when possible - add much needed example to man page showing how to use NAT with tagging to track NATed authpfed connections. ok henning@ dhartmei@, man page cleanup by jmc@ | |||
2003-12-10 | use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULL | Jun-ichiro itojun Hagino | |
to check if interface exists, as (1) if_index will have different meaning (2) ifindex2ifnet could become NULL when interface gets destroyed, when we introduce dynamically-created interfaces. markus ok | |||
2003-12-10 | snc list of supported controllers with reality | Henning Brauer | |
2003-12-09 | Clear exit code when ssh -N is terminated with a SIGTERM. ok markus@ | Darren Tucker | |
2003-12-09 | match a couple more models | Henning Brauer | |
ok deraadt@ | |||
2003-12-09 | sync with FreeBSD | Henning Brauer | |
allow for support of several newer chips that apparently are all sold as PROO/1000 and PRO/1000MT tested by naddy@ and ho@ ok deraadt@ | |||
2003-12-09 | sync | Theo de Raadt | |
2003-12-09 | new moxa puc | Theo de Raadt | |
2003-12-09 | sync | Theo de Raadt | |
2003-12-09 | knf | Theo de Raadt | |
2003-12-09 | preventative measure against format string problem; from art, via | Theo de Raadt | |
bruno & grange | |||
2003-12-09 | rename keepalive to tcpkeepalive; the old name causes too much | Markus Friedl | |
confusion; ok djm, dtucker; with help from jmc@ | |||
2003-12-09 | better management of list of installed packages. Allow pkg_add/delete -n | Marc Espie | |
to proceed correctly in case of dependencies. | |||
2003-12-09 | sync | Henning Brauer | |
2003-12-09 | more intel GigE, ok theo | Henning Brauer | |
2003-12-09 | Spell out which dependencies are getting solved so that pkg_add output | Marc Espie | |
is less confusing. | |||
2003-12-09 | Fix logic for error handling, especially if -n is specified. | Marc Espie | |
2003-12-09 | don't modify argv for ssh -o; similar to sshd.c 1.283 | Markus Friedl | |
2003-12-09 | fix -o and HUP; ok henning@ | Markus Friedl | |
2003-12-09 | fix weird formatting issues in SYNOPSIS; | Jason McIntyre | |
diff from Brian Poole; | |||
2003-12-09 | make ClientKeepAlive work for ssh -N, too (no login shell requested). | Markus Friedl | |
1) send a bogus channel request if we find a channel 2) send a bogus global request if we don't have a channel ok + test beck@ | |||
2003-12-09 | on pci systems bootdevice is specified by the hpa only | Michael Shalayeff | |
and thus just scan the bars for the matching hpa for each pci device | |||
2003-12-09 | Prevent ssh-keygen -T from outputting moduli with a generator of 0, since | Darren Tucker | |
they can't be used for Diffie-Hellman. Assistance and ok djm@ | |||
2003-12-09 | Towers of Hanoi regression test. | Otto Moerbeek | |
BSD license with permission from author Amit Singh <amit_s at acm dot org>. | |||
2003-12-09 | Towers of Hanoi regression test. | Otto Moerbeek | |
BSD license with permission from author Amit Singh <amit_s at acm dot org>. | |||
2003-12-09 | better description of yylval, from mickey@ | Jason McIntyre | |
2003-12-09 | install lex PSD; | Jason McIntyre | |
the actual doc has been updated regarding current implementation of lex. I also replaced the tables with displays, for simplicity and because of formatting errors (unsupported macros); sanity check and ok mickey@ | |||
2003-12-09 | missing printf arg; from Alf Schlichting | Michael Shalayeff | |
2003-12-09 | missing ar; form Alf Schlichting <leopold-bloom@foni.net> | Michael Shalayeff | |