summaryrefslogtreecommitdiffstats
path: root/bufaux.c
AgeCommit message (Expand)Author
2001-01-23 - (bal) no 64bit support patch from Tim Rice <tim@multitalents.net>Ben Lindstrom
2001-01-22Hopefully things did not get mixed around too much. It compiles underBen Lindstrom
2001-01-18NOTE: This update changes the RSA key generation. *NEW RSA KEYSBen Lindstrom
2001-01-1120010112Ben Lindstrom
2000-12-22One way to massive patch. <sigh> It compiles and works under Linux..Ben Lindstrom
2000-09-16 - (djm) Merge OpenBSD changes:Damien Miller
2000-06-22 - OpenBSD CVS Updates:Damien Miller
2000-04-16 - Reduce diff against OpenBSD sourceDamien Miller
2000-04-16 - OpenBSD CVS updates.Damien Miller
2000-04-13 - Merged OpenBSD updates to include paths.Damien Miller
2000-04-01 - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)Damien Miller
2000-03-17 - OpenBSD CVS updates:Damien Miller
1999-11-25 - More reformatting merged from OpenBSD CVSDamien Miller
1999-11-25 - Merged very large OpenBSD source code reformatDamien Miller
1999-11-13 - Merged OpenBSD CVS changes:Damien Miller
1999-11-13Remove redundant inclusion of config.hDamien Miller
1999-11-08Merged OpenBSD CVS changes that go awayV_1_2_PRE8Damien Miller
1999-10-28 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>Damien Miller
1999-10-27Initial revisionDamien Miller
ight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0-or-later

# OBSOLETE - REPLACED WITH
# alarm-notify.sh

${0/alarm-email.sh/alarm-notify.sh} "${@}"