Various bits of code I've written, all code on this page is public domain unless noted otherwise.

Glob matching function, a full rewrite of compare.c with a better algorithm

VersionRelease dateFiles
1.012008-11-11 globcmp.c
globcmp.h
1.02008-07-19 globcmp.c
globcmp.h

Advanced string comparison function with support for wildcards.
This has been obsoleted by globcmp.c

VersionRelease dateFiles
1.232007-12-21 compare.c
compare.h
1.222007-11-06 compare.c
compare.h
1.212007-09-09 compare.c
compare.h
1.22007-08-23 compare.c
1.12007-06-11 compare.c

Convert binary format SIDs to C++ strings: sid2string.cpp
Automatically shut down a Linux machine when idle: autohalt.pl