~xnox/ubuntu/quantal/shadow/clear-locks

« back to all changes in this revision

Viewing changes to libmisc/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2009-05-05 09:45:21 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090505094521-wpk2wn3q7957tlah
Tags: 1:4.1.3.1-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Ubuntu specific:
    + debian/login.defs: use SHA512 by default for password crypt routine.
  - debian/patches/stdout-encrypted-password.patch: chpasswd can report
    password hashes on stdout (debian bug 505640).
  - debian/login.pam: Enable SELinux support (debian bug 527106).
  - debian/securetty.linux: support Freescale MX-series (debian bug 527095).
* Add debian/patches/300_lastlog_failure: fixed upstream (debian bug 524873).
* Drop debian/patches/593_omit_lastchange_field_if_clock_is_misset: fixed
  upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
        chkname.h \
15
15
        chowndir.c \
16
16
        chowntty.c \
 
17
        cleanup.c \
 
18
        cleanup_group.c \
 
19
        cleanup_user.c \
17
20
        console.c \
18
21
        copydir.c \
19
22
        entry.c \
21
24
        failure.c \
22
25
        failure.h \
23
26
        fields.c \
24
 
        find_new_ids.c \
 
27
        find_new_gid.c \
 
28
        find_new_uid.c \
25
29
        getdate.h \
26
30
        getdate.y \
27
 
        getlong.c \
 
31
        getgr_nam_gid.c \
 
32
        getrange.c \
28
33
        hushed.c \
29
34
        isexpired.c \
30
35
        limits.c \
43
48
        setugid.c \
44
49
        setupenv.c \
45
50
        shell.c \
 
51
        system.c \
46
52
        strtoday.c \
47
53
        sub.c \
48
54
        sulog.c \