Older
-
r334
(- Add some information about running this at the top
- pushd...) committed by nick.barkas
- - Add some information about running this at the top
- pushd and popd aren't necessarily built-in to non-bash bourne shells (e.g. ash
on FreeBSD)
- Allow specifying path to docbook-xsl stylesheets on command line, overriding
the default directory specified in the docs make file.
- Add some information about running this at the top
- pushd and popd aren't necessarily built-in to non-bash bourne shells (e.g. ash
on FreeBSD)
- Allow specifying path to docbook-xsl stylesheets on command line, overriding
the default directory specified in the docs make file.
-
r333
(Don't install the css file with execute permissions. No need...) committed by nick.barkas
- Don't install the css file with execute permissions. No need for this Makefile
to have them either.
Don't require PREFIX to be set for finding the stylesheet, just explicitly use
DOCBOOK_XSL. /usr/local/share/xsl/docbook is where it is when installed using
FreeBSD ports, and it is easy enough to override DOCBOOK_XSL from the
environment on other systems
Don't install the css file with execute permissions. No need for this Makefile
to have them either.
Don't require PREFIX to be set for finding the stylesheet, just explicitly use
DOCBOOK_XSL. /usr/local/share/xsl/docbook is where it is when installed using
FreeBSD ports, and it is easy enough to override DOCBOOK_XSL from the
environment on other systems
-
r332
(I can commit directly to FreeBSD's ports CVS repository now,...) committed by nick.barkas
- I can commit directly to FreeBSD's ports CVS repository now, so there is little
sense in trying to keep this in sync with what happens over there.
I can commit directly to FreeBSD's ports CVS repository now, so there is little
sense in trying to keep this in sync with what happens over there.
-
r331
(Set MIME types for css files in addition to HTML when creati...) committed by nick.barkas
- Set MIME types for css files in addition to HTML when creating a release.
Set MIME types for css files in addition to HTML when creating a release.
-
r330
(Set css file's MIME type to text/css
) committed by nick.barkas
- Set css file's MIME type to text/css
Set css file's MIME type to text/css
-
-
r329
(New idea I had to use LDAP for authorization but be able to ...) committed by nick.barkas
- New idea I had to use LDAP for authorization but be able to robustly handle
network outages by "caching" group/user information in local passwd and group
files. One possible downside is that group/user changes would not be immediately
reflected on servers so removing and adding access for a user would not be
instantaneous, but completely removing access should be immediate (I think) if
Kerberos is used for authentication.
New idea I had to use LDAP for authorization but be able to robustly handle
network outages by "caching" group/user information in local passwd and group
files. One possible downside is that group/user changes would not be immediately
reflected on servers so removing and adding access for a user would not be
instantaneous, but completely removing access should be immediate (I think) if
Kerberos is used for authentication.
-
r328
(Update to FreeBSD CVS version. Includes fix for zconfig depe...) committed by nick.barkas
- Update to FreeBSD CVS version. Includes fix for zconfig dependency made by miwi.
Update to FreeBSD CVS version. Includes fix for zconfig dependency made by miwi.
-
-
issue 3
(Allow for a script to be executed when an account is purged) reported by nick.barkas
-
-
r327
(Updated port for latest release. Submitting a FreeBSD PR wit...) committed by nick.barkas
- Updated port for latest release. Submitting a FreeBSD PR with this.
Updated port for latest release. Submitting a FreeBSD PR with this.
-
r326
(Probably we should have distutils call this splatd as well, ...) committed by nick.barkas
- Probably we should have distutils call this splatd as well, since that is the
project name on Google project hosting, the name of the tarball, FreeBSD and
Ubuntu packages, and so on.
Probably we should have distutils call this splatd as well, since that is the
project name on Google project hosting, the name of the tarball, FreeBSD and
Ubuntu packages, and so on.
-
-
-
r325
(Add release making script, modified from the one Jonathan wr...) committed by nick.barkas
- Add release making script, modified from the one Jonathan wrote for
jpkg-library.
Add release making script, modified from the one Jonathan wrote for
jpkg-library.
-
r324
(Created tags/splatd-1.2 for release 1.2
) committed by nick.barkas
- Created tags/splatd-1.2 for release 1.2
Created tags/splatd-1.2 for release 1.2
-
r323
(Update TODO, add a changelog, and prepare for a new release....) committed by nick.barkas
- Update TODO, add a changelog, and prepare for a new release.
Update TODO, add a changelog, and prepare for a new release.
-
-
-
r321
(Link to Google instead of dpw.threerings.net.
) committed by nick.barkas
- Link to Google instead of dpw.threerings.net.
Link to Google instead of dpw.threerings.net.
-
r320
(Note additional requirements for OpenNMS plugin. Also remove...) committed by nick.barkas
- Note additional requirements for OpenNMS plugin. Also remove executable prop
from make file, because I don't see why it would be there in the first place.
Note additional requirements for OpenNMS plugin. Also remove executable prop
from make file, because I don't see why it would be there in the first place.
-
issue 1
(Splat's modifiedTime optimization fails to recognize group c...) Status changed by nick.barkas
-
-
r319
(Level does not work when it's in the <logfile> section, so s...) committed by nick.barkas
- Level does not work when it's in the <logfile> section, so show in default
configuration that we ought to just put Level in the base <Logging> section.
Level does not work when it's in the <logfile> section, so show in default
configuration that we ought to just put Level in the base <Logging> section.
-
r318
(Test for considering a user modified as soon as it is added ...) committed by nick.barkas
- Test for considering a user modified as soon as it is added to a group that we
filter on. It was necessary to remove the verification of whether the modified
argument is valid in MockHelper.work() because there is no way for MockHelper to
access modification times of groups. Instead, test functions (test_work() and
test_modifyGroup()) check if MockHelper.work() is called with the correct
modified argument themselves by checking the new class variable,
MockHelper.modified.
Test for considering a user modified as soon as it is added to a group that we
filter on. It was necessary to remove the verification of whether the modified
argument is valid in MockHelper.work() because there is no way for MockHelper to
access modification times of groups. Instead, test functions (test_work() and
test_modifyGroup()) check if MockHelper.work() is called with the correct
modified argument themselves by checking the new class variable,
MockHelper.modified.
-
-
r316
(Make slapd tests able to invoke the built-in slapd on Mac OS...) committed by nick.barkas
- Make slapd tests able to invoke the built-in slapd on Mac OS X (10.5 anyway),
/usr/libexec/slapd. This slapd doesn't seem to like plaintext passwords, either,
so let's put the hashed version of the manager password in slapd.conf.
Make slapd tests able to invoke the built-in slapd on Mac OS X (10.5 anyway),
/usr/libexec/slapd. This slapd doesn't seem to like plaintext passwords, either,
so let's put the hashed version of the manager password in slapd.conf.
|