ceo (0.4.9) stable testing; urgency=low * Move mathsoc regex and exception userid's into config * Import sys * Fix help text * Use refquota instead of quota -- David Bartley Thu, 15 May 2008 22:14:50 -0400 ceo (0.4.8) stable testing; urgency=low * No point in recommending quota anymore * Add help for command-line ceo * Drop memberUid support; all groups use uniqueMember now * Simplify help * Improve help message * Add mathsoclist command * Add term argument to mathsoclist -- David Bartley Thu, 24 Apr 2008 19:57:12 -0400 ceo (0.4.7) stable testing; urgency=low [ David Bartley ] * Add zfsaddhomedir [ Michael Spang ] * Initialize program name in openlog * Whitespace fix -- David Bartley Tue, 25 Mar 2008 14:13:36 -0400 ceo (0.4.6) stable testing; urgency=low * Fix off-by-one error * Search menu bug fix -- David Bartley Sat, 15 Mar 2008 02:13:25 -0400 ceo (0.4.5) stable testing; urgency=low * Don't offer to update to an empty program * It's doubtful that a user would need to mount a floppy disk * Add library stubs and refactor menu creation * Add inactive command -- David Bartley Mon, 10 Mar 2008 00:35:09 -0400 ceo (0.4.4) stable testing; urgency=low [ David Bartley ] * Added console app * Install ceo.console * Set params=[] by default in ldapi.search * Add list_all and uid2dn; make list_* return {dn:...} instead of {uid:...} * Implement updateprogram (interactively updates program from uwldap) * Sort memberlist * Add office staff to floppy group * Refactor uwldap constants * Implement expired account emails * Add expired-account and notify-hook to git * Send to both uwdir email and csclub email * Fix bug in group management * Refactor console code [ Michael Spang ] * Fix magic * Fix magic, really * Actually do magic, tested this time * Fix use of club settings in addmember * Fix use of member UID range in addclub -- Michael Spang Fri, 25 Jan 2008 20:36:42 -0500 ceo (0.4.3) stable testing; urgency=low * Add cro to positions * Fix typo * Fix group modification code -- David Bartley Tue, 08 Jan 2008 19:58:19 -0500 ceo (0.4.2) stable testing; urgency=low [ David Bartley ] * Add password prompt * Only allow 3 password attempts * Remove extraneous whitespace * Add tab completion for userid fields * Clarify group failure * Improve exception handling * Improved tab-completion * Add sudo entry to ldap when creating clubs [ Michael Spang ] * Reorganize build process * Reorganize namespace * Use python-ldap directly in members * Cleanup warnings: unused imports, etc * Better error handling in the gui * Fix list by term and list by name * Display "Connecting..." during gui startup * Remove chfn and chsh and allow shell changes in the gui * Enlarge the shells list * Don't try to install chsh and chfn * Remove python-pam dependency * Remove ceoquery * Add manpages and remove TODO * Allow init of MemberException with no arguments * Remove obsolete function ceo_add_club() * POSIX ACL support in addhomedir and addclub * Add club representative support * Show "Rep Terms" when displaying member * Conditionally shows terms * Add git-buildpackage configuration -- Michael Spang Mon, 24 Dec 2007 13:41:27 -0500 ceo (0.4.1) stable testing; urgency=low * Minor fixes -- Michael Spang Wed, 12 Dec 2007 03:40:17 -0500 ceo (0.4.0) stable testing; urgency=low * New release -- Michael Spang Wed, 12 Dec 2007 03:07:05 -0500 ceo (0.3.9) stable testing; urgency=low * New release -- Michael Spang Mon, 10 Dec 2007 03:56:06 -0500 ceo (0.3.3) stable testing; urgency=low * Add club and group modify page * Add sasl support * Complete group and position management * Remove ceo-old * Fix bugs -- David Bartley Wed, 21 Nov 2007 20:56:14 -0500 ceo (0.3.2) unstable; urgency=low [ Michael Spang ] * Fix CEO group add for rfc2307bis [ David Bartley ] * Add 'search by group' * Lookup name and program based on uwdir id * Add group and position management -- Michael Spang Wed, 21 Nov 2007 17:21:40 -0500 ceo (0.3.1) unstable; urgency=low * addhomedir: invalidate nscd tables * ceo-urwid: add create club account menuitem * Add urwid to dependencies -- Michael Spang Fri, 5 Oct 2007 10:16:41 -0400 ceo (0.3.0) unstable; urgency=low * Add experimental urwid-based GUI * Rip out studentid support * Unbreak termusers in ceoquery * Increase widths of UI windows * PgSQL to LDAP transition -- Michael Spang Tue, 25 Sep 2007 04:00:10 -0400 ceo (0.2.4) unstable; urgency=low * Added csc.schema. * Vim-style keybindings for CEO menus. * Bug fix: call setreuid(euid, euid) in csc-chfn and csc-chsh. * Bug fix: run less in "secure" mode. * Renamed package to ceo. -- Michael Spang Mon, 28 May 2007 02:05:28 -0400 csc (0.2.3) unstable; urgency=low * Added "ceoquery", a utility to retrieve lists of members and users. * Added "csc-chsh" and "csc-chfn" utilities. * Bug fix: build_gecos() did not include enough commas between fields. * Member attributes are now added to LDAP as well as the PgSQL database. -- Michael Spang Sun, 18 Feb 2007 21:35:28 -0500 csc (0.2.2) unstable; urgency=low * Added "addhomedir", a utility to create home directories for new users. * Bug fix: CEO still referenced an exception that changed name in 0.2. * Documentation updates. -- Michael Spang Mon, 29 Jan 2007 01:47:31 -0500 csc (0.2.1) unstable; urgency=low * Documentation updates only * Added docs/GIT-HOWTO and docs/INSTALLING -- Michael Spang Sun, 28 Jan 2007 01:24:37 -0500 csc (0.2) unstable; urgency=low * Tests added to most Python modules. * Split configuration files. * Added maintainer scripts to manage permissions during install and purge. * Added functions for use by tools planned for next release (chfn, etc). * Added support for account "repair", which will recreate LDAP entries and principals if necessary. * The recreate account menu option in ceo is now active. * Replaced instances of "== None" and "!= None" with "is None" and "is not None", respectively (thanks to: Nick Guenther). * Renamed terms.valid() to terms.validate() (thanks to: Nick Guenther). -- Michael Spang Fri, 26 Jan 2007 20:10:14 -0500 csc (0.1) unstable; urgency=low * Initial Release. -- Michael Spang Thu, 28 Dec 2006 04:07:03 -0500