- Aug 17, 2013
-
-
Russ Allbery authored
-
- Aug 08, 2013
-
- Aug 04, 2013
-
-
Russ Allbery authored
Ignore some more harmless messages that appear to be caused by someone connecting to the server and then disconnecting without trying to authenticate (such as when they realize their Kerberos ticket is expired or doesn't exist).
-
Russ Allbery authored
Don't single out the specific accounts that Nessus checks, but instead skip all the errors about disconnecting due to too many authentication failures.
-
- Aug 02, 2013
-
-
Russ Allbery authored
Add additional ignore patterns for failed ssh logins from IT Services staff.
-
- Jul 14, 2013
-
-
Russ Allbery authored
The acceptable runtime for tmpreaper (used by base::tmpclean on Debian and Ubuntu) has been extended to 20 minutes globally, and the base::tmpclean::longer class, which existed only to do that, has been removed as unnecessary. The longer runtime limit should not pose a problem on any system. Clean up formatting and comments for installed files and Puppet manifests.
-
Russ Allbery authored
-
- Jul 13, 2013
-
-
Russ Allbery authored
The static crontab files installed by base::cron have been replaced with a template to handle differences between Red Hat and Debian. The periodic cron jobs no longer even attempt to use anacron, avoiding any problems with unpredictable cron run times if anacron is installed on the system.
-
Russ Allbery authored
base::cron::filter-user-noise has been deleted. This was specific to Research Computing systems and should be handled in that local repository.
-
- Jul 08, 2013
-
-
Bill MacAllister authored
In addition to adding the anycast DNS servers the individual resolv.conf files are replaced with a single template. The existing class interfaces are preserved and they all create the appropriate resolv.conf file by invoking the define that handles the small number of resolv.conf variants.
-
- Jul 07, 2013
-
-
Russ Allbery authored
Append to the temporary file used for Dell warranty facts instead of deleting it and recreating it (which defeats some of the point of using mktemp.
-
- Jul 04, 2013
-
-
Russ Allbery authored
On some hosts, the default domain isn't stanford.edu. In those cases, we need to tell k5start that we only want to get stanford.edu credentials.
-
Russ Allbery authored
The default out-of-date cron job always uses the host/* principal of the local host for authentication instead of the first principal in /etc/krb5.keytab, which may be for some other principal or a host/* principal for an old hostname.
-
- Jul 02, 2013
-
-
Russ Allbery authored
The deletion of the server files was somewhat too aggressive.
-
Russ Allbery authored
newsyslog no longer sets up a weekly command to tar up /root/.history-save and removes /etc/newsyslog.weekly/audit if it exists. We're no longer using per-user history files and we're letting bash handle managing the length of the history file. newsyslog now creates btmp and wtmp writable by group utmp, matching the operating system defaults. newsyslog no longer attempts to clean up sysklogd cron jobs or remove the old /etc/newsyslog.daily/syslog file installed by ancient versions of stanford-server. General coding style cleanup.
-
- Jun 27, 2013
-
-
Russ Allbery authored
Remove out-of-date::server. This is only used on a single host, so all of the files and Puppet manifest have been moved to the Puppet model for that server.
-
- May 28, 2013
-
-
Adam Lewenberg authored
-
- May 14, 2013
-
-
Russ Allbery authored
error: ssh_msg_send: write appears to be from a network connection error. It was logged on git.stanford.edu. I don't think we care about it.
-
Russ Allbery authored
The new version of remctld changes some of the logged error messages. Update the filter-syslog rules accordingly.
-
- Apr 30, 2013
-
-
Adam Lewenberg authored
This is the (old) master branch along with the fixes to the cron file permissions that Russ made.
-