Ondrej Dvoracek 9093ee
Summary: A RFC 1413 ident protocol daemon
cvsdist b5c4a4
Name: authd
Martin Stransky 79fec5
Version: 1.4.3
Fedora Release Engineering cd9473
Release: 50%{?dist}
Jan Šafránek 3c7ff3
License: GPLv2+
cvsdist b5c4a4
Group: System Environment/Daemons
Roman Rakus 4ef7bd
URL: https://fedorahosted.org/authd/
CAI Qian aa99f0
Obsoletes: pidentd < 3.2
cvsdist c91b4a
Provides: pidentd = 3.2
havill d3a659
Requires(post): openssl
Roman Rakus 8e356a
Source0: http://fedorahosted.org/releases/a/u/authd/authd-1.4.3.tar.gz
Roman Rakus dc6ab7
Source1: auth.socket
Roman Rakus dc6ab7
Source2: auth@.service
Martin Stransky cd7a17
Patch0: authd-1.4.3-gcc4.patch
Martin Stransky a2f157
Patch1: authd-1.4.3-disable.patch
Martin Stransky 423ffa
Patch2: authd-1.4.3-ipv6-mapping.patch
Martin Stransky 90776f
Patch3: authd-1.4.3-locale.patch
Ondrej Dvoracek 9093ee
Patch4: authd-1.4.3-longopt-identifier.patch
Roman Rakus 5afcbd
Patch5: authd-1.4.3-jiffies64.patch
Roman Rakus 6db511
Patch6: authd-1.4.3-valist.patch
Roman Rakus 3ce5a3
Patch7: authd-1.4.3-license.patch
Roman Rakus a6bce6
Patch8: authd-1.4.3-docdir.patch
Roman Rakus a6bce6
Patch9: authd-1.4.3-negative_uid.patch
Roman Rakus a03179
BuildRequires: openssl-devel gettext help2man systemd-units
Roman Rakus dc6ab7
Requires(post): systemd-units
Roman Rakus dc6ab7
Requires(preun): systemd-units
Roman Rakus dc6ab7
Requires(postun): systemd-units
cvsdist b5c4a4
cvsdist b5c4a4
%description
cvsdist b5c4a4
authd is a small and fast RFC 1413 ident protocol daemon
cvsdist b5c4a4
with both xinetd server and interactive modes that
cvsdist b5c4a4
supports IPv6 and IPv4 as well as the more popular features
cvsdist b5c4a4
of pidentd.
cvsdist b5c4a4
cvsdist b5c4a4
%prep
cvsdist b5c4a4
%setup -q
Martin Stransky cd7a17
%patch0 -p1
Martin Stransky a2f157
%patch1 -p1
Martin Stransky 423ffa
%patch2 -p1 -b .ipv6map
Martin Stransky 90776f
%patch3 -p1 -b .locale
Ondrej Dvoracek 9093ee
%patch4 -p1
Roman Rakus 84099a
%patch5 -p1 -b .jiffies64
Roman Rakus 6db511
%patch6 -p1 -b .valist
Roman Rakus 3ce5a3
%patch7 -p1 -b .license
Roman Rakus a6bce6
%patch8 -p1 -b .docdir
Roman Rakus a6bce6
%patch9 -p0 -b .negative_uid
cvsdist 2fd256
sed -i -e "s|/etc|%{_sysconfdir}|" config.h
cvsdist b5c4a4
cvsdist b5c4a4
%build
Roman Rakus 0d4f71
CFLAGS=$RPM_OPT_FLAGS make prefix=%{_prefix}
cvsdist b5c4a4
cvsdist b5c4a4
%install
cvsdist b5c4a4
rm -rf $RPM_BUILD_ROOT
cvsdist b5c4a4
%makeinstall
cvsdist b5c4a4
Roman Rakus dc6ab7
install -d ${RPM_BUILD_ROOT}%{_unitdir}/
Roman Rakus dc6ab7
install -m 644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_unitdir}/
Roman Rakus dc6ab7
install -m 644 %{SOURCE2} ${RPM_BUILD_ROOT}%{_unitdir}/
cvsdist 2fd256
Roman Rakus dc6ab7
install -d ${RPM_BUILD_ROOT}%{_sysconfdir}/
cvsdist 2fd256
touch ${RPM_BUILD_ROOT}%{_sysconfdir}/ident.key
cvsdist 2fd256
Roman Rakus dcd2db
install -d ${RPM_BUILD_ROOT}/%{_mandir}/man1/
Roman Rakus dcd2db
help2man -N -v -V ${RPM_BUILD_ROOT}/%{_sbindir}/in.authd -o \
Roman Rakus dcd2db
         ${RPM_BUILD_ROOT}/%{_mandir}/man1/in.authd.1
