source: projects/specs/trunk/p/pam/pam-vl.spec @ 3556

Revision 3556, 69.5 KB checked in by iwaim, 13 years ago (diff)

pam-1.1.1-5

Line 
1%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
2
3%define pam_redhat_version 0.99.10-1
4
5Summary: A security tool which provides authentication for applications
6Summary(ja): アプリケーションに認証の仕組みを提供するセキュリティツール
7Name: pam
8Version: 1.1.1
9Release: 5%{?_dist_release}
10# The library is BSD licensed with option to relicense as GPLv2+ - this option is redundant
11# as the BSD license allows that anyway. pam_timestamp and pam_console modules are GPLv2+
12License: BSD and GPLv2+
13Group: System Environment/Base
14Source0: http://ftp.us.kernel.org/pub/linux/libs/pam/pre/library/Linux-PAM-%{version}.tar.bz2
15Source1: http://ftp.us.kernel.org/pub/linux/libs/pam/pre/library/Linux-PAM-%{version}.tar.bz2.sign
16Source2: https://fedorahosted.org/releases/p/a/pam-redhat/pam-redhat-%{pam_redhat_version}.tar.bz2
17Source5: other.pamd
18Source6: system-auth.pamd
19Source7: config-util.pamd
20Source8: dlopen.sh
21Source9: system-auth.5
22Source10: config-util.5
23Source11: 90-nproc.conf
24Patch1:  pam-1.0.90-redhat-modules.patch
25Patch2:  pam-1.0.91-std-noclose.patch
26Patch4:  pam-1.1.0-console-nochmod.patch
27Patch5:  pam-1.1.0-notally.patch
28Patch7:  pam-1.1.0-console-fixes.patch
29Patch8:  pam-1.1.1-authtok-prompt.patch
30
31Patch700: pam-0.99.9-sg-dev.patch
32
33## security patch(es)
34# fix CVE-2010-3435 and CVE-2010-3316
35Patch1009:  pam-1.1.1-drop-privs.patch
36# fix CVE-2010-3853
37Patch1010: pam-1.1.1-cve-2010-3853.patch
38
39%define _sbindir /sbin
40%define _moduledir /%{_lib}/security
41%define _secconfdir %{_sysconfdir}/security
42%define _pamconfdir %{_sysconfdir}/pam.d
43
44%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
45%define WITH_SELINUX 1
46%endif
47%if %{?WITH_AUDIT:0}%{!?WITH_AUDIT:1}
48%define WITH_AUDIT 1
49%endif
50
51# VINE
52%define WITH_SELINUX 0
53%define WITH_AUDIT 0
54
55BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
56Requires: cracklib, cracklib-dicts >= 2.8
57Requires(post): coreutils, /sbin/ldconfig
58BuildRequires: autoconf >= 2.60
59BuildRequires: automake, libtool
60BuildRequires: bison, flex, sed
61BuildRequires: cracklib, cracklib-dicts >= 2.8
62BuildRequires: perl, pkgconfig, gettext
63%if %{WITH_AUDIT}
64BuildRequires: audit-libs-devel >= 1.0.8
65Requires: audit-libs >= 1.0.8
66%endif
67%if %{WITH_SELINUX}
68BuildRequires: libselinux-devel >= 1.33.2
69Requires: libselinux >= 1.33.2
70%endif
71BuildRequires: glibc >= 2.3.90-37
72Requires: glibc >= 2.3.90-37
73# Following deps are necessary only to build the pam library documentation.
74BuildRequires: linuxdoc-tools, w3m, libxslt
75BuildRequires: docbook-style-xsl, docbook-dtds
76BuildRequires: db4-devel
77# pam.d/login in old util-linux uses obsolete pam module.
78Conflicts: util-linux < 2.14
79
80URL: http://www.us.kernel.org/pub/linux/libs/pam/index.html
81
82%description
83PAM (Pluggable Authentication Modules) is a system security tool that
84allows system administrators to set authentication policy without
85having to recompile programs that handle authentication.
86
87%description -l ja
88PAM (Pluggable Authentication Modules) は,システム管理者が
89プログラムを再コンパイルすることなく認証ポリシーを設定出来る
90システムセキュリティツールです.
91
92
93%package -n compat32-%{name}
94Summary: A security tool which provides authentication for applications.
95Summary(ja): アプリケーションに認証の仕組みを提供するセキュリティツール
96Group: System Environment/Base
97Requires: %{name} = %{version}-%{release}
98
99
100%description -n compat32-%{name}
101PAM (Pluggable Authentication Modules) is a system security tool
102which allows system administrators to set authentication policy
103without having to recompile programs which do authentication.
104
105%description -n compat32-%{name} -l ja
106PAM (Pluggable Authentication Modules) は,システム管理者が
107プログラムを再コンパイルすることなく認証ポリシーを設定出来る
108システムセキュリティツールです.
109
110
111%package devel
112Group: Development/Libraries
113Summary: Files needed for developing PAM-aware applications and modules for PAM
114Summary(ja): PAM 対応アプリケーションや PAM モジュール開発に必要なファイル
115Requires: pam = %{version}-%{release}
116
117
118%description devel
119PAM (Pluggable Authentication Modules) is a system security tool that
120allows system administrators to set authentication policy without
121having to recompile programs that handle authentication. This package
122contains header files and static libraries used for building both
123PAM-aware applications and modules for use with PAM.
124
125%description devel -l ja
126PAM (Pluggable Authentication Modules) は,システム管理者が
127プログラムを再コンパイルすることなく認証ポリシーを設定出来る
128システムセキュリティツールです.
129このパッケージには,PAM 対応アプリケーションや PAM モジュールを
130開発するのに必要なヘッダファイルと静的ライブラリが収められています.
131
132
133
134%package -n compat32-%{name}-devel
135Group: Development/Libraries
136Summary: Files needed for developing PAM-aware applications and modules for PAM.
137Summary(ja): PAM 対応アプリケーションや PAM モジュール開発に必要なファイル
138Requires: compat32-%{name} = %{version}-%{release}
139Requires: %{name}-devel    = %{version}-%{release}
140
141
142%description -n compat32-%{name}-devel
143PAM (Pluggable Authentication Modules) is a system security tool
144which allows system administrators to set authentication policy
145without having to recompile programs which do authentication.  This
146package contains header files and static libraries used for building
147both PAM-aware applications and modules for use with PAM.
148
149%description -n compat32-%{name}-devel -l ja
150PAM (Pluggable Authentication Modules) は,システム管理者が
151プログラムを再コンパイルすることなく認証ポリシーを設定出来る
152システムセキュリティツールです.
153このパッケージには,PAM 対応アプリケーションや PAM モジュールを
154開発するのに必要なヘッダファイルと静的ライブラリが収められています.
155
156
157%prep
158%setup -q -n Linux-PAM-%{version} -a 2
159
160# Add custom modules.
161mv pam-redhat-%{pam_redhat_version}/* modules
162
163%patch1 -p1 -b .redhat-modules
164%patch2 -p1 -b .std-noclose
165%patch4 -p1 -b .nochmod
166%patch5 -p1 -b .notally
167%patch7 -p1 -b .console-fixes
168%patch8 -p0 -b .prompt
169
170%patch700 -p1
171
172## security patch(es)
173%patch1009 -p1 -b .drop-privs
174%patch1010 -p1 -b .execle
175
176libtoolize -f
177autoreconf
178
179
180%build
181%configure \
182        --libdir=/%{_lib} \
183        --includedir=%{_includedir}/security \
184        --enable-isadir=../..%{_moduledir} \
185%if ! %{WITH_SELINUX}
186        --disable-selinux \
187%endif
188%if ! %{WITH_AUDIT}
189        --disable-audit \
190%endif
191        --enable-isadir=../../%{_moduledir}
192make
193# we do not use _smp_mflags because the build of sources in yacc/flex fails
194
195
196%install
197rm -rf $RPM_BUILD_ROOT
198
199mkdir -p doc/txts
200for readme in modules/pam_*/README ; do
201        cp -f ${readme} doc/txts/README.`dirname ${readme} | sed -e 's|^modules/||'`
202done
203
204# Install the binaries, libraries, and modules.
205make install DESTDIR=$RPM_BUILD_ROOT LDCONFIG=:
206
207%if %{WITH_SELINUX}
208# Temporary compat link
209ln -sf pam_sepermit.so $RPM_BUILD_ROOT%{_moduledir}/pam_selinux_permit.so
210%endif
211
212# RPM uses docs from source tree
213rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/Linux-PAM
214# Included in setup package
215rm -f $RPM_BUILD_ROOT%{_sysconfdir}/environment
216
217# Install default configuration files.
218install -d -m 755 $RPM_BUILD_ROOT%{_pamconfdir}
219install -m 644 %{SOURCE5} $RPM_BUILD_ROOT%{_pamconfdir}/other
220install -m 644 %{SOURCE6} $RPM_BUILD_ROOT%{_pamconfdir}/system-auth
221install -m 644 %{SOURCE7} $RPM_BUILD_ROOT%{_pamconfdir}/config-util
222install -m 644 %{SOURCE11} $RPM_BUILD_ROOT%{_secconfdir}/limits.d/90-nproc.conf
223install -m 600 /dev/null $RPM_BUILD_ROOT%{_secconfdir}/opasswd
224install -d -m 755 $RPM_BUILD_ROOT/var/log
225install -m 600 /dev/null $RPM_BUILD_ROOT/var/log/faillog
226install -m 600 /dev/null $RPM_BUILD_ROOT/var/log/tallylog
227
228# Install man pages.
229install -m 644 %{SOURCE9} %{SOURCE10} $RPM_BUILD_ROOT%{_mandir}/man5/
230
231for phase in auth acct passwd session ; do
232        ln -sf pam_unix.so $RPM_BUILD_ROOT%{_moduledir}/pam_unix_${phase}.so
233done
234
235# Remove .la files and make new .so links -- this depends on the value
236# of _libdir not changing, and *not* being /usr/lib.
237install -d -m 755 $RPM_BUILD_ROOT%{_libdir}
238for lib in libpam libpamc libpam_misc ; do
239pushd $RPM_BUILD_ROOT%{_libdir}
240ln -sf ../../%{_lib}/${lib}.so.*.* ${lib}.so
241popd
242rm -f $RPM_BUILD_ROOT/%{_lib}/${lib}.so
243rm -f $RPM_BUILD_ROOT/%{_lib}/${lib}.la
244done
245rm -f $RPM_BUILD_ROOT%{_moduledir}/*.la
246
247# Duplicate doc file sets.
248rm -fr $RPM_BUILD_ROOT/usr/share/doc/pam
249
250# Create /lib/security in case it isn't the same as %{_moduledir}.
251install -m755 -d $RPM_BUILD_ROOT/lib/security
252
253%find_lang Linux-PAM
254
255
256%check
257# Make sure every module subdirectory gave us a module.  Yes, this is hackish.
258for dir in modules/pam_* ; do
259if [ -d ${dir} ] ; then
260%if ! %{WITH_SELINUX}
261        [ ${dir} = "modules/pam_selinux" -o \
262          ${dir} = "modules/pam_sepermit" ] && continue
263%endif 
264%if ! %{WITH_AUDIT}
265        [ ${dir} = "modules/pam_tty_audit" ] && continue
266%endif 
267        [ ${dir} = "modules/pam_tally" ] && continue
268        if ! ls -1 $RPM_BUILD_ROOT%{_moduledir}/`basename ${dir}`*.so ; then
269                echo ERROR `basename ${dir}` did not build a module.
270                exit 1
271        fi
272fi
273done
274
275# Check for module problems.  Specifically, check that every module we just
276# installed can actually be loaded by a minimal PAM-aware application.
277/sbin/ldconfig -n $RPM_BUILD_ROOT/%{_lib}
278for module in $RPM_BUILD_ROOT%{_moduledir}/pam*.so ; do
279        if ! env LD_LIBRARY_PATH=$RPM_BUILD_ROOT/%{_lib} \
280                 %{SOURCE8} -ldl -lpam -L$RPM_BUILD_ROOT/%{_libdir} ${module} ; then
281                echo ERROR module: ${module} cannot be loaded.
282                exit 1
283        fi
284done
285
286
287%clean
288rm -rf $RPM_BUILD_ROOT
289
290%post
291/sbin/ldconfig
292if [ ! -a /var/log/faillog ] ; then
293        install -m 600 /dev/null /var/log/faillog
294fi
295if [ ! -a /var/log/tallylog ] ; then
296        install -m 600 /dev/null /var/log/tallylog
297fi
298
299## restart sshd
300if [ -e /etc/rc.d/init.d/sshd ]; then
301        /etc/rc.d/init.d/sshd condrestart
302fi
303
304%postun -p /sbin/ldconfig
305
306%post -n compat32-%{name} -p /sbin/ldconfig
307
308%postun -n compat32-%{name} -p /sbin/ldconfig
309
310
311%files -f Linux-PAM.lang
312%defattr(-,root,root)
313%dir %{_pamconfdir}
314%config(noreplace) %{_pamconfdir}/other
315%config(noreplace) %{_pamconfdir}/system-auth
316%config(noreplace) %{_pamconfdir}/config-util
317%doc Copyright
318%doc doc/txts
319%doc doc/sag/*.txt doc/sag/html
320%doc doc/specs/rfc86.0.txt
321/%{_lib}/libpam.so.*
322/%{_lib}/libpamc.so.*
323/%{_lib}/libpam_misc.so.*
324%{_sbindir}/pam_console_apply
325%{_sbindir}/pam_tally2
326%attr(4755,root,root) %{_sbindir}/pam_timestamp_check
327%attr(4755,root,root) %{_sbindir}/unix_chkpwd
328%attr(0700,root,root) %{_sbindir}/unix_update
329%attr(0755,root,root) %{_sbindir}/mkhomedir_helper
330%if %{_lib} != lib
331%dir /lib/security
332%endif
333%dir %{_moduledir}
334%{_moduledir}/pam_access.so
335%{_moduledir}/pam_chroot.so
336%{_moduledir}/pam_console.so
337%{_moduledir}/pam_cracklib.so
338%{_moduledir}/pam_debug.so
339%{_moduledir}/pam_deny.so
340%{_moduledir}/pam_echo.so
341%{_moduledir}/pam_env.so
342%{_moduledir}/pam_exec.so
343%{_moduledir}/pam_faildelay.so
344%{_moduledir}/pam_filter.so
345%{_moduledir}/pam_ftp.so
346%{_moduledir}/pam_group.so
347%{_moduledir}/pam_issue.so
348%{_moduledir}/pam_keyinit.so
349%{_moduledir}/pam_lastlog.so
350%{_moduledir}/pam_limits.so
351%{_moduledir}/pam_listfile.so
352%{_moduledir}/pam_localuser.so
353%{_moduledir}/pam_loginuid.so
354%{_moduledir}/pam_mail.so
355%{_moduledir}/pam_mkhomedir.so
356%{_moduledir}/pam_motd.so
357%{_moduledir}/pam_namespace.so
358%{_moduledir}/pam_nologin.so
359%{_moduledir}/pam_permit.so
360%{_moduledir}/pam_postgresok.so
361%{_moduledir}/pam_pwhistory.so
362%{_moduledir}/pam_rhosts.so
363%{_moduledir}/pam_rootok.so
364%if %{WITH_SELINUX}
365%{_moduledir}/pam_selinux.so
366%{_moduledir}/pam_selinux_permit.so
367%{_moduledir}/pam_sepermit.so
368%endif
369%{_moduledir}/pam_securetty.so
370%{_moduledir}/pam_shells.so
371%{_moduledir}/pam_stress.so
372%{_moduledir}/pam_succeed_if.so
373%{_moduledir}/pam_tally2.so
374%{_moduledir}/pam_time.so
375%{_moduledir}/pam_timestamp.so
376%if %{WITH_AUDIT}
377%{_moduledir}/pam_tty_audit.so
378%endif
379%{_moduledir}/pam_umask.so
380%{_moduledir}/pam_unix.so
381%{_moduledir}/pam_unix_acct.so
382%{_moduledir}/pam_unix_auth.so
383%{_moduledir}/pam_unix_passwd.so
384%{_moduledir}/pam_unix_session.so
385%{_moduledir}/pam_userdb.so
386%{_moduledir}/pam_warn.so
387%{_moduledir}/pam_wheel.so
388%{_moduledir}/pam_xauth.so
389%{_moduledir}/pam_filter
390%dir %{_secconfdir}
391%config(noreplace) %{_secconfdir}/access.conf
392%config(noreplace) %{_secconfdir}/chroot.conf
393%config %{_secconfdir}/console.perms
394%config(noreplace) %{_secconfdir}/console.handlers
395%config(noreplace) %{_secconfdir}/group.conf
396%config(noreplace) %{_secconfdir}/limits.conf
397%dir %{_secconfdir}/limits.d
398%config(noreplace) %{_secconfdir}/limits.d/90-nproc.conf
399%config(noreplace) %{_secconfdir}/namespace.conf
400%dir %{_secconfdir}/namespace.d
401%attr(755,root,root) %config(noreplace) %{_secconfdir}/namespace.init
402%config(noreplace) %{_secconfdir}/pam_env.conf
403%if %{WITH_SELINUX}
404%config(noreplace) %{_secconfdir}/sepermit.conf
405%endif
406%config(noreplace) %{_secconfdir}/time.conf
407%config(noreplace) %{_secconfdir}/opasswd
408%dir %{_secconfdir}/console.apps
409%dir %{_secconfdir}/console.perms.d
410%dir /var/run/console
411%if %{WITH_SELINUX}
412%dir /var/run/sepermit
413%endif
414%ghost %verify(not md5 size mtime) /var/log/faillog
415%ghost %verify(not md5 size mtime) /var/log/tallylog
416%{_mandir}/man5/*
417%{_mandir}/man8/*
418
419
420%files devel
421%defattr(-,root,root)
422%{_includedir}/security/
423%{_mandir}/man3/*
424%{_libdir}/libpam.so
425%{_libdir}/libpamc.so
426%{_libdir}/libpam_misc.so
427%doc doc/mwg/*.txt doc/mwg/html
428%doc doc/adg/*.txt doc/adg/html
429
430
431%if %{build_compat32}
432%files -n compat32-%{name}
433%defattr(-,root,root)
434%dir %{_pamconfdir}
435/%{_lib}/libpam.so.*
436/%{_lib}/libpamc.so.*
437/%{_lib}/libpam_misc.so.*
438%dir /%{_lib}/security
439%dir %{_moduledir}
440%{_moduledir}/pam_access.so
441%{_moduledir}/pam_chroot.so
442%{_moduledir}/pam_console.so
443%{_moduledir}/pam_cracklib.so
444%{_moduledir}/pam_debug.so
445%{_moduledir}/pam_deny.so
446%{_moduledir}/pam_echo.so
447%{_moduledir}/pam_env.so
448%{_moduledir}/pam_exec.so
449%{_moduledir}/pam_faildelay.so
450%{_moduledir}/pam_filter.so
451%{_moduledir}/pam_ftp.so
452%{_moduledir}/pam_group.so
453%{_moduledir}/pam_issue.so
454%{_moduledir}/pam_keyinit.so
455%{_moduledir}/pam_lastlog.so
456%{_moduledir}/pam_limits.so
457%{_moduledir}/pam_listfile.so
458%{_moduledir}/pam_localuser.so
459%{_moduledir}/pam_loginuid.so
460%{_moduledir}/pam_mail.so
461%{_moduledir}/pam_mkhomedir.so
462%{_moduledir}/pam_motd.so
463%{_moduledir}/pam_namespace.so
464%{_moduledir}/pam_nologin.so
465%{_moduledir}/pam_permit.so
466%{_moduledir}/pam_postgresok.so
467%{_moduledir}/pam_pwhistory.so
468%{_moduledir}/pam_rhosts.so
469%{_moduledir}/pam_rootok.so
470%if %{WITH_SELINUX}
471%{_moduledir}/pam_selinux.so
472%{_moduledir}/pam_selinux_permit.so
473%{_moduledir}/pam_sepermit.so
474%endif
475%{_moduledir}/pam_securetty.so
476%{_moduledir}/pam_shells.so
477%{_moduledir}/pam_stress.so
478%{_moduledir}/pam_succeed_if.so
479%{_moduledir}/pam_tally2.so
480%{_moduledir}/pam_time.so
481%{_moduledir}/pam_timestamp.so
482%if %{WITH_AUDIT}
483%{_moduledir}/pam_tty_audit.so
484%endif
485%{_moduledir}/pam_umask.so
486%{_moduledir}/pam_unix.so
487%{_moduledir}/pam_unix_acct.so
488%{_moduledir}/pam_unix_auth.so
489%{_moduledir}/pam_unix_passwd.so
490%{_moduledir}/pam_unix_session.so
491%{_moduledir}/pam_userdb.so
492%{_moduledir}/pam_warn.so
493%{_moduledir}/pam_wheel.so
494%{_moduledir}/pam_xauth.so
495%{_moduledir}/pam_filter
496
497%files -n compat32-%{name}-devel
498%defattr(-,root,root)
499%{_libdir}/libpam.so
500%{_libdir}/libpamc.so
501%{_libdir}/libpam_misc.so
502%endif
503
504
505%changelog
506* Tue Apr 19 2011 IWAI, Masaharu <iwai@alib.jp> 1.1.1-5
507- add patches from RHEL 1.1.1-4.1
508 - drop-privs patch (Patch1009): fix CVE-2010-3435 and CVE-2010-3316
509 - CVE-2010-3853 (Patch1010)
510
511* Mon Apr 18 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1-4
512- rebuilt with recent environment.
513
514* Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.1.1-3
515- add pam_pwhistory.so to the filelist
516
517* Thu Feb 11 2010 Shu KONNO <owa@bg.wakwak.com> 1.1.1-2
518- rebuilt with db4-4.8 (on x86_64)
519
520* Mon Feb 01 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.1-1
521- new upstream release
522- rebuild with external db4
523- drop tests for net pulling in libpthread (as NPTL should be safe)
524- drop obsolete pam_tally
525
526* Sat Jul 19 2008 NAKAMURA Kenta <kenta@vinelinux.org> 1.0.1-5
527- fixed typo in %%files section
528
529* Tue Jul 08 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-4
530- add Conflicts: util-linux < 2.14
531  - pam.d/login in util-linux uses obsolete pam module.
532
533* Mon Jun 23 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.0.1-3
534- updated to 1.0.1 based on 1.0.1-2 from Fedora
535- fix %%files and %%check sections when WITH_{AUDIT,SELINUX} both set to 0
536- import Patch700 from 0.99.3.0-0vl4
537  - Tue Sep 14 2006 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.99.3.0-0vl4
538  - add Patch700 to allow console user to access sg devices. <BTS:VineLinux:93>
539- modify %%post section same as previous Vine versions did
540  - Sun Mar 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.3.0-0vl2
541  - use "condrestart" to restart sshd instead of "restart"
542  - Sat Mar 29 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 0.75-48vl3
543  - added sshd restart script in %%post section
544- other Vine changes include:
545  - Sun Feb 12 2006 NAKAMURA Kenta <kenta@c.csce.kyushu-u.ac.jp> 0.77-38vl4
546  - added compat32-* packages for x86_64 architecture support
547
548* Tue Apr 22 2008 Tomas Mraz <tmraz@redhat.com> 1.0.1-2
549- pam_selinux: restore execcon properly (#443667)
550
551* Fri Apr 18 2008 Tomas Mraz <tmraz@redhat.com> 1.0.1-1
552- upgrade to new upstream release (one bugfix only)
553- fix pam_sepermit use in screensavers
554
555* Mon Apr  7 2008 Tomas Mraz <tmraz@redhat.com> 1.0.0-2
556- fix regression in pam_set_item
557
558* Fri Apr  4 2008 Tomas Mraz <tmraz@redhat.com> 1.0.0-1
559- upgrade to new upstream release (bugfix only)
560
561* Thu Mar 20 2008 Tomas Mraz <tmraz@redhat.com> 0.99.10.0-4
562- pam_namespace: fix problem with level polyinst (#438264)
563- pam_namespace: improve override checking for umount
564- pam_selinux: fix syslogging a context after free() (#438338)
565
566* Thu Feb 28 2008 Tomas Mraz <tmraz@redhat.com> 0.99.10.0-3
567- update pam-redhat module tarball
568- update internal db4
569
570* Fri Feb 22 2008 Tomas Mraz <tmraz@redhat.com> 0.99.10.0-2
571- if shadow is readable for an user do not prevent him from
572  authenticating any user with unix_chkpwd (#433459)
573- call audit from unix_chkpwd when appropriate
574
575* Fri Feb 15 2008 Tomas Mraz <tmraz@redhat.com> 0.99.10.0-1
576- new upstream release
577- add default soft limit for nproc of 1024 to prevent
578  accidental fork bombs (#432903)
579
580* Mon Feb  4 2008 Tomas Mraz <tmraz@redhat.com> 0.99.8.1-18
581- allow the package to build without SELinux and audit support (#431415)
582- macro usage cleanup
583
584* Mon Jan 28 2008 Tomas Mraz <tmraz@redhat.com> 0.99.8.1-17
585- test for setkeycreatecon correctly
586- add exclusive login mode of operation to pam_selinux_permit (original
587  patch by Dan Walsh)
588
589* Tue Jan 22 2008 Tomas Mraz <tmraz@redhat.com> 0.99.8.1-16
590- add auditing to pam_access, pam_limits, and pam_time
591- moved sanity testing code to check script
592
593* Mon Jan 14 2008 Tomas Mraz <tmraz@redhat.com> 0.99.8.1-15
594- merge review fixes (#226228)
595
596* Wed Jan  8 2008 Tomas Mraz <tmraz@redhat.com> 0.99.8.1-14
597- support for sha256 and sha512 password hashes
598- account expiry checks moved to unix_chkpwd helper
599
600* Wed Jan  2 2008 Tomas Mraz <tmraz@redhat.com> 0.99.8.1-13
601- wildcard match support in pam_tty_audit (by Miloslav Trmač)
602
603* Thu Nov 29 2007 Tomas Mraz <tmraz@redhat.com> 0.99.8.1-12
604- add pam_tty_audit module (#244352) - written by Miloslav Trmač
605
606* Wed Nov  7 2007 Tomas Mraz <tmraz@redhat.com> 0.99.8.1-11
607- add substack support
608
609* Tue Sep 25 2007 Tomas Mraz <tmraz@redhat.com> 0.99.8.1-10
610- update db4 to 4.6.19 (#274661)
611
612* Fri Sep 21 2007 Tomas Mraz <tmraz@redhat.com> 0.99.8.1-9
613- do not preserve contexts when copying skel and other namespace.init
614  fixes (#298941)
615- do not free memory sent to putenv (#231698)
616
617* Wed Sep 19 2007 Tomas Mraz <tmraz@redhat.com> 0.99.8.1-8
618- add pam_selinux_permit module
619- pam_succeed_if: fix in operator (#295151)
620
621* Tue Sep 18 2007 Tomas Mraz <tmraz@redhat.com> 0.99.8.1-7
622- when SELinux enabled always run the helper binary instead of
623  direct shadow access (#293181)
624
625* Fri Aug 24 2007 Tomas Mraz <tmraz@redhat.com> 0.99.8.1-6
626- do not ask for blank password when SELinux confined (#254044)
627- initialize homedirs in namespace init script (original patch by dwalsh)
628
629* Wed Aug 22 2007 Tomas Mraz <tmraz@redhat.com> 0.99.8.1-5
630- most devices are now handled by HAL and not pam_console (patch by davidz)
631- license tag fix
632- multifunction scanner device support (#251468)
633
634* Mon Aug 13 2007 Tomas Mraz <tmraz@redhat.com> 0.99.8.1-4
635- fix auth regression when uid != 0 from previous build (#251804)
636
637* Mon Aug  6 2007 Tomas Mraz <tmraz@redhat.com> 0.99.8.1-3
638- updated db4 to 4.6.18 (#249740)
639- added user and new instance parameters to namespace init
640- document the new features of pam_namespace
641- do not log an audit error when uid != 0 (#249870)
642
643* Wed Jul 25 2007 Jeremy Katz <katzj@redhat.com> - 0.99.8.1-2
644- rebuild for toolchain bug
645
646* Mon Jul 23 2007 Tomas Mraz <tmraz@redhat.com> 0.99.8.1-1
647- upgrade to latest upstream version
648- add some firewire devices to default console perms (#240770)
649
650* Thu Apr 26 2007 Tomas Mraz <tmraz@redhat.com> 0.99.7.1-6
651- pam_namespace: better document behavior on failure (#237249)
652- pam_unix: split out passwd change to a new helper binary (#236316)
653- pam_namespace: add support for temporary logons (#241226)
654
655* Fri Apr 13 2007 Tomas Mraz <tmraz@redhat.com> 0.99.7.1-5
656- pam_selinux: improve context change auditing (#234781)
657- pam_namespace: fix parsing config file with unknown users (#234513)
658
659* Fri Mar 23 2007 Tomas Mraz <tmraz@redhat.com> 0.99.7.1-4
660- pam_console: always decrement use count (#230823)
661- pam_namespace: use raw context for poly dir name (#227345)
662- pam_namespace: truncate long poly dir name (append hash) (#230120)
663- we don't patch any po files anymore
664
665* Wed Feb 21 2007 Tomas Mraz <tmraz@redhat.com> 0.99.7.1-3
666- correctly relabel tty in the default case (#229542)
667- pam_unix: cleanup of bigcrypt support
668- pam_unix: allow modification of '*' passwords to root
669
670* Tue Feb  6 2007 Tomas Mraz <tmraz@redhat.com> 0.99.7.1-2
671- more X displays as consoles (#227462)
672
673* Wed Jan 24 2007 Tomas Mraz <tmraz@redhat.com> 0.99.7.1-1
674- upgrade to new upstream version resolving CVE-2007-0003
675- pam_namespace: unmount poly dir for override users
676
677* Mon Jan 22 2007 Tomas Mraz <tmraz@redhat.com> 0.99.7.0-2
678- add back min salt length requirement which was erroneously removed
679  upstream (CVE-2007-0003)
680
681* Fri Jan 19 2007 Tomas Mraz <tmraz@redhat.com> 0.99.7.0-1
682- upgrade to new upstream version
683- drop pam_stack module as it is obsolete
684- some changes to silence rpmlint
685
686* Tue Jan 16 2007 Tomas Mraz <tmraz@redhat.com> 0.99.6.2-8
687- properly include /var/log/faillog and tallylog as ghosts
688  and create them in post script (#209646)
689- update gmo files as we patch some po files (#218271)
690- add use_current_range option to pam_selinux (#220487)
691- improve the role selection in pam_selinux
692- remove shortcut on Password: in ja locale (#218271)
693- revert to old euid and not ruid when setting euid in pam_keyinit (#219486)
694- rename selinux-namespace patch to namespace-level
695
696* Thu Dec 1 2006 Dan Walsh <dwalsh@redhat.com> 0.99.6.2-7
697- fix selection of role
698
699* Thu Dec 1 2006 Dan Walsh <dwalsh@redhat.com> 0.99.6.2-6
700- add possibility to pam_namespace to only change MLS component
701- Resolves: Bug #216184
702
703* Thu Nov 30 2006 Tomas Mraz <tmraz@redhat.com> 0.99.6.2-5
704- add select-context option to pam_selinux (#213812)
705- autoreconf won't work with autoconf-2.61 as configure.in is not yet adjusted
706  for it
707
708* Mon Nov 13 2006 Tomas Mraz <tmraz@redhat.com> 0.99.6.2-4
709- update internal db4 to 4.5.20 version
710- move setgid before setuid in pam_keyinit (#212329)
711- make username check in pam_unix consistent with useradd (#212153)
712
713* Tue Oct 24 2006 Tomas Mraz <tmraz@redhat.com> 0.99.6.2-3.3
714- don't overflow a buffer in pam_namespace (#211989)
715
716* Mon Oct 16 2006 Tomas Mraz <tmraz@redhat.com> 0.99.6.2-3.2
717- /var/log/faillog and tallylog must be config(noreplace)
718
719* Fri Oct 13 2006 Tomas Mraz <tmraz@redhat.com> 0.99.6.2-3.1
720- preserve effective uid in namespace.init script (LSPP for newrole)
721- include /var/log/faillog and tallylog to filelist (#209646)
722- add ids to .xml docs so the generated html is always the same (#210569)
723
724* Thu Sep 28 2006 Tomas Mraz <tmraz@redhat.com> 0.99.6.2-3
725- add pam_namespace option no_unmount_on_close, required for newrole
726
727* Mon Sep  4 2006 Tomas Mraz <tmraz@redhat.com> 0.99.6.2-2
728- silence pam_succeed_if in default system-auth (#205067)
729- round the pam_timestamp_check sleep up to wake up at the start of the
730  wallclock second (#205068)
731
732* Thu Aug 31 2006 Tomas Mraz <tmraz@redhat.com> 0.99.6.2-1
733- upgrade to new upstream version, as there are mostly bugfixes except
734  improved documentation
735- add support for session and password service for pam_access and
736  pam_succeed_if
737- system-auth: skip session pam_unix for crond service
738
739* Thu Aug 10 2006 Dan Walsh <dwalsh@redhat.com> 0.99.5.0-8
740- Add new setkeycreatecon call to pam_selinux to make sure keyring has correct context
741
742* Thu Aug 10 2006 Tomas Mraz <tmraz@redhat.com> 0.99.5.0-7
743- revoke keyrings properly when pam_keyinit called as root (#201048)
744- pam_succeed_if should return PAM_USER_UNKNOWN when getpwnam fails (#197748)
745
746* Wed Aug  2 2006 Tomas Mraz <tmraz@redhat.com> 0.99.5.0-6
747- revoke keyrings properly when pam_keyinit called more than once (#201048)
748  patch by David Howells
749
750* Fri Jul 21 2006 Tomas Mraz <tmraz@redhat.com> 0.99.5.0-5
751- don't log pam_keyinit debug messages by default (#199783)
752
753* Fri Jul 21 2006 Tomas Mraz <tmraz@redhat.com> 0.99.5.0-4
754- drop ainit from console.handlers (#199561)
755
756* Mon Jul 17 2006 Tomas Mraz <tmraz@redhat.com> 0.99.5.0-3
757- don't report error in pam_selinux for nonexistent tty (#188722)
758- add pam_keyinit to the default system-auth file (#198623)
759
760* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.99.5.0-2.1
761- rebuild
762
763* Mon Jul  3 2006 Tomas Mraz <tmraz@redhat.com> 0.99.5.0-2
764- fixed network match in pam_access (patch by Dan Yefimov)
765
766* Fri Jun 30 2006 Tomas Mraz <tmraz@redhat.com> 0.99.5.0-1
767- updated to a new upstream release
768- added service as value to be matched and list matching to
769  pam_succeed_if
770- namespace.init was missing from EXTRA_DIST
771
772* Thu Jun  8 2006 Tomas Mraz <tmraz@redhat.com> 0.99.4.0-5
773- updated pam_namespace with latest patch by Janak Desai
774- merged pam_namespace patches
775- added buildrequires libtool
776- fixed a few rpmlint warnings
777
778* Wed May 24 2006 Tomas Mraz <tmraz@redhat.com> 0.99.4.0-4
779- actually don't link to libssl as it is not used (#191915)
780
781* Wed May 17 2006 Tomas Mraz <tmraz@redhat.com> 0.99.4.0-3
782- use md5 implementation from pam_unix in pam_namespace
783- pam_namespace should call setexeccon only when selinux is enabled
784
785* Tue May 16 2006 Tomas Mraz <tmraz@redhat.com> 0.99.4.0-2
786- pam_console_apply shouldn't access /var when called with -r (#191401)
787- actually apply the large-uid patch
788- don't build hmactest in pam_timestamp so openssl-devel is not required
789- add missing buildrequires (#191915)
790
791* Wed May 10 2006 Tomas Mraz <tmraz@redhat.com> 0.99.4.0-1
792- upgrade to new upstream version
793- make pam_console_apply not dependent on glib
794- support large uids in pam_tally, pam_tally2
795
796* Thu May  4 2006 Tomas Mraz <tmraz@redhat.com> 0.99.3.0-5
797- the namespace instance init script is now in /etc/security (#190148)
798- pam_namespace: added missing braces (#190026)
799- pam_tally(2): never call fclose twice on the same FILE (from upstream)
800
801* Wed Apr 26 2006 Tomas Mraz <tmraz@redhat.com> 0.99.3.0-4
802- fixed console device class for irda (#189966)
803- make pam_console_apply fail gracefully when a class is missing
804
805* Tue Apr 25 2006 Tomas Mraz <tmraz@redhat.com> 0.99.3.0-3
806- added pam_namespace module written by Janak Desai (per-user /tmp
807support)
808- new pam-redhat modules version
809
810* Fri Feb 24 2006 Tomas Mraz <tmraz@redhat.com> 0.99.3.0-2
811- added try_first_pass option to pam_cracklib
812- use try_first_pass for pam_unix and pam_cracklib in
813  system-auth (#182350)
814
815* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.99.3.0-1.2
816- bump again for double-long bug on ppc(64)
817
818* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.99.3.0-1.1
819- rebuilt for new gcc4.1 snapshot and glibc changes
820
821* Fri Feb  3 2006 Tomas Mraz <tmraz@redhat.com> 0.99.3.0-1
822- new upstream version
823- updated db4 to 4.3.29
824- added module pam_tally2 with auditing support
825- added manual pages for system-auth and config-util (#179584)
826
827* Tue Jan  3 2006 Tomas Mraz <tmraz@redhat.com> 0.99.2.1-3
828- remove 'initscripts' dependency (#176508)
829- update pam-redhat modules, merged patches
830
831* Fri Dec 16 2005 Tomas Mraz <tmraz@redhat.com> 0.99.2.1-2
832- fix dangling symlinks in -devel (#175929)
833- link libaudit only where necessary
834- actually compile in audit support
835
836* Thu Dec 15 2005 Tomas Mraz <tmraz@redhat.com> 0.99.2.1-1
837- support netgroup matching in pam_succeed_if
838- upgrade to new release
839- drop pam_pwdb as it was obsolete long ago
840- we don't build static libraries anymore
841
842* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
843- rebuilt
844
845* Tue Nov 15 2005 Tomas Mraz <tmraz@redhat.com> 0.80-14
846- pam_stack is deprecated - log its usage
847
848* Wed Oct 26 2005 Tomas Mraz <tmraz@redhat.com> 0.80-13
849- fixed CAN-2005-2977 unix_chkpwd should skip user verification only if
850  run as root (#168181)
851- link pam_loginuid to libaudit
852- support no tty in pam_access (#170467)
853- updated audit patch (by Steve Grubb)
854- the previous pam_selinux change was not applied properly
855- pam_xauth: look for the xauth binary in multiple directories (#171164)
856
857* Wed Oct 26 2005 Dan Walsh <dwalsh@redhat.com> 0.80-12
858- Eliminate multiple in pam_selinux
859
860* Fri Oct 14 2005 Dan Walsh <dwalsh@redhat.com> 0.80-11
861- Eliminate fail over for getseuserbyname call
862
863* Thu Oct 13 2005 Dan Walsh <dwalsh@redhat.com> 0.80-10
864- Add getseuserbyname call for SELinux MCS/MLS policy
865
866* Tue Oct  4 2005 Tomas Mraz <tmraz@redhat.com>
867- pam_console manpage fixes (#169373)
868
869* Fri Sep 30 2005 Tomas Mraz <tmraz@redhat.com> 0.80-9
870- don't include ps and pdf docs (#168823)
871- new common config file for configuration utilities
872- remove glib2 dependency (#166979)
873
874* Tue Sep 20 2005 Tomas Mraz <tmraz@redhat.com> 0.80-8
875- process limit values other than RLIMIT_NICE correctly (#168790)
876- pam_unix: always honor nis flag on password change (by Aaron Hope)
877
878* Wed Aug 24 2005 Tomas Mraz <tmraz@redhat.com> 0.80-7
879- don't fail in audit code when audit is not compiled in
880  on the newest kernels (#166422)
881
882* Mon Aug 01 2005 Tomas Mraz <tmraz@redhat.com> 0.80-6
883- add option to pam_loginuid to require auditd
884 
885* Fri Jul 29 2005 Tomas Mraz <tmraz@redhat.com> 0.80-5
886- fix NULL dereference in pam_userdb (#164418)
887
888* Tue Jul 26 2005 Tomas Mraz <tmraz@redhat.com> 0.80-4
889- fix 64bit bug in pam_pwdb
890- don't crash in pam_unix if pam_get_data fail
891
892* Fri Jul 22 2005 Tomas Mraz <tmraz@redhat.com> 0.80-3
893- more pam_selinux permissive fixes (Dan Walsh)
894- make binaries PIE (#158938)
895
896* Mon Jul 18 2005 Tomas Mraz <tmraz@redhat.com> 0.80-2
897- fixed module tests so the pam doesn't require itself to build (#163502)
898- added buildprereq for building the documentation (#163503)
899- relaxed permissions of binaries (u+w)
900
901* Thu Jul 14 2005 Tomas Mraz <tmraz@redhat.com> 0.80-1
902- upgrade to new upstream sources
903- removed obsolete patches
904- pam_selinux module shouldn't fail on broken configs unless
905  policy is set to enforcing (Dan Walsh)
906
907* Tue Jun 21 2005 Tomas Mraz <tmraz@redhat.com> 0.79-11
908- update pam audit patch
909- add support for new limits in kernel-2.6.12 (#157050)
910
911* Thu Jun  9 2005 Tomas Mraz <tmraz@redhat.com> 0.79-10
912- add the Requires dependency on audit-libs (#159885)
913- pam_loginuid shouldn't report error when /proc/self/loginuid
914  is missing (#159974)
915
916* Fri May 20 2005 Tomas Mraz <tmraz@redhat.com> 0.79-9
917- update the pam audit patch to support newest audit library,
918  audit also pam_setcred calls (Steve Grubb)
919- don't use the audit_fd as global static variable
920- don't unset the XAUTHORITY when target user is root
921
922* Mon May  2 2005 Tomas Mraz <tmraz@redhat.com> 0.79-8
923- pam_console: support loading .perms files in the console.perms.d (#156069)
924
925* Tue Apr 26 2005 Tomas Mraz <tmraz@redhat.com> 0.79-7
926- pam_xauth: unset the XAUTHORITY variable on error, fix
927  potential memory leaks
928- modify path to IDE floppy devices in console.perms (#155560)
929
930* Sat Apr 16 2005 Steve Grubb <sgrubb@redhat.com> 0.79-6
931- Adjusted pam audit patch to make exception for ECONNREFUSED
932
933* Tue Apr 12 2005 Tomas Mraz <tmraz@redhat.com> 0.79-5
934- added auditing patch by Steve Grubb
935- added cleanup patches for bugs found by Steve Grubb
936- don't clear the shadow option of pam_unix if nis option used
937
938* Fri Apr  8 2005 Tomas Mraz <tmraz@redhat.com> 0.79-4
939- #150537 - flush input first then write the prompt
940
941* Thu Apr  7 2005 Tomas Mraz <tmraz@redhat.com> 0.79-3
942- make pam_unix LSB 2.0 compliant even when SELinux enabled
943- #88127 - change both local and NIS passwords to keep them in sync,
944  also fix a regression in passwd functionality on NIS master server
945
946* Tue Apr  5 2005 Tomas Mraz <tmraz@redhat.com>
947- #153711 fix wrong logging in pam_selinux when restoring tty label
948
949* Sun Apr  3 2005 Tomas Mraz <tmraz@redhat.com> 0.79-2
950- fix NULL deref in pam_tally when it's used in account phase
951
952* Thu Mar 31 2005 Tomas Mraz <tmraz@redhat.com> 0.79-1
953- upgrade to the new upstream release
954- moved pam_loginuid to pam-redhat repository
955
956* Wed Mar 23 2005 Tomas Mraz <tmraz@redhat.com> 0.78-9
957- fix wrong logging in pam_console handlers
958- add executing ainit handler for alsa sound dmix
959- #147879, #112777 - change permissions for dri devices
960
961* Fri Mar 18 2005 Tomas Mraz <tmraz@redhat.com> 0.78-8
962- remove ownership and permissions handling from pam_console call
963  pam_console_apply as a handler instead
964
965* Mon Mar 14 2005 Tomas Mraz <tmraz@redhat.com> 0.78-7
966- add pam_loginuid module for setting the the login uid for auditing purposes
967  (by Steve Grubb)
968
969* Thu Mar 10 2005 Tomas Mraz <tmraz@redhat.com> 0.78-6
970- add functionality for running handler executables from pam_console
971  when console lock was obtained/lost
972- removed patches merged to pam-redhat
973
974* Tue Mar  1 2005 Tomas Mraz <tmraz@redhat.com> 0.78-5
975- echo why tests failed when rebuilding
976- fixed some warnings and errors in pam_console for gcc4 build
977- improved parsing pam_console config file
978
979* Mon Feb 21 2005 Tomas Mraz <tmraz@redhat.com>
980- don't log garbage in pam_console_apply (#147879)
981
982* Tue Jan 18 2005 Tomas Mraz <tmraz@redhat.com>
983- don't require exact db4 version only conflict with incompatible one
984
985* Wed Jan 12 2005 Tomas Mraz <tmraz@redhat.com> 0.78-4
986- updated pam-redhat from elvis CVS
987- removed obsolete patches
988
989* Mon Jan  3 2005 Jeff Johnson <jbj@redhat.com> 0.78-3
990- depend on db-4.3.27, not db-4.3.21.
991
992* Thu Nov 25 2004 Tomas Mraz <tmraz@redhat.com> 0.78-2
993- add argument to pam_console_apply to restrict its work to specified files
994
995* Tue Nov 23 2004 Tomas Mraz <tmraz@redhat.com> 0.78-1
996- update to Linux-PAM-0.78
997- #140451 parse passwd entries correctly and test for failure
998- #137802 allow using pam_console for authentication
999
1000* Fri Nov 12 2004 Jeff Johnson <jbj@jbj.org> 0.77-67
1001- rebuild against db-4.3.21.
1002
1003* Thu Nov 11 2004 Tomas Mraz <tmraz@redhat.com> 0.77-66
1004- #77646 log failures when renaming the files when changing password
1005- Log failure on missing /etc/security/opasswd when remember option is present
1006
1007* Wed Nov 10 2004 Tomas Mraz <tmraz@redhat.com>
1008- #87628 pam_timestamp remembers authorization after logout
1009- #116956 fixed memory leaks in pam_stack
1010
1011* Wed Oct 20 2004 Tomas Mraz <tmraz@redhat.com> 0.77-65
1012- #74062 modify the pwd-lock patch to remove NIS passwd changing deadlock
1013
1014* Wed Oct 20 2004 Tomas Mraz <tmraz@redhat.com> 0.77-64
1015- #134941 pam_console should check X11 socket only on login
1016
1017* Tue Oct 19 2004 Tomas Mraz <tmraz@redhat.com> 0.77-63
1018- Fix checking of group %%group syntax in pam_limits
1019- Drop fencepost patch as it was already fixed
1020  by upstream change from 0.75 to 0.77
1021- Fix brokenshadow patch
1022
1023* Mon Oct 11 2004 Tomas Mraz <tmraz@redhat.com> 0.77-62
1024- Added bluetooth, raw1394 and flash to console.perms
1025- pam_console manpage fix
1026
1027* Mon Oct 11 2004 Tomas Mraz <tmraz@redhat.com> 0.77-61
1028- #129328 pam_env shouldn't abort on missing /etc/environment
1029- #126985 pam_stack should always copy the conversation function
1030- #127524 add /etc/security/opasswd to files
1031
1032* Tue Sep 28 2004 Phil Knirsch <pknirsch@redhat.com> 0.77-60
1033- Drop last patch again, fixed now correctly elsewhere
1034
1035* Thu Sep 23 2004 Phil Knirsch <pknirsch@redhat.com> 0.77-59
1036- Fixed bug in pam_env where wrong initializer was used
1037
1038* Fri Sep 17 2004 Dan Walsh <dwalsh@redhat.com> 0.77-58
1039- rebuild selinux patch using checkPasswdAccess
1040
1041* Mon Sep 13 2004 Jindrich Novy <jnovy@redhat.com>
1042- rebuilt
1043
1044* Mon Sep 13 2004 Tomas Mraz <tmraz@redhat.com> 0.77-56
1045- #75454 fixed locking when changing password
1046- #127054
1047- #125653 removed unnecessary getgrouplist call
1048- #124979 added quiet option to pam_succeed_if
1049
1050* Mon Aug 30 2004 Warren Togami <wtogami@redhat.com> 0.77-55
1051- #126024 /dev/pmu console perms
1052
1053* Wed Aug 4 2004 Dan Walsh <dwalsh@redhat.com> 0.77-54
1054- Move pam_console.lock to /var/run/console/
1055
1056* Thu Jul 29 2004 Dan Walsh <dwalsh@redhat.com> 0.77-53
1057- Close fd[1] before pam_modutilread so that unix_verify will complete
1058
1059* Tue Jul 27 2004 Alan Cox <alan@redhat.com> 0.77-52
1060- First chunk of Steve Grubb's resource leak and other fixes
1061
1062* Tue Jul 27 2004 Alan Cox <alan@redhat.com> 0.77-51
1063- Fixed build testing of modules
1064- Fixed dependancies
1065
1066* Tue Jul 20 2004 Dan Walsh <dwalsh@redhat.com> 0.77-50
1067- Change unix_chkpwd to return pam error codes
1068
1069* Sat Jul 10 2004 Alan Cox <alan@redhat.com>
1070- Fixed the pam glib2 dependancy issue
1071
1072* Mon Jun 21 2004 Alan Cox <alan@redhat.com>
1073- Fixed the pam_limits fencepost error (#79989) since nobody seems to
1074  be doing it
1075
1076* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
1077- rebuilt
1078
1079* Wed Jun 9 2004 Dan Walsh <dwalsh@redhat.com> 0.77-45
1080- Add requires libselinux > 1.8
1081
1082* Thu Jun 3 2004 Dan Walsh <dwalsh@redhat.com> 0.77-44
1083- Add MLS Support to selinux patch
1084
1085* Wed Jun 2 2004 Dan Walsh <dwalsh@redhat.com> 0.77-43
1086- Modify pam_selinux to use open and close param
1087
1088* Fri May 28 2004 Dan Walsh <dwalsh@redhat.com> 0.77-42
1089- Split pam module into two parts open and close
1090
1091* Tue May 18 2004 Phil Knirsch <pknirsch@redhat.com> 0.77-41
1092- Fixed 64bit segfault in pam_succeed_if module.
1093
1094* Thu Apr 14 2004 Dan Walsh <dwalsh@redhat.com> 0.77-40
1095- Apply changes from audit.
1096
1097* Tue Apr 12 2004 Dan Walsh <dwalsh@redhat.com> 0.77-39
1098- Change to only report failure on relabel if debug
1099
1100* Wed Mar 3 2004 Dan Walsh <dwalsh@redhat.com> 0.77-38
1101- Fix error handling of pam_unix
1102
1103* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
1104- rebuilt
1105
1106* Thu Feb 26 2004 Dan Walsh <dwalsh@redhat.com> 0.77-36
1107- fix tty handling
1108
1109* Thu Feb 26 2004 Dan Walsh <dwalsh@redhat.com> 0.77-35
1110- remove tty closing and opening from pam_selinux, it does not work.
1111
1112* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
1113- rebuilt
1114
1115* Tue Feb 12 2004 Nalin Dahyabhai <nalin@redhat.com>
1116- pam_unix: also log successful password changes when using shadowed passwords
1117
1118* Tue Feb 10 2004 Dan Walsh <dwalsh@redhat.com> 0.77-33
1119- close and reopen terminal after changing context.
1120
1121* Thu Feb 5 2004 Dan Walsh <dwalsh@redhat.com> 0.77-32
1122- Check for valid tty
1123
1124* Tue Feb 3 2004 Dan Walsh <dwalsh@redhat.com> 0.77-31
1125- Check for multiple > 1
1126
1127* Mon Feb 2 2004 Dan Walsh <dwalsh@redhat.com> 0.77-30
1128- fix is_selinux_enabled call for pam_rootok
1129
1130* Wed Jan 28 2004 Dan Walsh <dwalsh@redhat.com> 0.77-29
1131- More fixes to pam_selinux,pam_rootok
1132
1133* Wed Jan 28 2004 Dan Walsh <dwalsh@redhat.com> 0.77-28
1134- turn on selinux
1135
1136* Wed Jan 28 2004 Dan Walsh <dwalsh@redhat.com> 0.77-27
1137- Fix rootok check.
1138
1139* Mon Jan 26 2004 Dan Walsh <dwalsh@redhat.com> 0.77-26
1140- fix is_selinux_enabled call
1141
1142* Sun Jan 25 2004 Dan Walsh <dwalsh@redhat.com> 0.77-25
1143- Check if ROOTOK for SELinux
1144
1145* Thu Jan 15 2004 Dan Walsh <dwalsh@redhat.com> 0.77-24
1146- Fix tty handling for pts in pam_selinux
1147
1148* Thu Jan 15 2004 Dan Walsh <dwalsh@redhat.com> 0.77-23
1149- Need to add qualifier context for sudo situation
1150
1151* Thu Jan 15 2004 Dan Walsh <dwalsh@redhat.com> 0.77-22
1152- Fix pam_selinux to use prevcon instead of pam_user so it will work for su.
1153
1154* Fri Dec 12 2003 Bill Nottingham <notting@redhat.com> 0.77-21.sel
1155- add alsa devs to console.perms
1156
1157* Thu Dec 11 2003 Jeff Johnson <jbj@jbj.org> 0.77-20.sel
1158- rebuild with db-4.2.52.
1159- build db4 in build_unix, not dist.
1160
1161* Wed Nov 26 2003 Dan Walsh <dwalsh@redhat.com> 0.77-19.sel
1162- Change unix_chkpwd to handle unix_passwd and unix_acct
1163- This eliminates the need for pam modules to have read/write access to /etc/shadow.
1164
1165* Thu Nov 20 2003 Dan Walsh <dwalsh@redhat.com> 0.77-18.sel
1166- Cleanup unix_chkpwd
1167
1168* Mon Nov 03 2003 Dan Walsh <dwalsh@redhat.com> 0.77-17.sel
1169- Fix tty handling
1170- Add back multiple handling
1171
1172* Mon Oct 27 2003 Dan Walsh <dwalsh@redhat.com> 0.77-16.sel
1173- Remove Multiple from man page of pam_selinux
1174
1175* Thu Oct 23 2003 Nalin Dahyabhai <nalin@redhat.com> 0.77-15
1176- don't install _pam_aconf.h -- apps don't use it, other PAM headers which
1177  are installed don't use it, and its contents may be different for arches
1178  on a multilib system
1179- check for linkage problems in modules at %%install-time (kill #107093 dead)
1180- add buildprereq on flex (#101563)
1181
1182* Wed Oct 22 2003 Nalin Dahyabhai <nalin@redhat.com>
1183- make pam_pwdb.so link with libnsl again so that it loads (#107093)
1184- remove now-bogus buildprereq on db4-devel (we use a bundled copy for
1185  pam_userdb to avoid symbol collisions with other db libraries in apps)
1186
1187* Mon Oct 20 2003 Dan Walsh <dwalsh@redhat.com> 0.77-14.sel
1188- Add Russell Coker patch to handle /dev/pty
1189
1190* Fri Oct 17 2003 Dan Walsh <dwalsh@redhat.com> 0.77-13.sel
1191- Turn on Selinux
1192
1193* Fri Oct 17 2003 Dan Walsh <dwalsh@redhat.com> 0.77-12
1194- Fix pam_timestamp to work when 0 seconds have elapsed
1195
1196* Mon Oct 6 2003 Dan Walsh <dwalsh@redhat.com> 0.77-11
1197- Turn off selinux
1198
1199* Thu Sep 25 2003 Dan Walsh <dwalsh@redhat.com> 0.77-10.sel
1200- Turn on Selinux and remove multiple choice of context. 
1201
1202* Wed Sep 24 2003 Dan Walsh <dwalsh@redhat.com> 0.77-10
1203- Turn off selinux
1204
1205* Wed Sep 24 2003 Dan Walsh <dwalsh@redhat.com> 0.77-9.sel
1206- Add Russell's patch to check password
1207
1208* Wed Sep 17 2003 Dan Walsh <dwalsh@redhat.com> 0.77-8.sel
1209- handle ttys correctly in pam_selinux
1210
1211* Fri Sep 05 2003 Dan Walsh <dwalsh@redhat.com> 0.77-7.sel
1212- Clean up memory problems and fix tty handling.
1213
1214* Mon Jul 28 2003 Dan Walsh <dwalsh@redhat.com> 0.77-6
1215- Add manual context selection to pam_selinux
1216
1217* Mon Jul 28 2003 Dan Walsh <dwalsh@redhat.com> 0.77-5
1218- Add pam_selinux
1219
1220* Mon Jul 28 2003 Dan Walsh <dwalsh@redhat.com> 0.77-4
1221- Add SELinux support
1222
1223* Thu Jul 24 2003 Nalin Dahyabhai <nalin@redhat.com> 0.77-3
1224- pam_postgresok: add
1225- pam_xauth: add "targetuser" argument
1226
1227* Tue Jul 22 2003 Nalin Dahyabhai <nalin@redhat.com>
1228- pam_succeed_if: fix thinko in argument parsing which would walk past the
1229  end of the argument list
1230
1231* Wed Jul  9 2003 Nalin Dahyabhai <nalin@redhat.com> 0.77-2
1232- reapply:
1233  - set handler for SIGCHLD to SIG_DFL around *_chkpwd, not SIG_IGN
1234
1235* Mon Jul  7 2003 Nalin Dahyabhai <nalin@redhat.com> 0.77-1
1236- pam_timestamp: fail if the key file doesn't contain enough data
1237
1238* Thu Jul  3 2003 Nalin Dahyabhai <nalin@redhat.com> 0.77-0
1239- update to 0.77 upstream release
1240  - pam_limits: limits now affect root as well
1241  - pam_nologin: returns PAM_IGNORE instead of PAM_SUCCESS unless "successok"
1242    is given as an argument
1243  - pam_userdb: correctly return PAM_AUTH_ERR instead of PAM_USER_UNKNOWN when
1244    invoked with the "key_only" argument and the database has an entry of the
1245    form "user-<wrongpassword>"
1246- use a bundled libdb for pam_userdb.so because the system copy uses threads,
1247  and demand-loading a shared library which uses threads into an application
1248  which doesn't is a Very Bad Idea
1249
1250* Thu Jul  3 2003 Nalin Dahyabhai <nalin@redhat.com>
1251- pam_timestamp: use a message authentication code to validate timestamp files
1252
1253* Mon Jun 30 2003 Nalin Dahyabhai <nalin@redhat.com> 0.75-48.1
1254- rebuild
1255
1256* Mon Jun  9 2003 Nalin Dahyabhai <nalin@redhat.com> 0.75-49
1257- modify calls to getlogin() to check the directory of the current TTY before
1258  searching for an entry in the utmp/utmpx file (#98020, #98826, CAN-2003-0388)
1259
1260* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
1261- rebuilt
1262
1263* Mon Feb 10 2003 Bill Nottingham <notting@redhat.com> 0.75-48
1264- set handler for SIGCHLD to SIG_DFL around *_chkpwd, not SIG_IGN
1265
1266* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 0.75-47
1267- rebuilt
1268
1269* Tue Dec 17 2002 Nalin Dahyabhai <nalin@redhat.com> 0.75-46
1270- pam_xauth: reintroduce ACL support, per the original white paper
1271- pam_xauth: default root's export ACL to none instead of everyone
1272
1273* Mon Dec  2 2002 Nalin Dahyabhai <nalin@redhat.com> 0.75-45
1274- create /lib/security, even if it isn't /%%{_lib}/security, because we
1275  can't locate /lib/security/$ISA without it (noted by Arnd Bergmann)
1276- clear out the duplicate docs directory created during %%install
1277
1278* Thu Nov 21 2002 Nalin Dahyabhai <nalin@redhat.com> 0.75-44
1279- fix syntax errors in pam_console's yacc parser which newer bison chokes on
1280- forcibly set FAKEROOT at make install time
1281
1282* Tue Oct 22 2002 Nalin Dahyabhai <nalin@redhat.com> 0.75-43
1283- patch to interpret $ISA in case the fist module load attempt fails
1284- use $ISA in default configs
1285
1286* Fri Oct 04 2002 Elliot Lee <sopwith@redhat.com> 0.75-42
1287- Since cracklib-dicts location will not be correctly detected without
1288  that package being installed, add buildreq for cracklib-dicts.
1289- Add patch57: makes configure use $LIBNAME when searching for cracklib
1290  dicts, and error out if not found.
1291
1292* Thu Sep 12 2002 Than Ngo <than@redhat.com> 0.75-41.1
1293- Fixed pam config files
1294
1295* Wed Sep 11 2002 Than Ngo <than@redhat.com> 0.75-41
1296- Added fix to install libs in correct directory on 64bit machine
1297
1298* Fri Aug  2 2002 Nalin Dahyabhai <nalin@redhat.com> 0.75-40
1299- pam_timestamp_check: check that stdio descriptors are open before we're
1300  invoked
1301- add missing chroot.conf
1302
1303* Mon Jul 29 2002 Nalin Dahyabhai <nalin@redhat.com> 0.75-39
1304- pam_timestamp: sundry fixes, use "unknown" as the tty when none is found
1305
1306* Thu Jun 27 2002 Nalin Dahyabhai <nalin@redhat.com> 0.75-38
1307- pam_timestamp_check: be as smart about figuring out the tty as the module is
1308
1309* Wed Jun 19 2002 Nalin Dahyabhai <nalin@redhat.com> 0.75-37
1310- pam_timestamp_check: remove extra unlink() call spotted by Havoc
1311
1312* Mon Jun 17 2002 Nalin Dahyabhai <nalin@redhat.com> 0.75-36
1313- pam_timestamp: chown intermediate directories when creating them
1314- pam_timestamp_check: add -d flag to poll
1315
1316* Thu May 23 2002 Nalin Dahyabhai <nalin@redhat.com> 0.75-35
1317- pam_timestamp: add some sanity checks
1318- pam_timestamp_check: add
1319
1320* Wed May 22 2002 Nalin Dahyabhai <nalin@redhat.com> 0.75-34
1321- pam_timestamp: add a 'verbose' option
1322
1323* Thu May 16 2002 Nalin Dahyabhai <nalin@redhat.com> 0.75-33
1324- rebuild with db4
1325- just bundle install-sh into the source package
1326
1327* Tue Apr  9 2002 Nalin Dahyabhai <nalin@redhat.com> 0.75-32
1328- pam_unix: be more compatible with AIX-style shadowing (#19236)
1329
1330* Thu Mar 28 2002 Nalin Dahyabhai <nalin@redhat.com> 0.75-31
1331- libpam_misc: fix possible infinite loop in misc_conv (#62195)
1332- pam_xauth: fix cases where DISPLAY is "localhost:screen" and the xauth
1333  key is actually stored using the system's hostname (#61524)
1334
1335* Mon Mar 25 2002 Nalin Dahyabhai <nalin@redhat.com> 0.75-30
1336- rebuild
1337
1338* Mon Mar 25 2002 Nalin Dahyabhai <nalin@redhat.com> 0.75-29
1339- rebuild
1340
1341* Mon Mar 11 2002 Nalin Dahyabhai <nalin@redhat.com> 0.75-28
1342- include the pwdb config file
1343
1344* Fri Mar  1 2002 Nalin Dahyabhai <nalin@redhat.com> 0.75-27
1345- adjust the pwdb-static patch to build pam_radius correctly (#59408)
1346
1347* Fri Mar  1 2002 Nalin Dahyabhai <nalin@redhat.com> 0.75-26
1348- change the db4-devel build dependency to db3-devel
1349
1350* Thu Feb 21 2002 Nalin Dahyabhai <nalin@redhat.com> 0.75-25
1351- rebuild
1352
1353* Fri Feb  8 2002 Nalin Dahyabhai <nalin@redhat.com> 0.75-24
1354- pam_unix: log successful password changes
1355- remove pam_timestamp
1356
1357* Thu Feb  7 2002 Nalin Dahyabhai <nalin@redhat.com> 0.75-23
1358- fix pwdb embedding
1359- add pam_timestamp
1360
1361* Thu Jan 31 2002 Nalin Dahyabhai <nalin@redhat.com> 0.75-22
1362- swallow up pwdb 0.61.1 for building pam_pwdb
1363
1364* Wed Jan 23 2002 Nalin Dahyabhai <nalin@redhat.com> 0.75-21
1365- pam_userdb: build with db4 instead of db3
1366
1367* Wed Nov 22 2001 Nalin Dahyabhai <nalin@redhat.com> 0.75-20
1368- pam_stack: fix some memory leaks (reported by Fernando Trias)
1369- pam_chroot: integrate Owl patch to report the more common causes of failures
1370
1371* Fri Nov  9 2001 Nalin Dahyabhai <nalin@redhat.com> 0.75-19
1372- fix a bug in the getpwnam_r wrapper which sometimes resulted in false
1373  positives for non-existent users
1374
1375* Wed Nov  7 2001 Nalin Dahyabhai <nalin@redhat.com> 0.75-18
1376- include libpamc in the pam package (#55651)
1377
1378* Fri Nov  2 2001 Nalin Dahyabhai <nalin@redhat.com> 0.75-17
1379- pam_xauth: don't free a string after passing it to putenv()
1380
1381* Wed Oct 24 2001 Nalin Dahyabhai <nalin@redhat.com> 0.75-16
1382- pam_xauth: always return PAM_SUCCESS or PAM_SESSION_ERR instead of PAM_IGNORE,
1383  matching the previous behavior (libpam treats PAM_IGNORE from a single module
1384  in a stack as a session error, leading to false error messages if we just
1385  return PAM_IGNORE for all cases)
1386
1387* Mon Oct 22 2001 Nalin Dahyabhai <nalin@redhat.com> 0.75-15
1388- reorder patches so that the reentrancy patch is applied last -- we never
1389  came to a consensus on how to guard against the bugs in calling applications
1390  which this sort of change addresses, and having them last allows for dropping
1391  in a better strategy for addressing this later on
1392
1393* Mon Oct 15 2001 Nalin Dahyabhai <nalin@redhat.com>
1394- pam_rhosts: allow "+hostname" as a synonym for "hostname" to jive better
1395  with the hosts.equiv(5) man page
1396- use the automake install-sh instead of the autoconf install-sh, which
1397  disappeared somewhere between 2.50 and now
1398
1399* Mon Oct  8 2001 Nalin Dahyabhai <nalin@redhat.com>
1400- add pwdb as a buildprereq
1401
1402* Fri Oct  5 2001 Nalin Dahyabhai <nalin@redhat.com>
1403- pam_tally: don't try to read past the end of faillog -- it probably contains
1404  garbage, which if written into the file later on will confuse /usr/bin/faillog
1405
1406* Thu Oct  4 2001 Nalin Dahyabhai <nalin@redhat.com>
1407- pam_limits: don't just return if the user is root -- we'll want to set the
1408  priority (it could be negative to elevate root's sessions)
1409- pam_issue: fix off-by-one error allocating space for the prompt string
1410
1411* Wed Oct  3 2001 Nalin Dahyabhai <nalin@redhat.com>
1412- pam_mkhomedir: recurse into subdirectories properly
1413- pam_mkhomedir: handle symlinks
1414- pam_mkhomedir: skip over special items in the skeleton directory
1415
1416* Tue Oct  2 2001 Nalin Dahyabhai <nalin@redhat.com>
1417- add cracklib as a buildprereq
1418- pam_wheel: don't ignore out if the user is attempting to switch to a
1419  unprivileged user (this lets pam_wheel do its thing when users attempt
1420  to get to system accounts or accounts of other unprivileged users)
1421
1422* Fri Sep 28 2001 Nalin Dahyabhai <nalin@redhat.com>
1423- pam_xauth: close a possible DoS due to use of dotlock-style locking in
1424  world-writable directories by relocating the temporary file to the target
1425  user's home directory
1426- general: include headers local to this tree using relative paths so that
1427  system headers for PAM won't be pulled in, in case include paths don't
1428  take care of it
1429
1430* Thu Sep 27 2001 Nalin Dahyabhai <nalin@redhat.com>
1431- pam_xauth: rewrite to skip refcounting and just use a temporary file
1432  created using mkstemp() in /tmp
1433
1434* Tue Sep 25 2001 Nalin Dahyabhai <nalin@redhat.com>
1435- pam_userdb: fix the key_only flag so that the null-terminator of the
1436  user-password string isn't expected to be part of the key in the db file,
1437  matching the behavior of db_load 3.2.9
1438
1439* Mon Sep 24 2001 Nalin Dahyabhai <nalin@redhat.com>
1440- pam_unix: use crypt() instead of bigcrypt() when salted field is less than
1441  the critical size which lets us know it was generated with bigcrypt()
1442- use a wrapper to handle ERANGE errors when calling get....._r functions:
1443  defining PAM_GETPWNAM_R and such (for getpwnam, getpwuid, getgrnam,
1444  getgrgid, and getspnam) before including _pam_macros.h will cause them
1445  to be implemented as static functions, similar to how defining PAM_SM_xxx
1446  is used to control whether or not PAM declares prototypes for certain
1447  functions
1448
1449* Mon Sep 24 2001 Nalin Dahyabhai <nalin@redhat.com> 0.75-14
1450- pam_unix: argh, compare entire pruned salt string with crypted result, always
1451
1452* Sat Sep  8 2001 Bill Nottingham <notting@redhat.com> 0.75-13
1453- ship /lib/lib{pam,pam_misc}.so for legacy package builds
1454
1455* Thu Sep  6 2001 Nalin Dahyabhai <nalin@redhat.com> 0.75-12
1456- noreplace configuration files in /etc/security
1457- pam_console: update pam_console_apply and man pages to reflect
1458  /var/lock -> /var/run move
1459
1460* Wed Sep  5 2001 Nalin Dahyabhai <nalin@redhat.com> 0.75-11
1461- pam_unix: fix the fix for #42394
1462
1463* Tue Sep  4 2001 Nalin Dahyabhai <nalin@redhat.com>
1464- modules: use getpwnam_r and friends instead of non-reentrant versions
1465- pam_console: clear generated .c and .h files in "clean" makefile target
1466
1467* Thu Aug 30 2001 Nalin Dahyabhai <nalin@redhat.com>
1468- pam_stack: perform deep copy of conversation structures
1469- include the static libpam in the -devel subpackage (#52321)
1470- move development .so and .a files to %%{_libdir}
1471- pam_unix: don't barf on empty passwords (#51846)
1472- pam_unix: redo compatibility with "hash,age" data wrt bigcrypt (#42394)
1473- console.perms: add usb camera, scanner, and rio devices (#15528)
1474- pam_cracklib: initialize all options properly (#49613)
1475
1476* Wed Aug 22 2001 Nalin Dahyabhai <nalin@redhat.com>
1477- pam_limits: don't rule out negative priorities
1478
1479* Mon Aug 13 2001 Nalin Dahyabhai <nalin@redhat.com> 0.75-10
1480- pam_xauth: fix errors due to uninitialized data structure (fix from Tse Huong
1481  Choo)
1482- pam_xauth: random cleanups
1483- pam_console: use /var/run/console instead of /var/lock/console at install-time
1484- pam_unix: fix preserving of permissions on files which are manipulated
1485
1486* Fri Aug 10 2001 Bill Nottingham <notting@redhat.com>
1487- fix segfault in pam_securetty
1488
1489* Thu Aug  9 2001 Nalin Dahyabhai <nalin@redhat.com>
1490- pam_console: use /var/run/console instead of /var/lock/console for lock files
1491- pam_issue: read the right number of bytes from the file
1492
1493* Mon Jul  9 2001 Nalin Dahyabhai <nalin@redhat.com>
1494- pam_wheel: don't error out if the group has no members, but is the user's
1495  primary GID (reported by David Vos)
1496- pam_unix: preserve permissions on files which are manipulated (#43706)
1497- pam_securetty: check if the user is the superuser before checking the tty,
1498  thereby allowing regular users access to services which don't set the
1499  PAM_TTY item (#39247)
1500- pam_access: define NIS and link with libnsl (#36864)
1501
1502* Thu Jul  5 2001 Nalin Dahyabhai <nalin@redhat.com>
1503- link libpam_misc against libpam
1504
1505* Tue Jul  3 2001 Nalin Dahyabhai <nalin@redhat.com>
1506- pam_chroot: chdir() before chroot()
1507
1508* Fri Jun 29 2001 Nalin Dahyabhai <nalin@redhat.com>
1509- pam_console: fix logic bug when changing permissions on single
1510  file and/or lists of files
1511- pam_console: return the proper error code (reported and patches
1512  for both from Frederic Crozat)
1513- change deprecated Copyright: tag in .spec file to License:
1514
1515* Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com>
1516- console.perms: change js* to js[0-9]*
1517- include pam_aconf.h in more modules (patches from Harald Welte)
1518
1519* Thu May 24 2001 Nalin Dahyabhai <nalin@redhat.com>
1520- console.perms: add apm_bios to the list of devices the console owner can use
1521- console.perms: add beep to the list of sound devices
1522
1523* Mon May  7 2001 Nalin Dahyabhai <nalin@redhat.com>
1524- link pam_console_apply statically with libglib (#38891)
1525
1526* Mon Apr 30 2001 Nalin Dahyabhai <nalin@redhat.com>
1527- pam_access: compare IP addresses with the terminating ".", as documented
1528  (patch from Carlo Marcelo Arenas Belon, I think) (#16505)
1529
1530* Mon Apr 23 2001 Nalin Dahyabhai <nalin@redhat.com>
1531- merge up to 0.75
1532- pam_unix: temporarily ignore SIGCHLD while running the helper
1533- pam_pwdb: temporarily ignore SIGCHLD while running the helper
1534- pam_dispatch: default to uncached behavior if the cached chain is empty
1535
1536* Fri Apr  6 2001 Nalin Dahyabhai <nalin@redhat.com>
1537- correct speling errors in various debug messages and doc files (#33494)
1538
1539* Thu Apr  5 2001 Nalin Dahyabhai <nalin@redhat.com>
1540- prereq sed, fileutils (used in %%post)
1541
1542* Wed Apr  4 2001 Nalin Dahyabhai <nalin@redhat.com>
1543- remove /dev/dri from console.perms -- XFree86 munges it, so it's outside of
1544  our control (reminder from Daryll Strauss)
1545- add /dev/3dfx to console.perms
1546
1547* Fri Mar 23 2001 Nalin Dahyabhai <nalin@redhat.com>
1548- pam_wheel: make 'trust' and 'deny' work together correctly
1549- pam_wheel: also check the user's primary gid
1550- pam_group: also initialize groups when called with PAM_REINITIALIZE_CRED
1551
1552* Tue Mar 20 2001 Nalin Dahyabhai <nalin@redhat.com>
1553- mention pam_console_apply in the see also section of the pam_console man pages
1554
1555* Fri Mar 16 2001 Nalin Dahyabhai <nalin@redhat.com>
1556- console.perms: /dev/vc/* should be a regexp, not a glob (thanks to
1557  Charles Lopes)
1558
1559* Mon Mar 12 2001 Nalin Dahyabhai <nalin@redhat.com>
1560- console.perms: /dev/cdroms/* should belong to the user, from Douglas
1561  Gilbert via Tim Waugh
1562
1563* Thu Mar  8 2001 Nalin Dahyabhai <nalin@redhat.com>
1564- pam_console_apply: muck with devices even if the mount point doesn't exist
1565
1566* Wed Mar  7 2001 Nalin Dahyabhai <nalin@redhat.com>
1567- pam_console: error out on undefined classes in pam_console config file
1568- console.perms: actually change the permissions on the new device classes
1569- pam_console: add an fstab= argument, and -f and -c flags to pam_console_apply
1570- pam_console: use g_log instead of g_critical when bailing out
1571- console.perms: logins on /dev/vc/* are also console logins, from Douglas
1572  Gilbert via Tim Waugh
1573
1574* Tue Mar  6 2001 Nalin Dahyabhai <nalin@redhat.com>
1575- add pam_console_apply
1576- /dev/pilot's usually a serial port (or a USB serial port), so revert its
1577  group to 'uucp' instead of 'tty' in console.perms
1578- change pam_console's behavior wrt directories -- directories which are
1579  mount points according to /etc/fstab are taken to be synonymous with
1580  their device special nodes, and directories which are not mount points
1581  are ignored
1582
1583* Tue Feb 27 2001 Nalin Dahyabhai <nalin@redhat.com>
1584- handle errors fork()ing in pam_xauth
1585- make the "other" config noreplace
1586
1587* Mon Feb 26 2001 Nalin Dahyabhai <nalin@redhat.com>
1588- user should own the /dev/video directory, not the non-existent /dev/v4l
1589- tweak pam_limits doc
1590
1591* Wed Feb 21 2001 Nalin Dahyabhai <nalin@redhat.com>
1592- own /etc/security
1593- be more descriptive when logging messages from pam_limits
1594- pam_listfile: remove some debugging code (#28346)
1595
1596* Mon Feb 19 2001 Nalin Dahyabhai <nalin@redhat.com>
1597- pam_lastlog: don't pass NULL to logwtmp()
1598
1599* Fri Feb 16 2001 Nalin Dahyabhai <nalin@redhat.com>
1600- pam_listfile: fix argument parser (#27773)
1601- pam_lastlog: link to libutil
1602
1603* Tue Feb 13 2001 Nalin Dahyabhai <nalin@redhat.com>
1604- pam_limits: change the documented default config file to reflect the defaults
1605- pam_limits: you should be able to log in a total of maxlogins times, not
1606  (maxlogins - 1)
1607- handle group limits on maxlogins correctly (#25690)
1608
1609* Mon Feb 12 2001 Nalin Dahyabhai <nalin@redhat.com>
1610- change the pam_xauth default maximum "system user" ID from 499 to 99 (#26343)
1611
1612* Wed Feb  7 2001 Nalin Dahyabhai <nalin@redhat.com>
1613- refresh the default system-auth file, pam_access is out
1614
1615* Mon Feb  5 2001 Nalin Dahyabhai <nalin@redhat.com>
1616- actually time out when attempting to lckpwdf() (#25889)
1617- include time.h in pam_issue (#25923)
1618- update the default system-auth to the one generated by authconfig 4.1.1
1619- handle getpw??? and getgr??? failures more gracefully (#26115)
1620- get rid of some extraneous {set,end}{pw,gr}ent() calls
1621
1622* Tue Jan 30 2001 Nalin Dahyabhai <nalin@redhat.com>
1623- overhaul pam_stack to account for abstraction libpam now provides
1624
1625* Tue Jan 23 2001 Nalin Dahyabhai <nalin@redhat.com>
1626- remove pam_radius at request of author
1627
1628* Mon Jan 22 2001 Nalin Dahyabhai <nalin@redhat.com>
1629- merge to 0.74
1630- make console.perms match perms set by MAKEDEV, and add some devfs device names
1631- add 'sed' to the buildprereq list (#24666)
1632
1633* Sun Jan 21 2001 Matt Wilson <msw@redhat.com>
1634- added "exit 0" to the end of the pre script
1635
1636* Fri Jan 19 2001 Nalin Dahyabhai <nalin@redhat.com>
1637- self-hosting fix from Guy Streeter
1638
1639* Wed Jan 17 2001 Nalin Dahyabhai <nalin@redhat.com>
1640- use gcc for LD_L to pull in intrinsic stuff on ia64
1641
1642* Fri Jan 12 2001 Nalin Dahyabhai <nalin@redhat.com>
1643- take another whack at compatibility with "hash,age" data in pam_unix (#21603)
1644
1645* Wed Jan 10 2001 Nalin Dahyabhai <nalin@redhat.com>
1646- make the -devel subpackage unconditional
1647
1648* Tue Jan  9 2001 Nalin Dahyabhai <nalin@redhat.com>
1649- merge/update to 0.73
1650
1651* Mon Dec 18 2000 Nalin Dahyabhai <nalin@redhat.com>
1652- refresh from CVS -- some weird stuff crept into pam_unix
1653
1654* Wed Dec 12 2000 Nalin Dahyabhai <nalin@redhat.com>
1655- fix handling of "nis" when changing passwords by adding the checks for the
1656  data source to the password-updating module in pam_unix
1657- add the original copyright for pam_access (fix from Michael Gerdts)
1658
1659* Thu Nov 30 2000 Nalin Dahyabhai <nalin@redhat.com>
1660- redo similar() using a distance algorithm and drop the default dif_ok to 5
1661- readd -devel
1662
1663* Wed Nov 29 2000 Nalin Dahyabhai <nalin@redhat.com>
1664- fix similar() function in pam_cracklib (#14740)
1665- fix example in access.conf (#21467)
1666- add conditional compilation for building for 6.2 (for pam_userdb)
1667- tweak post to not use USESHADOW any more
1668
1669* Tue Nov 28 2000 Nalin Dahyabhai <nalin@redhat.com>
1670- make EINVAL setting lock limits in pam_limits non-fatal, because it's a 2.4ism
1671
1672* Tue Nov 21 2000 Nalin Dahyabhai <nalin@redhat.com>
1673- revert to DB 3.1, which is what we were supposed to be using from the get-go
1674
1675* Mon Nov 20 2000 Nalin Dahyabhai <nalin@redhat.com>
1676- add RLIMIT_LOCKS to pam_limits (patch from Jes Sorensen) (#20542)
1677- link pam_userdb to Berkeley DB 2.x to match 6.2's setup correctly
1678
1679* Mon Nov  6 2000 Matt Wilson <msw@redhat.com>
1680- remove prereq on sh-utils, test ([) is built in to bash
1681
1682* Thu Oct 19 2000 Nalin Dahyabhai <nalin@redhat.com>
1683- fix the pam_userdb module breaking
1684
1685* Wed Oct 18 2000 Nalin Dahyabhai <nalin@redhat.com>
1686- fix pam_unix likeauth argument for authenticate(),setcred(),setcred()
1687
1688* Tue Oct 17 2000 Nalin Dahyabhai <nalin@redhat.com>
1689- tweak pre script to be called in all upgrade cases
1690- get pam_unix to only care about the significant pieces of passwords it checks
1691- add /usr/include/db1/db.h as a build prereq to pull in the right include
1692  files, no matter whether they're in glibc-devel or db1-devel
1693- pam_userdb.c: include db1/db.h instead of db.h
1694
1695* Wed Oct 11 2000 Nalin Dahyabhai <nalin@redhat.com>
1696- add BuildPrereq for bison (suggested by Bryan Stillwell)
1697
1698* Fri Oct  6 2000 Nalin Dahyabhai <nalin@redhat.com>
1699- patch from Dmitry V. Levin to have pam_stack propagate the PAM fail_delay
1700- roll back the README for pam_xauth to actually be the right one
1701- tweak pam_stack to use the parent's service name when calling the substack
1702
1703* Wed Oct  4 2000 Nalin Dahyabhai <nalin@redhat.com>
1704- create /etc/sysconfig/authconfig at install-time if upgrading
1705
1706* Mon Oct  2 2000 Nalin Dahyabhai <nalin@redhat.com>
1707- modify the files list to make sure #16456 stays fixed
1708- make pam_stack track PAM_AUTHTOK and PAM_OLDAUTHTOK items
1709- add pam_chroot module
1710- self-hosting fixes from the -devel split
1711- update generated docs in the tree
1712
1713* Tue Sep 12 2000 Nalin Dahyabhai <nalin@redhat.com>
1714- split off a -devel subpackage
1715- install the developer man pages
1716
1717* Sun Sep 10 2000 Bill Nottingham <notting@redhat.com>
1718- build libraries before modules
1719
1720* Wed Sep  6 2000 Nalin Dahyabhai <nalin@redhat.com>
1721- fix problems when looking for headers in /usr/include (#17236)
1722- clean up a couple of compile warnings
1723
1724* Tue Aug 22 2000 Nalin Dahyabhai <nalin@redhat.com>
1725- give users /dev/cdrom* instead of /dev/cdrom in console.perms (#16768)
1726- add nvidia control files to console.perms
1727
1728* Tue Aug 22 2000 Bill Nottingham <notting@redhat.com>
1729- add DRI devices to console.perms (#16731)
1730
1731* Thu Aug 17 2000 Nalin Dahyabhai <nalin@redhat.com>
1732- move pam_filter modules to /lib/security/pam_filter (#16111)
1733- add pam_tally's application to allow counts to be reset (#16456)
1734- move README files to the txts subdirectory
1735
1736* Mon Aug 14 2000 Nalin Dahyabhai <nalin@redhat.com>
1737- add a postun that runs ldconfig
1738- clean up logging in pam_xauth
1739
1740* Fri Aug  4 2000 Nalin Dahyabhai <nalin@redhat.com>
1741- make the tarball include the release number in its name
1742
1743* Mon Jul 31 2000 Nalin Dahyabhai <nalin@redhat.com>
1744- add a broken_shadow option to pam_unix
1745- add all module README files to the documentation list (#16456)
1746
1747* Wed Jul 25 2000 Nalin Dahyabhai <nalin@redhat.com>
1748- fix pam_stack debug and losing-track-of-the-result bug
1749
1750* Tue Jul 24 2000 Nalin Dahyabhai <nalin@redhat.com>
1751- rework pam_console's usage of syslog to actually be sane (#14646)
1752
1753* Sat Jul 22 2000 Nalin Dahyabhai <nalin@redhat.com>
1754- take the LOG_ERR flag off of some of pam_console's new messages
1755
1756* Fri Jul 21 2000 Nalin Dahyabhai <nalin@redhat.com>
1757- add pam_localuser
1758
1759* Wed Jul 12 2000 Nalin Dahyabhai <nalin@redhat.com>
1760- need to make pam_console's checking a little stronger
1761- only pass data up from pam_stack if the parent didn't already define it
1762
1763* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
1764- automatic rebuild
1765
1766* Tue Jul 11 2000 Nalin Dahyabhai <nalin@redhat.com>
1767- make pam_console's extra checks disableable
1768- simplify extra check to just check if the device owner is root
1769- add a debug log when pam_stack comes across a NULL item
1770- have pam_stack hand items up to the parent from the child
1771
1772* Mon Jul  3 2000 Nalin Dahyabhai <nalin@redhat.com>
1773- fix installation of pam_xauth man pages (#12417)
1774- forcibly strip helpers (#12430)
1775- try to make pam_console a little more discriminating
1776
1777* Mon Jun 19 2000 Nalin Dahyabhai <nalin@redhat.com>
1778- symlink libpam.so to libpam.so.%%{version}, and likewise for libpam_misc
1779- reverse order of checks in _unix_getpwnam for pam_unix
1780
1781* Wed Jun 14 2000 Preston Brown <pbrown@redhat.com>
1782- include gpmctl in pam_console
1783
1784* Mon Jun 05 2000 Nalin Dahyabhai <nalin@redhat.com>
1785- add MANDIR definition and use it when installing man pages
1786
1787* Mon Jun 05 2000 Preston Brown <pbrown@redhat.com>
1788- handle scanner and cdwriter devices in pam_console
1789
1790* Sat Jun  3 2000 Nalin Dahyabhai <nalin@redhat.com>
1791- add account management wrappers for pam_listfile, pam_nologin, pam_securetty,
1792  pam_shells, and pam_wheel
1793
1794* Thu Jun  1 2000 Nalin Dahyabhai <nalin@redhat.com>
1795- add system-auth control file
1796- let gethostname() call in pam_access.c be implicitly declared to avoid
1797  conflicting types if unistd.c declares it
1798
1799* Mon May 15 2000 Nalin Dahyabhai <nalin@redhat.com>
1800- fix problems compiling on Red Hat Linux 5.x (bug #11005)
1801
1802* Wed Apr 26 2000 Bill Nottingham <notting@redhat.com>
1803- fix size assumptions in pam_(pwdb|unix) md5 code
1804
1805* Mon Mar 20 2000 Nalin Dahyabhai <nalin@redhat.com>
1806- Add new pam_stack module.
1807- Install pwdb_chkpwd and unix_chkpwd as the current user for non-root builds
1808
1809* Sat Feb 05 2000 Nalin Dahyabhai <nalin@redhat.com>
1810- Fix pam_xauth bug #6191.
1811
1812* Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com>
1813- Add a patch to accept 'pts/N' in /etc/securetty as a match for tty '5'
1814  (which is what other pieces of the system think it is). Fixes bug #7641.
1815
1816* Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com>
1817- argh, turn off gratuitous debugging
1818
1819* Wed Jan 19 2000 Nalin Dahyabhai <nalin@redhat.com>
1820- update to 0.72
1821- fix pam_unix password-changing bug
1822- fix pam_unix's cracklib support
1823- change package URL
1824
1825* Mon Jan 03 2000 Cristian Gafton <gafton@redhat.com>
1826- don't allow '/' on service_name
1827
1828* Thu Oct 21 1999 Cristian Gafton <gafton@redhat.com>
1829- enhance the pam_userdb module some more
1830
1831* Fri Sep 24 1999 Cristian Gafton <gafton@redhat.com>
1832- add documenatation
1833
1834* Tue Sep 21 1999 Michael K. Johnson <johnsonm@redhat.com>
1835- a tiny change to pam_console to make it not loose track of console users
1836
1837* Mon Sep 20 1999 Michael K. Johnson <johnsonm@redhat.com>
1838- a few fixes to pam_xauth to make it more robust
1839
1840* Wed Jul 14 1999 Michael K. Johnson <johnsonm@redhat.com>
1841- pam_console: added <xconsole> to manage /dev/console
1842
1843* Thu Jul 01 1999 Michael K. Johnson <johnsonm@redhat.com>
1844- pam_xauth: New refcounting implementation based on idea from Stephen Tweedie
1845
1846* Sat Apr 17 1999 Michael K. Johnson <johnsonm@redhat.com>
1847- added video4linux devices to /etc/security/console.perms
1848
1849* Fri Apr 16 1999 Michael K. Johnson <johnsonm@redhat.com>
1850- added joystick lines to /etc/security/console.perms
1851
1852* Thu Apr 15 1999 Michael K. Johnson <johnsonm@redhat.com>
1853- fixed a couple segfaults in pam_xauth uncovered by yesterday's fix...
1854
1855* Wed Apr 14 1999 Cristian Gafton <gafton@redhat.com>
1856- use gcc -shared to link the shared libs
1857
1858* Wed Apr 14 1999 Michael K. Johnson <johnsonm@redhat.com>
1859- many bug fixes in pam_xauth
1860- pam_console can now handle broken applications that do not set
1861  the PAM_TTY item.
1862
1863* Tue Apr 13 1999 Michael K. Johnson <johnsonm@redhat.com>
1864- fixed glob/regexp confusion in pam_console, added kbd and fixed fb devices
1865- added pam_xauth module
1866
1867* Sat Apr 10 1999 Cristian Gafton <gafton@redhat.com>
1868- pam_lastlog does wtmp handling now
1869
1870* Thu Apr 08 1999 Michael K. Johnson <johnsonm@redhat.com>
1871- added option parsing to pam_console
1872- added framebuffer devices to default console.perms settings
1873
1874* Wed Apr 07 1999 Cristian Gafton <gafton@redhat.com>
1875- fixed empty passwd handling in pam_pwdb
1876
1877* Mon Mar 29 1999 Michael K. Johnson <johnsonm@redhat.com>
1878- changed /dev/cdrom default user permissions back to 0600 in console.perms
1879  because some cdrom players open O_RDWR.
1880
1881* Fri Mar 26 1999 Michael K. Johnson <johnsonm@redhat.com>
1882- added /dev/jaz and /dev/zip to console.perms
1883
1884* Thu Mar 25 1999 Michael K. Johnson <johnsonm@redhat.com>
1885- changed the default user permissions for /dev/cdrom to 0400 in console.perms
1886
1887* Fri Mar 19 1999 Michael K. Johnson <johnsonm@redhat.com>
1888- fixed a few bugs in pam_console
1889
1890* Thu Mar 18 1999 Michael K. Johnson <johnsonm@redhat.com>
1891- pam_console authentication working
1892- added /etc/security/console.apps directory
1893
1894* Mon Mar 15 1999 Michael K. Johnson <johnsonm@redhat.com>
1895- added pam_console files to filelist
1896
1897* Fri Feb 12 1999 Cristian Gafton <gafton@redhat.com>
1898- upgraded to 0.66, some source cleanups
1899
1900* Mon Dec 28 1998 Cristian Gafton <gafton@redhat.com>
1901- add patch from Savochkin Andrey Vladimirovich <saw@msu.ru> for umask
1902  security risk
1903
1904* Fri Dec 18 1998 Cristian Gafton <gafton@redhat.com>
1905- upgrade to ver 0.65
1906- build the package out of internal CVS server
Note: See TracBrowser for help on using the repository browser.