usermode-vl.spec 21 KB

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