about summary refs log tree commit diff stats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* added prints to src update scriptadmins2022-07-131-0/+3
* keep source tree up to dateadmins2022-07-121-0/+13
* toot.py attribution was missingadmins2022-07-121-0/+2
* updated some files that had drifted locallyadmins2022-07-124-18/+26
* removed some procs from badprocs notify scriptadmins2020-12-051-3/+0
* reduce .lower() calls significantlyBenjamin Morrison2020-07-261-1/+2
* apparently env doesn't like me using 'python3'??? explicit shebangadmins2020-07-261-1/+1
* removed loop so I can just call badprocs.py via cronadmins2020-07-261-6/+3
* added python script that checks for potentially malicious procsadmins2020-07-261-0/+60
* removed some old quotes i couldn't source, added a pat the bunny lineadmins2020-07-121-6/+4
* added an Isaac Newton quote to motd rotationadmins2020-07-041-1/+2
* added ref to clinte manpage to motd, and added another quote to the rotationadmins2020-07-031-1/+2
* fixed username truncation properlyadmins2020-05-211-6/+9
* attribution for script authorsadmins2020-05-069-11/+10
* pruned an unused script, updated ignoresadmins2020-05-061-47/+0
* creating user public_repos directoryadmins2020-05-011-1/+6
* ignoring system users if they drop a homediradmins2020-04-151-1/+3
* kneezle's newuseralertv3.pyahriman2019-12-181-0/+157
* added kneezle's new user notification scriptahriman2019-12-161-0/+97
* added a quote to motdahriman2019-09-081-0/+1
* updated instistats, moved confahriman2019-09-071-0/+0
* fixed false positive for extant user in makeuserahriman2019-09-021-1/+1
* updated showwhoison, motdahriman2019-09-011-0/+4
* fixed minor issues with dupe names and stray folders as namesahriman2019-07-242-4/+10
* new quote for motdahriman2019-05-021-0/+1
* changed mail line to reflect new admins aliasahriman2019-04-271-1/+1
* sorting and deduplicating httpd-vusers.confahriman2019-04-241-3/+10
* generating user list for sign-up form to submit againstahriman2019-04-241-0/+1
* added packagesahriman2019-04-011-0/+5
* simplified HUP for httpd in makeuserahriman2019-03-271-2/+1
* added two scripts to bin/ahriman2019-03-262-0/+26
* connusers.py now shows users connected via moshahriman2019-03-261-2/+3
* check /etc/passwd for unavailable namesahriman2019-03-261-1/+1
* makeuser now dies if user existsahriman2019-03-261-83/+0
* makeuser now dies if user existsahriman2019-03-262-0/+88
* updated comments at top of scriptsahriman2019-03-261-0/+5
* updated comments at top of scriptsahriman2019-03-267-3/+18
* added to comment in header of institute.shahriman2019-03-251-0/+2
* 2019-03-23 Backupahriman2019-03-231-1/+0
* script to renew *.tilde.institute certahriman2019-03-151-0/+1
* refactorahriman2019-03-139-0/+325
cfe ^
fac4329 ^















35f9a62 ^

fac4329 ^



35f9a62 ^

fac4329 ^



35f9a62 ^
fac4329 ^
84f9cfe ^
fac4329 ^
35f9a62 ^

fac4329 ^


















84f9cfe ^
fac4329 ^
a4a8edf ^

fac4329 ^










f02cb61 ^

fac4329 ^

35f9a62 ^

fac4329 ^

35f9a62 ^
fac4329 ^







84f9cfe ^
fac4329 ^
84f9cfe ^
fac4329 ^

84f9cfe ^
fac4329 ^





1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192