joey [Sun, 23 Jan 2005 19:14:18 +0000 (19:14 +0000)]
Added ud-roleadd for adding role accounts to LDAP
(Copyright note copied from ud-useradd due to a lot of copied code)
joey [Sun, 23 Jan 2005 16:35:03 +0000 (16:35 +0000)]
Split the group dict and added nogroup
joey [Sun, 23 Jan 2005 16:00:53 +0000 (16:00 +0000)]
Create ~/.gnupg if it does not exist since gpg will fail fatally otherwise
joey [Sun, 23 Jan 2005 15:26:41 +0000 (15:26 +0000)]
Inspired by Andreas Barth: Only fiddle with the shadow file if it does
exist and has content. Probably not needed on .debian.org hosts.
joey [Sun, 23 Jan 2005 15:21:46 +0000 (15:21 +0000)]
Inspired by Andreas Barth: Adjusted type after accidential conversion
joey [Sun, 23 Jan 2005 15:19:34 +0000 (15:19 +0000)]
Added the copyright according to the cvs log
joey [Sun, 23 Jan 2005 15:17:51 +0000 (15:17 +0000)]
Inspired by Andreas Barth: Switched from explicit support for
haydn/costa to generic support via the extra attribute [UNTRUSTED]
joey [Sun, 23 Jan 2005 11:47:13 +0000 (11:47 +0000)]
Added optional support for -h host in connection with -f
joey [Sun, 23 Jan 2005 11:44:21 +0000 (11:44 +0000)]
Added support for printing all fingerprints of .debian.org hosts.
CalcTempFile() is a kludge to work around a gross bug or lack in
Python prior to 2.3. It can be implemented much more elegantly when
there is an mkstemp() function:
from tempfile import mkstemp
(fd, name) = mkstemp()
os.close(fd)
return name
joey [Sun, 23 Jan 2005 09:45:50 +0000 (09:45 +0000)]
Patch by Andreas Barth: added --secret-keyring /dev/null
This is required for ud-mailgate to work with sarge as well. The
semantics of the option --no-default-keyring of GnuPG has been changed
between woody and sarge:
--no-default-keyring
Do not add the default keyrings to the list of keyrings. Note that
GnuPG will not operate without any keyrings, so if you use this
option and do not provide alternate keyrings via --keyring or
--secret-keyring, then GnuPG will still use the default public or
secret keyrings. (and won't work if they don't exist)
joey [Sat, 22 Jan 2005 19:18:47 +0000 (19:18 +0000)]
Finalised the changelog
joey [Sat, 22 Jan 2005 19:18:37 +0000 (19:18 +0000)]
Support for mistyped passwords
joey [Sat, 22 Jan 2005 19:09:35 +0000 (19:09 +0000)]
Notify users about unsupported SSH1 keys
joey [Sat, 22 Jan 2005 18:38:17 +0000 (18:38 +0000)]
Corrected patch inside the chroot directory
joey [Sat, 22 Jan 2005 18:33:30 +0000 (18:33 +0000)]
Imported current file from samosa
joey [Sat, 22 Jan 2005 18:29:39 +0000 (18:29 +0000)]
Install the copyright file
joey [Sat, 22 Jan 2005 18:19:03 +0000 (18:19 +0000)]
Added plain copyright file
joey [Sun, 16 Jan 2005 06:35:55 +0000 (06:35 +0000)]
Added support for deleting the d.net entry
joey [Thu, 9 Dec 2004 17:54:53 +0000 (17:54 +0000)]
Always perform the list output anonymously
joey [Sat, 4 Dec 2004 18:07:59 +0000 (18:07 +0000)]
Start with the changelog
joey [Sat, 4 Dec 2004 18:07:18 +0000 (18:07 +0000)]
Corrected spelling for labeledURI
joey [Tue, 23 Nov 2004 10:42:16 +0000 (10:42 +0000)]
Only fiddle inside the chroot if the makedb program exists
joey [Sun, 21 Nov 2004 12:26:32 +0000 (12:26 +0000)]
Added support for -l to list all hosts in the directory
joey [Sun, 21 Nov 2004 11:04:44 +0000 (11:04 +0000)]
Added proper copyright notice
joey [Sun, 21 Nov 2004 11:03:24 +0000 (11:03 +0000)]
Use the common routine from userdir_ldap.py which asks for the
AdminUser password and checks if access if granted to the LDAP
server.
joey [Sun, 21 Nov 2004 10:49:55 +0000 (10:49 +0000)]
Added proper copyright notice
joey [Sun, 21 Nov 2004 10:47:11 +0000 (10:47 +0000)]
Use the common routine from userdir_ldap.py which asks for the
AdminUser password and checks if access if granted to the LDAP
server.
joey [Sun, 21 Nov 2004 10:44:59 +0000 (10:44 +0000)]
AdminUser again, not User
joey [Sun, 21 Nov 2004 10:37:44 +0000 (10:37 +0000)]
Added proper copyright notice
joey [Sun, 21 Nov 2004 10:35:00 +0000 (10:35 +0000)]
Use the common routine from userdir_ldap.py which asks for the
AdminUser password and checks if access if granted to the LDAP
server.
joey [Sun, 21 Nov 2004 10:22:08 +0000 (10:22 +0000)]
Added a routine to be used by other programs to ask for the AdminUser
password and check if access if granted to the LDAP server.
joey [Sun, 21 Nov 2004 09:52:42 +0000 (09:52 +0000)]
Added proper copyright notice
joey [Sat, 20 Nov 2004 19:20:42 +0000 (19:20 +0000)]
Added proper copyright notice according to the CVS log
joey [Sat, 20 Nov 2004 19:19:08 +0000 (19:19 +0000)]
Fixed a logic error that caused a problem later when the account name
was changed for an existing uid. This is not permitted nor supported.
joey [Sat, 20 Nov 2004 19:16:29 +0000 (19:16 +0000)]
Since subscription to debian-private can be set to ' ', this should be
honored as well when the account is created.
joey [Sat, 20 Nov 2004 19:13:48 +0000 (19:13 +0000)]
Added support for alphanumerical group ids
joey [Sat, 20 Nov 2004 19:12:43 +0000 (19:12 +0000)]
Added proper copyright notice according to the CVS log
joey [Sat, 20 Nov 2004 19:11:34 +0000 (19:11 +0000)]
Improved error message when no key has been found
joey [Sat, 20 Nov 2004 19:10:18 +0000 (19:10 +0000)]
Exit if no GnuPG key has been entered
joey [Sat, 20 Nov 2004 19:08:40 +0000 (19:08 +0000)]
Add the Debian GnuPG keyring as default (this was done through
.gnupg/options before already).
joey [Sat, 20 Nov 2004 19:06:56 +0000 (19:06 +0000)]
Ask for the password a second time if it was wrong, also check for a
wrong password. Proper error checking in place now.
joey [Sat, 20 Nov 2004 19:04:44 +0000 (19:04 +0000)]
Indicate that "yes" needs to be written with three letters
joey [Sat, 20 Nov 2004 18:52:46 +0000 (18:52 +0000)]
Added code to support pressing C-c or C-d without having the system
spit out tons of Python crap aka traceback
joey [Sat, 20 Nov 2004 18:52:02 +0000 (18:52 +0000)]
Added a proper copyright notice
joey [Sat, 20 Nov 2004 18:51:28 +0000 (18:51 +0000)]
Added a routine to convert common Debian groups into numerical ids.
Currently only supported are Debian and guest, but more may follow.
joey [Sat, 20 Nov 2004 18:49:25 +0000 (18:49 +0000)]
Added the German "von" as common lastname prefix
joey [Sat, 20 Nov 2004 18:17:47 +0000 (18:17 +0000)]
Adjusted the mail address in the copyright
joey [Fri, 19 Nov 2004 11:11:59 +0000 (11:11 +0000)]
The TERM variable is unset via cron, and SP1 is always unset except
for login scripts...
joey [Thu, 18 Nov 2004 18:10:57 +0000 (18:10 +0000)]
Added support for the Jabber ID
joey [Thu, 18 Nov 2004 17:44:27 +0000 (17:44 +0000)]
Update the ssh shadow files in /etc if they don't exist
joey [Thu, 18 Nov 2004 17:12:24 +0000 (17:12 +0000)]
Not used anymore
joey [Thu, 18 Nov 2004 17:07:49 +0000 (17:07 +0000)]
Finalised the changelog
joey [Thu, 18 Nov 2004 16:58:34 +0000 (16:58 +0000)]
Removed superflous comment, should force a re-install as well
joey [Thu, 18 Nov 2004 16:57:50 +0000 (16:57 +0000)]
Remove old ud-replicate script if there is one
joey [Thu, 18 Nov 2004 16:53:55 +0000 (16:53 +0000)]
Logic bugfix
joey [Thu, 18 Nov 2004 16:52:06 +0000 (16:52 +0000)]
Removed support for the shadow file since we don't install it in the
chroot environment anymore. Also remove such files if they exist in
the chroot environment.
joey [Thu, 18 Nov 2004 16:32:52 +0000 (16:32 +0000)]
Improved code for updating the chroot environments:
. If the destination directory doesn't exist, create it
. Copy files first... dooh
. Added support for ssh files
joey [Thu, 18 Nov 2004 16:20:39 +0000 (16:20 +0000)]
Uncommented the dchroot update code
joey [Thu, 18 Nov 2004 16:19:21 +0000 (16:19 +0000)]
Corrected slight thinko, the program should be verbose when executed manually
joey [Thu, 18 Nov 2004 16:18:38 +0000 (16:18 +0000)]
Improved readability by included empty lines, added copyright header
joey [Thu, 18 Nov 2004 16:11:04 +0000 (16:11 +0000)]
Import from samosa: Various changes from James
joey [Thu, 18 Nov 2004 16:09:29 +0000 (16:09 +0000)]
Import from samosa: Removed superflous whitespace
joey [Thu, 18 Nov 2004 16:08:03 +0000 (16:08 +0000)]
Import from samosa: case sensitive LDAP attributes
joey [Thu, 18 Nov 2004 16:01:23 +0000 (16:01 +0000)]
Import from samosa: Removed superflous whitespace
joey [Thu, 18 Nov 2004 15:55:07 +0000 (15:55 +0000)]
No web anymore, there are no manpages either
joey [Thu, 18 Nov 2004 15:50:41 +0000 (15:50 +0000)]
Import from samosa: Added space to improve the readability
joey [Thu, 18 Nov 2004 15:49:15 +0000 (15:49 +0000)]
Don't check each and every key but save the user some time
joey [Thu, 18 Nov 2004 15:39:54 +0000 (15:39 +0000)]
Moved into userdir-ldap-cgi
joey [Thu, 18 Nov 2004 15:38:11 +0000 (15:38 +0000)]
Update to mention the dchroot command and added a blurb about software
install requests
joey [Thu, 18 Nov 2004 15:32:18 +0000 (15:32 +0000)]
Import from samosa
joey [Thu, 18 Nov 2004 15:26:28 +0000 (15:26 +0000)]
Import from samosa
joey [Thu, 18 Nov 2004 15:19:36 +0000 (15:19 +0000)]
Not needed anymore
joey [Thu, 18 Nov 2004 15:19:09 +0000 (15:19 +0000)]
Moved into www.debian.org:webwml/db.debian.org
joey [Thu, 18 Nov 2004 15:07:26 +0000 (15:07 +0000)]
Moved into www.debian.org:webwml/db.debian.org
joey [Thu, 18 Nov 2004 13:42:45 +0000 (13:42 +0000)]
Removed *.cgi and web/Util.pm since they were moved to a special -cgi package
joey [Thu, 18 Nov 2004 13:42:05 +0000 (13:42 +0000)]
Suggest to install the -cgi package as well, since ud-fingerserv uses it.
joey [Thu, 18 Nov 2004 13:37:21 +0000 (13:37 +0000)]
Moved into its own package userdir-ldap-cgi
joey [Sun, 7 Nov 2004 18:33:37 +0000 (18:33 +0000)]
Added sigcheck to the programs to be installed
joey [Sun, 7 Nov 2004 18:31:20 +0000 (18:31 +0000)]
Import from murphy: Improved gid handling
joey [Sun, 7 Nov 2004 18:26:44 +0000 (18:26 +0000)]
Import from murphy: Small corrections
joey [Sun, 7 Nov 2004 18:24:04 +0000 (18:24 +0000)]
Import from murphy: Be more verbose
joey [Sat, 6 Nov 2004 15:22:22 +0000 (15:22 +0000)]
Update from samosa: Misc changes
joey [Sat, 6 Nov 2004 15:19:05 +0000 (15:19 +0000)]
Update from samosa: Modified support for locked accounts, i.e. don't
permit to alter data of locked accounts
joey [Sat, 6 Nov 2004 15:16:42 +0000 (15:16 +0000)]
Update from samosa: Support for lower-case attribute names?
joey [Sat, 6 Nov 2004 15:11:32 +0000 (15:11 +0000)]
Update from samosa: Only use SSH2AuthSplit.match(), maybe it's superior?
joey [Sat, 6 Nov 2004 11:55:16 +0000 (11:55 +0000)]
Update from samosa: be less conservative when looking for an encrypted message
joey [Sat, 6 Nov 2004 11:53:35 +0000 (11:53 +0000)]
Update from samosa: case sensitive LDAP attributes
joey [Fri, 5 Nov 2004 18:00:10 +0000 (18:00 +0000)]
Import from samosa: Case sensitive LDAP attribute names
joey [Tue, 2 Nov 2004 19:05:53 +0000 (19:05 +0000)]
Import from samosa: Another question for hostname? And the other
debianServer attribute
joey [Tue, 2 Nov 2004 19:04:08 +0000 (19:04 +0000)]
Import from samosa: Untypo
joey [Tue, 2 Nov 2004 19:03:50 +0000 (19:03 +0000)]
Import from samosa: Remove more superflous trailing spaces
joey [Tue, 2 Nov 2004 19:01:47 +0000 (19:01 +0000)]
Import from samosa: Case-sensitive spelling of LDAP attributes
joey [Tue, 2 Nov 2004 18:58:38 +0000 (18:58 +0000)]
Import from samosa: Remove superflous trailing spaces
joey [Wed, 27 Oct 2004 12:15:39 +0000 (12:15 +0000)]
Import from samosa: The LDAP server in woody doesn't provide an
integer attribute comparision function.
This is broken with Woody LDAP and the Schema; for now just search
through all GIDs. (James Troup)
joey [Wed, 27 Oct 2004 12:12:49 +0000 (12:12 +0000)]
Import from samosa: support for debianGroup and ldap-AND
joey [Wed, 27 Oct 2004 12:09:15 +0000 (12:09 +0000)]
Import from samosa: Provide a space for proper questioning
joey [Wed, 27 Oct 2004 12:03:39 +0000 (12:03 +0000)]
Import from samosa: case sensitive LDAP attributes
joey [Wed, 27 Oct 2004 12:01:54 +0000 (12:01 +0000)]
Import from samosa: removed trailing whitespaces
joey [Wed, 27 Oct 2004 11:52:37 +0000 (11:52 +0000)]
No need to execute hostname twice
joey [Wed, 27 Oct 2004 11:51:54 +0000 (11:51 +0000)]
Exception for samosa hosts: don't replicate through ssh