Roman Rakus dcd2db
cvsdist b5c4a4
%find_lang %{name}
cvsdist b5c4a4
cvsdist 2fd256
%post
Roman Rakus 6db511
/usr/sbin/adduser -s /sbin/nologin -u 98 -r -d '/' ident 2>/dev/null || true
cvsdist fb52d2
/usr/bin/openssl rand -base64 -out %{_sysconfdir}/ident.key 32
cvsdist 2fd256
echo CHANGE THE LINE ABOVE TO A PASSPHRASE >> %{_sysconfdir}/ident.key
cvsdist 2fd256
/bin/chown ident:ident %{_sysconfdir}/ident.key
cvsdist 2fd256
chmod o-rw %{_sysconfdir}/ident.key
Roman Rakus dc6ab7
%systemd_post auth.socket
cvsdist b5c4a4
Martin Stransky af40a8
%postun
Roman Rakus dc6ab7
%systemd_postun_with_restart auth.socket
Roman Rakus dc6ab7
Roman Rakus dc6ab7
%preun
Roman Rakus dc6ab7
%systemd_preun auth.socket
Martin Stransky af40a8
cvsdist b5c4a4
%files -f authd.lang
Roman Rakus 0d4f71
%verify(not md5 size mtime user group) %config(noreplace) %attr(640,root,root) %{_sysconfdir}/ident.key
cvsdist fb52d2
%doc COPYING README.html rfc1413.txt
cvsdist b5c4a4
%{_sbindir}/in.authd
Roman Rakus dcd2db
%{_mandir}/*/*
Roman Rakus dc6ab7
%{_unitdir}/*
cvsdist b5c4a4
cvsdist b5c4a4
%changelog
Fedora Release Engineering cd9473
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3-50
Fedora Release Engineering cd9473
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Fedora Release Engineering cd9473
Fedora Release Engineering 886312
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3-49
Fedora Release Engineering 886312
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Fedora Release Engineering 886312
Fedora Release Engineering bf7195
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3-48
Fedora Release Engineering bf7195
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
Fedora Release Engineering bf7195
Fedora Release Engineering 9b7eff
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3-47
Fedora Release Engineering 9b7eff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
Fedora Release Engineering 9b7eff
Fedora Release Engineering b92fa0
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3-46
Fedora Release Engineering b92fa0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
Fedora Release Engineering b92fa0
CAI Qian aa99f0
* Thu Dec 22 2016 CAI Qian <caiqian@redhat.com> - 1.4.3-45
CAI Qian aa99f0
- Fix some lint warnings
CAI Qian aa99f0
Dennis Gilmore 4e0ee3
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3-44
Dennis Gilmore 4e0ee3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
Dennis Gilmore 4e0ee3
Dennis Gilmore a48f36
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.3-43
Dennis Gilmore a48f36
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
Dennis Gilmore a48f36
Peter Robinson 45d824
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.3-42
Peter Robinson 45d824
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
Peter Robinson 45d824
Dennis Gilmore ecd6b3
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.3-41
Dennis Gilmore ecd6b3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
Dennis Gilmore ecd6b3
Roman Rakus a6bce6
* Mon Aug 05 2013 Roman Rakus <rrakus@redhat.com> - 1.4.3-40
Roman Rakus a6bce6
- Fix doc dir to satisfy new policy
Roman Rakus a6bce6
- Don't return negative uid
Roman Rakus a6bce6
  Resolves: #991998, #482811
Roman Rakus a6bce6
Dennis Gilmore 01ed8f
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.3-39
Dennis Gilmore 01ed8f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
Dennis Gilmore 01ed8f
Dennis Gilmore a39036
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.3-38
Dennis Gilmore a39036
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
Dennis Gilmore a39036
Roman Rakus a03179
* Fri Nov 30 2012 Roman Rakus <rrakus@redhat.com> - 1.4.3-37
Roman Rakus a03179
- Fix a typo in build requirements
Roman Rakus a03179
Roman Rakus dc6ab7
* Fri Nov 30 2012 Roman Rakus <rrakus@redhat.com> - 1.4.3-36
Roman Rakus dc6ab7
- Provide native systemd service file
Roman Rakus dc6ab7
  Resolves: #737153
Roman Rakus dc6ab7
Roman Rakus dcd2db
* Thu Nov 29 2012 Roman Rakus <rrakus@redhat.com> - 1.4.3-35
Roman Rakus dcd2db
- Generate and include man page
Roman Rakus dcd2db
Roman Rakus 3ce5a3
* Mon Nov 19 2012 Roman Rakus <rrakus@redhat.com> - 1.4.3-34
Roman Rakus 3ce5a3
- Fixed address in license text
Roman Rakus 3ce5a3
Dennis Gilmore c35a9c
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.3-33
Dennis Gilmore c35a9c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
Dennis Gilmore c35a9c
Dennis Gilmore d30e7b
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.3-32
Dennis Gilmore d30e7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
Dennis Gilmore d30e7b
Dennis Gilmore 87b4bd
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.3-31
Dennis Gilmore 87b4bd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Dennis Gilmore 87b4bd
Roman Rakus 0d4f71
* Mon Jun 14 2010 Roman Rakus <rrakus@redhat.com> - 1.4.3-30
Roman Rakus 0d4f71
- Use only once defattr macro
Roman Rakus 0d4f71
- Use RPM_OPT_FLAGS for CFLAGS in build section
Roman Rakus 0d4f71
Tomáš Mráz b5c35f
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1.4.3-28
Tomáš Mráz b5c35f
- rebuilt with new openssl
Tomáš Mráz b5c35f
Jesse Keating f001c2
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.3-27
Jesse Keating f001c2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Jesse Keating f001c2
Roman Rakus 6b5971
* Thu Apr 09 2009 Roman Rakus <rrakus@redhat.com> - 1.4.3-26
Roman Rakus 6b5971
- get back to older version of jiffies64 patch
Roman Rakus 6b5971
Roman Rakus 8e356a
* Tue Mar 31 2009 Roman Rakus <rrakus@redhat.com> - 1.4.3-25
Roman Rakus 8e356a
- Fixed source tag
Roman Rakus 8e356a
Roman Rakus 6db511
* Tue Mar 31 2009 Roman Rakus <rrakus@redhat.com> - 1.4.3-24
Roman Rakus 6db511
- Fixed using valist with log option on.
Roman Rakus 6db511
  Resolves: #446844
Roman Rakus 6db511
- user ident has home dir set to /
Roman Rakus 6db511
  Resolves: #458144
Roman Rakus 6db511
Jesse Keating c73d32
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.3-23
Jesse Keating c73d32
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Jesse Keating c73d32
Tomáš Mráz 440337
* Thu Jan 15 2009 Tomas Mraz <tmraz@redhat.com> - 1.4.3-22
Tomáš Mráz 440337
- rebuild with new openssl
Tomáš Mráz 440337
Roman Rakus c9dea7
* Wed Jul 23 2008 Roman Rakus <rrakus@redhat.com> - 1.4.3-21
Roman Rakus c9dea7
- Corrected config directive for ident.key to noreplace
Roman Rakus c9dea7
- Fixed some typos in specfile
Roman Rakus c9dea7
Roman Rakus c9dea7
* Tue Apr 29 2008 Roman Rakus <rrakus@redhat.com> - 1.4.3-20
Roman Rakus 84099a
- another corrections of jiffies64 patch
Roman Rakus 84099a
Roman Rakus c9dea7
* Wed Mar 26 2008 Roman Rakus <rrakus@redhat.com> - 1.4.3-19
Roman Rakus 99e8fc
- corrected jiffies64 patch
Roman Rakus 99e8fc
Roman Rakus c9dea7
* Thu Mar  6 2008 Roman Rakus <rrakus@redhat.com> - 1.4.3-18
Roman Rakus 2bbe6d
- corrected Source0
Roman Rakus 2bbe6d
- corrected link in URL
Roman Rakus 6b5754
- source added to svn on fedorahosted
Roman Rakus 2bbe6d
Roman Rakus c9dea7
* Wed Mar  5 2008 Roman Rakus <rrakus@redhat.com> - 1.4.3-16
Roman Rakus 9cb3c7
- fixed Source0
Roman Rakus 9cb3c7
Roman Rakus c9dea7
* Wed Mar  5 2008 Roman Rakus <rrakus@redhat.com> - 1.4.3-15
Roman Rakus 4ef7bd
- added dist tag
Roman Rakus 4ef7bd
- added URL
Roman Rakus 4ef7bd
Roman Rakus c9dea7
* Tue Feb 26 2008 Roman Rakus <rrakus@redhat.com> - 1.4.3-14
Roman Rakus 5afcbd
- fix 234262 bug
Roman Rakus 5afcbd
Jan Šafránek 3c7ff3
* Wed Feb 13 2008 Jan Safranek <jsafrane@redhat.com> - 1.4.3-13
Jan Šafránek 3c7ff3
- fix rpmlint errors
Jan Šafránek 3c7ff3
Jan Šafránek 51e1c0
* Tue Feb 12 2008 Jan Safranek <jsafrane@redhat.com> - 1.4.3-12
Jan Šafránek 51e1c0
- fix build with new gcc
Jan Šafránek 51e1c0
Jesse Keating 83e6d5
* Fri Dec 07 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.4.3-11
Jesse Keating 83e6d5
- Rebuild for deps
Jesse Keating 83e6d5
Ondrej Dvoracek 9093ee
* Wed Sep 19 2007 Ondrej Dvoracek <odvorace@redhat.com> - 1.4.3-10
Ondrej Dvoracek 9093ee
- corrected illegal identifier in longopt enumeration (#245436)
Ondrej Dvoracek 9093ee
- corrected summary and license
Ondrej Dvoracek 9093ee
Martin Stransky 90776f
* Mon Jul 24 2006 Martin Stransky <stransky@redhat.com> - 1.4.3-9
Martin Stransky 90776f
- added locale patch (#199721)
Martin Stransky 90776f
Jesse Keating 1e2a05
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.4.3-8.1
Jesse Keating 1e2a05
- rebuild
Jesse Keating 1e2a05
Martin Stransky a00bda
* Sun May 28 2006 Martin Stransky <stransky@redhat.com> - 1.4.3-8
Martin Stransky a00bda
- added gettext dependency (#193350)
Martin Stransky a00bda
Jesse Keating 3aa816
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.4.3-7.1
Jesse Keating 3aa816
- bump again for double-long bug on ppc(64)
Jesse Keating 3aa816
Martin Stransky 68a583
* Tue Feb 07 2006 Martin Stransky <stransky@redhat.com> - 1.4.3-7
Martin Stransky 68a583
- re-tag
Martin Stransky 68a583
Jesse Keating e7d703
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.4.3-6.devel.2
Jesse Keating e7d703
- rebuilt for new gcc4.1 snapshot and glibc changes
Jesse Keating e7d703
Jesse Keating e7d6dd
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
Jesse Keating e7d6dd
- rebuilt
Jesse Keating e7d6dd
Martin Stransky 624c1b
* Tue Nov 8  2005 Martin Stransky <stransky@redhat.com>
Martin Stransky 624c1b
- rebuilt
Martin Stransky 624c1b
CAI Qian aa99f0
* Fri Jun 24 2005 Martin Stransky <stransky@redhat.com> - 1.4.3-5.devel
Martin Stransky 423ffa
- add xinetd to Prereq
Martin Stransky 423ffa
- fix for #150502 (authd doesn't map IPv6 to IPv4 from xinetd)
Martin Stransky 423ffa
Martin Stransky 23d6d7
* Fri Apr  8 2005 Martin Stransky <stransky@redhat.com> - 1.4.3-4.devel
Martin Stransky 23d6d7
- clear last update
Martin Stransky 23d6d7
Martin Stransky ece625
* Fri Apr  8 2005 Martin Stransky <stransky@redhat.com> - 1.4.3-3.devel
Martin Stransky ece625
- delete user "ident" after uninstalation
Martin Stransky ece625
Martin Stransky ece625
* Thu Apr  7 2005 Martin Stransky <stransky@redhat.com> - 1.4.3-2.devel
Martin Stransky a2f157
- in.authd disabled by default (#151905)
Martin Stransky a2f157
Martin Stransky 79fec5
* Mon Mar  7 2005 Martin Stransky <stransky@redhat.com> - 1.4.3-1.devel
Martin Stransky 79fec5
- update to 1.4.3
Martin Stransky cd7a17
- gcc4.0 patch
Martin Stransky af40a8
- add post-uninstall reconfiguration (#150460)
Martin Stransky af40a8
havill 59afba
* Mon Feb 14 2005 Adrian Havill <havill@redhat.com>
havill 59afba
- rebuilt
havill 59afba
havill ab548e
* Fri Oct 15 2004 Adrian Havill <havill@redhat.com> - 1.4.2-8
havill 735c3c
- tweak setting of uid/gid for key file so systems with no prior
havill 735c3c
  ident user/group don't generate a warning (#135837)
havill 735c3c
havill 148088
* Thu Oct 14 2004 Adrian Havill <havill@redhat.com> - 1.4.2-4
havill d3a659
- slightly better error checking for insane cases
havill d3a659
- tweak of the openssl requires dependency loop (#131291)
havill d3a659
- as ident.key is created in %%post, tweak so verify passes (#131530)
havill 148088
- make the uid/gid for ident conform to the past (#135752)
havill d3a659
cvsdist 5e1b4e
* Wed Jul 28 2004 Adrian Havill <havill@redhat.com> - 1.4.1-1
cvsdist 5e1b4e
- only scan for ESTABLISHED connections
cvsdist 5e1b4e
- extra debug output for crypto
cvsdist 5e1b4e
cvsdist 5e1b4e
* Mon Jul 26 2004 Adrian Havill <havill@redhat.com> - 1.4.0-1
cvsdist 5e1b4e
- revise makefile; don't over-optimize as gcc can produce bad code
cvsdist 5e1b4e
- ptr cleanup when multiquery and missing /proc/net/tcp*
cvsdist 5e1b4e
- improve create_opt (error handling, debugging, identifiers)
cvsdist 5e1b4e
- add --prefix option for matching IPv4 to IPv6
cvsdist 5e1b4e
cvsdist e1b898
* Tue Jul 13 2004 Adrian Havill <havill@redhat.com> - 1.3.4-1
cvsdist e1b898
- retry reading proc with pauses to reduce false negatives
cvsdist e1b898
- match IPv4 addresses against IPv6 compatibility addresses
cvsdist e1b898
cvsdist a76365
* Mon Jul 12 2004 Adrian Havill <havill@redhat.com> - 1.3.3-1
cvsdist a76365
- use gnu *_unlocked stream funcs for faster I/O
cvsdist a76365
cvsdist 45a22d
* Sat Jul 10 2004 Adrian Havill <havill@redhat.com> - 1.3.2-1
cvsdist 45a22d
- enforce rfc restriction limiting port search to the connected
cvsdist 45a22d
  local/foreign pair
cvsdist 45a22d
CAI Qian aa99f0
* Thu Jul 08 2004 Adrian Havill <havill@redhat.com> - 1.3.1-1
cvsdist 773c9c
- increase default connections-per-sec/max-instances for HP
cvsdist 773c9c
- more doc cleanup
cvsdist 773c9c
- remove unnecessary rootdir check for -N/--ident
cvsdist 773c9c
cvsdist fb52d2
* Fri Jul 02 2004 Adrian Havill <havill@redhat.com> - 1.3.0-1
cvsdist fb52d2
- add unknown-error only -e option
cvsdist fb52d2
- edit readme, add rfc to docdir
cvsdist fb52d2
- code cleanup; remove static buffers, orthagonalize id names
cvsdist fb52d2
- ipv6 hybrid addr zero run correction
cvsdist fb52d2
- extra eight bits added to random key
cvsdist fb52d2
cvsdist fd4277
* Wed Jun 30 2004 Adrian Havill <havill@redhat.com> - 1.2.8-1
cvsdist fd4277
- zero out invalid port(s)
cvsdist fd4277
cvsdist c91b4a
* Tue Jun 29 2004 Adrian Havill <havill@redhat.com> - 1.2.7-1
cvsdist c91b4a
- added Provides to satisfy HP pkg rpm dep (#121447, #111640)
cvsdist c91b4a
- more code cleanup; minimize --resolve dns lookups
cvsdist c91b4a
cvsdist 2fd256
* Mon Jun 28 2004 Adrian Havill <havill@redhat.com> - 1.2.6-1
cvsdist 2fd256
- incorporated suggestions from Thomas Zehetbauer (#124914)
cvsdist 2fd256
cvsdist c4b890
* Sat Jun 26 2004 Adrian Havill <havill@redhat.com> - 1.2.5-1
cvsdist c4b890
- clean up src
cvsdist c4b890
cvsdist c4b890
* Thu Jun 24 2004 Adrian Havill <havill@redhat.com> - 1.2.4-1
cvsdist c4b890
- code vet and minor changes re alan@'s comments
cvsdist c4b890
- default operating mode to alias all usernames as 'nobody'
cvsdist c4b890
  to prevent noobies from getting their mail addr harvested
cvsdist c4b890
- clean up README documentation
cvsdist c4b890
cvsdist e1b898
* Wed Jun 23 2004 Adrian Havill <havill@redhat.com> - 1.2.3-1
cvsdist b5c4a4
- mark xinetd conf file as a noreplace config file
cvsdist b5c4a4
- more robust error checking for proper rfc1413 tokens
cvsdist b5c4a4
cvsdist e1b898
* Tue Jun 22 2004 Adrian Havill <havill@redhat.com> - 1.2.1-1
cvsdist b5c4a4
- add Requires and BuildRequires
cvsdist b5c4a4
cvsdist e1b898
* Mon Jun 21 2004 Adrian Havill <havill@redhat.com> - 1.2.0-1
cvsdist b5c4a4
- A few tweaks in the cmdline options for orthagonality
cvsdist b5c4a4
- minor bug fix regarding reading from stdin in some multiquery cmdline cases
cvsdist b5c4a4
- add --resolve
cvsdist b5c4a4
cvsdist e1b898
* Sun Jun 20 2004 Adrian Havill <havill@redhat.com> - 1.1.0-1
cvsdist e1b898
- add extra options for --help, --usage
cvsdist e1b898
cvsdist b5c4a4
* Sat Jun 19 2004 Adrian Havill <havill@redhat.com> - 1.0.0-2
cvsdist b5c4a4
- Obsolete pidentd -- authd and pidentd can't/shouldn't coexist on FC/RHEL
cvsdist b5c4a4
- license tweak to allow openssl under any condition
cvsdist b5c4a4
- no spec url needed; package is not worthy enough.
cvsdist b5c4a4
cvsdist b5c4a4
* Fri Jun 18 2004 Jens Petersen <petersen@redhat.com> - 1.0.0-1
cvsdist b5c4a4
- Initial packaging