public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4]  Add support for using libuser to chsh and chfn
@ 2013-01-13  9:12 Cody Maloney
  2013-01-03  3:21 ` [PATCH 0/3] Add support for using libuser to chsh Cody Maloney
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: Cody Maloney @ 2013-01-13  9:12 UTC (permalink / raw)
  To: util-linux; +Cc: mitr, Cody Maloney

Builds on v1 addressing comments. Factors out some of the common code
between chsh and chfn (auth.c, libuser.c), hides almost all of the
libuser interaction in libuser.c

The last two patches can/should probably be squashed into one commit
for committing to the repository.

Cody Maloney (4):
  chsh-chfn: Add flag for enabling/disabling libuser support.
  chsh-chfn: Move pam auth to its own function, factoring out common
    code
  chsh: Add libuser support
  chfn: Add libuser support

 configure.ac              | 17 ++++++++++
 login-utils/Makemodule.am | 10 ++++++
 login-utils/auth.c        | 47 ++++++++++++++++++++++++++
 login-utils/auth.h        | 13 ++++++++
 login-utils/chfn.c        | 58 ++++++++++++++------------------
 login-utils/chsh.c        | 55 ++++++++++++++-----------------
 login-utils/libuser.c     | 84 +++++++++++++++++++++++++++++++++++++++++++++++
 login-utils/libuser.h     | 14 ++++++++
 8 files changed, 234 insertions(+), 64 deletions(-)
 create mode 100644 login-utils/auth.c
 create mode 100644 login-utils/auth.h
 create mode 100644 login-utils/libuser.c
 create mode 100644 login-utils/libuser.h

-- 
1.8.1


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

end of thread, other threads:[~2013-01-28 22:01 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-13  9:12 [PATCH v2 0/4] Add support for using libuser to chsh and chfn Cody Maloney
2013-01-03  3:21 ` [PATCH 0/3] Add support for using libuser to chsh Cody Maloney
2013-01-03  3:21   ` [PATCH 1/3] chsh-chfn: Add flag for enabling/disabling libuser support Cody Maloney
2013-01-03  3:22   ` [PATCH 2/3] chsh: Move pam auth to its own function Cody Maloney
2013-01-03  3:22   ` [PATCH 3/3] chsh: Add libuser support Cody Maloney
2013-01-03 16:34     ` Miloslav Trmac
2013-01-07 11:51       ` Karel Zak
2013-01-08  6:15         ` Cody Maloney
2013-01-08  6:17         ` Cody Maloney
2013-01-08  6:18         ` Cody Maloney
2013-01-13  9:12   ` [PATCH 2/3] chsh: Move pam auth to its own function Cody Maloney
2013-01-13  9:12 ` [PATCH v2 1/4] chsh-chfn: Add flag for enabling/disabling libuser support Cody Maloney
2013-01-13  9:12 ` [PATCH v2 2/4] chsh-chfn: Move pam auth to its own function, factoring out common code Cody Maloney
2013-01-13  9:12 ` [PATCH v2 3/4] chsh: Add libuser support Cody Maloney
2013-01-14 18:16   ` Miloslav Trmac
2013-01-17  0:52     ` Cody Maloney
2013-01-28 22:01       ` Miloslav Trmac
2013-01-13  9:12 ` [PATCH v2 4/4] chfn: " Cody Maloney
     [not found] ` <50F2FBBE.7000305@gmail.com>
2013-01-13 19:31   ` [PATCH v2 0/4] Add support for using libuser to chsh and chfn Cody Maloney

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