[Pkg-freeipa-devel] oddjob: Changes to 'master'

Timo Aaltonen tjaalton at moszumanska.debian.org
Wed Oct 21 19:51:22 UTC 2015


New branch 'master' available with the following commits:
commit c3f8597cbe6a829604954b3b47057e274c819a19
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Wed Oct 21 19:12:06 2015 +0300

    releasing package oddjob version 0.34.3-1

commit b7aec26e950042eb45dba6116132df5a7936d7fc
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Wed Oct 21 19:11:35 2015 +0300

    remove obsolete files not in tarballs

commit aff10f7b4c54254eadc4e18c311ffd67c63f2f7b
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Wed Oct 21 19:06:09 2015 +0300

    close ITP

commit 245bad7a76e8c83e4ecb5fef179fcd5f04cbce8f
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Wed Oct 21 17:24:15 2015 +0300

    initial packaging

commit ca2941125a9717ee73b31d3c23c1b7dc7ca29c5c
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Fri Jul 10 12:46:17 2015 -0400

    tag 0.34.3

commit 64bbdd10242a2214358dbd46e1d08687c6e5c668
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Thu Jul 2 14:19:08 2015 -0400

    Register service names after hooking up dispatcher
    
    Don't register a service name until after we've hooked up the
    dispatcher, in case a request comes in before we get the reply to the
    registration request, which is common when the bus starts us.

commit 5ddc39f669eda9750ebf96b7c108c2e42db9033a
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Tue Jun 30 10:30:24 2015 -0400

    tag 0.34.2

