None of currently supported distributions need that.
Last one was EL5 which is EOL for a while.
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
None of currently supported distributions need that.
It was needed last for EL5 which is EOL now
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
- documentation updates
- update "prepend_user_name" behavior to be less surprising when used in
combination with "argument_passing_method" set to "cmdline"
- update pointers to pagure.io hosting
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
- tweak initialization so that we set up for providing our D-Bus APIs
before we register our names with the bus, so that we can handle any
requests that arrive before the acknowledgement of that registration,
which should make system activation a viable option
- fix a crasher in pam_oddjob_mkhomedir.so: remove an initialization step that
should have been removed when the module was modified to accept larger
replies (#1236970)
- open a connection to the bus for every service we're serving, instead of
using just one for the lot of them, so that we can tell which service a
client was attempting to contact if it sends a message to our unique
connection address instead of a well-known name, like dbus-python does
- tweak the logic for guessing which interface name is right when a request
doesn't include one, so that it has a better chance of finding the right one
- increase the initial size of the buffer that we pass to getpwnam_r in the
pam_oddjob_mkhomedir module (#1198812)
- catch calls to the method invocation helper function that mistakenly
didn't include the newly-required timeout value (#1089655,#1089656)
- stop overriding the system-wide UMASK default in our default
oddjobd-mkhomedir.conf file (#995097)
- refer to $local_fs instead of $localfs in the init script (#802719)
- install a systemd unit file instead of an init script on still-in-development
releases (#820137,818963)
- build binaries position-independent and marked for earliest-possible symbol
resolution (#852800)
- don't worry about moving things from /usr to / when they're the same (#852800)
- don't try to "close" our shared connection to the bus when the bus hangs up on us -- at some point libdbus started abort()ing when we try that (#634356)
weren't being used, obsoleting them to avoid a mess on upgrades
- move the mkhomedir helper from %%{_libdir}/%{name} to
%%{_libexecdir}/%{name} to make the multilib configuration files agree
(#559232)
- use %%global instead of %%define