[SCM] SAMBA-CTDB repository - branch v3-2-ctdb updated - build_3.2.6_ctdb.52-3274-gf7d34eb

Michael Adam obnox at samba.org
Fri Jan 9 15:19:56 GMT 2009


The branch, v3-2-ctdb has been updated
       via  f7d34eb3e18ae47a357726ea24f043b904f7327c (commit)
       via  d54a1e49d5fe567bcda7c4c02f6ace2d03e189e9 (commit)
       via  776c7ce0c1e73efc4f3d24a297bb3b2f3dd3892a (commit)
       via  e504256f84927c9b22df3945a3e95baaa9bf7063 (commit)
       via  73039cd49521e724a8351a353e9ae1d342be1352 (commit)
       via  3d2fe303830c0c1e425f6279a1625a56a27abd07 (commit)
       via  9838de125505fdff18014d72ebe9816176a610f9 (commit)
       via  d47dda115e1a3df50357a7a82694522df884c374 (commit)
       via  6359df973fa24a3babd0e10e9e131ace47e2b2e8 (commit)
       via  60c0166fd492bb6cff41811973c8da026c5109d7 (commit)
       via  f771eee7878fd4d5e670000256032ed56f537d8e (commit)
       via  6ee994e2d25d14b31dc9de75264e94a9ac6a09d4 (commit)
       via  8321caf35736401d2a0d53cefc5c432d5b9e2bc7 (commit)
       via  5e47b314550d1165b86bd556330d36e0787e5109 (commit)
       via  46d5eef85477d621c27e72910bffe6d15f83d6a6 (commit)
       via  e79ce10550e18a59e9aa2edb377e9b7130e60789 (commit)
       via  d5f1a3b9196933f86f46a6664a044fd027a8f417 (commit)
       via  dc3c9fd570850e69ad5166184726f9abb7d8a9c7 (commit)
       via  c48a4e52b707a860c2956b3eb9d1d631ffffb1f1 (commit)
       via  879a4fbe99739b67d877caac2d7a2f763c69d41f (commit)
       via  9af716f5fb144a047f1fc9fe02f24bcc59a0bc97 (commit)
       via  fda3f00246c3ecb664d2bf387ecd0e28dec16e34 (commit)
       via  1497c6964767d6d73d6c1c1f6bbbeff2f05b35bc (commit)
       via  239a2d0ac6f1b56d67d7fffdb7388a3008eeb4e2 (commit)
      from  68e6c230f4053f2cb48a7c97ae39e18067725f57 (commit)

http://gitweb.samba.org/?p=obnox/samba-ctdb.git;a=shortlog;h=v3-2-ctdb


- Log -----------------------------------------------------------------
commit f7d34eb3e18ae47a357726ea24f043b904f7327c
Merge: 68e6c230f4053f2cb48a7c97ae39e18067725f57 d54a1e49d5fe567bcda7c4c02f6ace2d03e189e9
Author: Michael Adam <obnox at samba.org>
Date:   Fri Jan 9 16:09:28 2009 +0100

    Merge commit 'd54a1e49d5fe567bcda7c4c02f6ace2d03e189e9' into v3-2-ctdb
    
    Again a "git merge -s ours d54a1e49d5fe567bcda7c4c02f6ace2d03e189e9"
    with empty diff: I had in fact already merged more from v3-2-test than
    I imported in my last merge commit.
    
    Michael

commit d54a1e49d5fe567bcda7c4c02f6ace2d03e189e9
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Dec 16 09:04:32 2008 +0100

    docs: Fix typo in the idmap_ad manpage.
    
    Karolin
    (cherry picked from commit b876e1336bed52e0823e0e88381d223bd6aa95e4)
    (cherry picked from commit 611ac35a694930693d2f773d15e59be138261a8e)