commit 833fa6fc6cc0f9fcb8c0b868318601184a9ade3f
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Tue Jun 30 10:26:32 2015 -0400

    Correctly initialize the reply pointer (#1236970)
    
    When we lifted the limit on the size of the reply that we could accept
    from the server, we failed to remove an initialization step that should
    have been dropped.

commit 349558c5db7e16d0da23eb2a5b88fc85a0524b10
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Thu Jun 25 15:59:19 2015 -0400

    Add a test for larger reply messages

commit a605b67da84b7a252fa8e3f9853b5db395d3067c
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Wed Jun 24 14:34:57 2015 -0400

    tag 0.34.1

commit 339dcadfaa07fef2816e4ff96f729cb89b25a0b2
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Wed Jun 24 14:33:59 2015 -0400

    Use -fPIE when linking binaries rather than -fPIC

commit 352f45ede2bd196bf3c57d7a66da85fb1f254248
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Wed Jun 24 14:33:21 2015 -0400

    Make --enable-now actually work (whoops)

commit 605c5933a08b645594a67df7aa9794ed3c163078
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Wed Jun 24 14:32:12 2015 -0400

    Save and restore LDFLAGS while performing tests
    
    Save and restore LDFLAGS around tests that involve linking in configure,
    alongside CFLAGS and LIBS, which we were already doing.

commit d1bbf171c716648f64884a95c731f52896b5ef7f
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Wed Jun 24 14:31:18 2015 -0400

    autogen.main: pick up LDFLAGS from rpm-build
    
    In autogen.main, pass in LDFLAGS that would be set by rpm-build, in
    addition to the CFLAGS we were already passing in.

commit ce61e4f68480fb09b5ea53994cb78579f397f21c
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Wed Jun 24 02:24:49 2015 -0400

    Disable maintainer rules by default

commit 7ad39489f4fb164c16bd71331b818670934bcbfb
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Tue Jun 23 13:29:00 2015 -0400

    tag 0.34

commit 5c0ca2d0d4296ccf576d8c0d9f3ebe668d968850
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Wed Jun 24 01:31:48 2015 -0400

    Document other attributes of "helper" nodes
    
    Mentioning that there are attributes of the "helper" node that control
    whether or not the calling user name is prepended to the argument list,
    and how that argument list is passed to the helper, but not actually
    naming them, is a massive oversight.

commit a291554b264706d0bfc2e71b049b1f79e6cd3dcf
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Wed Jun 24 00:57:24 2015 -0400

    Increase the initial size of the PAM module's buf
    
    Increase the initial size of the buffer that we pass to getpwnam_r(),
    because we can't universally depend on nsswitch modules to report ERANGE
    when we need to go bigger.  It's still a guess, and it'll inevitably not
    be large enough for some entry in the field, but modules apparently take
    a long time to be fixed.

commit c0ad7cb0437bc127ee6bf740c7a43e8793b0bbfb
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Tue Jun 23 16:55:01 2015 -0400

    Tell the bus daemon to allow introspection
    
    Tweak our bus configuration to allow any client to attempt to call
    introspection of any object we have.

commit 92af6b9e2c17ad93632e10750f6d0eba94c9b899
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Tue Jun 23 16:42:09 2015 -0400

    Don't leak SELinux range storage on cleanup

commit 69d4ee80ecc4fec951aadcf1aeefccb82aa94a60
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Tue Jun 23 16:41:44 2015 -0400

    Exit if we printed a help message

commit dcbe55598fbf0712b9849565022d19f654866af8
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Tue Jun 23 16:41:32 2015 -0400

    Move to using per-service connections
    
    Instead of trying to guess which service the user meant to talk to, make
    the bus connection into a per-service item that we create and destroy as
    needed.  When processing an incoming request, use the name that we
    associated with the connection instead of the destination address when
    we start to route the request.

commit 7c46a27d6a9193dbcd513020e7f19718452f5d9f
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Tue Jun 23 13:21:53 2015 -0400

    Improve matching against defined services
    
    We're seeing the dbus-python binding resolve our well-known name to a
    unique address and then sending requests to us using that.  Because we
    compare the destination address in the request against the names of the
    multiple services we're supplying in order to route the message, that
    failed.
    
    If we don't match in that way, look for any service with an object that
    matches the requested path, and which supplies the requested method
    name, and interface if provided.  If we can find one unambiguously,
    assume that service name.
    
    If that doesn't work well enough, we'll have to switch to opening and
    managing multiple connections to the bus, which would be more
    complicated.
    
    While we're in here, adjust the logic for cases where no interface name
    is provided, so that instead of assuming the first interface, try to
    look for one which supplies the requested method, again succeeding only
    when we find exactly one.

commit 844f2b5b630f43e29d4f4ee5926e0e0b35e06267
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Tue Jun 23 11:38:38 2015 -0400

    Search for services after checking the sender
    
    Verify the service name after we read the message sender, not before,
    mainly as a prelude to looser matching to accommodate clients that
    address us using a unique name instead of a well-known name, which is
    ambiguous if we have more than one well-known name.

commit c4bebca3fa6d60ff7644a9dea01134e2880358f0
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Tue Jun 23 11:38:21 2015 -0400

    Remove an unused variable

commit bbcdb74e8afe28046d2698157439485b4c2362f6
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Tue Jun 23 11:37:43 2015 -0400

    Fix warnings about passing size_t to fprintf
    
    When passing length specifiers to fprintf(), cast size_t values to int
    to avoid a compiler warning.

commit f165730a2e75320cbc8be65f277a099887248789
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Tue Jun 23 11:36:54 2015 -0400

    Remove an unused variable

commit 0187e7ddc027f132ea133b58eda8acf00a372e05
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Thu Dec 4 10:28:07 2014 -0500

    Make the dbus-send move depend on the OS release

commit a848307ed927669faae5733cec297cc90ac69844
Author: David King <amigadave at amigadave.com>
Date:   Thu Dec 4 11:43:10 2014 +0000

    Update dbus-send dependency for new dbus (#1170584)

commit 4374af426338b549f38b41e423c762dacfad7907
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Thu Dec 4 10:22:49 2014 -0500

    Resync .spec file with Fedora

commit 71f0e7828edc9f7c7f81e87c7f9586ebfab9aec7
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Tue Sep 9 15:30:19 2014 -0400

    Note that the PAM module takes no options

commit 219607787dca718ea7cd29597382a2bae69444d2
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Tue Jun 24 18:05:45 2014 -0400

    Remove fixed limits on reply sizes
    
    Remove the 8k limits on replies for the oddjob_request command-line tool
    and the pam_oddjob_mkhomedir.so module.

commit 42a8abc0192ebc832d75b7b9d388ed14c1282a79
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Tue Jun 17 12:30:14 2014 -0400

    Add some notes on the helper's options

commit 1ba387876f865e0d24535418127a487edecccc09
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Mon May 19 15:43:17 2014 -0400

    Call getpwnam_r() correctly
    
    The getpwnam_r() function returns an error directly, and is not
    guaranteed to set errno to the same value.  We previously checked errno
    rather than the result code directly, so fix that.

commit ece1d43d828b3a3fe948b8e62632995b4ad26f0e
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Tue Apr 22 11:01:53 2014 -0400

    Fix crashes in pam_oddjob_mkhomedir
    
    - catch calls to the method invocation helper function that mistakenly
      didn't include the newly-required timeout value (#1089655,#1089656)

commit 3829b09801daf6af964431db9d3d025f0aff4361
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Tue Apr 22 11:01:16 2014 -0400

    Stop explicitly setting a umask for mkhomedir
    
    - stop overriding the system-wide UMASK default in our default
      oddjobd-mkhomedir.conf file (#995097)

commit b80a49a8cbf9b789ab214979b30cf5aa7f11c77b
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Tue Apr 8 17:42:25 2014 -0400

    Allow the oddjob_request timeout to be controlled
    
    - add a -t flag to oddjob_request to allow its timeout to be
      customized (#1085491)

commit b6cea6204ca85eb25da824ce17e8110f1cf29d21
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Tue Apr 8 17:20:33 2014 -0400

    - require "dbus" at the package level (#1085450)

commit a04dfc2518705f8ddf78e3f6132baf2dd7d2faa8
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Tue Jul 30 17:12:08 2013 -0400

    Add some man pages
    
    - add man(5) pages for the configuration files that we include which get
      included by others, just to be tidy (#884552)

commit fc2b9e9fc20fa5fd71b8904b16b08b26b16ef724
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Fri May 17 17:43:10 2013 -0400

    fix a skewed date

commit 44e74f05ff69bfdf5026c6b66e68a96904b02917
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Fri May 17 17:31:23 2013 -0400

    fix the unit file, tag as 0.31.4
    
    - add an [Install] section containing WantedBy=sysinit.target to the systemd
      unit file (#963722), allowing it to actually be enabled

commit 6e14af1258fbb6e7b474c3ff530ed8fe4ef62966
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Thu Mar 21 18:19:31 2013 -0400

    fix the NAME values to make lexgrog stop barfing

commit 7c771d5b63c100ff1b2c6e9cc375389faf0bbdd5
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Thu Mar 21 18:16:44 2013 -0400

    fix the NAME values to make lexgrog stop barfing

commit f9df1a6f390b2e4d12f0afcd258fbe436ba4df75
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Fri Jan 18 16:17:41 2013 -0500

    resync with Fedora's .spec file

commit bb600c9ae89b7704bfbe60e5703a7ba534b1367b
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Thu Jan 17 17:09:01 2013 -0500

    merge fedora spec file updates

commit e8bf2e155f4c5b9316c3b4211f3f9354d79885e0
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Thu Jan 17 16:54:35 2013 -0500

    tag 0.31.3

commit f7c4d6ea59341644489dd3379f10d9aedcc8aa25
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Thu Jan 17 15:56:20 2013 -0500

    install a systemd unit file on in-devel releases

commit a0995fd6ff55fbc8123046cc0535e1ed611f0340
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Thu Jan 17 15:46:07 2013 -0500

    fix use of incorrectly-named facilities (#802719)

commit ff33dc252fb94d325b20af9eeb8e14626a0986c6
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Wed Nov 21 10:56:33 2012 -0500

    - add missing requires(post) on killall, which we use to poke the message
      bus daemon to get it to reload its configuration, spotted by rcritten

commit 67e5ee754a234ee6939047bb7a51a15dbd102313
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Wed Aug 29 15:41:30 2012 -0400

    correct the release with no-separate-usr

commit e2f3570aecad457e5c24e9bc9957c3dfd84f1240
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Wed Aug 29 15:31:59 2012 -0400

    - don't worry about moving things from /usr to / when they're the same (#852800)

commit effd4554bd4e0871c092ccf02689afe1c9357ac6
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Wed Aug 29 15:06:56 2012 -0400

    add --enable-pie and --enable-now configure flags (#852800)

commit ddecb995930d9d1febf2cd4c165590f1caa4515b
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Mon Jul 30 19:42:42 2012 -0400

    conditionalize scriptlets on init system

commit 07433466e1837027386161206e78f4dd54065367
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Mon Jul 30 19:28:23 2012 -0400

    clean up systemd logic

commit 82dac5a56e9354760d6ccfedec536b90596b750d
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Mon Jul 30 15:47:42 2012 -0400

    systemd updates, bump version
    
    * on newer-than-currently-released fedora or rhel releases, install the
      systemd unit file rather than the init script
    * bump to 0.31.2

commit e78f9a745c2a156e7ec7369605dceb5602434dab
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Mon Jul 30 15:39:20 2012 -0400

    add internal logic for sending replies as signals
    
    Some clients might need method replies to be sent as signals because
    they don't want to increase their timeouts on long-running jobs, and for
    some reason running the call async on their end is not an option.  We
    probably don't want to always do this, because it could be a lot of data
    to be sending twice, so it's disabled for now.

commit 5405553a81d2b3253b0d3a350533a1ff814c91ac
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Mon Jul 30 15:37:11 2012 -0400

    init scripts / unit files
    
    * add options to control systemd/sysvinit info
    * change init script requirements on "$localfs $remotefs messagebus" to
      instead be "$local_fs messagebus"

commit bdcc83e90bfb774e08c17cf9cec9a11d13c45b9c
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Mon Feb 28 17:34:57 2011 -0500

    notice when we fail to register a name with the message bus

commit 15c0a18737d13426ecfe7cdafcee983044eec66e
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Tue Feb 15 11:54:12 2011 -0500

    - nope, that script change is not packaging, so bump the version to 0.31.1

commit e929aeb79e38772b6522cba1468bc4d1ec79afd0
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Tue Feb 15 11:51:03 2011 -0500

    - also tell the system message bus to reload its configuration when we install a subpackage with a new service in it

commit 8307ea09aa4b29838ac62b7ceaf576dadc0689af
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Tue Feb 8 13:17:43 2011 -0500

    - make the init script exit with status 2 when given an unknown command, rather than with status 1 (#674534)

commit 1ca145395c62effaf87661c0ae3b01338bad8727
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Tue Jan 25 11:13:07 2011 -0500

    - clean up .spec file changelog order
    - tag 0.31

commit 52fce3202f1e73793cf1c2f1e84a359991dc793d
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Tue Jan 25 11:11:51 2011 -0500

    - merge .spec with raw hide's

commit fb9daf723e283825cc6cfa0090c720438dfcf50a
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Tue Jan 25 11:08:08 2011 -0500

    juggle the umask correctly when creating intermediates

commit 1240b866db484a68382a9a9158d04858781216df
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Tue Jan 25 10:57:50 2011 -0500

    set permissions on intermediate directories correctly when the mkhomedir helper has to create some, using values from /etc/login.defs when no default umask is specified

commit 39e94e65784e89b1cf0a5d5137fba4bee2d86d14
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Mon Jan 3 11:43:21 2011 -0500

    when the mkhomedir helper has to create intermediate directories, don't apply a umask that might have been supplied on its command line (#666418)

commit 111fab0ac498b3a62428f21e82bee5f8b686a1d0
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Thu Sep 23 17:56:52 2010 -0400

    - try to SIGHUP the messagebus daemon at first install so that it'll let us claim our service name if it isn't restarted before we are first started (same as #636876)

commit 6e1d290f9c344493e36c5893bf945ce88937a82d
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Thu Sep 16 15:28:17 2010 -0400

    * src/oddjob_dbus.c: just stop calling dbus_connection_close(), which didn't previously cause us to abort() before, but does now (#634356)

commit ec652e0585418185235b9bce647e4b8005afe472
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Thu Jul 8 13:07:31 2010 -0400

    - note the bug number from Red Hat bugzilla

commit 2174adbecba5bffa112f934e0a29fb7bcfcd9dfd
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Thu Jul 8 13:00:57 2010 -0400

    * configure.ac: fixup the permissions on tests/sanity.sh so that tests
      which check the permissions of the descriptors that it sees when it is
      run work correctly, spotted by Zbysek Mraz.
    * tests/006/expected_stdout.in,tests/007/expected_stdout.in: expect our
      corrected permissions for descriptor 255, which is the script.

commit 23d67e262b3091c3f19862eb5546084136ab1407
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Thu Apr 1 17:03:44 2010 -0400

    - bump version for this fix

commit ad010c889c805d26835cd53e4b051c4f9781ca6b
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Thu Apr 1 17:01:29 2010 -0400

    - actually set a value for DBUS_INTROSPECTION_INTERFACE and
      DBUS_INTROSPECTION_METHOD, so that they get preprocessed into man
      pages correctly

commit 733ce909f2773b14d1951fcffa41127446ab60d9
Author: Nalin Dahyabhai <nalin.dahyabhai at pobox.com>
Date:   Fri Jan 29 16:05:04 2010 -0500

    - aaagh. macros in changelogs. i just know i'm gonna get dinged for that.

commit b4ae34ea118c32121246d07cafe2966f667fe6eb
Author: Nalin Dahyabhai <nalin.dahyabhai at pobox.com>
Date:   Fri Jan 29 14:50:48 2010 -0500

    - fix that typo in the description while we're in here

commit 111c4a31cc3a743aa0ad0bdc30f0023aab225426
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Wed Jan 27 20:35:28 2010 -0500

    - import some Fedora history

commit d23f02ddcd4adaf6f850e2dbf873cd0f9a5fdbba
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Wed Jan 27 20:30:52 2010 -0500

    - assume fedorahosted hosting's going to be set up

commit 091d58767f02c3cb1ae83dd15fa75cc6432cdced
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Wed Jan 27 20:28:54 2010 -0500

    - fix a typo in the summary

commit 35029ac3d2c429d871ce4df2549ee77ffdb70110
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Wed Jan 27 20:28:00 2010 -0500

    - more to do. always more to do.

commit 4848973ba5db1f65b0c19e4623b24ebbc2492832
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Wed Jan 27 20:18:22 2010 -0500

    - bump the release number
    - this is the real 0.30

commit 72afecfec3c6735ffcabf9b6962893a59a48be79
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Wed Jan 27 20:06:43 2010 -0500

    - another shot at fixing timestamp-based conflicts

commit 8e45b84d3855368e07f6d3aee870f82a733d8319
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Wed Jan 27 20:00:38 2010 -0500

    * src/sanity.sh,tests/sanity.sh.in,tests/{007,008}/expected_stdout.in:
    	use stat instead of ls, which lets us dictate the output format.  deal
    	with the fact that a NUL in /proc/$$/cmdline runs up against string
    	truncation with current D-Bus

commit 886ca0127ce910c950a2c38a4258de53f94ad685
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Wed Jan 27 19:59:19 2010 -0500

    * src/oddjobd.c: report ENOENT if that's why getfilecon() fails

commit bfa17acdf68fd735897bafff2586c70f08912b3e
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Wed Jan 27 18:53:29 2010 -0500

    * src/oddjob_dbus.c: refuse to try to close the connection to the
    	system bus; unhook our input filter correctly
    * src/oddjobd.c: don't make a last-ditch attempt to try to close
    	the connection to the system bus at shutdown-time

commit eb3e689582ed96f65a02ea68e9d24e909d86ea89
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Wed Jan 27 17:51:05 2010 -0500

    - merge some history from Fedora

commit 02249d559915cd1f137646be733562e6c480ce9c
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Wed Jan 27 17:50:04 2010 -0500

    - more makefile tweaks

commit 321d3941fa9ae4ebe12aefcc1152d89da5a1c7b7
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Wed Jan 27 17:48:18 2010 -0500

    - move some files around that we don't actively build any more or yet
    - clean up the makefile a bit

commit 7790f109f737d1f6be2bb7d14620d9dd4af04008
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Wed Jan 27 17:12:12 2010 -0500

    - conditionalize the building of PAM-specific bits

commit 013fb3807e54fb0108d1a00f67162f7e6091a126
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Wed Jan 27 17:11:46 2010 -0500

    - try to make the configuration file look the same across multilib arches

commit 3262e0c8b65b8a75ce92b62bc022dd846229a4a0
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Wed Jan 27 15:36:00 2010 -0500

    - fix a typo in %%post

commit 3d0c49c2fee87f8491855599e0caebd6c8b6825f
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Wed Jan 27 15:18:30 2010 -0500

    - fixup the oddjobd config for mkhomedir to account for the helper moving

commit dedf87c510c086efca77dc047b540d3a9b5e5721
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Wed Jan 27 15:06:52 2010 -0500

    - some rpmlint cleanups

commit 1b6835b1d0604057a4de0837483033b721100319
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Wed Jan 27 14:57:44 2010 -0500

    - rpmlint cleanups

commit b381a5ba5e6735e981151ea2eb483ad8d4952a73
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Wed Jan 27 14:40:13 2010 -0500

    - make installation of the library and header conditional

commit 98f345197cadd9db5b4f374ee3fb700e2c2dceb1
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Wed Jan 27 14:40:00 2010 -0500

    * src/Makefile.am: make the library and headers conditional

commit e10084c0c6786f32d97845f1de8bd7a4e0e408b9
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Wed Jan 27 14:02:41 2010 -0500

    * oddjob.spec,configure.ac: bump version to 0.30
    * oddjob.spec: drop -libs, -devel, and -python subpackages

commit 724ef2202715f53951a25d5479d79d44147709e4
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Wed Jan 27 14:02:25 2010 -0500

    - also don't instlal the header file

commit 5ddfe93de85e826b01526f828eb671e5170b00fb
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Wed Jan 27 13:36:43 2010 -0500

    * src/Makefile.am, src/oddjobd-mkhomedir.conf.in: move the helper
    	from $pkglibdir to $pkglibexecdir so that the configuration file
    	looks the same across multilib arch pairs (#559232)

commit 1a01369fdf22d7694c2bb1adac52457b08941617
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Wed Jan 27 13:28:21 2010 -0500

    * Makefile.am: don't try to use RPM for tagging; take the release
    	number out of the tarball name
    * src/Makefile.am: stop installing a shared library and .pc file
    * NEWS: add

commit 0b1883861217e0dbc6122affa1ebc36a7cd7c581
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Wed Jan 27 12:36:50 2010 -0500

    * scripts/oddjobd.in: advertise the verbs we recognize (#522131)

commit 889065a4b3b449381be0636b1a702ef57361cbfe
Author: Nalin Dahyabhai <nalin.dahyabhai at pobox.com>
Date:   Thu May 29 13:41:25 2008 -0400

    * src/launch.c,src/mainloop.c,src/mkhomedir.c,src/mounthomedir.c,
    	src/oddjob_request.c,src/oddjobd.c: remove #ident tags which are
    	no longer kept up to date now that we've moved from CVS to git.

commit 3531cf7ce21199b60ccab8a68dde10902114c823
Author: Nalin Dahyabhai <nalin.dahyabhai at pobox.com>
Date:   Thu May 29 13:41:01 2008 -0400

    - don't refer to CVS in the docs since we've moved to git

commit 79a544e6afc908e21f1b42e3400e3f0668ecdbd8
Author: Nalin Dahyabhai <nalin.dahyabhai at pobox.com>
Date:   Thu May 29 13:40:36 2008 -0400

    * src/pam_oddjob_mkhomedir.c,src/pam_oddjob_mkhomedir.8.in: try to
    	stat() the home directory first, and don't bother asking oddjobd to
    	do anything unless we get an ENOENT back (Dan Walsh).

commit 30da838e0bfd940dcb852e2b40076d7b246f440a
Author: Nalin Dahyabhai <nalin.dahyabhai at pobox.com>
Date:   Thu May 29 12:06:19 2008 -0400

    * src/oddjobd.c(oddjobd_exec_method): provide useful error messages
    	for SELinux-specific errors we encounter before calling exec()

commit 18bfa92855486d6ed5f397283047fbe7b6adb9d0
Author: Nalin Dahyabhai <nalin.dahyabhai at pobox.com>
Date:   Wed May 28 12:37:50 2008 -0400

    - fix 'archive' target

commit ca7102de3a75666b2e6213872d6a637dce7979e4
Author: Nalin Dahyabhai <nalin.dahyabhai at pobox.com>
Date:   Wed May 28 12:09:51 2008 -0400

    - add targets for an 'archive' target

commit 370423417b8cce483eaa4d878a77f3545363a0e8
Author: Nalin Dahyabhai <nalin.dahyabhai at pobox.com>
Date:   Wed May 28 12:04:04 2008 -0400

    - bump release to 0.29.1

commit 9f77b1e48babede4e8d6208bff4944df379ddd6c
Author: Nalin Dahyabhai <nalin.dahyabhai at pobox.com>
Date:   Wed May 28 12:02:52 2008 -0400

    - bump release to 1

commit 23516b24e8958ca94f8d384355e50c90c5753dbc
Author: Nalin Dahyabhai <nalin.dahyabhai at pobox.com>
Date:   Wed May 28 12:01:54 2008 -0400

    - update to version 0.29.1 to include config file fixes and a couple of bug
      fixes

commit e16ac271a9b3b9159b0f8361a29741423fe2b3f4
Author: Nalin Dahyabhai <nalin.dahyabhai at pobox.com>
Date:   Wed May 28 12:01:22 2008 -0400

    - fixup remaining namespace thinkos

commit add7cb987b5cc25b09812fc1937f16813dcc79e5
Author: Nalin Dahyabhai <nalin.dahyabhai at pobox.com>
Date:   Wed May 28 12:00:58 2008 -0400

    - set the flags in the final method entry, not that it should matter

commit 685fcef478af40930c91090e5e416af037b53366
Author: Nalin Dahyabhai <nalin.dahyabhai at pobox.com>
Date:   Wed May 28 12:00:37 2008 -0400

    * src/oddjob-dbus.c: fix a quoting warning in a comment.  Don't use
    	"uid" to create a string, which we would overwrite anyway, before it's
    	been initialized.

commit e5e4a903fdaf937edfffc425c54ae86c49ce9274
Author: Nalin Dahyabhai <nalin.dahyabhai at pobox.com>
Date:   Wed May 28 12:00:14 2008 -0400

    - avoid defining DBUS_MAJOR_VERSION when we don't have to

commit 9967a599d2b388f34b42de2e66ecbb99d5c7bb97
Author: nalin <nalin>
Date:   Tue Jan 22 16:03:44 2008 +0000

    - fix the comment at the top, too

commit 37f6c619e7421529dd173fb539e7cf235345e5b5
Author: nalin <nalin>
Date:   Tue Jan 22 15:54:52 2008 +0000

    - fix the interface name for the mkhomedir methods, so that they match the
      correct one as used by the pam_oddjob_mkhomedir.so module (part of #429524)

commit fa190278ffbed02238f5390f2a8a2d6eeaa20b58
Author: nalin <nalin>
Date:   Mon Dec 10 21:08:26 2007 +0000

    - oddjob_mkhomedir: apply the umask to files as well as directories (#246681)

commit 2663b5a89233268346e49a84d817603c287678e2
Author: nalin <nalin>
Date:   Fri Dec 7 18:20:16 2007 +0000

    - make sure that the octal help is always preceded by a "0"

commit 34b650c4ad02a9d58ffc9e72d42a15f0275537a5
Author: nalin <nalin>
Date:   Wed Sep 5 23:40:59 2007 +0000

    - remove -mkhomedir->pkgconfig dependency, that's just silly

commit 6208d4838fc01577f1ddc3ce38d56b3829f92e19
Author: nalin <nalin>
Date:   Wed Sep 5 23:36:40 2007 +0000

    - fix tagging in light of a dist tag

commit 6a75c5198a7074c842531dce8e97ea208266a4dc
Author: nalin <nalin>
Date:   Wed Sep 5 23:35:02 2007 +0000

    - bah, use the dist tag

commit 0e3bc38ad0d7798ed901dcc26f4f4a0cc67fb6cf
Author: nalin <nalin>
Date:   Wed Sep 5 23:34:19 2007 +0000

    - regenerate

commit bd7c49551cfac74192be55888fde1ac83718a169
Author: nalin <nalin>
Date:   Wed Sep 5 23:30:57 2007 +0000

    - bump the package version as well

commit 65da8ea06a3099ad7a2b8d4acc83f86735f6b598
Author: nalin <nalin>
Date:   Wed Sep 5 23:25:47 2007 +0000

    - updates

commit 9f9a56cbb8254f12d78dbc2b2b234c25ba9ce09f
Author: nalin <nalin>
Date:   Wed Sep 5 23:20:56 2007 +0000

    - remove spurious newline

commit da441a8badef02b7fe9d6d31077bb9fbf440ef5f
Author: nalin <nalin>
Date:   Wed Sep 5 23:19:44 2007 +0000

    - strip that spurious newline

commit 159f738083c44bcc0f04717088db8cd07f0d8f69
Author: nalin <nalin>
Date:   Wed Sep 5 23:17:43 2007 +0000

    - strip out the block count at the start of 'ls' output

commit 5661a41f8862a94c5422e252317dba0792d63629
Author: nalin <nalin>
Date:   Wed Sep 5 23:12:18 2007 +0000

    - make sure sanity.sh gets built

commit ac336ed019181427bcce4d2f32cbdc6283fa4391
Author: nalin <nalin>
Date:   Wed Sep 5 23:11:12 2007 +0000

    - fixup for current ls

commit e7e402c5d912fed30691744b8380e3bc25c9440b
Author: nalin <nalin>
Date:   Wed Sep 5 22:37:13 2007 +0000

    - give 'status' a full path to chew on
    - give scripts/oddjobd an execute bit at config.status time

commit 174b7516772d3dbdbc4e1ecfd8e6149dca675d89
Author: nalin <nalin>
Date:   Wed Sep 5 22:32:09 2007 +0000

    * scripts/oddjobd.in: output a message when we 'reload'.

commit 88be5cdbefe4b0d1ff00bb0a6be15c4be052db78
Author: nalin <nalin>
Date:   Wed Sep 5 22:26:43 2007 +0000

    - hard-code the introspection interface and method names, because configure.in
      isn't AC_SUBSTing them for us any more

commit a626acc1ec3c5a1a3a4823b9d490ad257e4c4c94
Author: nalin <nalin>
Date:   Wed Sep 5 22:22:57 2007 +0000

    * src/oddjob_dbus.c: don't bother attempting to determine the SELinux
    	context of the remote end when we aren't going to use that information,
    	so we avoid outputting an unnecessary error message when it fails on
    	non-SELinux boxes.

commit b495d6d38363970db2e6691d058aa1c9ebd4a920
Author: nalin <nalin>
Date:   Wed Sep 5 21:52:53 2007 +0000

    * scripts/oddjobd.in: work on conforming to Fedora initscripts
    	standards.

commit 6c915c52af4185ea060ec28c533ba5d5304996a0
Author: nalin <nalin>
Date:   Wed Sep 5 21:44:57 2007 +0000

    - split out mkhomedir bits, add wrapper scripts for dbus-send

commit c7efa8ebac1a967fb9289fb7c8f5b9538b0b1c8e
Author: nalin <nalin>
Date:   Wed Sep 5 21:43:43 2007 +0000

    * oddjobd.c: include -t in the terse usage message

commit 4d2c7dcd927bc30016480754d1a325e5262dc963
Author: nalin <nalin>
Date:   Wed Sep 5 21:20:10 2007 +0000

    * doc/oddjob.xml.in: note what kinds of data to expect back from
    	oddjobd, and list the built-in methods.

commit c2ea65339c76d161cb2cf73348753e055a784ddd
Author: nalin <nalin>
Date:   Wed Sep 5 21:19:40 2007 +0000

    - adjust the comment we add to the top of the generated file

commit d4ed97982bdf8ba40580e2d3c466a4bf67516b98
Author: nalin <nalin>
Date:   Wed Sep 5 21:18:48 2007 +0000

    * src/mainloop.c(timeout_dbus_toggle,handle): prefer to call
    	dbus_watch_get_unix_fd() instead of dbus_watch_get_fd(), if
    	available.

commit e09f75134b04a28c394c20977b2821263aa76aa4
Author: nalin <nalin>
Date:   Wed Sep 5 21:18:30 2007 +0000

    - rename to note that we don't use the struct FTW

commit b4f6b30cd2363ca6623888a59dfdd535346a5128
Author: nalin <nalin>
Date:   Wed Sep 5 21:17:57 2007 +0000

    * src/oddjobd.conf.5.in: fix formatting so that making the SELinux-
    	specific bits conditionally visible works again

commit 159dc0dc292801f5a04af459224c552676ee6a8d
Author: nalin <nalin>
Date:   Wed Sep 5 21:17:31 2007 +0000

    * src/oddjob_dbus.c: never call dbus_message_iter_get_array_len().

commit 9b2768c18c5ffed6ee1777e40176cc4744200a78
Author: nalin <nalin>
Date:   Wed Sep 5 21:17:10 2007 +0000

    * autogen,autogen.maint: try to guess lib/lib64 correctly
    * autogen.maint: define DBUS_DISABLE_DEPRECATED

commit ecba73e6b2d72dc2f1eb0946eda9e3d9300eef20
Author: nalin <nalin>
Date:   Wed Sep 5 21:16:13 2007 +0000

    * src/pam_oddjob_mkhomedir.{c,8.in}: account for the new service naming.

commit 603647f9a9c87c5ad987ef50027f9554bead02bf
Author: nalin <nalin>
Date:   Wed Sep 5 21:15:46 2007 +0000

    * src/oddjobd.c: implement a "listall" which bypasses ACLs so that
    	we can provide that ability with a different ACL (for root, mainly)
    * src/oddjobd.c: set a SIGPIPE handler (Jose Plans).



More information about the Pkg-freeipa-devel mailing list