]> granicus.if.org Git - sudo/log
sudo
10 years agoFix typo in hook return value check.
Todd C. Miller [Fri, 14 Nov 2014 21:56:29 +0000 (14:56 -0700)]
Fix typo in hook return value check.

10 years agoMention visudo use of sudoers plugin args to set default sudoers
Todd C. Miller [Fri, 14 Nov 2014 21:17:01 +0000 (14:17 -0700)]
Mention visudo use of sudoers plugin args to set default sudoers
file name and owner/mode.

10 years agoMention fix for bug #678
Todd C. Miller [Fri, 14 Nov 2014 20:11:11 +0000 (13:11 -0700)]
Mention fix for bug #678

10 years agoSync with translationproject.org
Todd C. Miller [Mon, 10 Nov 2014 19:37:58 +0000 (12:37 -0700)]
Sync with translationproject.org

10 years agoIn set_fqdn() we neeed to set user_runhost/user_srunhost at the
Todd C. Miller [Thu, 13 Nov 2014 03:33:41 +0000 (20:33 -0700)]
In set_fqdn() we neeed to set user_runhost/user_srunhost at the
same time we set user_host/user_shost since that is what
hostlist_matches() uses.  Bug #678

10 years agoDo not call sudo_warnx() on invalid value from the env hook functions
Todd C. Miller [Tue, 11 Nov 2014 22:31:16 +0000 (15:31 -0700)]
Do not call sudo_warnx() on invalid value from the env hook functions
as the printf() family may call getenv() for locale reasons.

10 years agoNo need to keep specifying ".Nm foo" since the Nm macro remembers
Todd C. Miller [Tue, 11 Nov 2014 22:29:19 +0000 (15:29 -0700)]
No need to keep specifying ".Nm foo" since the Nm macro remembers
the argument it was first called with and uses it if none is
specified.  Also fix a few minor formatting errors and
regen bulleted lists in the .man.in files.

10 years agoAdd sudo.conf to SEE ALSO and rename section on sudo.conf
Todd C. Miller [Tue, 11 Nov 2014 21:18:07 +0000 (14:18 -0700)]
Add sudo.conf to SEE ALSO and rename section on sudo.conf

10 years agoMention sudo.conf use for debugging
Todd C. Miller [Tue, 11 Nov 2014 21:15:47 +0000 (14:15 -0700)]
Mention sudo.conf use for debugging

10 years agoregen
Todd C. Miller [Tue, 11 Nov 2014 20:56:01 +0000 (13:56 -0700)]
regen

10 years agoDocument sudo.conf usage now that visudo will parse the sudoers arguments.
Todd C. Miller [Tue, 11 Nov 2014 20:55:40 +0000 (13:55 -0700)]
Document sudo.conf usage now that visudo will parse the sudoers arguments.

10 years agoUse sudoers.so args from sudo.conf to set sudoers_file, sudoers_uid,
Todd C. Miller [Tue, 11 Nov 2014 03:12:47 +0000 (20:12 -0700)]
Use sudoers.so args from sudo.conf to set sudoers_file, sudoers_uid,
sudoers_gid, and sudoers_mode in visudo.

10 years agoUse sudoers_file, sudoers_uid, sudoers_gid, and sudoers_mode
Todd C. Miller [Mon, 10 Nov 2014 22:23:51 +0000 (15:23 -0700)]
Use sudoers_file, sudoers_uid, sudoers_gid, and sudoers_mode
symbols from toke.l instead of the upper case defines.

10 years agoUse SSP_LDFLAGS when creating shared objects.
Todd C. Miller [Mon, 10 Nov 2014 21:58:46 +0000 (14:58 -0700)]
Use SSP_LDFLAGS when creating shared objects.

10 years agoWe only build .lo (not .o) files for libsudo_util
Todd C. Miller [Mon, 10 Nov 2014 21:58:45 +0000 (14:58 -0700)]
We only build .lo (not .o) files for libsudo_util

10 years agosync
Todd C. Miller [Thu, 6 Nov 2014 16:25:26 +0000 (09:25 -0700)]
sync

10 years agoMake sure that SIGCHLD is not treated as a user-generated signal
Todd C. Miller [Tue, 4 Nov 2014 16:24:41 +0000 (09:24 -0700)]
Make sure that SIGCHLD is not treated as a user-generated signal
in which case it could be ignored.  Bug #676

