summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
2005-03-04remove unused stuff.Hans-Joerg Hoexer
ok ho@
2005-03-04remove unused variable.Hans-Joerg Hoexer
noticed by and ok markus
2005-03-04fix leak when a phase 2 SA cannot create an exchange for the matching phase 1Markus Friedl
ok ho@, hshoexer@
2005-03-03fix typo in log msg.Moritz Jodeit
ok hshoexer@
2005-03-03handle return value of snprintf more carefullyHans-Joerg Hoexer
ok cloder ho
2005-03-02bad news to have a .Bl before .Ss;Jason McIntyre
2005-03-02correct function name in log messageHans-Joerg Hoexer
2005-03-02knf, linewrapping, whitespaces, no binary changeHans-Joerg Hoexer
2005-02-28Document some limitations of the MS-DOS filesystem.Tom Cosgrove
Input from yaredy@, krw@, miod@, jmc@, deraadt@. ok for earlier versions todd@, jmc@ ok final version deraadt@
2005-02-28use the linkshar keyword when gtalking about the link sharing serviceHenning Brauer
curve, inspired by PR4127
2005-02-28correct mistake in license clause numbering;Jason McIntyre
same correction applied to netbsd -r1.15; ok millert@ deraadt@
2005-02-27support 'tagged' in translation rules, non-delayed tag lookupDaniel Hartmeier
ok henning@, deraadt@
2005-02-27be -> by, ok jmc@Pedro Martelletto
2005-02-27cleanup correctly in some error paths.Patrick Latifi
ok hshoexer
2005-02-27where possible, use bzero instead of memsetHans-Joerg Hoexer
ok cloder henning
2005-02-26ypu sure get the impression the number of memory leaks in error pathesHenning Brauer
is infinite... Andrey Matveev <andrushock@korovino.net> spotted a few again!
2005-02-25forgot to remove -P from getopt().Hans-Joerg Hoexer
2005-02-25Zap -P option. It has never done anything. While there tweak descripton ofHans-Joerg Hoexer
-N. zap -P ok ho@
2005-02-25Fix an obviously incorrect call to memset. '0' and 0 are not the sameChad Loder
thing. Input and OK from markus@, ho@, niklas@, deraadt@, hshoexer@
2005-02-24changes for ccd changesMichael Shalayeff
2005-02-24disable the SA dpd timer on sa_free(). this avoid a raceMarkus Friedl
between DPD and initial contact (double free); ok hshoexer
2005-02-24dpd_find_sa: only ready SAs, otherwise DPD will delete SAs owned byMarkus Friedl
an exchange; ok hshoexer
2005-02-24Add -N switch to select port for udpencap. Thus it's possible to run multipleHans-Joerg Hoexer
isakmpds on different ports specified with -p and -N. ok ho@
2005-02-24Never respond to 0-length UDP packets. Reduces, but does not eliminateChad Loder
probability that isakmp service will be detected during port scans. OK hoexer@
2005-02-22fix wrong line break in comment.Moritz Jodeit
ok hshoexer@
2005-02-22build delete messages for isakmp sa correctly.Hans-Joerg Hoexer
ok and help ho@
2005-02-22better error messagesHans-Joerg Hoexer
ok ho
2005-02-22- refer to netstat output more preciselyJared Yanovich
(from peter_philipp@freenet.de via PR#4109) - other minor tweaks (mdoc, wording, consistency, etc.) ok jmc
2005-02-21ipwcontrol and iwicontrol removal.Damien Bergamini
2005-02-18ansi, knf, and other style nits; ok henningJared Yanovich
2005-02-17print the interface name in monitor mode when interfaces go up/down; ok mcbrideJared Yanovich
2005-02-17Fix indentation as to not mislead the code reader. No functional change.Aaron Campbell
2005-02-16On shutdown also send delete messages for isakmp SAs.Hans-Joerg Hoexer
ok ho
2005-02-16Prevent gzip from storing mtime and filename in the header so weTodd C. Miller
get identical binaries.
2005-02-15`tunnel' before `txpower' in the command list;Jason McIntyre
2005-02-15add txpower support to ifconfigReyk Floeter
ok bob@ robert@ danh@ and others
2005-02-10Also add DPD.Hakan Olsson
2005-02-10Make it compile.Hakan Olsson
2005-02-10Add NAT-T here too.Hakan Olsson
2005-02-10ignore_policy should be ifdef USE_POLICY. hshoexer@ okHakan Olsson
2005-02-09missing tzset(), noticed by Chris Kuethe <chris.kuethe@gmail.com>Henning Brauer
2005-02-07KNF; ok henning@David Krause
2005-02-06"no link .got link" => "no link .... got link". i.e. always displayKenneth R Westerback
complete ellipsis ('...') and a following space. ok beck@
2005-02-03misplaced .El marker;Jason McIntyre
2005-02-03sync usage outputJared Yanovich
2005-02-03- simplify, normalize, and sync usage/synopsis formsJared 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-31Avoid dereferencing a NULL pointerHans-Joerg Hoexer
ok msf
2005-01-31Remove unused stuff.Hans-Joerg Hoexer
ok markus
2005-01-30Avoid null pointer dereference when deleting not fully established SAs.Hans-Joerg Hoexer
ok ho@