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