|
|
1f3cc3 |
Name: gssproxy
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
Version: 0.8.0
|
|
|
6262ff |
Release: 21%{?dist}
|
|
|
1f3cc3 |
Summary: GSSAPI Proxy
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
Group: System Environment/Libraries
|
|
|
1f3cc3 |
License: MIT
|
|
|
1f3cc3 |
URL: https://pagure.io/gssproxy
|
|
|
1f3cc3 |
Source0: https://releases.pagure.org/%{name}/%{name}-%{version}.tar.gz
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
%global servicename gssproxy
|
|
|
1f3cc3 |
%global pubconfpath %{_sysconfdir}/gssproxy
|
|
|
1f3cc3 |
%global gpstatedir %{_localstatedir}/lib/gssproxy
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
### Patches ###
|
|
|
1f3cc3 |
Patch0: Always-use-the-encype-we-selected.patch
|
|
|
1f3cc3 |
Patch1: Clarify-debug-and-debug_level-in-man-pages.patch
|
|
|
1f3cc3 |
Patch2: Always-choose-highest-requested-debug-level.patch
|
|
|
1f3cc3 |
Patch3: Use-pthread-keys-for-thread-local-storage.patch
|
|
|
1f3cc3 |
Patch4: Close-epoll-fd-within-the-lock.patch
|
|
|
1f3cc3 |
Patch5: Add-a-safety-timeout-to-epoll.patch
|
|
|
1f3cc3 |
Patch7: Update-NFS-service-name-in-systemd-unit.patch
|
|
|
1f3cc3 |
Patch8: Always-initialize-out-cred-in-gp_import_gssx_cred.patch
|
|
|
1f3cc3 |
Patch9: Handle-gss_import_cred-failure-when-importing-gssx-c.patch
|
|
|
1f3cc3 |
Patch10: Include-length-when-using-krb5_c_decrypt.patch
|
|
|
1f3cc3 |
Patch11: Change-the-way-we-handle-encrypted-buffers.patch
|
|
|
1f3cc3 |
Patch12: Avoid-uninitialized-free-when-allocating-buffers.patch
|
|
|
15b414 |
Patch13: Make-syslog-of-call-status-configurable.patch
|
|
|
70f508 |
Patch14: Delay-gssproxy-start-until-after-network.target.patch
|
|
|
aa181f |
Patch15: Document-config-file-non-merging.patch
|
|
|
aa181f |
Patch16: Initialize-our-epoll_event-structures.patch
|
|
|
aa181f |
Patch17: Avoid-leak-of-special-mechs-in-gss_mech_interposer.patch
|
|
|
aa181f |
Patch18: Fix-leak-of-mech-OID-in-gssi_inquire_context.patch
|
|
|
aa181f |
Patch19: Expand-use-of-global-static-mechs-to-conform-to-SPI.patch
|
|
|
aa181f |
Patch20: Correctly-size-loop-counter-in-gpp_special_available.patch
|
|
|
aa181f |
Patch21: Initialize-interposed-mech-list-without-allocation.patch
|
|
|
aa181f |
Patch22: Make-sure-to-free-also-the-remote-ctx-struct.patch
|
|
|
aa181f |
Patch23: Use-the-correct-function-to-free-unused-creds.patch
|
|
|
aa181f |
Patch24: Fix-leaks-in-our-test-suite-itself.patch
|
|
|
aa181f |
Patch25: Always-free-ciphertext-data-in-gp_encrypt_buffer.patch
|
|
|
aa181f |
Patch26: Return-static-oids-for-naming-functions.patch
|
|
|
aa181f |
Patch27: Avoid-unnecessary-allocation-in-gpm_inquire_mechs_fo.patch
|
|
|
aa181f |
Patch28: Use-static-OIDs-in-gss_inquire_context.patch
|
|
|
09606e |
Patch29: Add-an-option-for-minimum-lifetime.patch
|
|
|
6262ff |
Patch30: Fix-handling-of-selinux-context-when-NULL.patch
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
### Dependencies ###
|
|
|
1f3cc3 |
Requires: krb5-libs >= 1.12.0
|
|
|
1f3cc3 |
Requires: keyutils-libs
|
|
|
1f3cc3 |
Requires: libverto-module-base
|
|
|
1f3cc3 |
Requires: libini_config >= 1.2.0
|
|
|
1f3cc3 |
Requires(post): systemd-units
|
|
|
1f3cc3 |
Requires(preun): systemd-units
|
|
|
1f3cc3 |
Requires(postun): systemd-units
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
# We use a Conflicts: here so as not to interfere with users who make
|
|
|
1f3cc3 |
# their own policy. The version is the last time someone has filed a
|
|
|
1f3cc3 |
# bug about gssproxy being broken with selinux.
|
|
|
1f3cc3 |
Conflicts: selinux-policy < 3.13.1-283.5
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
### Build Dependencies ###
|
|
|
1f3cc3 |
BuildRequires: autoconf
|
|
|
1f3cc3 |
BuildRequires: automake
|
|
|
1f3cc3 |
BuildRequires: docbook-style-xsl
|
|
|
1f3cc3 |
BuildRequires: doxygen
|
|
|
1f3cc3 |
BuildRequires: findutils
|
|
|
1f3cc3 |
BuildRequires: gettext-devel
|
|
|
1f3cc3 |
BuildRequires: keyutils-libs-devel
|
|
|
1f3cc3 |
BuildRequires: krb5-devel >= 1.12.0
|
|
|
1f3cc3 |
BuildRequires: libini_config-devel >= 1.2.0
|
|
|
1f3cc3 |
BuildRequires: libselinux-devel
|
|
|
1f3cc3 |
BuildRequires: libtool
|
|
|
1f3cc3 |
BuildRequires: libverto-devel
|
|
|
1f3cc3 |
BuildRequires: libxml2
|
|
|
1f3cc3 |
BuildRequires: libxslt
|
|
|
1f3cc3 |
BuildRequires: m4
|
|
|
1f3cc3 |
BuildRequires: pkgconfig
|
|
|
1f3cc3 |
BuildRequires: popt-devel
|
|
|
1f3cc3 |
BuildRequires: systemd-units
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
BuildRequires: git
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
%description
|
|
|
1f3cc3 |
A proxy for GSSAPI credential handling
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
%prep
|
|
|
1f3cc3 |
%autosetup -S git
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
%build
|
|
|
1f3cc3 |
autoreconf -f -i
|
|
|
1f3cc3 |
%configure \
|
|
|
1f3cc3 |
--with-pubconf-path=%{pubconfpath} \
|
|
|
1f3cc3 |
--with-initscript=systemd \
|
|
|
1f3cc3 |
--disable-static \
|
|
|
1f3cc3 |
--disable-rpath \
|
|
|
1f3cc3 |
--with-gpp-default-behavior=REMOTE_FIRST
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
make %{?_smp_mflags} all
|
|
|
1f3cc3 |
make test_proxymech
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
%install
|
|
|
1f3cc3 |
rm -rf %{buildroot}
|
|
|
1f3cc3 |
make install DESTDIR=%{buildroot}
|
|
|
1f3cc3 |
rm -f %{buildroot}%{_libdir}/gssproxy/proxymech.la
|
|
|
1f3cc3 |
install -d -m755 %{buildroot}%{_sysconfdir}/gssproxy
|
|
|
1f3cc3 |
install -m644 examples/gssproxy.conf %{buildroot}%{_sysconfdir}/gssproxy/gssproxy.conf
|
|
|
1f3cc3 |
install -m644 examples/99-nfs-client.conf %{buildroot}%{_sysconfdir}/gssproxy/99-nfs-client.conf
|
|
|
1f3cc3 |
mkdir -p %{buildroot}%{_sysconfdir}/gss/mech.d
|
|
|
1f3cc3 |
install -m644 examples/mech %{buildroot}%{_sysconfdir}/gss/mech.d/gssproxy.conf
|
|
|
1f3cc3 |
mkdir -p %{buildroot}%{gpstatedir}/rcache
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
%files
|
|
|
1f3cc3 |
%license COPYING
|
|
|
1f3cc3 |
%{_unitdir}/gssproxy.service
|
|
|
1f3cc3 |
%{_sbindir}/gssproxy
|
|
|
1f3cc3 |
%attr(755,root,root) %dir %{pubconfpath}
|
|
|
1f3cc3 |
%attr(755,root,root) %dir %{gpstatedir}
|
|
|
1f3cc3 |
%attr(700,root,root) %dir %{gpstatedir}/clients
|
|
|
1f3cc3 |
%attr(700,root,root) %dir %{gpstatedir}/rcache
|
|
|
1f3cc3 |
%attr(0600,root,root) %config(noreplace) /%{_sysconfdir}/gssproxy/gssproxy.conf
|
|
|
1f3cc3 |
%attr(0600,root,root) %config(noreplace) /%{_sysconfdir}/gssproxy/99-nfs-client.conf
|
|
|
1f3cc3 |
%attr(0644,root,root) %config(noreplace) /%{_sysconfdir}/gss/mech.d/gssproxy.conf
|
|
|
1f3cc3 |
%dir %{_libdir}/gssproxy
|
|
|
1f3cc3 |
%{_libdir}/gssproxy/proxymech.so
|
|
|
1f3cc3 |
%{_mandir}/man5/gssproxy.conf.5*
|
|
|
1f3cc3 |
%{_mandir}/man8/gssproxy.8*
|
|
|
1f3cc3 |
%{_mandir}/man8/gssproxy-mech.8*
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
%post
|
|
|
1f3cc3 |
%systemd_post gssproxy.service
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
%preun
|
|
|
1f3cc3 |
%systemd_preun gssproxy.service
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
%postun
|
|
|
1f3cc3 |
%systemd_postun_with_restart gssproxy.service
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
%changelog
|
|
|
6262ff |
* Mon Jul 04 2022 Julien Rische <jrische@redhat.com> - 0.8.0-21
|
|
|
6262ff |
- Fix handling of selinux context when NULL
|
|
|
6262ff |
- Resolves: rhbz#2061061
|
|
|
6262ff |
|
|
|
09606e |
* Wed Nov 17 2021 Antonio Torres <antorres@redhat.com> - 0.8.0-20
|
|
|
09606e |
- Add an option for minimum lifetime
|
|
|
09606e |
- Resolves: #1721331
|
|
|
09606e |
|
|
|
aa181f |
* Thu Oct 29 2020 Robbie Harwood <rharwood@redhat.com> - 0.8.0-19
|
|
|
aa181f |
- More leak fixes
|
|
|
aa181f |
- Resolves: #1813200
|
|
|
aa181f |
|
|
|
aa181f |
* Wed Oct 14 2020 Robbie Harwood <rharwood@redhat.com> - 0.8.0-18
|
|
|
aa181f |
- Fix leak of mech OID in gssi_inquire_context()
|
|
|
aa181f |
- Resolves: #1813200
|
|
|
aa181f |
|
|
|
aa181f |
* Tue Oct 13 2020 Robbie Harwood <rharwood@redhat.com> - 0.8.0-17
|
|
|
aa181f |
- Document config file non-merging
|
|
|
aa181f |
- Resolves: #1838222
|
|
|
aa181f |
|
|
|
70f508 |
* Mon Apr 06 2020 Robbie Harwood <rharwood@redhat.com> - 0.8.0-16
|
|
|
70f508 |
- Delay gssproxy start until after network.target
|
|
|
70f508 |
- Resolves: #1780876
|
|
|
70f508 |
|
|
|
15b414 |
* Thu Oct 31 2019 Robbie Harwood <rharwood@redhat.com> - 0.8.0-15
|
|
|
15b414 |
- Make syslog of call status configurable
|
|
|
15b414 |
- Resolves: #1759665
|
|
|
15b414 |
|
|
|
1f3cc3 |
* Mon May 13 2019 Robbie Harwood <rharwood@redhat.com> - 0.8.0-14
|
|
|
1f3cc3 |
- Fix explicit NULL deref around encrypted token processing
|
|
|
1f3cc3 |
- Resolves: #1700539
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Fri May 03 2019 Robbie Harwood <rharwood@redhat.com> - 0.8.0-13
|
|
|
1f3cc3 |
- Update NFS service name in systemd unit
|
|
|
1f3cc3 |
- Resolves: #1701820
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Wed May 01 2019 Robbie Harwood <rharwood@redhat.com> - 0.8.0-12
|
|
|
1f3cc3 |
- Avoid uninitialized free when allocating buffers
|
|
|
1f3cc3 |
- Resolves: #1682281
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Fri Mar 22 2019 Robbie Harwood <rharwood@redhat.com> - 0.8.0-11
|
|
|
1f3cc3 |
- Fix race condition around epoll and socket release
|
|
|
1f3cc3 |
- Resolves: #1690082
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Fri Mar 22 2019 Robbie Harwood <rharwood@redhat.com> - 0.8.0-10
|
|
|
1f3cc3 |
- Add a safety timeout to epoll
|
|
|
1f3cc3 |
- Resolves: #1690082
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Wed Mar 20 2019 Robbie Harwood <rharwood@redhat.com> - 0.8.0-9
|
|
|
1f3cc3 |
- Bump to re-run gating
|
|
|
1f3cc3 |
- Resolves: #1682281
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Tue Mar 19 2019 Robbie Harwood <rharwood@redhat.com> - 0.8.0-8
|
|
|
1f3cc3 |
- Bump to re-run gating
|
|
|
1f3cc3 |
- Resolves: #1682281
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Mon Mar 18 2019 Robbie Harwood <rharwood@redhat.com> - 0.8.0-7
|
|
|
1f3cc3 |
- Use pthread keys for thread local storage
|
|
|
1f3cc3 |
- Resolves: #1631564
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Wed Mar 13 2019 Robbie Harwood <rharwood@redhat.com> - 0.8.0-6
|
|
|
1f3cc3 |
- Add gating tests
|
|
|
1f3cc3 |
- Resolves: #1682281
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-5
|
|
|
1f3cc3 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Thu Apr 12 2018 Robbie Harwood <rharwood@redhat.com> - 0.8.0-4
|
|
|
1f3cc3 |
- Drop patch level by one (woo!)
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Thu Apr 12 2018 Robbie Harwood <rharwood@redhat.com> - 0.8.0-3
|
|
|
1f3cc3 |
- Always choose highest requested debug level
|
|
|
1f3cc3 |
- Update man pages about debugging
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Tue Feb 27 2018 Robbie Harwood <rharwood@redhat.com> - 0.8.0-2
|
|
|
1f3cc3 |
- Always use the encype we selected
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Fri Feb 09 2018 Robbie Harwood <rharwood@redhat.com> - 0.8.0-1
|
|
|
1f3cc3 |
- Release version 0.8.0
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-30
|
|
|
1f3cc3 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Wed Dec 13 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-29
|
|
|
1f3cc3 |
- Conditionally reload kernel interface on SIGHUP
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Tue Dec 12 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-28
|
|
|
1f3cc3 |
- Fixup previous
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Tue Dec 12 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-27
|
|
|
1f3cc3 |
- More code hygeine fixes from upstream
|
|
|
1f3cc3 |
- Reorder patches to match el7
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Tue Dec 05 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-26
|
|
|
1f3cc3 |
- Properly initialize ccaches before storing into them
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Fri Dec 01 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-25
|
|
|
1f3cc3 |
- Properly locate credentials in collection caches in mechglue
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Tue Oct 31 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-24
|
|
|
1f3cc3 |
- Only empty FILE ccaches when storing remote creds
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Mon Oct 30 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-23
|
|
|
1f3cc3 |
- Fix error message handling in gp_config_from_dir()
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Fri Oct 27 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-22
|
|
|
1f3cc3 |
- Fix concurrency issue in server socket handling
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Mon Oct 02 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-21
|
|
|
1f3cc3 |
- Off-by-one error fix in selinux-policy version
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Mon Oct 02 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-20
|
|
|
1f3cc3 |
- Change selinux-policy versioning to Conflicts
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Fri Sep 29 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-19
|
|
|
1f3cc3 |
- Add explicit selinux-policy dependency after some fixes
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Fri Sep 29 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-18
|
|
|
1f3cc3 |
- Fix silent death if config file has duplicate sections
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Thu Sep 21 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-17
|
|
|
1f3cc3 |
- Handle outdated encrypted ccaches
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Fri Sep 15 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-16
|
|
|
1f3cc3 |
- Backport updates to epoll logic
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Tue Sep 12 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-15
|
|
|
1f3cc3 |
- Backport two security fixes
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Tue Aug 22 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-14
|
|
|
1f3cc3 |
- Non-blocking IO + Extended request debug logging
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Sun Aug 20 2017 Ville Skyttä <ville.skytta@iki.fi> - 0.7.0-13
|
|
|
1f3cc3 |
- Own the %%{_libdir}/gssproxy dir
|
|
|
1f3cc3 |
- Mark COPYING as %%license
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Mon Jul 31 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-12
|
|
|
1f3cc3 |
- Add client ID to debug messages
|
|
|
1f3cc3 |
- Move packaging to autosetup
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-11
|
|
|
1f3cc3 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Mon Jun 19 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-10
|
|
|
1f3cc3 |
- Fix potential explicit NULL deref of program name
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Thu May 25 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-9
|
|
|
1f3cc3 |
- Make proc failure loud but nonfatal
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Wed May 24 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-8
|
|
|
1f3cc3 |
- Remove (buggy?) logic around NFS snippet.
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Wed May 17 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-7
|
|
|
1f3cc3 |
- Remove NFS server stanza if nfs-utils not present
|
|
|
1f3cc3 |
- Also update gcc7 patch to match upstream
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Tue May 16 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-6
|
|
|
1f3cc3 |
- Fix segfault when no configuration files are found
|
|
|
1f3cc3 |
- Various build fixes for gcc7
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Mon May 01 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-5
|
|
|
1f3cc3 |
- Update systemd unit file (nfs removal, reload capability)
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Mon Apr 03 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-4
|
|
|
1f3cc3 |
- Backport fix for double unlock
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Tue Mar 28 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-3
|
|
|
1f3cc3 |
- Drop NFS server snippet (removes dependency on nfs kernel component)
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Tue Mar 14 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-2
|
|
|
1f3cc3 |
- Fix credential renewal and impersonator checking for m_a_g
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Tue Mar 07 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-1
|
|
|
1f3cc3 |
- New upstream release - 0.7.0
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Mon Mar 06 2017 Robbie Harwood <rharwood@redhat.com> - 0.6.2-4
|
|
|
1f3cc3 |
- Actually apply the patches I just added
|
|
|
1f3cc3 |
- Also include a Coverity fix.
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Tue Feb 28 2017 Robbie Harwood <rharwood@redhat.com> - 0.6.2-2
|
|
|
1f3cc3 |
- Include other non-null fix and various things from master
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Thu Feb 23 2017 Robbie Harwood <rharwood@redhat.com> - 0.6.2-1
|
|
|
1f3cc3 |
- Fix incorrect use of non-null string in xdr
|
|
|
1f3cc3 |
- Also move version number to better reflect what is inside
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-3
|
|
|
1f3cc3 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Mon Jan 23 2017 Robbie Harwood <rharwood@redhat.com> - 0.6.1-2
|
|
|
1f3cc3 |
- Fix allocation issue of cred store
|
|
|
1f3cc3 |
- Resolves: #1415400
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Fri Jan 20 2017 Robbie Harwood <rharwood@redhat.com> - 0.6.1-1
|
|
|
1f3cc3 |
- New upstream release v0.6.1
|
|
|
1f3cc3 |
- Resolves: #1415090
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Wed Jan 18 2017 Robbie Harwood <rharwood@redhat.com> - 0.6.0-1
|
|
|
1f3cc3 |
- New upstream release v0.6.0
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Tue Sep 27 2016 Robbie Harwood <rharwood@redhat.com> - 0.5.1-3
|
|
|
1f3cc3 |
- Adjust libverto dependency to not use a specific backend
|
|
|
1f3cc3 |
- Resolves: #1379812
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Tue Jun 14 2016 Robbie Harwood <rharwood@redhat.com> - 0.5.1-2
|
|
|
1f3cc3 |
- Own /var/lib/gssproxy/rcache
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Mon Jun 13 2016 Robbie Harwood <rharwood@redhat.com> - 0.5.1-1
|
|
|
1f3cc3 |
- Update to upstream release v0.5.1
|
|
|
1f3cc3 |
- Resolves: #1345871
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Tue Jun 07 2016 Robbie Harwood <rharwood@redhat.com> - 0.5.0-5
|
|
|
1f3cc3 |
- Acquire new socket for fork/permission drops on clients
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Mon May 09 2016 Robbie Harwood <rharwood@redhat.com> - 0.5.0-4
|
|
|
1f3cc3 |
- Do not package mod_auth_gssapi conf file
|
|
|
1f3cc3 |
- This ensures gssproxy works even when the apache user does not exist
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Thu May 05 2016 Robbie Harwood <rharwood@redhat.com> - 0.5.0-3
|
|
|
1f3cc3 |
- Ensure we actually package the config files
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Thu May 05 2016 Simo Sorce <simo@redhat.com> - 0.5.0-2
|
|
|
1f3cc3 |
- Fix typo in requires
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Wed May 04 2016 Robbie Harwood <rharwood@redhat.com> - 0.5.0-1
|
|
|
1f3cc3 |
- Release new upstream version
|
|
|
1f3cc3 |
- Bump ini_config version for `ini_config_augment()`
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-5
|
|
|
1f3cc3 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Wed Dec 16 2015 Robbie Harwood <rharwood@redhat.com> - 0.4.1-4
|
|
|
1f3cc3 |
- Fix issues with 1.14
|
|
|
1f3cc3 |
- Fix bogus date in changelog (March 30 2015 was a Monday)
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Wed Oct 21 2015 Robbie Harwood <rharwood@redhat.com> - 0.4.1-3
|
|
|
1f3cc3 |
- Clear message buffer to fix segfault on arm
|
|
|
1f3cc3 |
- resolves: #1235902
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-2
|
|
|
1f3cc3 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Mon Mar 30 2015 Simo Sorce <simo@redhat.com> 0.4.1-1
|
|
|
1f3cc3 |
- New upstream release
|
|
|
1f3cc3 |
- Fix issues with paths in config files
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Tue Mar 24 2015 Simo Sorce <simo@redhat.com> 0.4.0-2
|
|
|
1f3cc3 |
- Workaround rawhide bug (bz1204646) with krb5-config by switching to
|
|
|
1f3cc3 |
pkg-config (patch from upstream)
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Tue Mar 24 2015 Simo Sorce <simo@redhat.com> 0.4.0-1
|
|
|
1f3cc3 |
- New upstream realease
|
|
|
1f3cc3 |
Added optional support for running GSS-Proxy as an unprivileged user
|
|
|
1f3cc3 |
Uses new /etc/gss/mech.d configuration directory for gss mechanisms
|
|
|
1f3cc3 |
Kernel related fixes
|
|
|
1f3cc3 |
General bug fixing, many minor errors or incorrect behaviours have been corrected
|
|
|
1f3cc3 |
- drop all patches, they are all included upstream
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-4
|
|
|
1f3cc3 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-3
|
|
|
1f3cc3 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Thu May 29 2014 Simo Sorce <simo@redhat.com> 0.3.1-2
|
|
|
1f3cc3 |
- Rebuild as new ding-libs brings in soname bump
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Thu Mar 13 2014 Guenther Deschner <gdeschner@redhat.com> 0.3.1-1
|
|
|
1f3cc3 |
- Fix flags handling in gss_init_sec_context()
|
|
|
1f3cc3 |
- resolves: https://fedorahosted.org/gss-proxy/ticket/112
|
|
|
1f3cc3 |
- Fix nfsd startup
|
|
|
1f3cc3 |
- resolves: https://fedorahosted.org/gss-proxy/ticket/114
|
|
|
1f3cc3 |
- Fix potential mutex deadlock
|
|
|
1f3cc3 |
- resolves: https://fedorahosted.org/gss-proxy/ticket/120
|
|
|
1f3cc3 |
- Fix segfault in gssi_inquire_context
|
|
|
1f3cc3 |
- resolves: https://fedorahosted.org/gss-proxy/ticket/117
|
|
|
1f3cc3 |
- resolves: #1061133
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Tue Nov 26 2013 Guenther Deschner <gdeschner@redhat.com> 0.3.1-0
|
|
|
1f3cc3 |
- New upstream release 0.3.1:
|
|
|
1f3cc3 |
* Fix use of gssproxy for client initiation
|
|
|
1f3cc3 |
* Add new enforcing and filtering options for context initialization
|
|
|
1f3cc3 |
* Fix potential thread safety issues
|
|
|
1f3cc3 |
- resolves: https://fedorahosted.org/gss-proxy/ticket/110
|
|
|
1f3cc3 |
- resolves: https://fedorahosted.org/gss-proxy/ticket/111
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Tue Nov 19 2013 Guenther Deschner <gdeschner@redhat.com> 0.3.0-3
|
|
|
1f3cc3 |
- Fix flags handling in gss_init_sec_context()
|
|
|
1f3cc3 |
- resolves: https://fedorahosted.org/gss-proxy/ticket/106
|
|
|
1f3cc3 |
- Fix OID handling in gss_inquire_cred_by_mech()
|
|
|
1f3cc3 |
- resolves: https://fedorahosted.org/gss-proxy/ticket/107
|
|
|
1f3cc3 |
- Fix continuation processing for not yet fully established contexts.
|
|
|
1f3cc3 |
- resolves: https://fedorahosted.org/gss-proxy/ticket/108
|
|
|
1f3cc3 |
- Add flags filtering and flags enforcing.
|
|
|
1f3cc3 |
- resolves: https://fedorahosted.org/gss-proxy/ticket/109
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Wed Oct 23 2013 Guenther Deschner <gdeschner@redhat.com> 0.3.0-0
|
|
|
1f3cc3 |
- New upstream release 0.3.0:
|
|
|
1f3cc3 |
* Add support for impersonation (depends on s4u2self/s4u2proxy on the KDC)
|
|
|
1f3cc3 |
* Add support for new rpc.gssd mode of operation that forks and changes uid
|
|
|
1f3cc3 |
* Add 2 new options allow_any_uid and cred_usage
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Fri Oct 18 2013 Guenther Deschner <gdeschner@redhat.com> 0.2.3-8
|
|
|
1f3cc3 |
- Fix default proxymech documentation and fix LOCAL_FIRST implementation
|
|
|
1f3cc3 |
- resolves: https://fedorahosted.org/gss-proxy/ticket/105
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-7
|
|
|
1f3cc3 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Wed Jul 24 2013 Guenther Deschner <gdeschner@redhat.com> 0.2.3-6
|
|
|
1f3cc3 |
- Add better default gssproxy.conf file for nfs client and server usage
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Thu Jun 06 2013 Guenther Deschner <gdeschner@redhat.com> 0.2.3-5
|
|
|
1f3cc3 |
- New upstream release
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Fri May 31 2013 Guenther Deschner <gdeschner@redhat.com> 0.2.2-5
|
|
|
1f3cc3 |
- Require libverto-tevent to make sure libverto initialization succeeds
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Wed May 29 2013 Guenther Deschner <gdeschner@redhat.com> 0.2.2-4
|
|
|
1f3cc3 |
- Modify systemd unit files for nfs-secure services
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Wed May 22 2013 Guenther Deschner <gdeschner@redhat.com> 0.2.2-3
|
|
|
1f3cc3 |
- Fix cred_store handling w/o client keytab
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Thu May 16 2013 Guenther Deschner <gdeschner@redhat.com> 0.2.2-2
|
|
|
1f3cc3 |
- New upstream release
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Tue May 07 2013 Guenther Deschner <gdeschner@redhat.com> 0.2.1-2
|
|
|
1f3cc3 |
- New upstream release
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Wed Apr 24 2013 Guenther Deschner <gdeschner@redhat.com> 0.2.0-1
|
|
|
1f3cc3 |
- New upstream release
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Mon Apr 01 2013 Simo Sorce <simo@redhat.com> - 0.1.0-0
|
|
|
1f3cc3 |
- New upstream release
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.3-8
|
|
|
1f3cc3 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Tue Nov 06 2012 Guenther Deschner <gdeschner@redhat.com> 0.0.3-7
|
|
|
1f3cc3 |
- Update to 0.0.3
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Wed Aug 22 2012 Guenther Deschner <gdeschner@redhat.com> 0.0.2-6
|
|
|
1f3cc3 |
- Use new systemd-rpm macros
|
|
|
1f3cc3 |
- resolves: #850139
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Wed Jul 18 2012 Guenther Deschner <gdeschner@redhat.com> 0.0.2-5
|
|
|
1f3cc3 |
- More spec file fixes
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Mon Jul 16 2012 Guenther Deschner <gdeschner@redhat.com> 0.0.2-4
|
|
|
1f3cc3 |
- Fix systemd service file
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Fri Jul 13 2012 Guenther Deschner <gdeschner@redhat.com> 0.0.2-3
|
|
|
1f3cc3 |
- Fix various packaging issues
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Mon Jul 02 2012 Guenther Deschner <gdeschner@redhat.com> 0.0.1-2
|
|
|
1f3cc3 |
- Add systemd packaging
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Wed Mar 28 2012 Guenther Deschner <gdeschner@redhat.com> 0.0.1-1
|
|
|
1f3cc3 |
- Various fixes
|
|
|
1f3cc3 |
|
|
|
1f3cc3 |
* Mon Dec 12 2011 Simo Sorce <simo@redhat.com> - 0.0.2-0
|
|
|
1f3cc3 |
- Automated build of the gssproxy daemon
|