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

Revision 521, 26.4 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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