source: projects/specs/trunk/u/usermode/usermode-vl.spec @ 12335

Revision 12335, 21.6 KB checked in by tomop, 4 years ago (diff)

updated 14 packages

chkconfig-1.3.61-3

diffutils-3.7-1

findutils-4.7.0-1

libmpc-1.1.0-1

libuser-0.62-1

libutempter-1.1.6-2

mpfr-4.0.2-1

mpfr3-3.1.6-1

psmisc-23.2-1

sed-4.8-1

shadow-utils-4.8-1

tcsh-6.22.02-1

texinfo-6.7-1

usermode-1.109-2

Line 
1# VINE: 1.110 or upper drops halt/poweroff/reboot helpers
2# VINE: to upgrade 1.110+, we need to use systemd.
3
4Summary: Tools for certain user account management tasks.
5Summary(ja): ユーザアカウント管理用ツール
6Name: usermode
7Version: 1.109
8Release: 2%{?_dist_release}
9License: GPLv2+
10Group: Applications/System
11URL: https://fedorahosted.org/usermode/
12
13Source: https://fedorahosted.org/releases/u/s/usermode/usermode-%{version}.tar.xz
14## Vine Source(s)/Patch(es)
15Source10: usermode-1.107-ja.po
16Patch10: usermode-1.37-halt-p.patch
17Patch1000: usermode-major.patch
18
19Vendor: Project Vine
20Distribution: Vine Linux
21Packager: daisuke
22
23BuildRoot: %{_tmppath}/%{name}-%{version}-root
24BuildRequires: desktop-file-utils, glib2-devel, gtk2-devel
25BuildRequires: libglade2-devel, libuser-devel, pam-devel, util-linux-ng, libwnck-devel
26BuildRequires: libblkid-devel
27BuildRequires: perl-XML-Parser, libSM-devel, startup-notification-devel, gettext
28
29Requires: util-linux, pam >= 0.75, passwd
30Conflicts: SysVinit < 2.74-14
31
32%description
33The usermode package contains the userhelper program, which can be
34used to allow configured programs to be run with superuser privileges
35by ordinary users.
36
37%description -l ja
38usermode パッケージには、一般ユーザが設定されたプログラムをスーパーユー
39ザとして実行できるようにするユーザヘルパープログラムが含まれています。
40
41%package gtk
42Summary: Graphical tools for certain user account management tasks.
43Summary(ja): ユーザアカウント管理用グラフィカルツール
44Group: Applications/System
45Requires: %{name} = %{version}-%{release}
46
47%description gtk
48The usermode-gtk package contains several graphical tools for users:
49userinfo, usermount and userpasswd.  Userinfo allows users to change
50their finger information.  Usermount lets users mount, unmount, and
51format filesystems.  Userpasswd allows users to change their
52passwords.
53
54Install the usermode-gtk package if you would like to provide users with
55graphical tools for certain account management tasks.
56
57%description gtk -l ja
58usermode-gtk には userinfo, usermount, userpasswd といったユーザ用
59グラフィカルツールも収められています。userinfo を使うと一般ユーザが自
60分のアカウントの finger 情報を変更することが出来ます.
61usermount は一般ユーザがファイルシステムのマウント/アンマウント/初期化を
62行うことを可能にします.userpasswd は一般ユーザが自分のパスワードを
63変更するのに使います.
64
65一般ユーザ向けに,アカウント管理用グラフィカルツールを提供したい場合は
66usermode パッケージをインストールして下さい.
67
68%prep
69%setup -q
70cp -f po/ja.po po/ja.po.orig
71cp -f %{SOURCE10} po/ja.po
72
73%patch10 -p1 -b .halt-p
74%patch1000 -p1
75
76%build
77intltoolize --force --copy
78autoreconf
79%configure
80make -C po usermode.pot
81make -C po update-po
82make
83
84%install
85rm -rf $RPM_BUILD_ROOT
86make install DESTDIR=$RPM_BUILD_ROOT
87
88# We set up the shutdown programs to be wrapped in this package.  Other
89# packages are on their own....
90mkdir -p $RPM_BUILD_ROOT/etc/pam.d $RPM_BUILD_ROOT%{_sysconfdir}/security/console.apps
91for wrappedapp in halt reboot poweroff ; do
92        ln -s consolehelper $RPM_BUILD_ROOT%{_bindir}/${wrappedapp}
93        install -m644 $wrappedapp $RPM_BUILD_ROOT%{_sysconfdir}/security/console.apps/${wrappedapp}
94        cp shutdown.pamd $RPM_BUILD_ROOT/etc/pam.d/${wrappedapp}
95done
96cat <<EOF > $RPM_BUILD_ROOT/etc/security/console.apps/config-util
97USER=root
98UGROUPS=wheel
99EOF
100
101for desktopfile in $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
102do
103  mv $desktopfile ${desktopfile/redhat-/}
104done
105
106%find_lang %{name}
107
108%clean
109rm -rf $RPM_BUILD_ROOT
110
111%files -f %{name}.lang
112%defattr(-,root,root)
113%attr(4711,root,root) /usr/sbin/userhelper
114%{_bindir}/consolehelper
115%{_mandir}/man8/userhelper.8*
116%{_mandir}/man8/consolehelper.8*
117# PAM console wrappers
118%{_bindir}/halt
119%{_bindir}/reboot
120%{_bindir}/poweroff
121%{_bindir}/shutdown
122%config(noreplace) /etc/pam.d/halt
123%config(noreplace) /etc/pam.d/reboot
124%config(noreplace) /etc/pam.d/poweroff
125%config(noreplace) /etc/security/console.apps/config-util
126%config /etc/security/console.apps/halt
127%config /etc/security/console.apps/reboot
128%config /etc/security/console.apps/poweroff
129
130%files gtk
131%defattr(-,root,root)
132%{_bindir}/usermount
133%{_mandir}/man1/usermount.1*
134%{_bindir}/userinfo
135%{_mandir}/man1/userinfo.1*
136%{_bindir}/userpasswd
137%{_mandir}/man1/userpasswd.1*
138%{_bindir}/consolehelper-gtk
139%{_mandir}/man8/consolehelper-gtk.8*
140%{_bindir}/pam-panel-icon
141%{_mandir}/man1/pam-panel-icon.1*
142%{_datadir}/%{name}
143%{_datadir}/pixmaps/*
144%{_datadir}/applications/*
145     
146%changelog
147* Wed Mar 18 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.109-2
148- rebuilt with current environment.
149- added Patch1000.
150
151* Wed Jul 02 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 1.109-1
152- update to 1.109
153
154* Sat Jun 18 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.107-1
155- update to 1.107
156- add UGROUPS=wheel to config-util
157- update ja.po for better authentication dialog
158
159* Mon Jan 17 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.106.1-1
160- new upstream release
161
162* Tue Aug 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.98-1
163- new upstream release
164
165* Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 1.86-1vl5
166- applied new versioning policy, spec in utf-8
167
168* Sat Jan 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.86-0vl3
169- rebuilt with libwnck 2.20.2
170- added Patch100 for avoiding desktop-file-install failure
171- fixed *.desktop.in files
172
173* Tue Sep 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.86-0vl2
174- fix Patch12
175  - The old patch changes the application's locale by mistake.
176
177* Thu Sep 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.86-0vl1
178- new upstream release
179- add Patch12 to fix broken messages in consolehelper-gtk (<BTS:181>)
180- update ja.po
181
182* Thu Jun 29 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.85-0vl1
183- new upstream release
184
185* Sun Aug 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.81-0vl1
186- new upstream release
187- rebuild with new libwnck
188
189* Mon Mar 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.70-4vl3
190- rebuild with new libwnck
191
192* Sat Jul  3 2004 Tomoya TAKA <taka@vinelinux.org> 1.70-4vl2
193- fix lack of %%{_bindir}/shutdown
194
195* Mon Jun 28 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.70-4vl1
196- new upstream release
197- fixed spec's kanji code.
198- split gui related utilities to usermode-gtk subpackage.
199
200* Mon Nov 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.69-1vl1
201- new upstream release
202
203* Thu Oct 23 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.68-0vl1
204- new upstream release
205
206* Sat Jan 25 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.65-1vl1
207- merged with Vine Linux package 1.42-1vl5
208  * Sat Aug 17 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.42-1vl5
209  - enable system authentication even if %%{build6x} is set to 0
210    (for compatibility with previous version)
211  * Mon Aug 05 2002 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 1.42-1vl4
212  - reinstated /usr/bin/shutdown
213  * Fri Aug 02 2002 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 1.42-1vl3
214  - rebuild with pam-0.75-39vl1
215  - set build6x to 0
216  * Wed Feb 20 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.42-1vl2
217  - rebuild to remove rpmlib dependancy
218  * Fri Jun 01 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
219  - 1.42-1vl1
220  - based on 1.42-1 from Rawhide and merged some from 1.37-2vl2
221  - %%define build6x 1 for Vine
222
223* Mon Jan 20 2003 Nalin Dahyabhai <nalin@redhat.com> 1.65-1
224- pass-through DESKTOP_STARTUP_ID
225
226* Mon Jan  6 2003 Nalin Dahyabhai <nalin@redhat.com> 1.64-1
227- set the requesting user PAM item to the invoking user's name (#81255)
228
229* Mon Nov 11 2002 Nalin Dahyabhai <nalin@redhat.com> 1.63-2
230- remove directory names from PAM config files, allowing the same config
231  files to work for both arches on multilib boxes
232- translation updates
233
234* Wed Sep  4 2002 Nalin Dahyabhai <nalin@redhat.com> 1.63-1
235- userhelper: swallow the exec'd program's exit stauts, which would be
236  misinterpreted by consolehelper anyway
237
238* Tue Sep  3 2002 Nalin Dahyabhai <nalin@redhat.com> 1.62-1
239- consolehelper: suppress dialog on successful execution
240- userhelper: return 0 on success, not 1 (what was I *thinking*?)
241
242* Mon Sep  2 2002 Nalin Dahyabhai <nalin@redhat.com> 1.61-1
243- userinfo: exit properly on escape. handle site_info field properly. go
244  insensitive while running child process.
245- userpasswd: exit properly on cancel.
246- all of the above: reap the child instead of checking for pipe close -- this
247  way is more robust (#68578,72684).
248- usermount: run mount/umount synchronously. capture stderr and display in a
249  dialog. desensitize action buttons when no filesystems are selected.
250- consolehelper: display errors if we're attempting to run bogus programs
251  (#72127)
252- translation updates (#70278)
253
254* Wed Aug 14 2002 Nalin Dahyabhai <nalin@redhat.com> 1.60-1
255- reconnect the "cancel" and "ok" buttons in userinfo
256- heed the cancel button when prompting for passwords in userinfo (#68578)
257- translation update
258
259* Wed Aug 14 2002 Nalin Dahyabhai <nalin@redhat.com> 1.59-2
260- change "forget password" to "forget authorization", because we don't actually
261  remember the password (that would be scary, #71476)
262- translation update
263
264* Tue Aug 13 2002 Nalin Dahyabhai <nalin@redhat.com> 1.59-1
265- pam-panel-icon: overhaul, change the 'locked' icon to keyring-small, nix the
266  'unlocked' icon
267- consolehelper-gtk: properly set up the dialog buttons (should be 'cancel/ok'
268  when we're asking questions, was always 'close')
269- disappear pam_timestamp_init
270
271* Wed Aug  7 2002 Nalin Dahyabhai <nalin@redhat.com> 1.58-2
272- install the new 'unlocked' icon
273
274* Tue Aug  6 2002 Jonathan Blandford <jrb@redhat.com>
275- New version.
276
277* Mon Aug  5 2002 Nalin Dahyabhai <nalin@redhat.com> 1.57-1
278- add support for BANNER and BANNER_DOMAIN in the userhelper configuration
279
280* Mon Aug  5 2002 Nalin Dahyabhai <nalin@redhat.com> 1.56-4
281- mark strings in the .glade file as translatable (#70278)
282- translation updates
283
284* Wed Jul 31 2002 Nalin Dahyabhai <nalin@redhat.com> 1.56-3
285- add icons for userpasswd and usermount
286
287* Wed Jul 24 2002 Nalin Dahyabhai <nalin@redhat.com> 1.56-2
288- actually include the icons
289- translation updates
290
291* Tue Jul 23 2002 Nalin Dahyabhai <nalin@redhat.com> 1.56-1
292- userinfo: prevent users from selecting "nologin" as a shell (#68579)
293- don't strip binaries by default; leave that to the buildroot policy
294- use desktop-file-install
295
296* Wed Jun 19 2002 Havoc Pennington <hp@redhat.com>
297- put pam-panel-icon in file list
298
299* Mon May 20 2002 Nalin Dahyabhai <nalin@redhat.com> 1.55-2
300- don't strip binaries which have no special privileges
301
302* Wed May 15 2002 Nalin Dahyabhai <nalin@redhat.com> 1.55-1
303- remove the pixmap we don't use any more (we use stock pixmaps now)
304- update translations
305
306* Tue Apr 16 2002 Nalin Dahyabhai <nalin@redhat.com> 1.54-1
307- suppress even error messages from Xlib when consolehelper calls
308  gtk_init_check() to see if the display is available
309
310* Mon Apr 15 2002 Nalin Dahyabhai <nalin@redhat.com> 1.53-2
311- refresh translations
312
313* Thu Apr 11 2002 Nalin Dahyabhai <nalin@redhat.com> 1.53-1
314- refresh shell variable code from authconfig (#63175)
315
316* Tue Apr  9 2002 Nalin Dahyabhai <nalin@redhat.com> 1.52-2
317- refresh translations
318
319* Mon Apr  1 2002 Nalin Dahyabhai <nalin@redhat.com> 1.52-1
320- attempt to make prompts at the console more meaningful
321- when falling back, reset the entire environment to the user's
322
323* Thu Mar 28 2002 Nalin Dahyabhai <nalin@redhat.com>
324- stop giving the user chances to enter the right password if we get a
325  conversation error reading a response (appears to be masked by libpam)
326  (#62195)
327- always center consolehelper dialog windows
328
329* Wed Mar 27 2002 Nalin Dahyabhai <nalin@redhat.com> 1.51-1
330- patch to make gettext give us UTF-8 strings (which GTK needs) from ynakai
331
332* Fri Mar 22 2002 Nalin Dahyabhai <nalin@redhat.com> 1.50-6
333- update translations
334- actually include the glade files (#61665)
335
336* Mon Mar 11 2002 Nalin Dahyabhai <nalin@redhat.com> 1.50-5
337- update translations
338
339* Mon Feb 25 2002 Nalin Dahyabhai <nalin@redhat.com> 1.50-4
340- rebuild
341
342* Fri Feb 22 2002 Nalin Dahyabhai <nalin@redhat.com> 1.50-3
343- update translations
344
345* Thu Jan 31 2002 Nalin Dahyabhai <nalin@redhat.com> 1.50-2
346- rebuild to fix dependencies
347
348* Thu Jan 31 2002 Nalin Dahyabhai <nalin@redhat.com> 1.50-1
349- fix userpasswd dialog message being incorrect for password changes
350- use a dumb conversation function when text mode is invoked without a tty -- if
351  the service's configuration doesn't call for prompts, then it'll still work
352- port from pwdb to libuser
353- catch child-exit errors correctly again
354- fix keyboard-grabbing
355
356* Wed Jan 23 2002 Nalin Dahyabhai <nalin@redhat.com> 1.49-3
357- add default locations for certain binaries to configure.in
358
359* Thu Jan  3 2002 Nalin Dahyabhai <nalin@redhat.com> 1.49-2
360- munge glade file to use stock items for buttons where possible
361
362* Mon Dec 10 2001 Nalin Dahyabhai <nalin@redhat.com> 1.49-1
363- the console.apps configs shouldn't be missingok
364- fix buildprereqs for gtk2/libglade2
365
366* Tue Dec  4 2001 Nalin Dahyabhai <nalin@redhat.com>
367- more gtk2 changes
368- split off a -gtk subpackage with all of the gtk-specific functionality
369
370* Wed Nov 28 2001 Nalin Dahyabhai <nalin@redhat.com>
371- the grand libglade/gtk2 overhaul
372- allow disabling display of GUI windows by setting "GUI=false" in the
373  console.apps configuration file (default: TRUE)
374- allow disabling display of GUI windows by recognizing a magic option
375  on the command-line of the program being wrapped (NOXOPTION, no default)
376
377* Fri Nov  9 2001 Nalin Dahyabhai <nalin@redhat.com> 1.46-1
378- restore the previous XAUTHORITY setting before opening PAM sessions
379
380* Fri Nov  2 2001 Nalin Dahyabhai <nalin@redhat.com> 1.45-1
381- propagate environment variables from libpam to applications
382
383* Wed Oct  3 2001 Nalin Dahyabhai <nalin@redhat.com> 1.44-1
384- only try to call gtk_main_quit() if we've got a loop to get out of (#54109)
385- obey RPM_OPT_FLAGS, obey
386
387* Tue Aug 28 2001 Trond Eivind Glomsr藷?<teg@redhat.com> 1.43-1
388- Update translations
389
390* Mon Aug  6 2001 Nalin Dahyabhai <nalin@redhat.com>
391- add build requirements on glib-devel, gtk+-devel, pam-devel (#49726)
392
393* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
394- Bump release + rebuild.
395
396* Wed Feb 14 2001 Preston Brown <pbrown@redhat.com>
397- final translation merge.
398
399* Wed Feb 14 2001 Nalin Dahyabhai <nalin@redhat.com>
400- clear the supplemental groups list before running binaries as root (#26851)
401
402* Wed Feb  7 2001 Nalin Dahyabhai <nalin@redhat.com>
403- set XAUTHORITY if we fall back to regular behavior (#26343)
404- make the suid helper 04711 instead of 04755
405
406* Mon Feb  5 2001 Nalin Dahyabhai <nalin@redhat.com>
407- refresh translations
408
409* Mon Jan 29 2001 Preston Brown <pbrown@redhat.com>
410- use lang finding script.
411
412* Thu Jan 25 2001 Yukihiro Nakai <ynakai@redhat.com>
413- Some fix for Japanese environment.
414- Use gtk_set_locale() instead of setlocale()
415- Copyright update.
416
417* Sun Jan  7 2001 Yukihiro Nakai <ynakai@redhat.com>
418- Add gettextized
419
420* Thu Nov  2 2000 Nalin Dahyabhai <nalin@redhat.com>
421- fix segfault in userhelper (#20027)
422
423* Tue Oct 24 2000 Nalin Dahyabhai <nalin@redhat.com>
424- /sbin/shutdown, not /usr/sbin/shutdown (#19034)
425
426* Fri Oct  6 2000 Nalin Dahyabhai <nalin@redhat.com>
427- don't pass on arguments to halt and reboot, because they error out
428
429* Thu Oct  5 2000 Nalin Dahyabhai <nalin@redhat.com>
430- fix the /usr/bin/shutdown wrapper so that root can call shutdown
431- only include the /usr/bin/shutdown wrapper on 6.x
432- also sanitize LC_MESSAGES
433- tweak sanitizing checks (from mkj)
434
435* Wed Oct  4 2000 Jakub Jelinek <jakub@redhat.com>
436- fix a security bug with LC_ALL/LANG variables (#18046)
437
438* Mon Aug 28 2000 Nalin Dahyabhai <nalin@redhat.com>
439- mark defined strings translateable (#17006)
440
441* Thu Aug 24 2000 Nalin Dahyabhai <nalin@redhat.com>
442- fix incorrect user name
443- add a shell wrapper version of /usr/bin/shutdown
444- build for 6.x errata
445- bump revision to upgrade the errata
446
447* Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com>
448- fix stdin/stdout redirection shenanigans (#11706)
449- fix authentication and execution as users other than root
450- make sure the right descriptors are terminals before dup2()ing them
451- cut out an extra-large CPU waster that breaks GUI apps
452
453* Mon Aug 21 2000 Nalin Dahyabhai <nalin@redhat.com>
454- fix typo (#16664)
455
456* Sun Aug 20 2000 Nalin Dahyabhai <nalin@redhat.com>
457- previous fix, part two
458
459* Sat Aug 19 2000 Nalin Dahyabhai <nalin@redhat.com>
460- fix inadvertent breakage of the shell-changing code
461
462* Fri Aug 18 2000 Nalin Dahyabhai <nalin@redhat.com>
463- fix the "run unprivileged" option
464
465* Mon Aug 14 2000 Nalin Dahyabhai <nalin@redhat.com>
466- actually use the right set of translations
467
468* Fri Aug 11 2000 Nalin Dahyabhai <nalin@redhat.com>
469- remove the shutdown command from the list of honored commands
470
471* Wed Aug  9 2000 Nalin Dahyabhai <nalin@redhat.com>
472- merge in updated translations
473- set XAUTHORITY after successful authentication (#11006)
474
475* Wed Aug  2 2000 Nalin Dahyabhai <nalin@redhat.com>
476- install translations
477- fixup a messy text string
478- make "Mount"/"Unmount" translatable
479- stop prompting for passwords to shut down -- we can hit ctrl-alt-del anyway,
480  and gdm users can just shut down without logging in
481
482* Mon Jul 31 2000 Nalin Dahyabhai <nalin@redhat.com>
483- attempt to add i18n support
484
485* Wed Jul 12 2000 Nalin Dahyabhai <nalin@redhat.com>
486- attempt to get a usable icon for userhelper-wrap (#13616, #13768)
487
488* Wed Jul  5 2000 Nalin Dahyabhai <nalin@redhat.com>
489- fix them right this time
490
491* Mon Jul  3 2000 Nalin Dahyabhai <nalin@redhat.com>
492- fix verbosity problems
493
494* Mon Jun 19 2000 Nalin Dahyabhai <nalin@redhat.com>
495- strip all binaries by default
496- add the name of the program being run to the userhelper dialog
497- add a graphic to the userhelper-wrap package
498- add a button to jump straight to nonprivileged operation when supported
499
500* Sun Jun 18 2000 Matt Wilson <msw@redhat.com>
501- rebuilt to see if we get stripped binaries
502
503* Mon Jun  5 2000 Nalin Dahyabhai <nalin@redhat.com>
504- move man pages to %%{_mandir}
505
506* Thu Jun  1 2000 Nalin Dahyabhai <nalin@redhat.com>
507- modify PAM setup to use system-auth
508- bzip2 compress tarball
509
510* Fri Mar 17 2000 Ngo Than <than@redhat.de>
511- fix problem with LANG and LC_ALL
512- compress source with bzip2
513
514* Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com>
515- fix problem parsing userhelper's -w flag with other args
516
517* Wed Mar 08 2000 Nalin Dahyabhai <nalin@redhat.com>
518- ignore read() == 0 because the child exits
519
520* Tue Mar 07 2000 Nalin Dahyabhai <nalin@redhat.com>
521- queue notice messages until we get prompts in userhelper to fix bug #8745
522
523* Thu Feb 03 2000 Nalin Dahyabhai <nalin@redhat.com>
524- free trip through the build system
525
526* Tue Jan 11 2000 Nalin Dahyabhai <nalin@redhat.com>
527- grab keyboard input focus for dialogs
528
529* Fri Jan 07 2000 Michael K. Johnson <johnsonm@redhat.com>
530- The root exploit fix created a bug that only showed up in certain
531  circumstances.  Unfortunately, we didn't test in those circumstances...
532
533* Mon Jan 03 2000 Michael K. Johnson <johnsonm@redhat.com>
534- fixed local root exploit
535
536* Thu Sep 30 1999 Michael K. Johnson <johnsonm@redhat.com>
537- fixed old complex broken gecos parsing, replaced with simple working parsing
538- can now blank fields (was broken by previous fix for something else...)
539
540* Tue Sep 21 1999 Michael K. Johnson <johnsonm@redhat.com>
541- FALLBACK/RETRY in consolehelper/userhelper
542- session management fixed for consolehelper/userhelper SESSION=true
543- fix memory leak and failure to close in error condition (#3614)
544- fix various bugs where not all elements in userinfo got set
545
546* Mon Sep 20 1999 Michael K. Johnson <johnsonm@redhat.com>
547- set $HOME when acting as consolehelper
548- rebuild against new pwdb
549
550* Tue Sep 14 1999 Michael K. Johnson <johnsonm@redhat.com>
551- honor "owner" flag to mount
552- ask for passwords with username
553
554* Tue Jul 06 1999 Bill Nottingham <notting@redhat.com>
555- import pam_console wrappers from SysVinit, since they require usermode
556
557* Mon Apr 12 1999 Michael K. Johnson <johnsonm@redhat.com>
558- even better check for X availability
559
560* Wed Apr 07 1999 Michael K. Johnson <johnsonm@redhat.com>
561- better check for X availability
562- center windows to make authentication easier (improve later with
563  transients and embedded windows where possible)
564- applink -> applnk
565- added a little padding, especially important when running without
566  a window manager, as happens when running from session manager at
567  logout time
568
569* Wed Mar 31 1999 Michael K. Johnson <johnsonm@redhat.com>
570- hm, need to be root...
571
572* Fri Mar 19 1999 Michael K. Johnson <johnsonm@redhat.com>
573- updated userhelper.8 man page for consolehelper capabilities
574- moved from wmconfig to desktop entries
575
576* Thu Mar 18 1999 Michael K. Johnson <johnsonm@redhat.com>
577- added consolehelper
578- Changed conversation architecture to follow PAM spec
579
580* Wed Mar 17 1999 Bill Nottingham <notting@redhat.com>
581- remove gdk_input_remove (causing segfaults)
582
583* Tue Jan 12 1999 Michael K. Johnson <johnsonm@redhat.com>
584- fix missing include files
585
586* Mon Oct 12 1998 Cristian Gafton <gafton@redhat.com>
587- strip binaries
588- use defattr
589- fix spec file ( rm -rf $(RPM_BUILD_ROOT) is a stupid thing to do ! )
590
591* Tue Oct 06 1998 Preston Brown <pbrown@redhat.com>
592- fixed so that the close button on window managers quits the program properly
593
594* Thu Apr 16 1998 Erik Troan <ewt@redhat.com>
595- use gtk-config during build
596- added make archive rule to Makefile
597- uses a build root
598
599* Fri Nov  7 1997 Otto Hammersmith <otto@redhat.com>
600- new version that fixed memory leak bug.
601
602* Mon Nov  3 1997 Otto Hammersmith <otto@redhat.com>
603- updated version to fix bugs
604
605* Fri Oct 17 1997 Otto Hammersmith <otto@redhat.com>
606- Wrote man pages for userpasswd and userhelper.
607
608* Tue Oct 14 1997 Otto Hammersmith <otto@redhat.com>
609- Updated the packages... now includes userpasswd for changing passwords
610  and newer versions of usermount and userinfo.  No known bugs or
611  misfeatures.
612- Fixed the file list...
613
614* Mon Oct 6 1997 Otto Hammersmith <otto@redhat.com>
615- Created the spec file.
Note: See TracBrowser for help on using the repository browser.