Michael Spang
827c17b107
Add manpage for ceod
14 years ago
Michael Spang
47a2e5e689
Rename ceo-gui to ceo-python
14 years ago
Michael Spang
db6b95a7cf
Add build.sh
14 years ago
Michael Spang
ac79cd6e64
Kill Bartle's hybrid main.py
14 years ago
Michael Spang
5d8d866fca
Fix deadlock bug when daemonizing
...
Closing stdin et. al breaks the assuption in spawnvem() that a newly
opened pipe is not one of the standard file descriptors. This lead
to stdout being closed in the child and so we got no output.
14 years ago
Michael Spang
80ac98531f
Add init script for ceod
14 years ago
Michael Ellis
c931a6bedb
Fixed Library: Added signing to AWS requests.
14 years ago
Michael Spang
0413dcaaa4
Add labels to main menu
...
Most of CEO is restricted to office staff or worse, but anyone can run
it. This add labels to make necessary privileges clear to the user.
14 years ago
Michael Spang
5dc46021c5
Allow install if we have python-pyscopg2
...
Dunno if it works, but if not we need to make it as the old version is
obsolete.
14 years ago
Michael Spang
35179ec978
Add UI for email forwarding
...
We nag users to update their forwarding address every time they renew
membership.
14 years ago
Michael Spang
9eefe615c5
Add mail changing
...
This allows office staff to update people's .forward files via ceod.
14 years ago
Jacob Parker
4c1a7f8ee4
Merge branch 'master' of caffeine:/users/git/public/pyceo
14 years ago
Jacob Parker
dd895884a9
Creates a .forward file for users if they enter an email.
14 years ago
Michael Spang
c4cb1a3b29
Clean up password prompt
14 years ago
David Bartley
fe9af9994e
Depend on krb5 >= 1.7
14 years ago
David Bartley
f309b9133b
Add python-protobuf dependency
14 years ago
Michael Spang
b1e054e5b9
Add some reminders
...
Note that the list of members we send to MathSoc to determine our
budget uses data from UW ldap. Thus we should be doubly sure people
sign up using their UW userid.
14 years ago
Michael Spang
5c88b54f78
Fix dependency of python protobuf
14 years ago
Michael Spang
4ee16577aa
Disallow realname = username in GUI
14 years ago
Michael Spang
e6e673447e
Use ceoc directly in the gui
14 years ago
Michael Spang
b348f5d5bd
Always log to stderr in ceoc
...
The python thing will read errors from stderr, we need to log there
even if it's not a tty.
14 years ago
Michael Spang
e3555e5b74
Build python protobuf
14 years ago
Michael Spang
17eb4d40b9
Track errors
14 years ago
Michael Spang
628c9076fe
Change directory only when detaching
14 years ago
Michael Spang
43319f134b
Use ldap_sasl_mech
14 years ago
Michael Spang
b3face5de9
Cleanup Makefile
14 years ago
Michael Spang
de59ad2755
Use LOG_PID everywhere
14 years ago
Michael Spang
2f6b0bd6e1
Dunno how I ever thought this would work
...
It worked for as long as it only used one out-of-scope array. Now
we're using two.
14 years ago
David Bartley
a7961f1b9f
Set acl's for club home directories.
14 years ago
Michael Spang
64f6eb6c8c
Half way to 1.0!
14 years ago
Michael Spang
7f3f4c3a48
Install ceo to /usr not /usr/local
14 years ago
Michael Spang
873f7ac9a6
Merge commit 'ceod'
14 years ago
Michael Spang
778efc71aa
Updates for LDAP-backed Kerberos
...
Principals are now created implicitly when the LDAP entry for a user
is added. We add the keys by "changing" the password from nonexistent
to existent.
14 years ago
Michael Spang
1c8e247732
Allow digits in variable names
14 years ago
Michael Spang
c4b021b4f6
Fix arguments mismatch insanity
...
My reverting some of dtbartle's zfs-related stuff left us with a
hybrid zfsaddhomedir that was insane. This became a simpleaddhomedir
that was almost as insane.
14 years ago
Michael Spang
b523fbf206
Fix getgroups call error
...
Made long ago. Jaunty's compiler detects this interestingly.
14 years ago
Michael Spang
c0b87dbc98
Add some commas to dependencies
14 years ago
Michael Spang
5ce11709ff
Merge commit 'public/master' into ceod
14 years ago
Michael Spang
ad30f9c47a
Insanify configuration files
14 years ago
Michael Spang
92652a3af0
Install ceo daemon
...
We need to split into different packages for the daemon and clients.
14 years ago
Michael Spang
23c6c89237
Fix redundant arguments to linker
14 years ago
Michael Spang
e0332eecac
Fix home directory error handling
14 years ago
Michael Spang
aaeca32107
Make connection failure message more clear
14 years ago
Michael Spang
bfff0e8e87
Use --as-needed when linking
...
This avoids complaints by dpkg due to unnecessary links.
14 years ago
Michael Spang
e210f7d38b
Remove unused vars
14 years ago
Michael Spang
37eb3e6465
Resurrect linux homedir support
14 years ago
Michael Spang
0d52c0475b
Kill zfsaddhomedir
14 years ago
Michael Spang
6b83cc5c05
Abort on unexpected SCTP errors
14 years ago
Michael Spang
99ce020ba0
Fix changelog version
14 years ago
Michael Spang
a838e28a2c
Ignore debhelper log
14 years ago