10 years agoUpdate to libtool 2.4.3 + HP-UX patches
Todd C. Miller [Thu, 30 Oct 2014 13:09:02 +0000 (07:09 -0600)]
Update to libtool 2.4.3 + HP-UX patches

10 years agoUse arc4random() for mkstemp/mkdtemp if available. If not, try to
Todd C. Miller [Fri, 31 Oct 2014 12:57:19 +0000 (06:57 -0600)]
Use arc4random() for mkstemp/mkdtemp if available.  If not, try to
seed from /dev/urandom before falling back to the gettimeofday seed.

10 years agoIf a system lacks mkdtemp() or mkstemps(), use our own mkdtemp()
Todd C. Miller [Wed, 29 Oct 2014 19:03:39 +0000 (13:03 -0600)]
If a system lacks mkdtemp() or mkstemps(), use our own mkdtemp()
and mkstemps().  Previously we only exposed the missing one but
since the guts are the same we might as well use them.

10 years agoUse a static buffer for sudo_debug_execve2() if possible.
Todd C. Miller [Fri, 31 Oct 2014 12:57:17 +0000 (06:57 -0600)]
Use a static buffer for sudo_debug_execve2() if possible.

10 years agoMark the putenv(), setenv() and unsetenv() symbols as global, not
Todd C. Miller [Wed, 29 Oct 2014 16:54:40 +0000 (10:54 -0600)]
Mark the putenv(), setenv() and unsetenv() symbols as global, not
hidden.  Fixes a mismatch where a plugin (or its loaded dso) would
call setenv() to set a variables but be unable to find it later
with getenv().

10 years agoFix install-nls target from builddir.
Todd C. Miller [Tue, 28 Oct 2014 20:45:39 +0000 (14:45 -0600)]
Fix install-nls target from builddir.

10 years agoFix dependency on sudo.pp, it needs to relative to srcdir.
Todd C. Miller [Tue, 28 Oct 2014 20:14:22 +0000 (14:14 -0600)]
Fix dependency on sudo.pp, it needs to relative to srcdir.

10 years agoAdapt to new debug subsystem registration.
Todd C. Miller [Tue, 28 Oct 2014 13:36:08 +0000 (07:36 -0600)]
Adapt to new debug subsystem registration.

10 years agoAdd missing zlib.exp file and common LT_LDFLAGS Makefile.in.
Todd C. Miller [Tue, 28 Oct 2014 03:09:02 +0000 (21:09 -0600)]
Add missing zlib.exp file and common LT_LDFLAGS Makefile.in.

10 years agoFix path settings broken in rev 9731.
Todd C. Miller [Mon, 27 Oct 2014 22:31:33 +0000 (16:31 -0600)]
Fix path settings broken in rev 9731.

10 years agoAdjust regress test now that boolean settings display an error for
Todd C. Miller [Mon, 27 Oct 2014 22:31:01 +0000 (16:31 -0600)]
Adjust regress test now that boolean settings display an error for
invalid input.

10 years agoAdd sudoers_debug_deregister() and use it instead of calling
Todd C. Miller [Mon, 27 Oct 2014 22:06:20 +0000 (16:06 -0600)]
Add sudoers_debug_deregister() and use it instead of calling
sudo_debug_deregister() directly.

10 years agoUse AC_PROG_AWK
Todd C. Miller [Mon, 27 Oct 2014 20:54:13 +0000 (14:54 -0600)]
Use AC_PROG_AWK

10 years agoMention shared zlib.
Todd C. Miller [Mon, 27 Oct 2014 20:49:28 +0000 (14:49 -0600)]
Mention shared zlib.

10 years agoAdd lib/zlib/zlib.exp
Todd C. Miller [Mon, 27 Oct 2014 20:47:48 +0000 (14:47 -0600)]
Add lib/zlib/zlib.exp

10 years agoAdd support for installing a shared zlib
Todd C. Miller [Mon, 27 Oct 2014 20:39:07 +0000 (14:39 -0600)]
Add support for installing a shared zlib

10 years agofix comment typo
Todd C. Miller [Mon, 27 Oct 2014 20:21:27 +0000 (14:21 -0600)]
fix comment typo

10 years agoNewer zlib uses HAVE_HIDDEN to turn on symbol hiding so we don't
Todd C. Miller [Mon, 27 Oct 2014 20:20:33 +0000 (14:20 -0600)]
Newer zlib uses HAVE_HIDDEN to turn on symbol hiding so we don't
need to disable it with NO_VIS.

