source: projects/specs/branches/6/a/authconfig/authconfig-vl.spec @ 6928

Revision 6928, 26.6 KB checked in by tomop, 12 years ago (diff)

authconfig-5.4.10-6

Line 
1Summary: Command line tool for setting up authentication from network services
2Summary(ja): ネットワークサービスからの認証を設定するためのコマンドラインツール
3Name: authconfig
4Version: 5.4.10
5Release: 6%{?_dist_release}
6License: GPLv2+
7ExclusiveOS: Linux
8Group: System Environment/Base
9BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
10URL: https://fedorahosted.org/authconfig
11Source: https://fedorahosted.org/releases/a/u/%{name}/%{name}-%{version}.tar.bz2
12Patch10: authconfig-5.4.10-fprintd-pam.patch
13Patch11: authconfig-5.4.10-fix-broken-strings.patch
14Requires: pam
15Conflicts: samba-common < 3.0, samba-client < 3.0
16Conflicts: nss_ldap < 254
17BuildRequires: glib2-devel, python >= 2.4.1, python-devel
18BuildRequires: desktop-file-utils, intltool, gettext, perl-XML-Parser
19
20%description
21Authconfig is a command line utility which can configure a workstation
22to use shadow (more secure) passwords.  Authconfig can also configure a
23system to be a client for certain networked user information and
24authentication schemes.
25
26%description -l ja
27authconfig はシャドウ(よりセキュリティーが高い)パスワードの設定をおこなう
28コマンドラインプログラムです。また、ネットワークを介したユーザ情報と認証
29サービスを利用するように設定することもできます。
30
31%package gtk
32Summary: Graphical tool for setting up authentication from network services
33Summary(ja): ネットワークサービスからの認証を設定するためのグラフィカルツール
34Group: System Environment/Base
35Requires: %{name} = %{version}-%{release}, pygtk2-libglade
36Requires: usermode-gtk
37
38%description gtk
39Authconfig-gtk is a GUI program which can configure a workstation
40to use shadow (more secure) passwords.  Authconfig-gtk can also configure
41a system to be a client for certain networked user information and
42authentication schemes.
43
44%prep
45%setup -q -n %{name}-%{version}
46%patch10 -p1
47%patch11 -p1
48
49%build
50CFLAGS="$RPM_OPT_FLAGS -fPIC"; export CFLAGS
51%configure
52make
53
54%install
55rm -rf $RPM_BUILD_ROOT
56make install DESTDIR=$RPM_BUILD_ROOT
57rm $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/acutilmodule.a
58rm $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/acutilmodule.la
59rm $RPM_BUILD_ROOT/%{_datadir}/%{name}/authconfig-tui.py
60ln -s authconfig.py $RPM_BUILD_ROOT/%{_datadir}/%{name}/authconfig-tui.py
61
62%find_lang %{name}
63find $RPM_BUILD_ROOT%{_datadir} -name "*.mo" | xargs ./utf8ify-mo
64
65%clean
66rm -rf $RPM_BUILD_ROOT
67
68%post
69/usr/sbin/authconfig --updateall >/dev/null 2>&1
70
71%files -f %{name}.lang
72%defattr(-,root,root,-)
73%doc COPYING NOTES TODO README.samba3
74%ghost %config(noreplace) %{_sysconfdir}/sysconfig/authconfig
75%ghost %config(noreplace) %{_sysconfdir}/pam.d/system-auth-ac
76%ghost %config(noreplace) %{_sysconfdir}/pam.d/password-auth-ac
77%ghost %config(noreplace) %{_sysconfdir}/pam.d/fingerprint-auth-ac
78%ghost %config(noreplace) %{_sysconfdir}/pam.d/smartcard-auth-ac
79%{_bindir}/authconfig
80%{_bindir}/authconfig-tui
81%{_sbindir}/cacertdir_rehash
82%{_sbindir}/authconfig
83%{_sbindir}/authconfig-tui
84%{_mandir}/man8/*
85%{_mandir}/man5/*
86%{_libdir}/python*/site-packages/acutilmodule.so
87%dir %{_datadir}/%{name}
88%{_datadir}/%{name}/authconfig.py*
89%{_datadir}/%{name}/authconfig-tui.py*
90%{_datadir}/%{name}/authinfo.py*
91%{_datadir}/%{name}/shvfile.py*
92%{_datadir}/%{name}/dnsclient.py*
93%config(noreplace) %{_sysconfdir}/pam.d/authconfig
94%config(noreplace) %{_sysconfdir}/pam.d/authconfig-tui
95%config(noreplace) %{_sysconfdir}/security/console.apps/authconfig
96%config(noreplace) %{_sysconfdir}/security/console.apps/authconfig-tui
97%attr(700,root,root) %dir %{_localstatedir}/lib/%{name}
98
99%files gtk
100%defattr(-,root,root,-)
101%{_bindir}/authconfig-gtk
102%{_bindir}/system-config-authentication
103%{_sbindir}/authconfig-gtk
104%{_sbindir}/system-config-authentication
105%{_datadir}/%{name}/authconfig.glade
106%{_datadir}/%{name}/authconfig-gtk.py*
107%config(noreplace) %{_sysconfdir}/pam.d/authconfig-gtk
108%config(noreplace) %{_sysconfdir}/pam.d/system-config-authentication
109%config(noreplace) %{_sysconfdir}/security/console.apps/authconfig-gtk
110%config(noreplace) %{_sysconfdir}/security/console.apps/system-config-authentication
111%{_datadir}/applications/*
112%{_datadir}/pixmaps/*
113
114%changelog
115* Sat Oct 13 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.4.10-6
116- made to run "authconfig --updateall" at %%post.
117
118* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 5.4.10-5
119- rebuilt with rpm-4.8.1-3
120
121* Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 5.4.10-4
122- rebuilt with python-2.6.4
123
124* Sun Aug 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 5.4.10-3
125- update Patch11
126  - old patch does not fix problem on some environment..
127
128* Fri Aug 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 5.4.10-2
129- add Patch10
130  - Fingerprint auth requires fprintd-pam package not pam_fprintd
131- add Patch11 to fix broken help messages on some locale.
132
133* Wed May 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 5.4.10-1
134- new upstream release
135
136* Sun Aug 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 5.4.4-1
137- new upstream release
138- historical changelogs are following:
139  * Tue Apr 05 2005 Shu KONNO <owa@bg.wakwak.com> 4.6.1-1vl4
140  - added authconfig-4.6.1-authinfo.patch, by HOTTA Michihide <hotta@net-newbie.com>
141  - added BuildRequires: desktop-file-utils
142  * Sun Apr 03 2005 Shu KONNO <owa@bg.wakwak.com> 4.6.1-1vl3
143  - rebuilt with python-2.4.1-0vl1
144  * Sat Apr 17 2004 Shu KONNO <owa@bg.wakwak.com> 4.6.1-1vl2
145  - rebuilt with python-2.3.3-0vl1
146  * Mon Apr 12 2004 Shu KONNO <owa@bg.wakwak.com> 4.6.1-1vl1.1
147  - rebuilt with python-2.3.3-0vl0.3 (for TestPkg)
148  * Sun Feb 22 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-1vl1
149  - updated to 4.6.1
150  - updated Patch0 and Source1
151  - rebuild with new toolchains
152  - Reqyires: glib2, BuildRequires: glib2-devel
153  * Sat Jul 06 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 4.1.19-1vl2
154  - add vinized color palette
155  * Thu Jul 04 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 4.1.19-1vl1
156  - rebuild for Vine Linux
157  - based on Red Hat Linux 7.2, merged with Vine Linux package.
158    * Thu Jun 28 2001 MATUBARA Kazuyuki <matubara@mb.asmnet.ne.jp>
159    - 3.0.3-1vl5
160    - change checkbox color
161    * Tue Dec 26 2000 Tomoya TAKA <tomoya@olive.plala.or.jp> 3.0.3-1vl4
162    - add %patch1 to fix mandir
163    * Sun Nov 19 2000 Satoshi MACHINO <machino@vinelinux.org> 3.0.3-1vl3
164    - build with gcc-2.95.3
165    - partially used rpmmacros
166    * Thu Jul 13 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
167    - 3.0.3-1vl2
168    - modified %files section to handle compressed man page
169    * Thu May 11 2000 Jun Nishii <jun@vinelinux.org>
170    - 3.0.3-1vl1
171    - build for Vine
172
173* Tue Aug  5 2008 Tomas Mraz <tmraz@redhat.com> - 5.4.4-1
174- do not call domainname when run with --nostart (#457697)
175
176* Fri Jun  6 2008 Tomas Mraz <tmraz@redhat.com> - 5.4.3-1
177- remove the --enableldapssl alias and add some help to GUI tooltips
178  to clear up some confusion (#220973)
179- add option --enablepreferdns to prefer DNS over NIS or WINS in
180  hostname resolution
181
182* Tue Apr  8 2008 Tomas Mraz <tmraz@redhat.com> - 5.4.2-1
183- read wins setting from nsswitch.conf correctly (#440459)
184- do not ignore --enablemd5/--disablemd5 options
185
186* Tue Mar 11 2008 Tomas Mraz <tmraz@redhat.com> - 5.4.1-1
187- fixed backup directory in Makefile and spec (#437040)
188
189* Mon Mar 10 2008 Tomas Mraz <tmraz@redhat.com> - 5.4.0-1
190- include config-util in console.apps files
191- add support for saving/restoring backups of configuration
192  files affected by authconfig (#433776)
193- improve the authconfig manual page (#432023, #432938)
194
195* Tue Jan 29 2008 Tomas Mraz <tmraz@redhat.com> - 5.3.21-1
196- correct the fix for bug #237956
197
198* Fri Jan 18 2008 Tomas Mraz <tmraz@redhat.com> - 5.3.20-1
199- update translations
200
201* Wed Jan  9 2008 Tomas Mraz <tmraz@redhat.com> - 5.3.19-1
202- support new sha256 and sha512 password hash algorithms
203- add support for pam_mkhomedir (#212790)
204- do not crash in authconfig --help (#237956) - thanks to Andy Shevchenko for
205  the idea how to fix that
206- setup password hash algorithm in /etc/login.defs (#218652)
207- update translations
208
209* Tue Sep 25 2007 Tomas Mraz <tmraz@redhat.com> - 5.3.18-1
210- improve krb5.conf handling (#238766)
211
212* Fri Aug 24 2007 Tomas Mraz <tmraz@redhat.com> - 5.3.17-1
213- remove obsolete pam_krb5afs support (#250704)
214- add support for pam_access (#251360)
215- update translations
216
217* Tue Aug 21 2007 Tomas Mraz <tmraz@redhat.com> - 5.3.16-3
218- license tag fix
219
220* Thu Aug  9 2007 Tomas Mraz <tmraz@redhat.com> - 5.3.16-2
221- require newt-python (#251359)
222
223* Wed Jul 25 2007 Tomas Mraz <tmraz@redhat.com> - 5.3.16-1
224- add support for winbind offline login (#232955)
225
226* Wed Jul 18 2007 Tomas Mraz <tmraz@redhat.com> - 5.3.15-1
227- dnsclient fixes by Simo Sorce
228- add Categories to .desktop file (#245868)
229- fixed traceback when calling joinDomain (#245374)
230- disable smart card action setting when gnome-screensaver
231  not installed (#209643)
232- do not change protocols and services in nsswitch.conf (#236669)
233
234* Tue Jun 12 2007 Tomas Mraz <tmraz@redhat.com> - 5.3.14-1
235- authconfig.8 synopsis fixed (patch by Eric Raymond) (#220574)
236- drop explicit requirement on python version as it is now
237  generated automatically
238- improve writing /etc/samba/smb.conf (based on patch by
239  Simo Sorce)
240- merge changes upstream
241 
242* Fri May  4 2007 Tomas Mraz <tmraz@redhat.com> - 5.3.13-4
243- local nis domain is obtained from sysconfig/network (#235927)
244- set "local authorization is sufficient" on by default
245
246* Thu Apr  5 2007 Tomas Mraz <tmraz@redhat.com> - 5.3.13-3
247- minor changes and cleanups for merge review (#225293)
248
249* Mon Mar 19 2007 Tomas Mraz <tmraz@redhat.com> - 5.3.13-2
250- nss_ldap is now in /usr/lib (#232975)
251
252* Tue Dec 12 2006 Tomas Mraz <tmraz@redhat.com> - 5.3.13-1
253- another traceback in --probe and other fixes (#218874)
254- make smbRealm a default realm when appropriate (#219300)
255- added missing languages in LINGUAS
256
257* Wed Nov 29 2006 Tomas Mraz <tmraz@redhat.com> - 5.3.12-1
258- when pam_krb5 auth fails with smartcard login don't enforce it
259  in the account stack (#214931)
260- updated translations (#216570)
261- winbind should be added only to user tables (#216862)
262
263* Fri Oct 20 2006 Tomas Mraz <tmraz@redhat.com> - 5.3.11-1
264- fixed --smartcardaction command line option (#211552)
265
266* Fri Oct  6 2006 Tomas Mraz <tmraz@redhat.com> - 5.3.10-1
267- fixed passwd PAM stack when PKCS11 enabled (#195960)
268- make authconfig --probe work again (#209676)
269
270* Mon Oct  2 2006 Tomas Mraz <tmraz@redhat.com> - 5.3.9-1
271- updated translations (#207095)
272- correctly write pam_smb.conf with only one server specified (#208365)
273
274* Thu Sep 21 2006 Tomas Mraz <tmraz@redhat.com> - 5.3.8-1
275- move options to another tab to fit on 800x600 screen (#207357)
276
277* Tue Sep 19 2006 Tomas Mraz <tmraz@redhat.com> - 5.3.7-1
278- improve PAM setup for smart card login
279- support smart card login with kerberos (PKINIT)
280- add pam_pkcs11 to password PAM stack
281
282* Mon Sep  4 2006 Tomas Mraz <tmraz@redhat.com> - 5.3.6-1
283- skip pam_unix for session for crond service
284- fixed a bug in saving when smartcard settings changed (#204838)
285- removed allow_ypbind setsebool as it is now handled in ypbind
286
287* Tue Aug 29 2006 Tomas Mraz <tmraz@redhat.com> - 5.3.5-1
288- improve smart card related UI strings
289- removed possibility to set smart card type from authconfig-gtk
290  as only coolkey will be supported for now
291
292* Thu Aug 24 2006 Tomas Mraz <tmraz@redhat.com> - 5.3.4-1
293- pass options given to authconfig-gtk to authconfig (#203955)
294
295* Sun Jul 23 2006 Ray Strode <rstrode@redhat.com> - 5.3.3-2
296- write out new "wait_for_card" config option if we're
297  forcing smart card authentication
298- add "use_uid" option to smart card pam_succeed_if line to
299  work around bug where pam_succeed_if checks user information
300  even in cases where the conditional doesn't depend on it.
301- remove unimplemented "logout" smart card removal action from
302  settings
303- remove unnecessary "card_only" argument
304
305* Fri Jul 21 2006 Tomas Mraz <tmraz@redhat.com> - 5.3.3-1
306- don't start sceventd when smartcard login is enabled
307- improve pam config for smartcard login
308
309* Tue Jul 18 2006 Tomas Mraz <tmraz@redhat.com> - 5.3.2-1
310- don't require pam_pkcs11 to run
311
312* Tue Jul 18 2006 Tomas Mraz <tmraz@redhat.com> - 5.3.1-1
313- screensavers should be authenticated by smartcard too
314- add feature to download a CA certificate for LDAP from
315  an URL (#197103)
316- add pam_keyinit session module to the PAM configuration (#198638)
317
318* Fri Jul  7 2006 Tomas Mraz <tmraz@redhat.com> - 5.3.0-1
319- added support for smartcard authentication
320- fixed parsing kerberos realms
321
322* Thu May 18 2006 Tomas Mraz <tmraz@redhat.com> - 5.2.5-1
323- write ldap servers as URIs and not HOSTs (#191842)
324- fix a typo in --test output
325- updated summary, converted changelog to UTF-8
326
327* Fri May 12 2006 Tomas Mraz <tmraz@redhat.com> - 5.2.4-1
328- added crond to the services restarted after firstboot (#187334)
329- when checking nscd status redirect output to /dev/null (#188555)
330
331* Tue Mar 21 2006 Tomas Mraz <tmraz@redhat.com> - 5.2.3-1
332- make smb.conf and krb5.conf loading more robust (#185766)
333
334* Mon Feb 27 2006 Tomas Mraz <tmraz@redhat.com> - 5.2.2-1
335- add try_first_pass option to pam_unix for better integration
336  with individual service configurations (#182350)
337- updated translations
338
339* Mon Feb 20 2006 Tomas Mraz <tmraz@redhat.com> - 5.2.1-1
340- don't crash in TUI when some options aren't set (#182151)
341
342* Fri Feb  3 2006 Tomas Mraz <tmraz@redhat.com> - 5.2.0-1
343- redesigned GUI (#178112)
344- added man page for system-config-ac (#179584)
345- disable authentication of system accounts by network services
346  by default, added option for changing that (#179009)
347- updated translations, new languages
348
349* Mon Jan  9 2006 Tomas Mraz <tmraz@redhat.com> - 5.1.2-1
350- fixed regression when saving nsswitch.conf
351
352* Fri Jan  6 2006 Tomas Mraz <tmraz@redhat.com> - 5.1.1-1
353- print warning if PAM module is missing when the PAM configuration
354  is saved (#168880)
355
356* Fri Dec 23 2005 Tomas Mraz <tmraz@redhat.com>
357- make child dialog preset code more robust (#176462)
358
359* Sat Dec 17 2005 Tomas Mraz <tmraz@redhat.com> - 5.1.0-1
360- update only configuration files which settings were modified (#72290)
361
362* Mon Dec  5 2005 Tomas Mraz <tmraz@redhat.com> - 5.0.4-1
363- don't ignore krb5realm command line option (#174838)
364- read dns_lookup_realm and dns_lookup_kdc values correctly
365- the PAM configuration is now written in system-auth-ac file
366  which is then symlinked from system-auth, the symlink is not
367  overwritten so local PAM configuration is now possible (#165342)
368
369* Mon Nov  7 2005 Tomas Mraz <tmraz@redhat.com> - 5.0.3-1
370- add symlinks to python scripts in sbindir
371- don't override nullok setting from system-auth (#96996)
372
373* Fri Oct 14 2005 Tomas Mraz <tmraz@redhat.com> - 5.0.2-1
374- authinfo-tui.py is now symlink
375- reword the CA certificate message (#154317)
376- use include instead of pam_stack in pam config
377- don't break yp.conf with multiple domains (#127306)
378
379* Mon Sep  5 2005 Tomas Mraz <tmraz@redhat.com> - 5.0.1-1
380- fixed a few errors catched by pychecker
381
382* Sat Sep  3 2005 Tomas Mraz <tmraz@redhat.com> - 5.0.0-1
383- C code completely rewritten in Python
384- some bugs fixed in the process (and no doubt new introduced)
385- TUI deprecated, opens only when run as authconfig-tui
386
387* Mon Jun 20 2005 Tomas Mraz <tmraz@redhat.com> - 4.6.13-1
388- set domain and ypserver option correctly when multiple servers
389  specified in kickstart (#159214)
390
391* Tue Apr 12 2005 Tomas Mraz <tmraz@redhat.com> - 4.6.12-1
392- replaced deprecated gtk.TRUE/FALSE (#153034)
393- updated translations
394
395* Fri Mar 14 2005 Tomas Mraz <tmraz@redhat.com>
396- propagate the --enablewinbindauth option to the configuration (#151018)
397
398* Fri Mar  4 2005 Tomas Mraz <tmraz@redhat.com> - 4.6.11-1
399- changed version propagation
400
401* Thu Mar  3 2005 Tomas Mraz <tmraz@redhat.com>
402- updated translations
403- fixed build on gcc4
404
405* Wed Feb 23 2005 Tomas Mraz <tmraz@redhat.com> - 4.6.10-1
406- updated translations
407
408* Thu Feb 10 2005 Tomas Mraz <tmraz@redhat.com> - 4.6.9-1
409- improved the code that writes tls_cacertdir to ldap.conf
410
411* Tue Jan 25 2005 Tomas Mraz <tmraz@redhat.com>
412- renamed functions in authconfigmodule to be more clear
413- implemented cacertdir for LDAP with TLS
414
415* Mon Jan 24 2005 Tomas Mraz <tmraz@redhat.com>
416- fixed a bug in authinfo_differs when called from python
417
418* Wed Dec 17 2004 Tomas Mraz <tmraz@redhat.com> - 4.6.8-1
419- add option for making local authorization sufficient for local users
420  this is attempt to 'solve/workaround' the problem with blocking local logins by
421  pulling out network cable (#115181)
422
423* Wed Dec 15 2004 Tomas Mraz <tmraz@redhat.com>
424- remove dependency on nscd
425- don't show warning messages when switching options off
426
427* Mon Dec  6 2004 Tomas Mraz <tmraz@redhat.com> - 4.6.7-1
428- updated translations
429- winbind in authconfig-gtk.py was setting the nsswitch.conf on the auth tab
430- use GtkComboBox instead of deprecated GtkOptionMenu
431- disable options with not installed binaries, remove unnecessary deps of
432  authconfig-gtk
433
434* Thu Nov 18 2004 Tomas Mraz <tmraz@redhat.com> - 4.6.6-1
435- merged patches from dist
436- fix versioning
437
438* Mon Nov  8 2004 Jeremy Katz <katzj@redhat.com> - 4.6.5-6
439- rebuild against python 2.4
440
441* Thu Oct 28 2004 Dan Walsh <dwalsh@redhat.com>
442- Fix setsebool patch to turn off boolean
443
444* Thu Oct 28 2004 Dan Walsh <dwalsh@redhat.com>
445- Add setsebool for NIS
446
447* Fri Oct 15 2004 Tomas Mraz <tmraz@redhat.com>
448- force broken_shadow option on network auth (#136760)
449
450* Fri Oct 15 2004 Tomas Mraz <tmraz@redhat.com>
451- force restart of autofs on firstboot call when using NIS (#133035, #124498)
452
453* Thu Oct 07 2004 Tomas Mraz <tmraz@redhat.com>
454- require python to install (#134654)
455
456* Mon Oct 04 2004 Jindrich Novy <jnovy@redhat.com> 4.6.5-1
457- updated translations from upstream
458- autogeneration of build stripts in prep phase
459
460* Fri Sep 30 2004 Jindrich Novy <jnovy@redhat.com>
461- fixed man page
462- added dependency on nscd
463
464* Wed Sep 29 2004 Jindrich Novy <jnovy@redhat.com> 4.6.4-6
465- regenerated build scripts
466
467* Wed Sep 29 2004 Jindrich Novy <jnovy@redhat.com> 4.6.4-5
468- fixed all po files to translate correctly messages with modified accelerators (#133742)
469- added translations for Arabic, Bulgarian and other languages (#133716, #133158)
470
471* Wed Sep 22 2004 Jindrich Novy <jnovy@redhat.com> 4.6.4-4
472- added "quiet" option to pam_success_if PAM module in sytem-auth (#133179)
473
474* Mon Sep 13 2004 Jindrich Novy <jnovy@redhat.com> 4.6.4-3
475- corrected package dependencies #132411
476- regenerated glade.strings.h #132369
477
478* Wed Aug 25 2004 Jindrich Novy <jnovy@redhat.com> 4.6.4-2
479- modified authconfig-gtk interface to fit lower resolution screens (#127175)
480- modified accelerators in authconfig-gtk (#125797)
481- updated package dependencies (#125306)
482
483* Tue Aug 24 2004 Jindrich Novy <jnovy@redhat.com>
484- updated configure scripts
485- warnfixes and minor hacks
486
487* Mon Jun  7 2004 Nalin Dahyabhai <nalin@redhat.com> 4.6.4-1
488- tweak account management to fix #55193 correctly
489- require anything we might want to run in the gui subpackage because it
490  doesn't warn about missing things and you don't have a terminal to see
491  error messages about missing commands
492- properly display the domain in the GUI join dialog (#124621)
493
494* Tue May 11 2004 Nalin Dahyabhai <nalin@redhat.com> 4.6.3-1
495- omit the "ads" or "rpc" when calling "net join", Samba's smarter now (#122802)
496- properly warn about missing "net" (samba-client) and libnss_winbind and
497  pam_winbind (samba-common) in text mode (#122802)
498
499* Wed Apr 21 2004 Nalin Dahyabhai <nalin@redhat.com> 4.6.2-1
500- learn all about pam_passwdqc
501- preserve arguments to pam_cracklib and pam_passwdqc
502- short-circuit PAM authorization checks for users with UID < 100
503- remove redhat-config-authentication as a way to invoke the GUI tool (#115977)
504
505* Fri Feb  6 2004 Nalin Dahyabhai <nalin@redhat.com> 4.6.1-1
506- fix man page: --enableldapssl should be --enableldaptls
507- make --enableldapssl an alias for --enableldaptls
508
509* Thu Jan  8 2004 Nalin Dahyabhai <nalin@redhat.com> 4.6-1
510- authconfig-gtk.py: require rhpl, which is required by the script (#104209)
511- both: require usermode (authconfig-gtk transitively), else leave a dangling
512  symlink (#104209)
513- the great redhat-config-authentication/system-config-authentication renaming,
514  as was foretold in the fedora-config-list archives
515
516* Wed Jan  7 2004 Nalin Dahyabhai <nalin@redhat.com>
517- preserve "compat" if it's used in /etc/nsswitch.conf
518
519* Tue Nov 18 2003 Nalin Dahyabhai <nalin@redhat.com> 4.4-1
520- add options for toggling krb5's use of DNS
521
522* Mon Nov 17 2003 Nalin Dahyabhai <nalin@redhat.com>
523- rework tui to include winbind options. there wasn't enough room in the old
524  dialog to include the important options, so the whole thing's been reworked
525
526* Thu Nov 13 2003 Nalin Dahyabhai <nalin@redhat.com>
527- conflict with older versions of samba which expect different configuration
528
529* Mon Nov 10 2003 Nalin Dahyabhai <nalin@redhat.com>
530- initial support for configuring winbind
531
532* Tue Oct 28 2003 Nalin Dahyabhai <nalin@redhat.com>
533- make pam_cracklib requisite instead of required in generated PAM configs
534
535* Wed Oct 22 2003 Bill Nottingham <notting@redhat.com> 4.3.8-1
536- rebuild with current translations
537
538* Thu Aug 21 2003 Nalin Dahyabhai <nalin@redhat.com> 4.3.7-2
539- make the tarball name include the release number
540
541* Thu Aug 21 2003 Nalin Dahyabhai <nalin@redhat.com> 4.3.7-1
542- authconfig-gtk: condrestart certain additional services if invoked with
543  the --firstboot flag (half of #91268, needs cooperating firstboot)
544- translation updates
545
546* Mon Jul  7 2003 Nalin Dahyabhai <nalin@redhat.com> 4.3.6-1
547- translation updates
548
549* Mon Jun 30 2003 Nalin Dahyabhai <nalin@redhat.com>
550- add 'redhat-config-authentication' as an alias for authconfig-gtk
551- make authconfig-gtk exec authconfig if gui startup fails and it looks like
552  we're connected to a tty
553
554* Thu Jun 05 2003 Elliot Lee <sopwith@redhat.com>
555- rebuilt
556
557* Mon May  5 2003 Nalin Dahyabhai <nalin@redhat.com> 4.3.5-1
558- translation updates
559- close unusable file descriptors if locking fails
560
561* Tue Feb 18 2003 Nalin Dahyabhai <nalin@redhat.com> 4.3.4-1
562- learn how to toggle defaults/crypt_style in /etc/libuser.conf (#79337)
563
564* Fri Feb  7 2003 Nalin Dahyabhai <nalin@redhat.com> 4.3.3-1
565- look in /lib64 for modules for nsswitch and PAM by default on
566  x86_64, ppc64, and s390x (#83049)
567
568* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
569- rebuilt
570 
571* Mon Nov  4 2002 Nalin Dahyabhai <nalin@redhat.com> 4.3.2-1
572- update translations
573- update copyright strings (only took 10 months!)
574
575* Wed Oct 23 2002 Nalin Dahyabhai <nalin@redhat.com> 4.3.1-1
576- require a version of PAM (0.75-43) which supports $ISA
577- use $ISA in our own PAM config files
578
579* Tue Oct 22 2002 Nalin Dahyabhai <nalin@redhat.com>
580- add $ISA to the name of the directory in which we expect PAMs to be stored
581
582* Fri Sep 20 2002 Nalin Dahyabhai <nalin@redhat.com> 4.3-1
583- build with -fPIC, necessary on some arches
584
585* Tue Sep  3 2002 Nalin Dahyabhai <nalin@redhat.com> 4.2.11-3
586- update translations
587
588* Thu Aug 29 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.2.12-2
589- Update translations
590
591* Fri Aug 23 2002 Nalin Dahyabhai <nalin@redhat.com> 4.2.11-1
592- modify spacing and layout in authconfig-gtk
593
594* Thu Aug 15 2002 Nalin Dahyabhai <nalin@redhat.com> 4.2.10-4
595- translation updates
596- rebuild to pick up dependency changes
597
598* Mon Jul 29 2002 Nalin Dahyabhai <nalin@redhat.com> 4.2.10-3
599- include the userhelper configuration file
600- require sufficiently-new pam package in the gui subpackage
601
602* Fri Jul 26 2002 Nalin Dahyabhai <nalin@redhat.com> 4.2.10-2
603- actually include the icon in the package
604- translation updates
605
606* Tue Jul 23 2002 Nalin Dahyabhai <nalin@redhat.com> 4.2.10-1
607- use desktop-file-install (#69376)
608- include an icon for the menu item (#68577)
609
610* Wed Jul 17 2002 Nalin Dahyabhai <nalin@redhat.com> 4.2.9-2
611- own the pkgdatadir
612- pull in translation updates
613
614* Mon Jun  3 2002 Nalin Dahyabhai <nalin@redhat.com> 4.2.9-1
615- add --enable-experimental to enable some of that experimental code
616- add --enable-local to enable local policies
617- update translations
618
619* Thu May 30 2002 Nalin Dahyabhai <nalin@redhat.com> 4.2.8-7
620- use the current revision of python by default
621- get the intltool/gettext situation sorted out
622
623* Thu May 23 2002 Tim Powers <timp@redhat.com>
624- automated rebuild
625
626* Fri May  3 2002 Nalin Dahyabhai <nalin@redhat.com> 4.2.8-5
627- remove bogus buildrequires left over from when authconfig-gtk was C code
628- buildrequires python-devel in addition to python (to build the python module,
629  but we still need python to byte-compile the python script)
630
631* Thu Apr 18 2002 Nalin Dahyabhai <nalin@redhat.com> 4.2.8-4
632- add missing translations back in
633- convert .mo files at install-time
634
635* Mon Apr 15 2002 Nalin Dahyabhai <nalin@redhat.com> 4.2.8-3
636- refresh translations
637
638* Wed Apr 10 2002 Nalin Dahyabhai <nalin@redhat.com> 4.2.8-2
639- actually add the .desktop files
640
641* Tue Apr  9 2002 Nalin Dahyabhai <nalin@redhat.com> 4.2.8-1
642- refresh translations
643- destroy the python object correctly
644
645* Tue Mar 26 2002 Nalin Dahyabhai <nalin@redhat.com> 4.2.7-2
646- add the .desktop file
647
648* Mon Mar 25 2002 Nalin Dahyabhai <nalin@redhat.com> 4.2.7-1
649- rework the auth stack logic to require all applicable auth modules
650
651* Fri Mar  1 2002 Nalin Dahyabhai <nalin@redhat.com> 4.2.6-1
652- allow pam_krb5afs to be used for account management, too
653
654* Mon Feb 25 2002 Nalin Dahyabhai <nalin@redhat.com> 4.2.5-3
655- refresh translations
656
657* Fri Feb 22 2002 Nalin Dahyabhai <nalin@redhat.com> 4.2.5-2
658- refresh translations
659
660* Tue Feb 12 2002 Nalin Dahyabhai <nalin@redhat.com> 4.2.5-1
661- actually free authInfo structures when asked to
662- use pam_krb5's account management facilities
663- conflict with versions of pam_krb5 which don't offer account management
664
665* Mon Feb  4 2002 Nalin Dahyabhai <nalin@redhat.com> 4.2.4-1
666- add python bindings for the back-end
667- redo the gui so that it exercises the python bindings
668- take a shot at getting authconfig to work in a firstboot container
669
670* Thu Jan 31 2002 Nalin Dahyabhai <nalin@redhat.com> 4.2.3-4
671- rebuild again
672
673* Wed Jan 30 2002 Tim Powers <timp@redhat.com> 4.2.3-3
674- rebuilt against new glib
675
676* Wed Jan 23 2002 Nalin Dahyabhai <nalin@redhat.com> 4.2.3-2
677- rebuild in new environment
678
679* Thu Jan 10 2002 Nalin Dahyabhai <nalin@redhat.com> 4.2.3-1
680- add some more experimental options
681- clean up the glade files a bit
682- don't destroy a garbage pointer on main cancel, destroy the main dialog
683
684* Thu Jan  3 2002 Nalin Dahyabhai <nalin@redhat.com> 4.2.2-2
685- bump release and rebuild
686
687* Thu Dec 20 2001 Nalin Dahyabhai <nalin@redhat.com> 4.2.2-1
688- make setting of experimental options only possible through
689  /etc/sysconfig/authconfig, to keep accidents from happening
690- add some more support for experimental stuff
691
692* Tue Dec 11 2001 Nalin Dahyabhai <nalin@redhat.com> 4.2.1-1
693- fix setting of LDAP TLS option in authconfig-gtk
694- change Apply to Ok, Close to Cancel, because that's how they work
695
696* Tue Dec 11 2001 Nalin Dahyabhai <nalin@redhat.com> 4.2-2
697- add the glade XML file to the -gtk subpackage (fix from katzj)
698
699* Mon Dec 10 2001 Nalin Dahyabhai <nalin@redhat.com> 4.2-1
700- port to glib2
701- move post code to the back-end
702- add a libglade GUI in a -gtk subpackage
703- set up to use userhelper
Note: See TracBrowser for help on using the repository browser.