Imported Upstream version 1.1.6 upstream/1.1.6
authorAnas Nashif <anas.nashif@intel.com>
Sat, 12 Jan 2013 05:40:28 +0000 (21:40 -0800)
committerAnas Nashif <anas.nashif@intel.com>
Sat, 12 Jan 2013 05:40:28 +0000 (21:40 -0800)
commitc3e352246e05bacb38569b202d5b841abe03ddaf
treec6993190197f27ca8c5302d4bd485f52e7ef13c8
parent131591a30a23234e05a14bfd6306fa3781a03a45
Imported Upstream version 1.1.6
465 files changed:
CHANGELOG
COPYING
ChangeLog
ChangeLog-CVS [new file with mode: 0644]
Copyright
INSTALL
Make.xml.rules
Makefile.am
Makefile.in
NEWS
README
aclocal.m4
build-aux/compile [moved from compile with 85% similarity]
build-aux/config.guess [moved from config.guess with 88% similarity]
build-aux/config.rpath [moved from config.rpath with 100% similarity]
build-aux/config.sub [moved from config.sub with 94% similarity]
build-aux/depcomp [moved from depcomp with 90% similarity]
build-aux/install-sh [new file with mode: 0755]
build-aux/ltmain.sh [moved from ltmain.sh with 100% similarity]
build-aux/missing [moved from missing with 94% similarity]
build-aux/ylwrap [moved from ylwrap with 96% similarity]
conf/Makefile.in
conf/pam.conf
conf/pam_conv1/Makefile.in
conf/pam_conv1/README
config.h.in
configure
configure.in
doc/Makefile.am
doc/Makefile.in
doc/adg/Makefile.in
doc/man/Makefile.in
doc/man/PAM.8
doc/man/misc_conv.3
doc/man/pam.3
doc/man/pam.conf.5
doc/man/pam_acct_mgmt.3
doc/man/pam_authenticate.3
doc/man/pam_chauthtok.3
doc/man/pam_chauthtok.3.xml
doc/man/pam_close_session.3
doc/man/pam_conv.3
doc/man/pam_end.3
doc/man/pam_error.3
doc/man/pam_fail_delay.3
doc/man/pam_get_authtok.3
doc/man/pam_get_data.3
doc/man/pam_get_item.3
doc/man/pam_get_user.3
doc/man/pam_get_user.3.xml
doc/man/pam_getenv.3
doc/man/pam_getenvlist.3
doc/man/pam_info.3
doc/man/pam_misc_drop_env.3
doc/man/pam_misc_paste_env.3
doc/man/pam_misc_setenv.3
doc/man/pam_open_session.3
doc/man/pam_prompt.3
doc/man/pam_putenv.3
doc/man/pam_set_data.3
doc/man/pam_set_data.3.xml
doc/man/pam_set_item.3
doc/man/pam_setcred.3
doc/man/pam_sm_acct_mgmt.3
doc/man/pam_sm_authenticate.3
doc/man/pam_sm_authenticate.3.xml
doc/man/pam_sm_chauthtok.3
doc/man/pam_sm_close_session.3
doc/man/pam_sm_open_session.3
doc/man/pam_sm_setcred.3
doc/man/pam_start.3
doc/man/pam_strerror.3
doc/man/pam_syslog.3
doc/man/pam_xauth_data.3
doc/mwg/Makefile.in
doc/sag/Makefile.in
doc/specs/Makefile.in
doc/specs/draft-morgan-pam.raw
doc/specs/parse_y.c
doc/specs/parse_y.y
doc/specs/rfc86.0.txt
examples/Makefile.am
examples/Makefile.in
examples/README
examples/blank.c
examples/check_user.c
examples/vpass.c
install-sh [deleted file]
libpam/Makefile.in
libpam/include/security/pam_modutil.h
libpam/pam_audit.c
libpam/pam_delay.c
libpam/pam_dispatch.c
libpam/pam_dynamic.c
libpam/pam_get_authtok.c
libpam/pam_handlers.c
libpam/pam_item.c
libpam/pam_misc.c
libpam/pam_modutil_getgrgid.c
libpam/pam_modutil_getgrnam.c
libpam/pam_modutil_getpwnam.c
libpam/pam_modutil_getpwuid.c
libpam/pam_modutil_getspnam.c
libpam/pam_modutil_ingroup.c
libpam/pam_prelude.h
libpam/pam_session.c
libpam/pam_start.c
libpam/pam_static_modules.h
libpam/pam_tokens.h
libpam_misc/Makefile.am
libpam_misc/Makefile.in
libpam_misc/include/security/pam_misc.h
libpam_misc/misc_conv.c
libpamc/License
libpamc/Makefile.in
libpamc/include/security/pam_client.h
libpamc/pamc_client.c
libpamc/pamc_load.c
libpamc/test/Makefile.in
libpamc/test/agents/secret@here
libpamc/test/modules/pam_secret.c
libpamc/test/regress/test.libpamc.c
libpamc/test/regress/test.secret@here
m4/gettext.m4
m4/iconv.m4
m4/intlmacosx.m4 [deleted file]
m4/japhar_grep_cflags.m4
m4/lib-link.m4
m4/libprelude.m4
m4/pkg.m4 [deleted file]
m4/po.m4
mkinstalldirs [deleted file]
modules/Makefile.in
modules/modules.map
modules/pam_access/Makefile.am
modules/pam_access/Makefile.in
modules/pam_access/access.conf.5
modules/pam_access/pam_access.8
modules/pam_access/pam_access.c
modules/pam_cracklib/Makefile.am
modules/pam_cracklib/Makefile.in
modules/pam_cracklib/README
modules/pam_cracklib/pam_cracklib.8
modules/pam_cracklib/pam_cracklib.8.xml
modules/pam_cracklib/pam_cracklib.c
modules/pam_debug/Makefile.am
modules/pam_debug/Makefile.in
modules/pam_debug/pam_debug.8
modules/pam_deny/Makefile.am
modules/pam_deny/Makefile.in
modules/pam_deny/pam_deny.8
modules/pam_echo/Makefile.am
modules/pam_echo/Makefile.in
modules/pam_echo/pam_echo.8
modules/pam_env/Makefile.am
modules/pam_env/Makefile.in
modules/pam_env/pam_env.8
modules/pam_env/pam_env.conf
modules/pam_env/pam_env.conf.5
modules/pam_env/pam_env.conf.5.xml
modules/pam_exec/Makefile.am
modules/pam_exec/Makefile.in
modules/pam_exec/pam_exec.8
modules/pam_exec/pam_exec.8.xml
modules/pam_exec/pam_exec.c
modules/pam_faildelay/Makefile.am
modules/pam_faildelay/Makefile.in
modules/pam_faildelay/pam_faildelay.8
modules/pam_filter/Makefile.am
modules/pam_filter/Makefile.in
modules/pam_filter/pam_filter.8
modules/pam_filter/upperLOWER/Makefile.am
modules/pam_filter/upperLOWER/Makefile.in
modules/pam_ftp/Makefile.am
modules/pam_ftp/Makefile.in
modules/pam_ftp/pam_ftp.8
modules/pam_group/Makefile.am
modules/pam_group/Makefile.in
modules/pam_group/group.conf.5
modules/pam_group/pam_group.8
modules/pam_issue/Makefile.am
modules/pam_issue/Makefile.in
modules/pam_issue/pam_issue.8
modules/pam_keyinit/Makefile.am
modules/pam_keyinit/Makefile.in
modules/pam_keyinit/pam_keyinit.8
modules/pam_keyinit/pam_keyinit.c
modules/pam_lastlog/Makefile.am
modules/pam_lastlog/Makefile.in
modules/pam_lastlog/README
modules/pam_lastlog/pam_lastlog.8
modules/pam_lastlog/pam_lastlog.8.xml
modules/pam_lastlog/pam_lastlog.c
modules/pam_limits/Makefile.am
modules/pam_limits/Makefile.in
modules/pam_limits/limits.conf.5
modules/pam_limits/limits.conf.5.xml
modules/pam_limits/pam_limits.8
modules/pam_limits/pam_limits.c
modules/pam_listfile/Makefile.am
modules/pam_listfile/Makefile.in
modules/pam_listfile/pam_listfile.8
modules/pam_localuser/Makefile.am
modules/pam_localuser/Makefile.in
modules/pam_localuser/pam_localuser.8
modules/pam_loginuid/Makefile.am
modules/pam_loginuid/Makefile.in
modules/pam_loginuid/pam_loginuid.8
modules/pam_mail/Makefile.am
modules/pam_mail/Makefile.in
modules/pam_mail/pam_mail.8
modules/pam_mkhomedir/Makefile.am
modules/pam_mkhomedir/Makefile.in
modules/pam_mkhomedir/mkhomedir_helper.8
modules/pam_mkhomedir/mkhomedir_helper.c
modules/pam_mkhomedir/pam_mkhomedir.8
modules/pam_mkhomedir/pam_mkhomedir.c
modules/pam_motd/Makefile.am
modules/pam_motd/Makefile.in
modules/pam_motd/pam_motd.8
modules/pam_namespace/Makefile.am
modules/pam_namespace/Makefile.in
modules/pam_namespace/README
modules/pam_namespace/md5.c
modules/pam_namespace/namespace.conf
modules/pam_namespace/namespace.conf.5
modules/pam_namespace/namespace.conf.5.xml
modules/pam_namespace/namespace.init
modules/pam_namespace/pam_namespace.8
modules/pam_namespace/pam_namespace.8.xml
modules/pam_namespace/pam_namespace.c
modules/pam_namespace/pam_namespace.h
modules/pam_nologin/Makefile.am
modules/pam_nologin/Makefile.in
modules/pam_nologin/pam_nologin.8
modules/pam_permit/Makefile.am
modules/pam_permit/Makefile.in
modules/pam_permit/pam_permit.8
modules/pam_pwhistory/Makefile.am
modules/pam_pwhistory/Makefile.in
modules/pam_pwhistory/opasswd.c
modules/pam_pwhistory/opasswd.h
modules/pam_pwhistory/pam_pwhistory.8
modules/pam_pwhistory/pam_pwhistory.c
modules/pam_rhosts/Makefile.am
modules/pam_rhosts/Makefile.in
modules/pam_rhosts/pam_rhosts.8
modules/pam_rootok/Makefile.am
modules/pam_rootok/Makefile.in
modules/pam_rootok/pam_rootok.8
modules/pam_securetty/Makefile.am
modules/pam_securetty/Makefile.in
modules/pam_securetty/pam_securetty.8
modules/pam_securetty/pam_securetty.c
modules/pam_selinux/Makefile.am
modules/pam_selinux/Makefile.in
modules/pam_selinux/README
modules/pam_selinux/pam_selinux.8
modules/pam_selinux/pam_selinux.8.xml
modules/pam_selinux/pam_selinux.c
modules/pam_selinux/pam_selinux_check.8
modules/pam_sepermit/Makefile.am
modules/pam_sepermit/Makefile.in
modules/pam_sepermit/pam_sepermit.8
modules/pam_sepermit/pam_sepermit.c
modules/pam_sepermit/sepermit.conf.5
modules/pam_shells/Makefile.am
modules/pam_shells/Makefile.in
modules/pam_shells/pam_shells.8
modules/pam_shells/pam_shells.c
modules/pam_stress/Makefile.am
modules/pam_stress/Makefile.in
modules/pam_stress/pam_stress.c
modules/pam_succeed_if/Makefile.am
modules/pam_succeed_if/Makefile.in
modules/pam_succeed_if/README
modules/pam_succeed_if/pam_succeed_if.8
modules/pam_succeed_if/pam_succeed_if.8.xml
modules/pam_succeed_if/pam_succeed_if.c
modules/pam_tally/Makefile.am
modules/pam_tally/Makefile.in
modules/pam_tally/pam_tally.8
modules/pam_tally/pam_tally.c
modules/pam_tally/pam_tally_app.c
modules/pam_tally2/Makefile.am
modules/pam_tally2/Makefile.in
modules/pam_tally2/pam_tally2.8
modules/pam_tally2/pam_tally2.c
modules/pam_tally2/pam_tally2_app.c
modules/pam_time/Makefile.am
modules/pam_time/Makefile.in
modules/pam_time/README
modules/pam_time/pam_time.8
modules/pam_time/pam_time.c
modules/pam_time/time.conf
modules/pam_time/time.conf.5
modules/pam_time/time.conf.5.xml
modules/pam_timestamp/Makefile.am
modules/pam_timestamp/Makefile.in
modules/pam_timestamp/README
modules/pam_timestamp/hmacfile [deleted file]
modules/pam_timestamp/hmacfile.c
modules/pam_timestamp/hmacsha1.c
modules/pam_timestamp/pam_timestamp.8
modules/pam_timestamp/pam_timestamp.8.xml
modules/pam_timestamp/pam_timestamp_check.8
modules/pam_timestamp/pam_timestamp_check.8.xml
modules/pam_timestamp/sha1.c
modules/pam_tty_audit/Makefile.am
modules/pam_tty_audit/Makefile.in
modules/pam_tty_audit/pam_tty_audit.8
modules/pam_umask/Makefile.am
modules/pam_umask/Makefile.in
modules/pam_umask/README
modules/pam_umask/pam_umask.8
modules/pam_umask/pam_umask.8.xml
modules/pam_unix/CHANGELOG
modules/pam_unix/Makefile.am
modules/pam_unix/Makefile.in
modules/pam_unix/README
modules/pam_unix/bigcrypt.c
modules/pam_unix/md5.c
modules/pam_unix/pam_unix.8
modules/pam_unix/pam_unix.8.xml
modules/pam_unix/pam_unix_acct.c
modules/pam_unix/pam_unix_auth.c
modules/pam_unix/pam_unix_passwd.c
modules/pam_unix/pam_unix_sess.c
modules/pam_unix/pam_unix_static.c [new file with mode: 0644]
modules/pam_unix/pam_unix_static.h [new file with mode: 0644]
modules/pam_unix/passverify.c
modules/pam_unix/support.c
modules/pam_unix/unix_chkpwd.8
modules/pam_unix/unix_update.8
modules/pam_unix/unix_update.c
modules/pam_userdb/Makefile.am
modules/pam_userdb/Makefile.in
modules/pam_userdb/create.pl
modules/pam_userdb/pam_userdb.8
modules/pam_userdb/pam_userdb.c
modules/pam_userdb/pam_userdb.h
modules/pam_warn/Makefile.am
modules/pam_warn/Makefile.in
modules/pam_warn/pam_warn.8
modules/pam_wheel/Makefile.am
modules/pam_wheel/Makefile.in
modules/pam_wheel/pam_wheel.8
modules/pam_xauth/Makefile.am
modules/pam_xauth/Makefile.in
modules/pam_xauth/pam_xauth.8
packaging/other [deleted file]
packaging/pam.changes [deleted file]
packaging/pam.manifest [deleted file]
packaging/pam.spec [deleted file]
packaging/system-auth [deleted file]
po/Linux-PAM.pot
po/ar.gmo
po/ar.po
po/as.gmo
po/as.po
po/bn_IN.gmo
po/bn_IN.po
po/ca.gmo
po/ca.po
po/cs.gmo
po/cs.po
po/da.gmo
po/da.po
po/de.gmo
po/de.po
po/es.gmo
po/es.po
po/fi.gmo
po/fi.po
po/fr.gmo
po/fr.po
po/gu.gmo
po/gu.po
po/he.gmo
po/he.po
po/hi.gmo
po/hi.po
po/hu.gmo
po/hu.po
po/it.gmo
po/it.po
po/ja.gmo
po/ja.po
po/kk.gmo
po/kk.po
po/km.gmo
po/km.po
po/kn.gmo
po/kn.po
po/ko.gmo
po/ko.po
po/ml.gmo
po/ml.po
po/mr.gmo
po/mr.po
po/ms.gmo
po/ms.po
po/nb.gmo
po/nb.po
po/nl.gmo
po/nl.po
po/or.gmo
po/or.po
po/pa.gmo
po/pa.po
po/pl.gmo
po/pl.po
po/pt.gmo
po/pt.po
po/pt_BR.gmo
po/pt_BR.po
po/ru.gmo
po/ru.po
po/si.gmo
po/si.po
po/sk.gmo
po/sk.po
po/sr.gmo
po/sr.po
po/sr@latin.gmo
po/sr@latin.po
po/sv.gmo
po/sv.po
po/ta.gmo
po/ta.po
po/te.gmo
po/te.po
po/tr.gmo
po/tr.po
po/uk.gmo
po/uk.po
po/vi.gmo
po/vi.po
po/zh_CN.gmo
po/zh_CN.po
po/zh_TW.gmo
po/zh_TW.po
po/zu.gmo
po/zu.po
tests/Makefile.am
tests/Makefile.in
tests/tst-dlopen.c
xtests/Makefile.am
xtests/Makefile.in
xtests/group.conf
xtests/tst-pam_access1.pamd
xtests/tst-pam_access2.pamd
xtests/tst-pam_access3.pamd
xtests/tst-pam_access4.pamd
xtests/tst-pam_authfail.c
xtests/tst-pam_authsucceed.c
xtests/tst-pam_dispatch3.pamd
xtests/tst-pam_group1.pamd
xtests/tst-pam_limits1.pamd
xtests/tst-pam_pwhistory1.pamd
xtests/tst-pam_substack1.pamd
xtests/tst-pam_unix1.pamd
xtests/tst-pam_unix2.pamd
xtests/tst-pam_unix3.pamd
xtests/tst-pam_unix4.pamd