commit 776c7ce0c1e73efc4f3d24a297bb3b2f3dd3892a
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue Dec 16 10:40:32 2008 +0100

    s3:net_status: use dbwrap to open sessionid.tdb
    
    metze
    (cherry picked from commit 8891b2b0215a3609fcc8c5f9aa3e2fbcf05c6290)
    (cherry picked from commit 598bf8fbe38d76adca2e067c90987d9cd31e8a3e)

commit e504256f84927c9b22df3945a3e95baaa9bf7063
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Dec 15 12:46:04 2008 +0100

    Fix bug 5969: Optimize smbclient put command
    
    This used to be checkin 3f0406f6 to master

commit 73039cd49521e724a8351a353e9ae1d342be1352
Author: Volker Lendecke <vl at sernet.de>
Date:   Sat Dec 13 13:14:58 2008 -0800

    Fix error code when smbclient puts a file over an existing directory
    
    Windows returns NT_STATUS_FILE_IS_A_DIRECTORY, as does Samba 3.0. 3.2 and
    following returned NT_STATUS_INVALID_PARAMETER which is wrong.
    
    Before I converted reply_open_and_X to create_file() we called
    open_file_ntcreate directly. Passing through open&X for a filename that exists
    as a directory ends up in open_directory after having tried open_file_ntcreate.
    Some check in there returns NT_STATUS_INVALID_PARAMETER. With this additional
    FILE_NON_DIRECTORY_FILE flag we get the correct error message back from
    create_file_unixpath before trying open_directory().
    
    Survives make test, but as this also touches the other open variants I would
    like others to review this.
    
    Volker

commit 3d2fe303830c0c1e425f6279a1625a56a27abd07
Author: Stefan Metzmacher <metze at samba.org>
Date:   Fri Nov 21 08:28:13 2008 +0100

    s3:dsgetdcname: retry with the clients site
    
    metze
    (cherry picked from commit 1b7b0e924f3064a9774fd5d46bedc3d342b39ddb)
    (cherry picked from commit f7a811f2ae3572791035014b6e20410b07ea011e)

commit 9838de125505fdff18014d72ebe9816176a610f9
Author: Stefan Metzmacher <metze at samba.org>
Date:   Fri Nov 21 08:22:38 2008 +0100

    s3:libnet_join: use DS_FORCE_REDISCOVERY
    
    metze
    (cherry picked from commit 2bb91392b46e347fe3b6803d10b10d8b40e4a4a6)
    (cherry picked from commit 134893ef2b12b4b039c717588a8172613f6d1955)

commit d47dda115e1a3df50357a7a82694522df884c374
Author: Stefan Metzmacher <metze at samba.org>
Date:   Mon Oct 27 19:40:23 2008 +0100

    s3:libnet_join: call saf_join_store() after a the join.
    
    metze
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Signed-off-by: Günther Deschner <gd at samba.org>
    (similar to commit feef594d275881466e2c3f59c0ff54609a9cc53b)
    (cherry picked from commit 6a993cb333675f4079d439fa334edee2df604933)
    (cherry picked from commit 8314ce63ff77f0472d4249adcea87123b3b3f5c2)

commit 6359df973fa24a3babd0e10e9e131ace47e2b2e8
Author: Stefan Metzmacher <metze at samba.org>
Date:   Mon Oct 27 19:39:30 2008 +0100

    s3:libads/ldap.c: store the dc name in the saf cache as in all other places
    
    metze
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Signed-off-by: Günther Deschner <gd at samba.org>
    (cherry picked from commit 543fa85a711337e979c7b631bda5db95d109ef59)
    (cherry picked from commit 17efebde11eafd065c2cac39cdbe55b8d40d40be)
    (cherry picked from commit 9e78bfdbe107519f2ddfa4d532771945a7691b46)

commit 60c0166fd492bb6cff41811973c8da026c5109d7
Author: Stefan Metzmacher <metze at samba.org>
Date:   Mon Oct 27 19:38:15 2008 +0100

    s3:libads/ldap.c: if the client belongs to no site at all any dc is the closest
    
    metze
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Signed-off-by: Günther Deschner <gd at samba.org>
    (cherry picked from commit f86ef9b53a903485deba94febf90dd4e657cc02b)
    (cherry picked from commit a8040d59659e58c5cb92c1107a7ff012eff12729)
    (cherry picked from commit 7baceea20252dec6b64e86ec8b5a73b62b373758)