10 years agoregen
Todd C. Miller [Mon, 27 Oct 2014 18:35:49 +0000 (12:35 -0600)]
regen

10 years agoVersion the symbols for sudo_debug.c now that the API is stable.
Todd C. Miller [Mon, 27 Oct 2014 11:26:08 +0000 (05:26 -0600)]
Version the symbols for sudo_debug.c now that the API is stable.

10 years agoGo back to parsing sudo.conf in place for settings and paths and
Todd C. Miller [Sun, 26 Oct 2014 14:33:09 +0000 (08:33 -0600)]
Go back to parsing sudo.conf in place for settings and paths and
improve debugging info for unsupported entries and parse errors.

10 years agoAdd a flag argument to sudo_conf_read() so we can decide which
Todd C. Miller [Sun, 26 Oct 2014 14:33:08 +0000 (08:33 -0600)]
Add a flag argument to sudo_conf_read() so we can decide which
bits get parsed.  This lets us parse Debug statements first and
init the debug subsystem early.

10 years agoInclude stdio.h after zlib.h, not before. We need the large file defines
Todd C. Miller [Fri, 24 Oct 2014 22:59:48 +0000 (16:59 -0600)]
Include stdio.h after zlib.h, not before.  We need the large file defines
to come first.

10 years agoUpdate zlib to version 1.2.8
Todd C. Miller [Fri, 24 Oct 2014 21:28:03 +0000 (15:28 -0600)]
Update zlib to version 1.2.8

10 years agoDon't add -Wold-style-definition to CFLAGS as it causes problems
Todd C. Miller [Fri, 24 Oct 2014 21:26:21 +0000 (15:26 -0600)]
Don't add -Wold-style-definition to CFLAGS as it causes problems
with 3rd party libraries such as zlib.

10 years agoFree up plugin info structs after converting to plugin containers.
Todd C. Miller [Fri, 24 Oct 2014 21:09:35 +0000 (15:09 -0600)]
Free up plugin info structs after converting to plugin containers.

10 years agoMove sample.* files to a sudo examples dir
Todd C. Miller [Fri, 24 Oct 2014 20:25:12 +0000 (14:25 -0600)]
Move sample.* files to a sudo examples dir

10 years agoFix a packaging problem with the sudoedit man page link on Debian.
Todd C. Miller [Fri, 24 Oct 2014 20:25:10 +0000 (14:25 -0600)]
Fix a packaging problem with the sudoedit man page link on Debian.

10 years agoInitialize the debug subsystem in sudoers early. Currently this
Todd C. Miller [Fri, 24 Oct 2014 18:50:12 +0000 (12:50 -0600)]
Initialize the debug subsystem in sudoers early.  Currently this
means iterating over the settings list twice.

10 years agoNo need to convert sudoedit -> sudo in sudo_debug_get_instance()
Todd C. Miller [Fri, 24 Oct 2014 17:28:39 +0000 (11:28 -0600)]
No need to convert sudoedit -> sudo in sudo_debug_get_instance()
as we store the actual program name and only do the sudoedit ->
sudo conversion when reading the sudo.conf file.  Fixes debugging
when invoked as sudoedit.

10 years agoIn the plugin registers with the debug framework at open time, the
Todd C. Miller [Fri, 24 Oct 2014 17:17:48 +0000 (11:17 -0600)]
In the plugin registers with the debug framework at open time, the
sudo front-end will now set the default debug instance appropriately
before calling into the plugin.  This means the plugin no longer needs
to do the sudo_debug_set_default_instance() dance.

10 years agoRemove duplicate -U__NBBY in CPPCHECK_OPTS
Todd C. Miller [Fri, 24 Oct 2014 15:40:07 +0000 (09:40 -0600)]
Remove duplicate -U__NBBY in CPPCHECK_OPTS

10 years agoOlder shells don't support unset.
Todd C. Miller [Thu, 23 Oct 2014 22:23:37 +0000 (16:23 -0600)]
Older shells don't support unset.

10 years agoFix inet_ntop() replacement on older systems without it.
Todd C. Miller [Thu, 23 Oct 2014 21:44:03 +0000 (15:44 -0600)]
Fix inet_ntop() replacement on older systems without it.
We only expose the prototype for net_ifs.c due to the
use of socklen_t.

