]>
granicus.if.org Git - linux-pam/log
Thorsten Kukuk [Fri, 22 Jul 2005 22:21:41 +0000 (22:21 +0000)]
Relevant BUGIDs: see mailinglist
Purpose of commit: bugfix
Commit summary:
---------------
Include sys/resource.h for the RLIMIT stuff.
Thorsten Kukuk [Fri, 22 Jul 2005 11:06:16 +0000 (11:06 +0000)]
Relevant BUGIDs: none
Purpose of commit: cleanup
Commit summary:
---------------
Remove obsolete, not used files
Thorsten Kukuk [Thu, 21 Jul 2005 12:44:56 +0000 (12:44 +0000)]
Relevant BUGIDs: none
Purpose of commit: cleanup
Commit summary:
---------------
Adjust .cvsignore
Thorsten Kukuk [Wed, 20 Jul 2005 14:52:38 +0000 (14:52 +0000)]
Relevant BUGIDs: none
Purpose of commit: new feature
Commit summary:
---------------
Mark message strings for translation
Thorsten Kukuk [Wed, 20 Jul 2005 09:46:14 +0000 (09:46 +0000)]
Relevant BUGIDs: none
Purpose of commit: cleanup
Commit summary:
---------------
Rename _pam_aconf.h to config.h.
Thorsten Kukuk [Mon, 18 Jul 2005 13:47:11 +0000 (13:47 +0000)]
Relevant BUGIDs: none
Purpose of commit: cleanup
Commit summary:
---------------
document defs removage
Thorsten Kukuk [Mon, 18 Jul 2005 13:45:01 +0000 (13:45 +0000)]
Relevant BUGIDs: none
Purpose of commit: cleanup
Commit summary:
---------------
Remove obsolete files
Thorsten Kukuk [Mon, 18 Jul 2005 12:30:01 +0000 (12:30 +0000)]
Relevant BUGIDs: none
Purpose of commit: cleanup
Commit summary:
---------------
kill features.h inclusion in _pam_aconf.h
Thorsten Kukuk [Fri, 15 Jul 2005 10:30:50 +0000 (10:30 +0000)]
Relevant BUGIDs: none
Purpose of commit: cleanup
Commit summary:
---------------
Fix AC_DEFINE usage in configure.in
Thorsten Kukuk [Fri, 15 Jul 2005 10:22:43 +0000 (10:22 +0000)]
Relevant BUGIDs: none
Purpose of commit: cleanup
Commit summary:
---------------
Fix inclusion of crypt.h
Thorsten Kukuk [Fri, 15 Jul 2005 08:42:56 +0000 (08:42 +0000)]
Relevant BUGIDs: none
Purpose of commit: cleanup
Commit summary:
---------------
Remove duplicate/wrong place of _pam_aconf.h inclusion
Thorsten Kukuk [Thu, 14 Jul 2005 12:57:38 +0000 (12:57 +0000)]
Relevant BUGIDs: none
Purpose of commit: cleanup
Commit summary:
---------------
Remove old code which should not be used anymore
Thorsten Kukuk [Thu, 14 Jul 2005 09:59:35 +0000 (09:59 +0000)]
Relevant BUGIDs: none
Purpose of commit: new feature
Commit summary:
---------------
Add new PAM module for setting umask
Thorsten Kukuk [Wed, 13 Jul 2005 16:17:38 +0000 (16:17 +0000)]
Relevant BUGIDs: none
Purpose of commit: cleanup
Commit summary:
---------------
Prepare for next release
Tomas Mraz [Fri, 8 Jul 2005 07:42:49 +0000 (07:42 +0000)]
Relevant BUGIDs:
Purpose of commit: cleanup
Commit summary:
---------------
Fix for LSB compliance when SELinux enabled.
Thorsten Kukuk [Wed, 6 Jul 2005 08:07:32 +0000 (08:07 +0000)]
Relevant BUGIDs: mail report
Purpose of commit: bugfix
Commit summary:
---------------
Don't lowercase login names. Using uppercase login names is a bad idea,
but people are doing it.
Thorsten Kukuk [Tue, 5 Jul 2005 08:59:35 +0000 (08:59 +0000)]
Relevant BUGIDs: none
Purpose of commit: cleanup
Commit summary:
---------------
Remove code duplication (logging and error strings) and fix compiler
warnings
Tomas Mraz [Mon, 4 Jul 2005 13:47:33 +0000 (13:47 +0000)]
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
Improve the RLIMIT_NICE support so the input values are in the nice
range -20..19
Sebastien Tricaud [Sun, 3 Jul 2005 09:44:56 +0000 (09:44 +0000)]
Change mode datatype
Tomas Mraz [Wed, 22 Jun 2005 08:11:02 +0000 (08:11 +0000)]
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
pam_limits: Support new limits in linux 2.6.12
Thorsten Kukuk [Thu, 9 Jun 2005 17:29:18 +0000 (17:29 +0000)]
Relevant BUGIDs: none
Purpose of commit: cleanup
Commit summary:
---------------
Fix all occurrence of dereferencing type-punned pointer will break
strict-aliasing rules warnings
Thorsten Kukuk [Tue, 7 Jun 2005 07:41:23 +0000 (07:41 +0000)]
Relevant BUGIDs: Novell #81690
Purpose of commit: bugfix
Commit summary:
---------------
If the process priority is not specified in the limits.conf file,
pam_limits should not reset the current one to zero.
Tomas Mraz [Fri, 27 May 2005 10:33:14 +0000 (10:33 +0000)]
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
* pam_access: Add listsep option to set list element separator by
Richard Shaffer
Tomas Mraz [Tue, 24 May 2005 12:04:21 +0000 (12:04 +0000)]
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
pam_xauth: Unset the XAUTHORITY variable when requesting user is
root and target user is not
Thorsten Kukuk [Fri, 20 May 2005 14:58:58 +0000 (14:58 +0000)]
Relevant BUGIDs: none
Purpose of commit: bugfix
Commit summary:
---------------
Redefining __u8 and __u32 is a bad idea (breaks PPC64), use u_int8_t
and u_int32_t instead.
Tomas Mraz [Mon, 16 May 2005 20:34:20 +0000 (20:34 +0000)]
Relevant BUGIDs: 945449
Purpose of commit: bugfix
Commit summary:
---------------
Correct support of unlimited limits, use the right type for rlimit value.
Thorsten Kukuk [Mon, 16 May 2005 11:04:31 +0000 (11:04 +0000)]
Relevant BUGIDs: none
Purpose of commit: new feature
Commit summary:
---------------
Add pam_selinux module
Thorsten Kukuk [Mon, 16 May 2005 11:03:02 +0000 (11:03 +0000)]
Relevant BUGIDs: none
Purpose of commit: new feature
Commit summary:
---------------
Add SELinux support, based on Patch from Red Hat
Thorsten Kukuk [Wed, 4 May 2005 21:27:35 +0000 (21:27 +0000)]
Relevant BUGIDs: none
Purpose of commit: cleanup
Commit summary:
---------------
Add missing items in comment (copied from README)
Thorsten Kukuk [Wed, 4 May 2005 21:21:00 +0000 (21:21 +0000)]
Relevant BUGIDs: none
Purpose of commit: cleanup
Commit summary:
---------------
Get ride of static buffer for paths
Thorsten Kukuk [Sun, 1 May 2005 07:48:12 +0000 (07:48 +0000)]
Relevant BUGIDs: none
Purpose of commit: cleanup
Commit summary:
---------------
Solve duplicate definition warning
Thorsten Kukuk [Fri, 29 Apr 2005 11:59:56 +0000 (11:59 +0000)]
Relevant BUGIDs: none
Purpose of commit: bugfix
Commit summary:
---------------
Fix some compiler warnings
Thorsten Kukuk [Fri, 29 Apr 2005 11:40:14 +0000 (11:40 +0000)]
Relevant BUGIDs: none
Purpose of commit: bugfix
Commit summary:
---------------
Fix compiler warnings
Thorsten Kukuk [Fri, 29 Apr 2005 08:31:09 +0000 (08:31 +0000)]
Relevant BUGIDs: none
Purpose of commit: bugfix
Commit summary:
---------------
Add missing check for NULL pointer
Thorsten Kukuk [Fri, 29 Apr 2005 08:29:29 +0000 (08:29 +0000)]
Relevant BUGIDs: 600351,
1032922
Purpose of commit: bugfix
Commit summary:
---------------
Create parent directories, if they do not exist, and set the permissions
later, so that we can copy the skel directory.
Thorsten Kukuk [Fri, 29 Apr 2005 08:13:26 +0000 (08:13 +0000)]
Relevant BUGIDs: none
Purpose of commit: cleanup
Commit summary:
---------------
Set PAM_DEFAULT_PROMPT to "login: " as already done by all
Linux distributors.
Tomas Mraz [Tue, 19 Apr 2005 07:37:50 +0000 (07:37 +0000)]
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
Various cleanups and minor bugfixes by Steve Grubb.
Tomas Mraz [Tue, 12 Apr 2005 16:25:46 +0000 (16:25 +0000)]
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
pam_unix: nis option shouldn't clear the shadow option
Tomas Mraz [Fri, 8 Apr 2005 15:08:16 +0000 (15:08 +0000)]
Relevant BUGIDs: Red Hat bz #150537
Purpose of commit: bugfix
Commit summary:
---------------
misc_conv: flush input first then print the prompt - fixes problem
with expect scripts
Tomas Mraz [Fri, 8 Apr 2005 13:18:09 +0000 (13:18 +0000)]
Relevant BUGIDs: Red Hat bz #88127
Purpose of commit:
Commit summary:
---------------
pam_unix: fix regression introduced in 0.78 - both NIS and local password
should be changed if possible - see the analysis in the RH bugzilla
Tomas Mraz [Mon, 4 Apr 2005 09:46:10 +0000 (09:46 +0000)]
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
Test for NULL data before dereferencing them
Thorsten Kukuk [Thu, 31 Mar 2005 14:58:36 +0000 (14:58 +0000)]
Relevant BUGIDs:
Purpose of commit:
Commit summary:
---------------
Prepare for future development
Thorsten Kukuk [Thu, 31 Mar 2005 14:50:39 +0000 (14:50 +0000)]
Relevant BUGIDs: none
Purpose of commit: none
Commit summary:
---------------
Set release date
Sebastien Tricaud [Thu, 31 Mar 2005 00:31:57 +0000 (00:31 +0000)]
Improved log facilities
Thorsten Kukuk [Wed, 30 Mar 2005 14:59:35 +0000 (14:59 +0000)]
Relevant BUGIDs: none
Purpose of commit: bugfix
Commit summary:
---------------
include errno.h if errno is used.
Tomas Mraz [Wed, 30 Mar 2005 10:42:54 +0000 (10:42 +0000)]
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
Fix wrong allocation in _pammodutil_gr* functions.
Raise the limit on allocated memory size.
Don't retry call if not ERANGE or EINTR
Sebastien Tricaud [Wed, 30 Mar 2005 09:45:55 +0000 (09:45 +0000)]
fixed configure issue with new cracklib
Sebastien Tricaud [Tue, 29 Mar 2005 20:41:18 +0000 (20:41 +0000)]
prelude ids support
Thorsten Kukuk [Tue, 29 Mar 2005 14:05:40 +0000 (14:05 +0000)]
Relevant BUGIDs: none
Purpose of commit: bugfix
Commit summary:
---------------
Fix make clean (remove symlinks)
Tomas Mraz [Wed, 23 Mar 2005 14:35:21 +0000 (14:35 +0000)]
Relevant BUGIDs: -
Purpose of commit: bugfix
Commit summary:
---------------
Improve LSB-2.0 compliance
Sebastien Tricaud [Wed, 16 Mar 2005 00:06:01 +0000 (00:06 +0000)]
Fixed typo issue
Thorsten Kukuk [Mon, 14 Mar 2005 09:42:27 +0000 (09:42 +0000)]
Relevant BUGIDs: Novell #66885
Purpose of commit: bugfix
Commit summary:
---------------
DISPLAY variable was not preserved, which means that pam_xauth only
works if the calling application takes care of it.
Thorsten Kukuk [Mon, 21 Feb 2005 09:52:05 +0000 (09:52 +0000)]
Relevant BUGIDs: mail
Purpose of commit: bugfix
Commit summary:
---------------
The following reported by mail was fixed:
"I've been in trouble using the '%group' feature in the limits.conf file.
There are priorities when settings the limits and the order is as
enumerated here. The problem is that the initial value is
LIMITS_DEF_NONE, so neither LIMITS_DEF_ALL nor LIMITS_DEF_ALLGROUP
can ever be set."
Thorsten Kukuk [Mon, 7 Feb 2005 08:18:53 +0000 (08:18 +0000)]
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
Fix wrong variable name in debug code
Tomas Mraz [Fri, 4 Feb 2005 15:04:51 +0000 (15:04 +0000)]
Relevant BUGIDs: Red Hat bz 98745
Purpose of commit: docfix
Commit summary:
---------------
Make the documentation of pam_shells reflect reality.
Thorsten Kukuk [Tue, 25 Jan 2005 10:43:11 +0000 (10:43 +0000)]
Relevant BUGIDs:
1106011
Purpose of commit: bugfix
Commit summary:
---------------
Fix compilation on systems without PATH_MAX
Tomas Mraz [Mon, 24 Jan 2005 14:04:17 +0000 (14:04 +0000)]
Relevant BUGIDs: none
Purpose of commit: bugfix
Commit summary:
---------------
Fix possible segfault in the last patch to pam_tally.
Sebastien Tricaud [Wed, 19 Jan 2005 10:45:12 +0000 (10:45 +0000)]
Fixed string issue for backward compatibility (pointed out by Yoann Vandoorselaere)
Sebastien Tricaud [Sun, 16 Jan 2005 22:12:24 +0000 (22:12 +0000)]
Audit option added
Tomas Mraz [Wed, 12 Jan 2005 10:56:57 +0000 (10:56 +0000)]
Relevant BUGIDs:
Purpose of commit: cleanup
Commit summary:
---------------
Get user name by pam_get_user call instead of pam_get_item
Thorsten Kukuk [Mon, 10 Jan 2005 10:31:32 +0000 (10:31 +0000)]
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
Fix seg.fault in case the PAM configuration file is corrupt
Thorsten Kukuk [Mon, 10 Jan 2005 09:45:37 +0000 (09:45 +0000)]
Relevant BUGIDs: 872943
Purpose of commit: bugfix
Commit summary:
---------------
Fix return value for unknown user (This is PAM_USER_UNKNOWN and
not PAM_AUTHINFO_UNAVAIL).
Tomas Mraz [Fri, 7 Jan 2005 15:31:26 +0000 (15:31 +0000)]
Relevant BUGIDs: 629251, Red Hat bz 143750
Purpose of commit: bugfix
Commit summary:
---------------
libpam: don't return PAM_IGNORE if the impression is positive and
using cached chain
pam_nologin: don't overwrite return value with return from pam_get_item
Tomas Mraz [Fri, 7 Jan 2005 13:52:42 +0000 (13:52 +0000)]
Relevant BUGIDs: Red Hat bz 60930
Purpose of commit: bugfix, new feature
Commit summary:
---------------
major rewrite of the pam_tally module
Tomas Mraz [Fri, 7 Jan 2005 12:16:01 +0000 (12:16 +0000)]
Relevant BUGIDs: Red Hat bz 131190
Purpose of commit: new feature
Commit summary:
---------------
Support new limits of Linux kernel 2.6
Thorsten Kukuk [Wed, 5 Jan 2005 16:15:26 +0000 (16:15 +0000)]
Relevant BUGIDs: 872945
Purpose of commit: bugfix
Commit summary:
---------------
Calling pam_chauthtok of pam_unix and entering the correct old password,
but abort on typing the new one, PAM_AUTHTOK_RECOVER_ERR is returned.
Since we got the old token, PAM_AUTHTOK_ERR needs to be returned.
Found by LSB PAM testsuite.
Thorsten Kukuk [Tue, 4 Jan 2005 11:41:46 +0000 (11:41 +0000)]
Relevant BUGIDs: report per email
Purpose of commit: bugfix
Commit summary:
---------------
Don't abort, if cracklib dictionaries were not found, but tell the
user that pam_cracklib will not be built.
Tomas Mraz [Tue, 4 Jan 2005 08:42:42 +0000 (08:42 +0000)]
Relevant BUGIDs: Red Hat bz 120694
Purpose of commit: bugfix
Commit summary:
---------------
skip logging of 'user unknown' authentication failure if the user
has passwd entry
Tomas Mraz [Mon, 27 Dec 2004 15:47:57 +0000 (15:47 +0000)]
Relevant BUGIDs: Red Hat bz 143777
Purpose of commit: cleanup
Commit summary:
---------------
Added missing arguments to pam_succeed_if manpage
Tomas Mraz [Fri, 3 Dec 2004 09:43:10 +0000 (09:43 +0000)]
Relevant BUGIDs: Red Hat bz 139539
Purpose of commit: bugfix
Commit summary:
---------------
Rearrange conditions in pam_unix_acct to make it more reliable with large
values of expiration times.
Tomas Mraz [Tue, 23 Nov 2004 12:53:19 +0000 (12:53 +0000)]
Relevant BUGIDs: Red Hat bz 140451
Purpose of commit: bugfix
Commit summary:
---------------
Convert uid gid from passwd entry always as decimal. Test failure.
Thorsten Kukuk [Fri, 19 Nov 2004 08:43:37 +0000 (08:43 +0000)]
Relevant BUGIDs:
Purpose of commit:
new feature
Commit summary:
---------------
set version number to 0.79
Thorsten Kukuk [Fri, 19 Nov 2004 08:16:30 +0000 (08:16 +0000)]
Relevant BUGIDs:
Purpose of commit:
release
Commit summary:
---------------
Release version 0.78
Tomas Mraz [Wed, 17 Nov 2004 12:54:29 +0000 (12:54 +0000)]
Relevant BUGIDs: Redhat bz 69279
Purpose of commit: bugfix
Commit summary:
---------------
pam_unix: Forced password change shouldn't trump account expiration
Tomas Mraz [Tue, 16 Nov 2004 18:12:31 +0000 (18:12 +0000)]
Relevant BUGIDs: Red Hat bz 103442
Purpose of commit: bugfix
Commit summary:
---------------
Simple doc fix (parameter is file not passwd)
Sebastien Tricaud [Tue, 16 Nov 2004 14:27:40 +0000 (14:27 +0000)]
Applied debian patches
Tomas Mraz [Thu, 11 Nov 2004 13:19:34 +0000 (13:19 +0000)]
Relevant BUGIDs: Red Hat bz 77646
Purpose of commit: bugfix
Commit summary:
---------------
Test return value of renames for failure so user knows
that his password wasn't really changed.
Also report error when /etc/security/opasswd is missing and
pam_unix module is called with remember=x.
Tomas Mraz [Thu, 11 Nov 2004 13:04:55 +0000 (13:04 +0000)]
Relevant BUGIDs: Red Hat bz 73351
Purpose of commit: new feature
Commit summary:
---------------
Add only_root option to pam_wheel to make it affect
only authentication to root account.
Tomas Mraz [Thu, 11 Nov 2004 09:15:54 +0000 (09:15 +0000)]
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
I've forgot to remove some selinux specific part when changing
locking in pam_unix_passwd
Tomas Mraz [Wed, 10 Nov 2004 09:44:32 +0000 (09:44 +0000)]
Relevant BUGIDs: Redhat BZ 115309
Purpose of commit: bugfix
Commit summary:
---------------
Change the order of password change (first try local, then NIS)
Tomas Mraz [Mon, 8 Nov 2004 10:57:15 +0000 (10:57 +0000)]
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
getlogin doesn't cache the login name properly
Thorsten Kukuk [Mon, 8 Nov 2004 08:58:37 +0000 (08:58 +0000)]
Relevant BUGIDs:
Purpose of commit:
bugfix
Commit summary:
---------------
Fix make clean for pam_unix (remove bigcrypt binary)
Tomas Mraz [Thu, 4 Nov 2004 11:49:39 +0000 (11:49 +0000)]
Relevant BUGIDs:
Purpose of commit:
bugfix
Commit summary:
---------------
Make limiting logins for users in a group actually work
Tomas Mraz [Thu, 4 Nov 2004 11:44:56 +0000 (11:44 +0000)]
Relevant BUGIDs:
Purpose of commit:
bugfix
Commit summary:
---------------
Fix locking in pam_unix_passwd to avoid race on changing passwords
Tomas Mraz [Thu, 4 Nov 2004 08:12:38 +0000 (08:12 +0000)]
Relevant BUGIDs:
Purpose of commit:
bugfix
Commit summary:
---------------
Revert the change in previous pam_limits.c commit it's already
compensated by count=1 assignment
Thorsten Kukuk [Thu, 14 Oct 2004 14:47:53 +0000 (14:47 +0000)]
Relevant BUGIDs:
Purpose of commit:
Commit summary:
---------------
bugfix: Fix "make releases"
Thorsten Kukuk [Wed, 6 Oct 2004 13:42:36 +0000 (13:42 +0000)]
Relevant BUGIDs:
Purpose of commit:
Commit summary:
---------------
bugfix: Last part of fixes from Red Hat
Thorsten Kukuk [Thu, 30 Sep 2004 12:29:18 +0000 (12:29 +0000)]
Relevant BUGIDs:
Purpose of commit:
Commit summary:
---------------
bugfix: Preserve permissions of shadow/passwd file. From Red Hat.
Thorsten Kukuk [Tue, 28 Sep 2004 13:48:45 +0000 (13:48 +0000)]
Relevant BUGIDs:
Purpose of commit:
Commit summary:
---------------
bugfix:
* Merge patches from Red Hat (Bug 477000 and other - kukuk)
* Fix pam_rhosts option parsing (Bug 922648 - kukuk)
Thorsten Kukuk [Fri, 24 Sep 2004 13:14:14 +0000 (13:14 +0000)]
Relevant BUGIDs:
Purpose of commit:
Commit summary:
---------------
bugfix: Add missing files
Thorsten Kukuk [Fri, 24 Sep 2004 13:13:18 +0000 (13:13 +0000)]
Relevant BUGIDs:
Purpose of commit:
Commit summary:
---------------
bugfix: 440107: Add various patches from Linux Distibutors to make
PAM modules reentrant.
Thorsten Kukuk [Fri, 24 Sep 2004 11:49:37 +0000 (11:49 +0000)]
Relevant BUGIDs:
Purpose of commit:
Commit summary:
---------------
new feature: Bug 436444: Add pam_localuser module
Thorsten Kukuk [Fri, 24 Sep 2004 11:42:39 +0000 (11:42 +0000)]
Relevant BUGIDs:
Purpose of commit:
Commit summary:
---------------
new feature: Add pam_succeed_if Module
Thorsten Kukuk [Fri, 24 Sep 2004 09:18:21 +0000 (09:18 +0000)]
Relevant BUGIDs:
Purpose of commit:
Commit summary:
---------------
bugfix: Fix lot of compiler warnings
new feature: add broken_shadow option to pam_unix (patch from Linux
distributions)
Thorsten Kukuk [Thu, 23 Sep 2004 15:52:55 +0000 (15:52 +0000)]
Relevant BUGIDs:
Purpose of commit:
Commit summary:
---------------
bugfix:
- Add targets for installing man pages for modules
- Fix check for libcrypt (Bug 417704)
Thorsten Kukuk [Thu, 23 Sep 2004 15:41:58 +0000 (15:41 +0000)]
Relevant BUGIDs:
Purpose of commit:
Commit summary:
---------------
new feature: Add pam_xauth (Bug 436440)
Thorsten Kukuk [Wed, 22 Sep 2004 13:00:39 +0000 (13:00 +0000)]
Relevant BUGIDs:
Purpose of commit:
Commit summary:
---------------
bugfix: Fix compiler warnings
Thorsten Kukuk [Wed, 22 Sep 2004 12:51:20 +0000 (12:51 +0000)]
Relevant BUGIDs:
Purpose of commit:
Commit summary:
---------------
bugfix
1032604 : differentiate between Ctrl-D and Return
Thorsten Kukuk [Wed, 22 Sep 2004 09:37:46 +0000 (09:37 +0000)]
Relevant BUGIDs:
Purpose of commit:
Commit summary:
---------------
bugfix: Add rest of Steve Grubb's resource leak and other fixes
Thorsten Kukuk [Wed, 15 Sep 2004 12:06:17 +0000 (12:06 +0000)]
Relevant BUGIDs:
Purpose of commit:
Commit summary:
---------------
bugfix: Add parts of Steve Grubb's resource leak and other fixes