madduck's git repository
Every one of the projects in this repository is available at the canonical
URL git://git.madduck.net/madduck/pub/<projectpath> — see
each project's metadata for the exact URL.
All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
SSH access, as well as push access can be individually
arranged.
If you use my repositories frequently, consider adding the following
snippet to ~/.gitconfig and using the third clone URL listed for each
project:
[url "git://git.madduck.net/madduck/"]
insteadOf = madduck:
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Andrew Ruthven [Sat, 19 Apr 2008 02:12:11 +0000 (14:12 +1200)]
Add a check which possibly prints out a warning message.
Andrew Ruthven [Sat, 19 Apr 2008 02:11:38 +0000 (14:11 +1200)]
Change molly-guard to have a number to guarantee ordering, and rename to more specific name.
Andrew Ruthven [Sat, 19 Apr 2008 02:01:04 +0000 (14:01 +1200)]
Add support to always molly-guard a host, even if we're logged in at the console.
Based on patch by Andrew McMillan.
Andrew Ruthven [Sat, 19 Apr 2008 01:50:49 +0000 (13:50 +1200)]
Use run-parts to run a selection of different guards.
martin f. krafft [Sun, 16 Mar 2008 07:56:50 +0000 (08:56 +0100)]
* Prevent set -u from falling over unset SSH_CONNECTION variable
(closes: #471129).
martin f. krafft [Wed, 12 Mar 2008 19:08:44 +0000 (20:08 +0100)]
add a readme
martin f. krafft [Wed, 12 Mar 2008 18:54:14 +0000 (19:54 +0100)]
Also require $SSH_CONNECTION to be unset or warn
This takes care of some more cases, such as #469951, in which screen was
used, which creates a new pty which is thus no longer owned by sshd.
Signed-off-by: martin f. krafft <madduck@madduck.net>
madduck [Mon, 2 Jul 2007 16:26:50 +0000 (16:26 +0000)]
* Pass --short option to hostname to prevent the user from having to type
the whole FQDN at times (closes: #431205).
madduck [Sat, 26 May 2007 13:05:59 +0000 (13:05 +0000)]
preparing 0.3-1 release
madduck [Fri, 25 May 2007 09:59:43 +0000 (09:59 +0000)]
* Fix the regular expression to find the sshd parent process.
madduck [Thu, 24 May 2007 12:19:43 +0000 (12:19 +0000)]
* Now should also work in su/sudo sessions because it now checks whether the
creator of the current tty/pts is sshd, rather than the brittle check for
the environment. Thanks to Craig Small and Don Armstrong for their sparks
of brilliance (closes: #425831).
madduck [Tue, 12 Dec 2006 11:57:05 +0000 (11:57 +0000)]
* Now also protects the poweroff command (closes: #401042).
madduck [Wed, 1 Nov 2006 17:14:48 +0000 (17:14 +0000)]
slight beautification
madduck [Thu, 19 Oct 2006 16:18:36 +0000 (16:18 +0000)]
* New upstream release, which does better shell quoting.
* New upstream release, which handles --help related options better.
madduck [Thu, 19 Oct 2006 11:05:59 +0000 (11:05 +0000)]
various improvements
madduck [Thu, 19 Oct 2006 10:40:11 +0000 (10:40 +0000)]
restructuring
madduck [Thu, 19 Oct 2006 10:29:09 +0000 (10:29 +0000)]
initial checkin
madduck [Thu, 19 Oct 2006 09:44:20 +0000 (09:44 +0000)]
initial import.