10 years agoDynamically allocate debug_fds bitmap and realloc as needed.
Todd C. Miller [Thu, 23 Oct 2014 20:37:29 +0000 (14:37 -0600)]
Dynamically allocate debug_fds bitmap and realloc as needed.

10 years agoUse generic bitmap macros instead of select-style fd_set.
Todd C. Miller [Thu, 23 Oct 2014 20:37:27 +0000 (14:37 -0600)]
Use generic bitmap macros instead of select-style fd_set.

10 years agoReplace sudo_debug_num_instances with sudo_debug_max_instance
Todd C. Miller [Thu, 23 Oct 2014 19:43:17 +0000 (13:43 -0600)]
Replace sudo_debug_num_instances with sudo_debug_max_instance

10 years agoDon't call into the debug subsystem after we've deregistered the
Todd C. Miller [Thu, 23 Oct 2014 19:42:50 +0000 (13:42 -0600)]
Don't call into the debug subsystem after we've deregistered the
plugin's instance.

10 years agoOnly fill in subsystem_ids[] for the instance if the caller passed
Todd C. Miller [Thu, 23 Oct 2014 19:19:51 +0000 (13:19 -0600)]
Only fill in subsystem_ids[] for the instance if the caller passed
in an array for it.  If the caller only wants the default subsystems
we don't actually need ids[].

10 years agoLink with -ldl if needed when built with --disable-shared-libutil/
Todd C. Miller [Thu, 23 Oct 2014 19:08:21 +0000 (13:08 -0600)]
Link with -ldl if needed when built with --disable-shared-libutil/

10 years agoFix includes order.
Todd C. Miller [Thu, 23 Oct 2014 16:16:13 +0000 (10:16 -0600)]
Fix includes order.

10 years agoRemove extra newline mistakenly introduced in rev 9682.
Todd C. Miller [Thu, 23 Oct 2014 16:15:38 +0000 (10:15 -0600)]
Remove extra newline mistakenly introduced in rev 9682.

10 years agoFix typo in unset.
Todd C. Miller [Thu, 23 Oct 2014 15:50:29 +0000 (09:50 -0600)]
Fix typo in unset.

10 years agoSet debug instance for standalone programs.
Todd C. Miller [Thu, 23 Oct 2014 15:40:36 +0000 (09:40 -0600)]
Set debug instance for standalone programs.

10 years agoFix compilation issues, fallout from the debug changes.
Todd C. Miller [Thu, 23 Oct 2014 15:26:13 +0000 (09:26 -0600)]
Fix compilation issues, fallout from the debug changes.

10 years agoregen
Todd C. Miller [Thu, 23 Oct 2014 13:57:37 +0000 (07:57 -0600)]
regen

10 years agoSudo 1.8.12
Todd C. Miller [Thu, 23 Oct 2014 13:29:08 +0000 (07:29 -0600)]
Sudo 1.8.12

10 years agoUpdate with debug system changes and revent bug fixes.
Todd C. Miller [Thu, 23 Oct 2014 13:28:36 +0000 (07:28 -0600)]
Update with debug system changes and revent bug fixes.

10 years agoWhen registering with the debug subsystem, the caller now passes
Todd C. Miller [Thu, 23 Oct 2014 12:36:50 +0000 (06:36 -0600)]
When registering with the debug subsystem, the caller now passes
in an arrary of ints that gets filled in with the subsytem IDs to
be used in debug_decl.

10 years agosudoers_debug_instance is now included in libparsesudoers so we don't
Todd C. Miller [Thu, 23 Oct 2014 12:19:30 +0000 (06:19 -0600)]
sudoers_debug_instance is now included in libparsesudoers so we don't
need to declare it here.

10 years agoThe sudoers plugin now defines its own list of debugging subsystem names
Todd C. Miller [Wed, 22 Oct 2014 19:30:52 +0000 (13:30 -0600)]
The sudoers plugin now defines its own list of debugging subsystem names
and defines.

10 years agoAdd support for multiple Debug lines per program. Callers may
Todd C. Miller [Wed, 22 Oct 2014 19:23:05 +0000 (13:23 -0600)]
Add support for multiple Debug lines per program.  Callers may
register arbitrary debug facilities or use built-in defaults.  We
now use separate Debug statements for plugins and programs.

