summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2005-03-15reset config line numbers, when daemon gets reinitialized.Moritz Jodeit
2005-03-15small log message fix.Marco Pfatschbacher
2005-03-13Typo; spotted by Richard Ben AleyaMiod Vallat
2005-03-13Use pid_t where appropriate. From Bruno Rohee (thanks).Chad Loder
2005-03-13turn off accounting when switching to single user;Markus Friedl
2005-03-12add descriptions of examples;Jason McIntyre
2005-03-12escape `.' at eol to avoid double spacing issue;Jason McIntyre
2005-03-11Document 'no' mechanism for mount options; with lots of help fromOtto Moerbeek
2005-03-11simplify monitor main loopHans-Joerg Hoexer
2005-03-10remove dead code, noted by ho@Hans-Joerg Hoexer
2005-03-10Avoid memory leak if strdup should fail.Chad Loder
2005-03-10Avoid crash on finalization. We have been using this diffChad Loder
2005-03-09Sync with reboot(8) man page.Kenji Aoyama
2005-03-07more macro simplification;Jason McIntyre
2005-03-07fd leaks in error paths, From: Andrey Matveev <andrushock@korovino.net>Henning Brauer
2005-03-07print unsigned long with %lu, not with %d and not with %ld.Henning Brauer
2005-03-06allow commas in the hfsc service curve spec, inconsistency pointed out inHenning Brauer
2005-03-06Check strdup return value for failure. OK miodChad Loder
2005-03-06print "set skip on" with -v in such a way that the output is valid inputDaniel Hartmeier
2005-03-05Always use correct byte order when stuffing port numbers into packets.Chad Loder
2005-03-05No need to allocate a local digest buffer. Cleanup error path. hshoexer@ ok.Hakan Olsson
2005-03-05No need to use a local hashsize. hshoexer@ ok.Hakan Olsson
2005-03-05Silence a couple of annoying gcc3 warnings. hshoexer@ ok.Hakan Olsson
2005-03-05Add RFC3947 NAT-T vendor ID string. hshoexer@ ok.Hakan Olsson
2005-03-05No need for err.h. hshoexer@ okHakan Olsson
2005-03-04remove unused variable.Hans-Joerg Hoexer
2005-03-04cleanup binding and cloning functions, use text2port(), correctlyHans-Joerg Hoexer
2005-03-04remove unused function udp_decode_port(), add modified version as text2port() toHans-Joerg Hoexer
2005-03-04remove unused stuff.Hans-Joerg Hoexer
2005-03-04remove unused variable.Hans-Joerg Hoexer
2005-03-04fix leak when a phase 2 SA cannot create an exchange for the matching phase 1Markus Friedl
2005-03-03fix typo in log msg.Moritz Jodeit
2005-03-03handle return value of snprintf more carefullyHans-Joerg Hoexer
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
2005-02-28use the linkshar keyword when gtalking about the link sharing serviceHenning Brauer
2005-02-28correct mistake in license clause numbering;Jason McIntyre
2005-02-27support 'tagged' in translation rules, non-delayed tag lookupDaniel Hartmeier
2005-02-27be -> by, ok jmc@Pedro Martelletto
2005-02-27cleanup correctly in some error paths.Patrick Latifi
2005-02-27where possible, use bzero instead of memsetHans-Joerg Hoexer
2005-02-26ypu sure get the impression the number of memory leaks in error pathesHenning Brauer
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
2005-02-25Fix an obviously incorrect call to memset. '0' and 0 are not the sameChad Loder
2005-02-24changes for ccd changesMichael Shalayeff
2005-02-24disable the SA dpd timer on sa_free(). this avoid a raceMarkus Friedl
2005-02-24dpd_find_sa: only ready SAs, otherwise DPD will delete SAs owned byMarkus Friedl