commit f771eee7878fd4d5e670000256032ed56f537d8e
Author: Stefan Metzmacher <metze at samba.org>
Date:   Mon Oct 27 19:36:25 2008 +0100

    s3:libads/ldap.c: pass the real workgroup name to get_dc_name()
    
    metze
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Signed-off-by: Günther Deschner <gd at samba.org>
    (cherry picked from commit c2d4a84abe1b6cbf68d6e9f1bb1f8974d0b628fc)
    (cherry picked from commit 2f27ffc4a2ba745341a5961b8f04e62da3fb089a)
    (cherry picked from commit 132911954715bfa6df8566c0fb382ef07a7da96e)

commit 6ee994e2d25d14b31dc9de75264e94a9ac6a09d4
Author: Stefan Metzmacher <metze at samba.org>
Date:   Sat Dec 13 12:18:32 2008 +0100

    s3:libsmb/namequery.c: add saf_join_store() function
    
    saf_join_store() should be called after a successful
    domain join, the affinity to the dc used at join time
    has a larger ttl, to avoid problems with delayed replication.
    
    metze
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Signed-off-by: Günther Deschner <gd at samba.org>
    (cherry picked from commit 80e74a27c55c01221091e3eec930c2ac4433c22c)
    (cherry picked from commit 895c40d03a07182c054a6fd857e7dd6838e698f4)
    (cherry picked from commit 7b56268b3c9652e3089bd75e4e51dd626fa742a6)

commit 8321caf35736401d2a0d53cefc5c432d5b9e2bc7
Author: Stefan Metzmacher <metze at samba.org>
Date:   Mon Oct 27 09:40:25 2008 +0100

    s3: libsmb/namequery: fallback to returning all dcs, when none is available in the requested site
    
    It could happen that all dcs in a site are unavailable
    (some sites have only one dc) and then we need to fallback
    to get all dcs.
    
    metze
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Signed-off-by: Günther Deschner <gd at samba.org>
    (cherry picked from commit c127367b1dd622eeceb1f47de0a047c297dda222)
    (cherry picked from commit 0c43f96330f2935805ba4f0f8f858a027a90bc4c)
    (cherry picked from commit caaf59383ceabdc555f7db098dae0455dea65023)

commit 5e47b314550d1165b86bd556330d36e0787e5109
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed Oct 22 11:14:10 2008 +0200

    s3: libads: use get_dc_name() instead of get_sorted_dc_list() in the LDAP case
    
    We use get_dc_name() for LDAP because it generates the selfwritten
    krb5.conf with the correct kdc addresses and sets KRB5_CONFIG.
    
    For CLDAP we need to use get_sorted_dc_list() to avoid recursion.
    
    metze
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Signed-off-by: Günther Deschner <gd at samba.org>
    (cherry picked from commit d2f7f81f4d61bae9c4be65cbc1bf962b6c24a31f)
    (cherry picked from commit 7f779450cb0b0d9f36665c56c4acd0950daaeab2)
    (cherry picked from commit 95c9a0272a72c029d75c3ffd1b5fad360b30f139)

commit 46d5eef85477d621c27e72910bffe6d15f83d6a6
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed Oct 22 10:36:21 2008 +0200

    s3: correctly detect if the current dc is the closest one
    
    ads->config.tried_closest_dc was never set.
    
    metze
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Signed-off-by: Günther Deschner <gd at samba.org>
    (cherry picked from commit dfe5b00db35e1e7c7bb3ba36729fc3f97eb48db3)
    (cherry picked from commit 588f5aae669910fee6da7f807f330163496b4170)
    (cherry picked from commit b609f41baa035a15dafb18b2ec569a2b96968b17)

