Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-26 | ypu sure get the impression the number of memory leaks in error pathes | Henning Brauer | |
is infinite... Andrey Matveev <andrushock@korovino.net> spotted a few again! | |||
2005-02-25 | forgot to remove -P from getopt(). | Hans-Joerg Hoexer | |
2005-02-25 | Zap -P option. It has never done anything. While there tweak descripton of | Hans-Joerg Hoexer | |
-N. zap -P ok ho@ | |||
2005-02-25 | Fix an obviously incorrect call to memset. '0' and 0 are not the same | Chad Loder | |
thing. Input and OK from markus@, ho@, niklas@, deraadt@, hshoexer@ | |||
2005-02-24 | changes for ccd changes | Michael Shalayeff | |
2005-02-24 | disable the SA dpd timer on sa_free(). this avoid a race | Markus Friedl | |
between DPD and initial contact (double free); ok hshoexer | |||
2005-02-24 | dpd_find_sa: only ready SAs, otherwise DPD will delete SAs owned by | Markus Friedl | |
an exchange; ok hshoexer | |||
2005-02-24 | Add -N switch to select port for udpencap. Thus it's possible to run multiple | Hans-Joerg Hoexer | |
isakmpds on different ports specified with -p and -N. ok ho@ | |||
2005-02-24 | Never respond to 0-length UDP packets. Reduces, but does not eliminate | Chad Loder | |
probability that isakmp service will be detected during port scans. OK hoexer@ | |||
2005-02-22 | fix wrong line break in comment. | Moritz Jodeit | |
ok hshoexer@ | |||
2005-02-22 | build delete messages for isakmp sa correctly. | Hans-Joerg Hoexer | |
ok and help ho@ | |||
2005-02-22 | better error messages | Hans-Joerg Hoexer | |
ok ho | |||
2005-02-22 | - refer to netstat output more precisely | Jared Yanovich | |
(from peter_philipp@freenet.de via PR#4109) - other minor tweaks (mdoc, wording, consistency, etc.) ok jmc | |||
2005-02-21 | ipwcontrol and iwicontrol removal. | Damien Bergamini | |
2005-02-18 | ansi, knf, and other style nits; ok henning | Jared Yanovich | |
2005-02-17 | print the interface name in monitor mode when interfaces go up/down; ok mcbride | Jared Yanovich | |
2005-02-17 | Fix indentation as to not mislead the code reader. No functional change. | Aaron Campbell | |
2005-02-16 | On shutdown also send delete messages for isakmp SAs. | Hans-Joerg Hoexer | |
ok ho | |||
2005-02-16 | Prevent gzip from storing mtime and filename in the header so we | Todd C. Miller | |
get identical binaries. | |||
2005-02-15 | `tunnel' before `txpower' in the command list; | Jason McIntyre | |
2005-02-15 | add txpower support to ifconfig | Reyk Floeter | |
ok bob@ robert@ danh@ and others | |||
2005-02-10 | Also add DPD. | Hakan Olsson | |
2005-02-10 | Make it compile. | Hakan Olsson | |
2005-02-10 | Add NAT-T here too. | Hakan Olsson | |
2005-02-10 | ignore_policy should be ifdef USE_POLICY. hshoexer@ ok | Hakan Olsson | |
2005-02-09 | missing tzset(), noticed by Chris Kuethe <chris.kuethe@gmail.com> | Henning Brauer | |
2005-02-07 | KNF; ok henning@ | David Krause | |
2005-02-06 | "no link .got link" => "no link .... got link". i.e. always display | Kenneth R Westerback | |
complete ellipsis ('...') and a following space. ok beck@ | |||
2005-02-03 | misplaced .El marker; | Jason McIntyre | |
2005-02-03 | sync usage output | Jared Yanovich | |
2005-02-03 | - simplify, normalize, and sync usage/synopsis forms | Jared Yanovich | |
- filesystem -> file system, for consistency - indent sections where applicable - mdoc, punctuation, grammar, etc. fixes - document SIGINFO to fsck_ffs - unify description of -n among documents - sprinkle xrefs all around - move parts relevant to fsck.8 from fsck_ffs.8 parts from NetBSD ok jmc | |||
2005-02-02 | - syncs are done by a kernel thread, not update(8) | Jared Yanovich | |
- halting flushes the fs cache to disk, no need to run explicitly - other minor tweaks (grammar, punctuation, etc.) ok jmc | |||
2005-01-31 | Avoid dereferencing a NULL pointer | Hans-Joerg Hoexer | |
ok msf | |||
2005-01-31 | Remove unused stuff. | Hans-Joerg Hoexer | |
ok markus | |||
2005-01-30 | Avoid null pointer dereference when deleting not fully established SAs. | Hans-Joerg Hoexer | |
ok ho@ | |||
2005-01-29 | some knf and space killing, no binary change. | Hans-Joerg Hoexer | |
2005-01-29 | Handle some pointers more carefully. From pat@ some while ago. | Hans-Joerg Hoexer | |
ok ho@ | |||
2005-01-28 | add messages for syntax errors that caused silent failure before. | Daniel Hartmeier | |
found by Peter Fraser, ok henning@ | |||
2005-01-28 | Allow setting of kern.tty.*; now we can set kern.tty.maxptys. The kernel | Todd C. Miller | |
itself will return an error if the user tries to set a read-only variable. | |||
2005-01-27 | remove some overly complex macros; | Jason McIntyre | |
2005-01-27 | document what preen mode does; | Jason McIntyre | |
text from netbsd -r1.20 (tidied up by myself); pointed out by alexander farber (pr #4076); ok krw@ jaredy@ | |||
2005-01-27 | dynamic interface names must start with a letter. catches the nonsensical | Daniel Hartmeier | |
"(10.1.2.3)" that results from a simple typo like "$(ext_ip)" instead of "$(ext_if)". | |||
2005-01-23 | "caught" should be volatile sig_atomic_t; lukem@netbsd.org | Todd C. Miller | |
Also mark tperror handler as unsafe; dump needs a signal safety overhaul. | |||
2005-01-23 | Avoid signal race condition. If a slave gets SIGUSR2 between the | Todd C. Miller | |
"setjmp" and the "ready = 1" statements, the slave will pause forever and the whole dump hangs. Fix by hannken@netbsd.org Closes PR 4070; also tested by henning@ and marc@ | |||
2005-01-20 | Document syncif->syncdev change. Also fix order of syncdev option | Ryan Thomas McBride | |
in ifconfig manpage. | |||
2005-01-20 | Use syncdev instead of syncif in ifconfig, and modify ioctl struct pfsyncreq | Ryan Thomas McBride | |
in kernel code to match. Brings pfsync in line with carp, vlan and pppoe devices. Old syncif and -syncif options still work, will be removed later. ok markus@ | |||
2005-01-19 | add a swap primitive; ok various, will be polished after by tom | Theo de Raadt | |
2005-01-19 | Don't ignore a provided source address, when building an own IP header. | Marco Pfatschbacher | |
This makes the -I option work together with -D, -T and -t. OK deraadt@, hshoexer@, markus@ | |||
2005-01-18 | Print configured timeslot mask for PDH/TDM interfaces. | Claudio Jeker | |
OK deraadt@ | |||
2005-01-18 | Don't shift the timeslot map so that timeslot 1 ends in bit 0. E1 may need | Claudio Jeker | |
to specify timeslot 0 and it is more intuitive. From alex@ Ok deraadt@ |