10 years agoChange how sudo.conf is parsed. We now do a quick parse and then
Todd C. Miller [Wed, 22 Oct 2014 19:20:32 +0000 (13:20 -0600)]
Change how sudo.conf is parsed.  We now do a quick parse and then
set the values after the entire file has been parsed.  This lets
us init the debug system earlier.  Plugin-specific debug flags are
now stored in struct plugin_info and struct plugin_container and
passed to the plugin via one or more debug_flags settings.

10 years agoPass plugin path in the settings array.
Todd C. Miller [Wed, 22 Oct 2014 19:13:00 +0000 (13:13 -0600)]
Pass plugin path in the settings array.

10 years agoReturn settings from parse_args as struct sudo_settings and format
Todd C. Miller [Wed, 22 Oct 2014 19:13:00 +0000 (13:13 -0600)]
Return settings from parse_args as struct sudo_settings and format
for the plugin at plugin open time.  This will allow for additional,
plugin-specific settings to be added to the array.

10 years agoRemove an unneeded NULL check to quiet a cppcheck warning.
Todd C. Miller [Wed, 22 Oct 2014 16:41:23 +0000 (10:41 -0600)]
Remove an unneeded NULL check to quiet a cppcheck warning.

10 years agoSet locale to C for visudo and testsudoers regression tests.
Todd C. Miller [Tue, 14 Oct 2014 14:54:23 +0000 (08:54 -0600)]
Set locale to C for visudo and testsudoers regression tests.
Bug #672

10 years agoFix logic bug. We only want to return -1 from linux_audit_open()
Todd C. Miller [Mon, 13 Oct 2014 14:33:25 +0000 (08:33 -0600)]
Fix logic bug.  We only want to return -1 from linux_audit_open()
when audit_open() fails and errno is not one of EINVAL, EPROTONOSUPPORT,
or EAFNOSUPPORT.  For those errno values, we return AUDIT_NOT_CONFIGURED
which is not a fatal error.  Bug #671

10 years agoAdd back fix for Bug #663
Todd C. Miller [Sat, 11 Oct 2014 22:45:07 +0000 (16:45 -0600)]
Add back fix for Bug #663

10 years agoThe older style bash function exporting is not used by post-shellshock
Todd C. Miller [Fri, 10 Oct 2014 20:04:10 +0000 (14:04 -0600)]
The older style bash function exporting is not used by post-shellshock
versions of bash.

10 years agoApple uses a different variant of the BASH_FUNC prefix for bash
Todd C. Miller [Fri, 10 Oct 2014 19:55:36 +0000 (13:55 -0600)]
Apple uses a different variant of the BASH_FUNC prefix for bash
functions.

10 years agoRemove change that is part of 1.8.12 not 1.8.11p1
Todd C. Miller [Wed, 8 Oct 2014 02:28:08 +0000 (20:28 -0600)]
Remove change that is part of 1.8.12 not 1.8.11p1

10 years agoUpdate for sudo 1.8.11p1
Todd C. Miller [Tue, 7 Oct 2014 20:14:43 +0000 (14:14 -0600)]
Update for sudo 1.8.11p1

10 years agoOnly check stdin for the tty and avoid the check entirely if we
Todd C. Miller [Tue, 7 Oct 2014 19:50:53 +0000 (13:50 -0600)]
Only check stdin for the tty and avoid the check entirely if we
don't have a way to get the tty from the kernel.  Bug #643

10 years agoMake a copy of ap in sudo_debug_vprintf2() in case the static buffer
Todd C. Miller [Tue, 7 Oct 2014 18:26:32 +0000 (12:26 -0600)]
Make a copy of ap in sudo_debug_vprintf2() in case the static buffer
is not big enough and we need to call vasprintf().

10 years agoAvoid comparing new cwd with old one if getcwd() failed.
Todd C. Miller [Tue, 7 Oct 2014 16:56:50 +0000 (10:56 -0600)]
Avoid comparing new cwd with old one if getcwd() failed.
Bug #670

10 years agoFix debugging printout output for env_should_keep()
Todd C. Miller [Tue, 7 Oct 2014 16:11:08 +0000 (10:11 -0600)]
Fix debugging printout output for env_should_keep()

10 years agoUse INSTALL_OWNER instead of -O/-G flags so we can work with the
Todd C. Miller [Mon, 6 Oct 2014 20:23:41 +0000 (14:23 -0600)]
Use INSTALL_OWNER instead of -O/-G flags so we can work with the
autotools install-sh too.  Bug #669