commit e79ce10550e18a59e9aa2edb377e9b7130e60789
Author: Michael Adam <obnox at samba.org>
Date:   Fri Aug 29 17:55:28 2008 +0200

    libnet_join: streamline logic of libnet_join_post_processing()
    
    Michael
    (cherry picked from commit 81cc1af1e699e454fbb1d12636d002f845231006)
    (cherry picked from commit 3ea63ec10c37460253fbe68d63576e0cd8783c11)

commit d5f1a3b9196933f86f46a6664a044fd027a8f417
Author: Michael Adam <obnox at samba.org>
Date:   Fri Aug 29 17:43:12 2008 +0200

    libnet: fix join by creating keytab after changing the config.
    
    Michael
    (cherry picked from commit 96d1c780bf9524b929e6026776602a5288aea73d)
    (cherry picked from commit 298e5b663b1d6b469d130041dbed151801a45d1e)

commit dc3c9fd570850e69ad5166184726f9abb7d8a9c7
Author: Herb Lewis <hlewis at chomps.localdomain>
Date:   Fri Dec 12 13:47:10 2008 -0800

    don't return 0 on error - bad for scripts

commit c48a4e52b707a860c2956b3eb9d1d631ffffb1f1
Author: SATOH Fumiyasu <fumiyas at osstech.co.jp>
Date:   Fri Dec 12 17:43:51 2008 +0100

    winbindd: vars for signals must be volatile sig_atomic_t

commit 879a4fbe99739b67d877caac2d7a2f763c69d41f
Author: Karolin Seeger <kseeger at samba.org>
Date:   Fri Dec 12 14:30:01 2008 +0100

    docs: Add hint that "socket address" usually don't need to be set.
    
    This fixes bug #5950.
    Thanks to the Debian Samba package maintainers for reporting!
    
    Karolin
    (cherry picked from commit 19beef0dd9354296ae79d32077c58fbacf570c85)
    (cherry picked from commit 0d035d36bd3707ccb9f77f0b2730869dc78719d4)
    (cherry picked from commit 6be19f94802d545cc43286aa242b0ca2e5b79721)

commit 9af716f5fb144a047f1fc9fe02f24bcc59a0bc97
Author: Jeff Layton <jlayton at redhat.com>
Date:   Fri Dec 12 07:08:30 2008 -0500

    mount.cifs: allow mounts to ipv6 capable servers
    
    The current name resolution scheme in mount.cifs is IPv4 only. Expand
    it to be protocol-independent. Also take advantage of the fact that
    getaddrinfo() returns a list of addresses and have mount.cifs try each
    in turn until it hits one that's reachable and allows the socket to
    connect.
    
    Signed-off-by: Jeff Layton <jlayton at redhat.com>

commit fda3f00246c3ecb664d2bf387ecd0e28dec16e34
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Dec 11 18:08:29 2008 +0100

    Samba3-HOWTO: Fix usage of 'net idmap restore'.
    
    This fixes bug #5883.
    
    Karolin
    (cherry picked from commit b4a4e635246b88277b235fa343eda48bd4bb4ce3)
    (cherry picked from commit 5744177740120524740db884564142df19358ae7)
    (cherry picked from commit 7584fe4e8bcbaf73f509d6981a70ff9dde92db1c)

commit 1497c6964767d6d73d6c1c1f6bbbeff2f05b35bc
Author: Jeremy Allison <jra at samba.org>
Date:   Wed Dec 10 17:04:45 2008 -0800

    Make the LookupRid access check match LookupName until
    we know the correct bits to use here.
    Jeremy.

commit 239a2d0ac6f1b56d67d7fffdb7388a3008eeb4e2
Author: Jeremy Allison <jra at samba.org>
Date:   Wed Dec 10 15:22:02 2008 -0800

    Fix usrmgr opening a user object as non-root.
    Jeremy.

-----------------------------------------------------------------------

Summary of changes:


Changeset truncated at 500 lines:



-- 
SAMBA-CTDB repository


More information about the samba-cvs mailing list