source: projects/specs/trunk/a/authconfig/authconfig-vl.spec @ 5701

Revision 5701, 26.5 KB checked in by Takemikaduchi, 12 years ago (diff)

python-2.7.2

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