10 years agoMove sudo_printf to policy.c to match sudo_conv.
Todd C. Miller [Mon, 6 Oct 2014 16:13:42 +0000 (10:13 -0600)]
Move sudo_printf to policy.c to match sudo_conv.

10 years agoAdd sudo_warn_set_conversation() to specify a conversation function
Todd C. Miller [Sun, 5 Oct 2014 22:41:52 +0000 (16:41 -0600)]
Add sudo_warn_set_conversation() to specify a conversation function
to use for warn/fatal.  If no conversation function is specified,
the standard error will be used.  We now only need sudo_printf()
for things that use the parser.

10 years agoUse correct names when referring to subsections in the sudoers manual.
Todd C. Miller [Fri, 3 Oct 2014 16:41:53 +0000 (10:41 -0600)]
Use correct names when referring to subsections in the sudoers manual.

10 years agoUse inet_ntop() instead of inet_ntoa() and include a version for
Todd C. Miller [Thu, 2 Oct 2014 13:55:08 +0000 (07:55 -0600)]
Use inet_ntop() instead of inet_ntoa() and include a version for
systems that are missing it.

10 years agoFix detection of functions in network libs like -lsocket, -lnsl and
Todd C. Miller [Wed, 1 Oct 2014 21:42:07 +0000 (15:42 -0600)]
Fix detection of functions in network libs like -lsocket, -lnsl and
-linet when we have already added those libs to NET_LIBS.
Fixes a problem where inet_pton() was not detected on Solaris.

10 years agoMention --disable-shared-libutil fix.
Todd C. Miller [Wed, 1 Oct 2014 21:09:44 +0000 (15:09 -0600)]
Mention --disable-shared-libutil fix.

10 years agoAlways use --tag=disable-static to avoid installing a static
Todd C. Miller [Wed, 1 Oct 2014 20:39:20 +0000 (14:39 -0600)]
Always use --tag=disable-static to avoid installing a static
sudo_noexec.

10 years agoInstead of building libutil statically for --disable-shared-libutil,
Todd C. Miller [Wed, 1 Oct 2014 20:32:30 +0000 (14:32 -0600)]
Instead of building libutil statically for --disable-shared-libutil,
just treat it as a convenience library.  Do the same with sudoers
for --enable-static-sudoers.  Fixes link errors on Solaris among
others when --disable-shared-libutil is used.

10 years agoRemove LT_LDMAP and LT_LDOPT and just use LT_LDEXPORTS for the
Todd C. Miller [Wed, 1 Oct 2014 19:24:57 +0000 (13:24 -0600)]
Remove LT_LDMAP and LT_LDOPT and just use LT_LDEXPORTS for the
compiler-specific option to restrict symbol exporting.

10 years agoInclude sys/types.h to get gid_t, etc used in sudo_compat.h.
Todd C. Miller [Wed, 1 Oct 2014 15:30:17 +0000 (09:30 -0600)]
Include sys/types.h to get gid_t, etc used in sudo_compat.h.
Fixes a build issue on Solaris.

10 years agoFix cust & pasto in error message when there is a mismatch between
Todd C. Miller [Mon, 29 Sep 2014 21:33:39 +0000 (15:33 -0600)]
Fix cust & pasto in error message when there is a mismatch between
the sudo and libc ttys.  From Diego Elio Petteno'.  Bug #643

10 years agoAdd BASH_FUNC_* to environment blacklist for newer-style bash functions.
Todd C. Miller [Sun, 28 Sep 2014 01:52:45 +0000 (19:52 -0600)]
Add BASH_FUNC_* to environment blacklist for newer-style bash functions.

10 years agoPull additional password prompts out of mkpkg instead of hard-coding
Todd C. Miller [Sat, 27 Sep 2014 16:39:07 +0000 (10:39 -0600)]
Pull additional password prompts out of mkpkg instead of hard-coding
them.

10 years agoAdd post-1.8.11 changes
Todd C. Miller [Sat, 27 Sep 2014 16:31:06 +0000 (10:31 -0600)]
Add post-1.8.11 changes

10 years agoAdd a space after "Password:" in default password prompt so it is
Todd C. Miller [Sat, 27 Sep 2014 16:24:19 +0000 (10:24 -0600)]
Add a space after "Password:" in default password prompt so it is
easier to read when pwfeedback is enabled.