Util-Linux package development
 help / color / mirror / Atom feed
* [PATCH 0/9] pull: various removals and few fixes
@ 2017-07-31 19:54 Sami Kerola
  2017-07-31 19:55 ` [PATCH 1/9] chfn, chsh: merge auth.h, islocal.h and libuser.h to ch-common.h Sami Kerola
                   ` (9 more replies)
  0 siblings, 10 replies; 17+ messages in thread
From: Sami Kerola @ 2017-07-31 19:54 UTC (permalink / raw)
  To: util-linux; +Cc: Sami Kerola

Hello,

Here's again rather random bunch of changes.  First I thought total lines
deleted would exceed lines added, but the agetty --compile-time addition
pushed the balance otherway around.  Oh well, that was a good try.

Perhaps the nicest change in this series is look(1) bash-completion update
that pushes tab completion to make the usability of the command on next
level.  Assuming you have system word lists installed this is pretty easy to
try, '.  bash-completion/look ; look zo<tab tab>' and you get list of
possibilities from Zoe to zorching.  The next level of look(1) improvements
should make optional [file] to be consumed from an environment variable, so
that bash-completion would play together with user preferred word list.  But
that's something for next time.

Rest of the changes I assume to be pretty straightforward to review, so
hopefully no need for lengthy text about them.

----------------------------------------------------------------
The following changes since commit 8df545592d73b67b0bf119732b52a5e4c0662ec4:
  build: use --runstatedir instead of --localstatedir (2017-07-31 15:24:46 +0200)
are available in the git repository at:
  git://github.com/kerolasa/lelux-utiliteetit.git 2017wk30
for you to fetch changes up to 7677b5b502afd0c9436ce684bc38a8339a64e916:
  agetty: fix invalid usage crash (2017-07-31 20:23:29 +0100)
----------------------------------------------------------------

Sami Kerola (9):
  chfn, chsh: merge auth.h, islocal.h and libuser.h to ch-common.h
  include: move pamfail.h to auth.c
  vipw: use explicit_bzero() to clear buffer after copy
  uuidparse: nil uuid have all bits set to zero
  libuuid: use access(2) when checking /dev/random availability
  bash-completion: look for look completions
  agetty: remove dead DO_DEVFS_FIDDLING code segment
  agetty: add --compile-time option
  agetty: fix invalid usage crash

 bash-completion/look          |  13 +-
 include/Makemodule.am         |   1 -
 include/pamfail.h             |  26 ----
 libuuid/src/gen_uuid.c        |   5 +-
 login-utils/Makemodule.am     |   7 +-
 login-utils/auth.c            |  21 ++-
 login-utils/auth.h            |  13 --
 login-utils/ch-common.h       |  17 +++
 login-utils/chfn.c            |   4 -
 login-utils/chsh.c            |   4 -
 login-utils/islocal.c         |   2 +-
 login-utils/islocal.h         |   1 -
 login-utils/libuser.c         |   3 +-
 login-utils/libuser.h         |  14 --
 login-utils/vipw.c            |   3 +
 misc-utils/uuidparse.c        |   5 +-
 term-utils/agetty.8           |   3 +
 term-utils/agetty.c           | 296 ++++++++++++++++++++++++++++++++++++------
 tests/expected/uuid/uuidparse |   6 +-
 19 files changed, 320 insertions(+), 124 deletions(-)
 delete mode 100644 include/pamfail.h
 delete mode 100644 login-utils/auth.h
 delete mode 100644 login-utils/islocal.h
 delete mode 100644 login-utils/libuser.h

-- 
2.13.3


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2017-08-07  7:54 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-31 19:54 [PATCH 0/9] pull: various removals and few fixes Sami Kerola
2017-07-31 19:55 ` [PATCH 1/9] chfn, chsh: merge auth.h, islocal.h and libuser.h to ch-common.h Sami Kerola
2017-08-01  9:27   ` Karel Zak
2017-08-05 16:33     ` Sami Kerola
2017-07-31 19:55 ` [PATCH 2/9] include: move pamfail.h to auth.c Sami Kerola
2017-07-31 19:55 ` [PATCH 3/9] vipw: use explicit_bzero() to clear buffer after copy Sami Kerola
2017-07-31 19:55 ` [PATCH 4/9] uuidparse: nil uuid have all bits set to zero Sami Kerola
2017-07-31 19:55 ` [PATCH 5/9] libuuid: use access(2) when checking /dev/random availability Sami Kerola
2017-07-31 19:55 ` [PATCH 6/9] bash-completion: look for look completions Sami Kerola
2017-07-31 19:55 ` [PATCH 7/9] agetty: remove dead DO_DEVFS_FIDDLING code segment Sami Kerola
2017-07-31 19:55 ` [PATCH 8/9] agetty: add --compile-time option Sami Kerola
2017-08-01  9:41   ` Karel Zak
2017-08-05 16:44     ` Sami Kerola
2017-07-31 19:55 ` [PATCH 9/9] agetty: fix invalid usage crash Sami Kerola
2017-08-01  9:42   ` Karel Zak
2017-08-05 16:34     ` Sami Kerola
2017-08-07  7:54 ` [PATCH 0/9] pull: various removals and few fixes Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox