[Pkg-samba-maint] [samba] branch wheezy-backports updated (5ec4bb4 -> 780159c)

Ivo De Decker ivodd at moszumanska.debian.org
Wed Aug 20 22:05:07 UTC 2014


This is an automated email from the git hooks/post-receive script.

ivodd pushed a change to branch wheezy-backports
in repository samba.

      from  5ec4bb4   release samba 2:4.1.9+dfsg-1~bpo70+1 to wheezy-backports
      adds  b6270ed   Depend on libgnutls28-dev rather than libgnutls-dev. Closes: #753146
      adds  7fdb9f0   Remove outdated-autotools-helper-file overrides for config.guess and config.sub; files are no longer present upstream.
      adds  c503b00   Add branch to Vcs-Git header.
      adds  fa571b7   samba.smbd.upstart: Remove leftover code for RUN_MODE=inetd, which was already removed elsewhere.
      adds  242720e   [ Debconf translations ]0 * New Brazilian Portugese translation from Adriano Rafael Gomes. Closes: #752719
      adds  3b54e1b   Remove trailing 0.
      adds  2ba314b   Move dsdb-module library from samba-dsdb-modules to samba-libs, to prevent circular dependencies between samba-dsdb-modules and samba- libs. This is necessary since dsdb-module is now used by the dcerpc- server library.
      adds  e48b645   releasing package samba version 2:4.1.9+dfsg-2
      adds  3872776   VERSION: Disable git snapshot for the 4.1.9 release.
      adds  97d7291   Merge tag 'samba-4.1.9' into v4-1-stable
      adds  b1523ef   VERSION: Bump version number up to 4.1.9...
      adds  2363553   s3: client - rename 'struct smb2_create_returns' to 'struct smb_create_returns' so we can use this in SMB1 create returns as well.
      adds  569a4e1   s3: client : Add extra return parameter to all client open calls.
      adds  5857b18   s3: client : correctly fill in the struct smb_create_returns from cli_ntcreate(), cli_ntcreate_recv(), cli_nttrans_create() and cli_nttrans_create_recv().
      adds  b42fb61   s3: libsmbclient: Work around bugs in SLES cifsd and Apple smbx SMB1 servers.
      adds  5663c4a   winbindd: Ensure we do not look at rid_array before checking if it was returned
      adds  dffc7ba   Merge tag 'samba-4.1.9' into v4-1-test
      adds  3390f57   VERSION: Bump version up to 4.1.10.
      adds  406e412   smbd: Fix bug 10593
      adds  7e38fcb   msg_channel: Fix a 100% CPU loop
      adds  f1b969b   provision/sambadns: remove redundant site parameter
      adds  2541ab3   samba-tool: add --site parameter to provision command (bug #10674)
      adds  f925ebc   s3/s4: smbd, rpc, ldap, cldap, kdc services.
      adds  79f1129   s3:winbindd - fix bad bugfix for bug #10280 - winbind panic if AD server is down.
      adds  a9dcd02   s3: fix missing braces in nfs4_acls.c
      adds  74a8055   smbstatus: Fix an uninitialized variable
      adds  c8904fa   s3: smbd: Locking, fix off-by one calculation in brl_pending_overlap().
      adds  14e7f98   smbd: Avoid double-free in get_print_db_byname
      adds  14a9705   pam_smbpass: Wrap calls in talloc_stackframe() to avoid warnings about leaking memory
      adds  5c503dd   libsmbclient: Wrap more function calls in talloc_stackframe() to protect against talloc_tos() calls
      adds  93c1a27   libsmb: Provide a talloc_stackframe() to external users of libsmb_setget.c
      adds  7408da9   torture3: Fix bug 10687
      adds  50af515   s4:repl_meta_data: fix array assignment in replmd_process_linked_attribute()
      adds  2354597   script/autobuild: use --force-rebase option
      adds  be09c41   selftest/subunithelper.py: correctly handle unexpected success in FilterOps
      adds  484d746   selftest/subunithelper.py: correctly handle fail_immediately in end_testsuite of FilterOps
      adds  29ec8f4   selftest/subunithelper.py: correctly pass testsuite-uxsuccess to end_testsuite()
      adds  4ffc82e   drs-crackname: Fix cracknames for the format UNKNOWN when the data is actually a GUID
      adds  e7eed8f   drs-cracknames: When cracking NT4 names we should just look at netbios for the match
      adds  13a5eca   drs-crackname: Fix error code so that we have the same as windows
      adds  f18e5f5   drs-cracksname: fix problems that prevented to pass our torture tests
      adds  dbaab08   samdb: Fix CID 1034910 Dereference before null check
      adds  ccfc87f   dsdb: Provide a clearer error when we fail to store the sequence number in metadata.tdb
      adds  7e07e6d   dsdb: Do not give an error is metadata.tdb does not yet exist
      adds  ee2cf1d   dsdb: Return LDB_ERR_INSUFFICIENT_ACCESS_RIGHTS rather than OPERATIONS_ERROR on EACCES and EPERM
      adds  8bf3d4e   s4-dsacl: Fixed incorrect handling of privileges in sec_access_check_ds
      adds  bbe79b8   s4-rpc_server/drsuapi: Print ldb error showing why we failed to perform the access check
      adds  c66913f   s4:dsdb/ldb_modules: avoid declaration after code warnings
      adds  6b2d4aa   s4:dsdb fix compiler warnings
      adds  7013fff   s4:dsdb fix compiler warnings
      adds  d6d69c6   s4-dsdb: Fix a use after free segfault.
      adds  3251430   s4:dsdb fix compiler warnings
      adds  0b3f7af   s4:dsdb/ldb_modules: avoid invalid pointer type warnings
      adds  a678cd4   samdb: Fix CID 1034910 Dereference before null check
      adds  656e363   samdb: Fix CID 1034910 Dereference before null check
      adds  a4c1e9a   passdb: Do not routinely clear the global memory returned by get_global_sam_sid()
      adds  1da8bec   provision: Fix failures on re-provision incorrectly blamed on posix acl support.
      adds  a9b2df4   provision: improve error message when connecting to samdb without the correct permissions
      adds  8892da9   pysmbd: improve the return of error codes in the python smbd bindings
      adds  b4904f6   provision: capture slightly less generic exceptions during the test for acls
      adds  3e51316   pyldb: decrement ref counters on py_results and quiet warnings
      adds  fc8d199   ldb: Fix a const warning
      adds  c7a376e   ldb: Fix CID 1034793 Dereference null return value
      adds  d990fa2   pyldb: Fix CID 1034792 Dereference null return value
      adds  c638eee   ldb_map: Fix CID 1034791 Dereference null return value
      adds  06c993e   ldb: Do not build libldb-cmdline when using system ldb.
      adds  1173cd7   ldb: Show the type of failing operation in default error message
      adds  3d932b0   Cleanup map return codes
      adds  c257bc6   Fix SEGV from improperly formed SUBSTRING/PRESENCE filter
      adds  cdd4ef6   Add LDB_MAP_RENDROP option
      adds  540dd6f   s4-openldap: Remove use of talloc_reference in ldb_map_outbound.c
      adds  b89ef65   dsdb/tests/ldap: fix test_distinguished_name against w2k8r2
      adds  b4960c4   ldb:rdn_name: reject 'distinguishedName' depending of the MOD flags
      adds  8a618ab   ldb: Fix CID 240798 Uninitialized pointer read
      adds  0919ef3   ldb: Fix CID 241329 Array compared against 0
      adds  3f4d6d2   ldb: use of NULL pointer bugfix
      adds  7c98a57   lib/ldb fix compiler warnings
      adds  90da5f3   lib/ldb fix compiler warnings
      adds  a8c9519   ldb: Fix 1138330 Dereference null return value
      adds  ad4a09c   ldb: Return LDB_ERR_INSUFFICIENT_ACCESS_RIGHTS rather than OPERATIONS_ERROR on EACCES and EPERM
      adds  86508d7   ldb: pass module init errors back to the caller
      adds  0c1511e   ldb: Add a env variable to disable RTLD_DEEPBIND.
      adds  1ac7ee6   ldb:pyldb: add some const to PyObject_FromLdbValue()
      adds  d2615ee   ldb:pyldb: fix doc string for set_extended_component()
      adds  94c793d   ldb:pyldb: add some more helper functions for LdbDn
      adds  4b5ec41   ldb: change version to 1.1.17
      adds  dd2a1ea   ldb: make the successful ldb_transaction_start() message clearer
      adds  c0dd653   ldb:build: improve detection of srcdir
      adds  a8adafa   net/doc: make clear that net vampire is for NT4 domains only
      adds  0bd326d   s3:smb2_read: let smb2_sendfile_send_data() behave like send_file_readX()
      adds  48b8d0e   s4:dsdb/repl: make use of dcerpc_binding_handle_is_connected()
      adds  b5294f2   s4-dsdb: instanceType NC_HEAD is only allowed combined with WRITE for an originating add operation
      adds  f4f9a65   dsdb: Use dsdb_next_callback() rather than a no-op per-module callback
      adds  73e5b13   s4-samldb: Do not allow deletion of objects with RID < 1000
      adds  5ce7f30   s4:samdb: respect SEARCH_FLAG_PRESERVEONDELETE
      adds  ddf9b85   dsdb: Ensure to sort replPropertyMetaData as UNSIGNED, not SIGNED quantities
      adds  519d069   dsdb: Further assert that we always have an objectClass and an rDN
      adds  a2d3f1a   dsdb: Do not update notify_uSN until the transaction is genuinely committed to the DB
      adds  483d5e3   dsdb: Clarify how the DSDB_REPL_FLAG_PRIORITISE_INCOMING flag works
      adds  56caec5   dsdb: Improve errors and checks for missing objectClass values
      adds  87b40d4   dsdb: Improve missing objectClass handling
      adds  4730d74   samba-tool dbcheck: handle missing objectClass
      adds  f72899e   dsdb: Do not store a struct ldb_dn in struct schema_data
      adds  1b4a949   dsdb: Do not refresh the schema using the wrong event context
      adds  8546c70   dbchecker: make the deleted objects container detection more generic
      adds  7746ad2   dbchecker: verify and fix broken dn values
      adds  f2c728d   dbcheck: Directly call dn.get_rdn_{val,name}() for clarity and consistency
      adds  5572384   build: Exclude source4/selftest/provisions/release-4-1-0rc3 from the tarball
      adds  ddfbfd7   dsdb: Make it harder to corrupt the database by requiring DBCHECK or RELAX for final object deletion
      adds  f18a67a   selftest: Add tests for dbcheck detection and removal of partial objects
      adds  f377654   dsdb: Add more tests for DN+String and DN+Binary comparisons
      adds  5289cb9   dsdb: Rename private_data to rootdse_private_data in rootdse
      adds  bdd363a   dsdb: Do not permit nested event loops when in a transaction, use a nested event context
      adds  4c0595f   dsdb: Add DSDB_SEARCH_ONE_ONLY support to dsdb_module_search*()
      adds  c0091d0   dsdb: Specify no event context to smb_krb5_init_context() in dsdb
      adds  e4bf67a   kerberos: Remove un-used event context argument from smb_krb5_init_context()
      adds  38c5f5b   dbcheck: Ensure dbcheck can operate with --attrs set
      adds  498e7cc   s4:dsdb/schema_load: make error message more verbose
      adds  f23869c   s4:dsdb/kcc: use SHOW_RECYCLED instead of SHOW_DELETED in when deleting tombstone/deleted objects
      adds  b23e9d5   s4:dsdb/extended_dn_in: don't force DSDB_SEARCH_SHOW_RECYCLED
      adds  76dd28b   s3: smbd: Locking - convert to using utility macro used elsewhere.
      adds  6484211   s3: smbd: Locking - add and use utility function lock_timed_out().
      adds  01753e8   s3: smbd: Locking - treat lock timeout the same as any other error.
      adds  2f118b6   s3: smbd: Locking - re-add pending lock records if we fail to acquire a lock (and the lock hasn't timed out).
      adds  7eb800d   s4: smbtorture: Add multi-lock test. Regression test for bug #10684.
      adds  dfe449a   torture4: Adapt comment to code
      adds  30e638f   torture4: Make raw.lock.multilock fail after 20 seconds
      adds  50b6474   dsdb: Set syntax of userParameters to binary string, not unicode string
      adds  75eaf99   dsdb: Always store and return the userParameters as a array of LE 16-bit values
      adds  a29068f   dbcheck: Add check and test for various invalid userParameters values
      adds  82f4748   s4:dsdb/samldb: don't allow 'userParameters' to be modified over LDAP for now
      adds  0390735   s3: libwbclient: Don't break out of loop too soon - find all parameters.
      adds  d485ebd   libwbclient: allow only one initial_blob/challenge_blob in wbcCredentialCache()
      adds  b532f24   selftest: teardown the environments also on getting SIGPIPE
      adds  610320e   s4:dsdb/repl_meta_data: make sure objectGUID can't be deleted
      adds  f8af687   s3: smbd - Prevent file truncation on an open that fails with share mode violation.
      adds  f2da72f   smbd: Remove 2 indentation levels
      adds  4c32263   selftest/knownfail: ignore samba3.smb2.oplock.exclusive5 failures in v4-1-*
      adds  ead305e   s3: smb2: Remove unused code from remove_pending_lock().
      adds  8fa384d   s3: smb2: Simplify logic in reprocess_blocked_smb2_lock().
      adds  6526cb7   s3: SMB2 : Fix leak of blocking lock records in the database.
      adds  1a9a02d   ldb-samba: fix a memory leak in ldif_canonicalise_objectCategory()
      adds  7253047   WHATSNEW: Add release notes for Samba 4.1.10.
      adds  80a1dfd   VERSION: Disable git snapshots for the 4.1.10 release.
      adds  fcc634b   Merge commit 'origin/v4-1-test^' into v4-1-stable
      adds  01be3c5   VERSION: Bump version number up to 4.1.11...
      adds  e6a8486   fix unstrcpy
      adds  ebeb3b6   WHATSNEW: Add release notes for Samba 4.1.11.
      adds  154a270   VERSION: Disable git snapshots for the 4.1.11 release.
      adds  954d864   Imported Upstream version 4.1.11
      adds  606ac08   Merge tag 'upstream/4.1.11' into debian
      adds  e56e357   New upstream release.
      adds  c01abc9   CVE-2014-3560: Remote code execution in nmbd. Closes: #756759
      adds  0b6bf2a   releasing package samba version 2:4.1.11+dfsg-1
       new  b69f22a   Merge tag 'debian/4.1.11+dfsg-1' into wheezy-backports
       new  9e76bfb   start changelog for 2:4.1.11+dfsg-1~bpo70+1
       new  0dd0618   Restore build-dep on libgnutls-dev
       new  969fc90   Update build-dep version for libldb-dev and libtdb-dev.
       new  780159c   release samba 2:4.1.11+dfsg-1~bpo70+1 to wheezy-backports

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 VERSION                                            |     2 +-
 WHATSNEW.txt                                       |   200 +-
 auth/credentials/credentials_krb5.c                |     2 +-
 debian/changelog                                   |    36 +
 debian/control                                     |     9 +-
 debian/po/pt_BR.po                                 |    80 +-
 debian/samba-dsdb-modules.install                  |     1 -
 debian/samba-libs.install                          |     2 +-
 debian/samba.smbd.upstart                          |     4 -
 debian/source/lintian-overrides                    |     5 -
 docs-xml/manpages/net.8.xml                        |     2 +
 docs/manpages/dbwrap_tool.1                        |     4 +-
 docs/manpages/eventlogadm.8                        |     4 +-
 docs/manpages/findsmb.1                            |     4 +-
 docs/manpages/idmap_ad.8                           |     4 +-
 docs/manpages/idmap_autorid.8                      |     4 +-
 docs/manpages/idmap_hash.8                         |     4 +-
 docs/manpages/idmap_ldap.8                         |     4 +-
 docs/manpages/idmap_nss.8                          |     4 +-
 docs/manpages/idmap_rfc2307.8                      |     4 +-
 docs/manpages/idmap_rid.8                          |     4 +-
 docs/manpages/idmap_tdb.8                          |     4 +-
 docs/manpages/idmap_tdb2.8                         |     4 +-
 docs/manpages/libsmbclient.7                       |     4 +-
 docs/manpages/lmhosts.5                            |     4 +-
 docs/manpages/log2pcap.1                           |     4 +-
 docs/manpages/net.8                                |     6 +-
 docs/manpages/nmbd.8                               |     4 +-
 docs/manpages/nmblookup.1                          |     4 +-
 docs/manpages/ntlm_auth.1                          |     4 +-
 docs/manpages/pam_winbind.8                        |     4 +-
 docs/manpages/pam_winbind.conf.5                   |     4 +-
 docs/manpages/pdbedit.8                            |     4 +-
 docs/manpages/profiles.1                           |     4 +-
 docs/manpages/rpcclient.1                          |     4 +-
 docs/manpages/samba-regedit.8                      |     4 +-
 docs/manpages/samba-tool.8                         |     4 +-
 docs/manpages/samba.7                              |     4 +-
 docs/manpages/samba.8                              |     4 +-
 docs/manpages/sharesec.1                           |     4 +-
 docs/manpages/smb.conf.5                           |     4 +-
 docs/manpages/smbcacls.1                           |     4 +-
 docs/manpages/smbclient.1                          |     4 +-
 docs/manpages/smbcontrol.1                         |     4 +-
 docs/manpages/smbcquotas.1                         |     4 +-
 docs/manpages/smbd.8                               |     4 +-
 docs/manpages/smbget.1                             |     4 +-
 docs/manpages/smbgetrc.5                           |     4 +-
 docs/manpages/smbpasswd.5                          |     4 +-
 docs/manpages/smbpasswd.8                          |     4 +-
 docs/manpages/smbspool.8                           |     4 +-
 docs/manpages/smbstatus.1                          |     4 +-
 docs/manpages/smbta-util.8                         |     4 +-
 docs/manpages/smbtar.1                             |     4 +-
 docs/manpages/smbtree.1                            |     4 +-
 docs/manpages/testparm.1                           |     4 +-
 docs/manpages/vfs_acl_tdb.8                        |     4 +-
 docs/manpages/vfs_acl_xattr.8                      |     4 +-
 docs/manpages/vfs_aio_fork.8                       |     4 +-
 docs/manpages/vfs_aio_linux.8                      |     4 +-
 docs/manpages/vfs_aio_pthread.8                    |     4 +-
 docs/manpages/vfs_audit.8                          |     4 +-
 docs/manpages/vfs_btrfs.8                          |     4 +-
 docs/manpages/vfs_cacheprime.8                     |     4 +-
 docs/manpages/vfs_cap.8                            |     4 +-
 docs/manpages/vfs_catia.8                          |     4 +-
 docs/manpages/vfs_commit.8                         |     4 +-
 docs/manpages/vfs_crossrename.8                    |     4 +-
 docs/manpages/vfs_default_quota.8                  |     4 +-
 docs/manpages/vfs_dirsort.8                        |     4 +-
 docs/manpages/vfs_extd_audit.8                     |     4 +-
 docs/manpages/vfs_fake_perms.8                     |     4 +-
 docs/manpages/vfs_fileid.8                         |     4 +-
 docs/manpages/vfs_full_audit.8                     |     4 +-
 docs/manpages/vfs_gpfs.8                           |     4 +-
 docs/manpages/vfs_linux_xfs_sgid.8                 |     4 +-
 docs/manpages/vfs_media_harmony.8                  |     4 +-
 docs/manpages/vfs_netatalk.8                       |     4 +-
 docs/manpages/vfs_notify_fam.8                     |     4 +-
 docs/manpages/vfs_prealloc.8                       |     4 +-
 docs/manpages/vfs_preopen.8                        |     4 +-
 docs/manpages/vfs_readahead.8                      |     4 +-
 docs/manpages/vfs_readonly.8                       |     4 +-
 docs/manpages/vfs_recycle.8                        |     4 +-
 docs/manpages/vfs_scannedonly.8                    |     4 +-
 docs/manpages/vfs_shadow_copy.8                    |     4 +-
 docs/manpages/vfs_shadow_copy2.8                   |     4 +-
 docs/manpages/vfs_smb_traffic_analyzer.8           |     4 +-
 docs/manpages/vfs_streams_depot.8                  |     4 +-
 docs/manpages/vfs_streams_xattr.8                  |     4 +-
 docs/manpages/vfs_syncops.8                        |     4 +-
 docs/manpages/vfs_time_audit.8                     |     4 +-
 docs/manpages/vfs_tsmsm.8                          |     4 +-
 docs/manpages/vfs_xattr_tdb.8                      |     4 +-
 docs/manpages/vfs_zfsacl.8                         |     4 +-
 docs/manpages/vfstest.1                            |     4 +-
 docs/manpages/wbinfo.1                             |     4 +-
 docs/manpages/winbind_krb5_locator.7               |     4 +-
 docs/manpages/winbindd.8                           |     4 +-
 lib/ldb-samba/ldif_handlers.c                      |     7 +-
 lib/ldb/ABI/{ldb-1.1.14.sigs => ldb-1.1.17.sigs}   |     0
 ...ldb-util-1.1.10.sigs => pyldb-util-1.1.17.sigs} |     0
 lib/ldb/common/ldb.c                               |    25 +-
 lib/ldb/common/ldb_dn.c                            |     4 +-
 lib/ldb/common/ldb_modules.c                       |    52 +-
 lib/ldb/ldb_map/ldb_map.c                          |    16 +-
 lib/ldb/ldb_map/ldb_map.h                          |     3 +-
 lib/ldb/ldb_map/ldb_map_inbound.c                  |    21 +-
 lib/ldb/ldb_map/ldb_map_outbound.c                 |    64 +-
 lib/ldb/ldb_map/ldb_map_private.h                  |     2 +-
 lib/ldb/ldb_tdb/ldb_tdb.c                          |     7 +-
 lib/ldb/modules/rdn_name.c                         |    10 +-
 lib/ldb/modules/sort.c                             |     2 +-
 lib/ldb/pyldb.c                                    |   124 +-
 lib/ldb/tools/ldbtest.c                            |     4 +
 lib/ldb/wscript                                    |    12 +-
 lib/util/string_wrappers.h                         |     2 +-
 libcli/security/access_check.c                     |    12 +-
 libcli/smb/smb2_create_blob.h                      |     2 +-
 libcli/smb/smb2cli_create.c                        |     6 +-
 libcli/smb/smbXcli_base.h                          |     6 +-
 nsswitch/libwbclient/wbc_pam.c                     |    30 +-
 python/samba/dbchecker.py                          |   222 +-
 python/samba/netcmd/domain.py                      |     5 +-
 python/samba/provision/__init__.py                 |    61 +-
 python/samba/provision/sambadns.py                 |     5 +-
 python/samba/tests/samba3sam.py                    |    12 +-
 script/autobuild.py                                |     4 +-
 selftest/knownfail                                 |     1 +
 selftest/selftest.pl                               |    25 +-
 selftest/subunithelper.py                          |    25 +-
 selftest/tests.py                                  |     1 +
 source3/client/client.c                            |    10 +-
 source3/lib/msg_channel.c                          |    12 +
 source3/libsmb/cli_np_tstream.c                    |     2 +-
 source3/libsmb/cli_smb2_fnum.c                     |     4 +-
 source3/libsmb/cli_smb2_fnum.h                     |     2 +-
 source3/libsmb/clifile.c                           |    73 +-
 source3/libsmb/cliquota.c                          |     2 +-
 source3/libsmb/clisymlink.c                        |     4 +-
 source3/libsmb/libsmb_context.c                    |    17 +
 source3/libsmb/libsmb_setget.c                     |    17 +-
 source3/libsmb/libsmb_xattr.c                      |     6 +-
 source3/libsmb/proto.h                             |    14 +-
 source3/libsmb/pylibsmb.c                          |     2 +-
 source3/locking/brlock.c                           |     2 +-
 source3/locking/share_mode_lock.c                  |     1 +
 source3/modules/nfs4_acls.c                        |     3 +-
 source3/pam_smbpass/pam_smb_acct.c                 |     9 +
 source3/pam_smbpass/pam_smb_auth.c                 |     7 +
 source3/pam_smbpass/pam_smb_passwd.c               |    16 +-
 source3/passdb/machine_account_secrets.c           |    10 +-
 source3/passdb/pdb_samba_dsdb.c                    |    77 +-
 source3/printing/printing_db.c                     |     4 +-
 source3/smbd/blocking.c                            |   195 +-
 source3/smbd/open.c                                |    22 +-
 source3/smbd/pysmbd.c                              |    58 +-
 source3/smbd/server.c                              |    16 +-
 source3/smbd/smb2_create.c                         |     9 +-
 source3/smbd/smb2_lock.c                           |    69 +-
 source3/smbd/smb2_read.c                           |    69 +-
 source3/torture/nbench.c                           |     2 +-
 source3/torture/nbio.c                             |     2 +-
 source3/torture/test_chain3.c                      |     2 +-
 source3/torture/test_cleanup.c                     |    14 +-
 source3/torture/test_notify.c                      |     6 +-
 source3/torture/test_notify_online.c               |     4 +-
 source3/torture/test_nttrans_create.c              |     4 +-
 source3/torture/test_nttrans_fsctl.c               |     2 +-
 source3/torture/test_posix_append.c                |     2 +-
 source3/torture/torture.c                          |   127 +-
 source3/torture/utable.c                           |     2 +-
 source3/utils/net_rpc.c                            |     3 +-
 source3/utils/net_rpc_printer.c                    |     7 +-
 source3/utils/smbcacls.c                           |     6 +-
 source3/winbindd/winbindd_cache.c                  |     4 +-
 source3/winbindd/winbindd_rpc.c                    |     6 +-
 source4/auth/gensec/gensec_gssapi.c                |     1 -
 source4/auth/kerberos/krb5_init_context.c          |    12 -
 source4/auth/kerberos/krb5_init_context.h          |     2 +-
 source4/cldap_server/cldap_server.c                |     8 +-
 source4/dns_server/dlz_bind9.c                     |     2 +-
 source4/dns_server/dns_server.c                    |     9 +-
 source4/dsdb/common/tests/dsdb_dn.c                |    14 +
 source4/dsdb/common/util.c                         |    59 +-
 source4/dsdb/kcc/kcc_deleted.c                     |     2 +-
 source4/dsdb/repl/drepl_out_helpers.c              |    52 +-
 source4/dsdb/repl/replicated_objects.c             |    14 +-
 source4/dsdb/samdb/cracknames.c                    |    38 +-
 source4/dsdb/samdb/ldb_modules/descriptor.c        |     2 +-
 source4/dsdb/samdb/ldb_modules/dirsync.c           |     7 +-
 source4/dsdb/samdb/ldb_modules/extended_dn_in.c    |    37 +-
 source4/dsdb/samdb/ldb_modules/instancetype.c      |     3 +-
 source4/dsdb/samdb/ldb_modules/objectclass.c       |    54 +-
 source4/dsdb/samdb/ldb_modules/operational.c       |     2 +-
 .../dsdb/samdb/ldb_modules/partition_metadata.c    |    34 +-
 source4/dsdb/samdb/ldb_modules/password_hash.c     |     1 -
 source4/dsdb/samdb/ldb_modules/repl_meta_data.c    |   267 +-
 source4/dsdb/samdb/ldb_modules/rootdse.c           |   110 +-
 source4/dsdb/samdb/ldb_modules/samldb.c            |    29 +-
 source4/dsdb/samdb/ldb_modules/schema_data.c       |    16 +-
 source4/dsdb/samdb/ldb_modules/schema_load.c       |   207 +-
 source4/dsdb/samdb/ldb_modules/secrets_tdb_sync.c  |     6 +-
 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c   |     2 +-
 source4/dsdb/samdb/ldb_modules/update_keytab.c     |    11 +-
 source4/dsdb/samdb/ldb_modules/util.c              |    13 +
 source4/dsdb/samdb/samdb.c                         |     7 -
 source4/dsdb/samdb/samdb.h                         |     1 +
 source4/dsdb/schema/schema.h                       |    10 +-
 source4/dsdb/schema/schema_init.c                  |    10 -
 source4/dsdb/schema/schema_set.c                   |    98 +-
 source4/dsdb/schema/schema_syntax.c                |    11 +
 source4/dsdb/tests/python/acl.py                   |    26 +
 source4/dsdb/tests/python/ldap.py                  |    27 +-
 source4/dsdb/tests/python/sam.py                   |    37 +-
 source4/kdc/kdc.c                                  |    14 +-
 source4/ldap_server/ldap_server.c                  |     8 +-
 source4/libnet/libnet_export_keytab.c              |     2 +-
 source4/libnet/libnet_vampire.c                    |     5 -
 source4/rpc_server/dcerpc_server.c                 |     8 +-
 source4/rpc_server/drsuapi/drsutil.c               |     2 +-
 source4/rpc_server/lsa/dcesrv_lsa.c                |     1 -
 source4/rpc_server/samr/dcesrv_samr.c              |    17 +-
 source4/selftest/provisions/dump.sh                |    48 -
 .../release-4-1-0rc3/etc/smb.conf.template         |    17 -
 .../provisions/release-4-1-0rc3/private/dns.keytab |   Bin 1037 -> 0 bytes
 ...DRELEASE-4-1-0RC3,DC%3DSAMBA,DC%3DCORP.ldb.dump | 29028 ------------
 ...DRELEASE-4-1-0RC3,DC%3DSAMBA,DC%3DCORP.ldb.dump | 43468 ------------------
 ...DRELEASE-4-1-0RC3,DC%3DSAMBA,DC%3DCORP.ldb.dump |   928 -
 ...DRELEASE-4-1-0RC3,DC%3DSAMBA,DC%3DCORP.ldb.dump |   488 -
 ...DRELEASE-4-1-0RC3,DC%3DSAMBA,DC%3DCORP.ldb.dump |    12 -
 .../private/dns/sam.ldb.d/metadata.tdb.dump        |     8 -
 .../release-4-1-0rc3/private/dns/sam.ldb.dump      |    36 -
 .../release-4-1-0rc3/private/dns_update_list       |    39 -
 .../release-4-1-0rc3/private/hklm.ldb.dump         |    80 -
 .../release-4-1-0rc3/private/idmap.ldb.dump        |    48 -
 .../provisions/release-4-1-0rc3/private/named.conf |    18 -
 .../release-4-1-0rc3/private/named.conf.update     |     7 -
 .../provisions/release-4-1-0rc3/private/named.txt  |    45 -
 .../release-4-1-0rc3/private/privilege.ldb.dump    |   156 -
 .../release-4-1-0rc3/private/randseed.tdb.dump     |     0
 ...DRELEASE-4-1-0RC3,DC%3DSAMBA,DC%3DCORP.ldb.dump | 29104 ------------
 ...DRELEASE-4-1-0RC3,DC%3DSAMBA,DC%3DCORP.ldb.dump | 43812 -------------------
 ...DRELEASE-4-1-0RC3,DC%3DSAMBA,DC%3DCORP.ldb.dump |   928 -
 ...DRELEASE-4-1-0RC3,DC%3DSAMBA,DC%3DCORP.ldb.dump |   488 -
 ...DRELEASE-4-1-0RC3,DC%3DSAMBA,DC%3DCORP.ldb.dump |  6600 ---
 .../private/sam.ldb.d/metadata.tdb.dump            |     8 -
 .../release-4-1-0rc3/private/sam.ldb.dump          |    36 -
 .../private/schannel_store.tdb.dump                |     0
 .../release-4-1-0rc3/private/secrets.keytab        |   Bin 1482 -> 0 bytes
 .../release-4-1-0rc3/private/secrets.ldb.dump      |    48 -
 .../release-4-1-0rc3/private/secrets.tdb.dump      |    16 -
 .../release-4-1-0rc3/private/share.ldb.dump        |    32 -
 .../private/smbd.tmp/msg/names.tdb.dump            |    52 -
 .../release-4-1-0rc3/private/spn_update_list       |    30 -
 .../release-4-1-0rc3/private/wins_config.ldb.dump  |     4 -
 source4/selftest/provisions/undump.sh              |    37 -
 source4/torture/auth/pac.c                         |     3 +-
 source4/torture/raw/lock.c                         |    97 +
 source4/utils/oLschema2ldif.c                      |     1 -
 source4/utils/wscript_build                        |     2 +-
 testdata/samba3/samba3.ldif                        |     4 +-
 testprogs/blackbox/dbcheck-oldrelease.sh           |   158 +-
 testprogs/blackbox/dbcheck.sh                      |     5 +
 wscript                                            |     2 +-
 265 files changed, 2857 insertions(+), 156728 deletions(-)
 delete mode 100644 debian/source/lintian-overrides
 copy lib/ldb/ABI/{ldb-1.1.14.sigs => ldb-1.1.17.sigs} (100%)
 copy lib/ldb/ABI/{pyldb-util-1.1.10.sigs => pyldb-util-1.1.17.sigs} (100%)
 delete mode 100755 source4/selftest/provisions/dump.sh
 delete mode 100644 source4/selftest/provisions/release-4-1-0rc3/etc/smb.conf.template
 delete mode 100644 source4/selftest/provisions/release-4-1-0rc3/private/dns.keytab
 delete mode 100644 source4/selftest/provisions/release-4-1-0rc3/private/dns/sam.ldb.d/CN%3DCONFIGURATION,DC%3DRELEASE-4-1-0RC3,DC%3DSAMBA,DC%3DCORP.ldb.dump
 delete mode 100644 source4/selftest/provisions/release-4-1-0rc3/private/dns/sam.ldb.d/CN%3DSCHEMA,CN%3DCONFIGURATION,DC%3DRELEASE-4-1-0RC3,DC%3DSAMBA,DC%3DCORP.ldb.dump
 delete mode 100644 source4/selftest/provisions/release-4-1-0rc3/private/dns/sam.ldb.d/DC%3DDOMAINDNSZONES,DC%3DRELEASE-4-1-0RC3,DC%3DSAMBA,DC%3DCORP.ldb.dump
 delete mode 100644 source4/selftest/provisions/release-4-1-0rc3/private/dns/sam.ldb.d/DC%3DFORESTDNSZONES,DC%3DRELEASE-4-1-0RC3,DC%3DSAMBA,DC%3DCORP.ldb.dump
 delete mode 100644 source4/selftest/provisions/release-4-1-0rc3/private/dns/sam.ldb.d/DC%3DRELEASE-4-1-0RC3,DC%3DSAMBA,DC%3DCORP.ldb.dump
 delete mode 100644 source4/selftest/provisions/release-4-1-0rc3/private/dns/sam.ldb.d/metadata.tdb.dump
 delete mode 100644 source4/selftest/provisions/release-4-1-0rc3/private/dns/sam.ldb.dump
 delete mode 100644 source4/selftest/provisions/release-4-1-0rc3/private/dns_update_list
 delete mode 100644 source4/selftest/provisions/release-4-1-0rc3/private/hklm.ldb.dump
 delete mode 100644 source4/selftest/provisions/release-4-1-0rc3/private/idmap.ldb.dump
 delete mode 100644 source4/selftest/provisions/release-4-1-0rc3/private/named.conf
 delete mode 100644 source4/selftest/provisions/release-4-1-0rc3/private/named.conf.update
 delete mode 100644 source4/selftest/provisions/release-4-1-0rc3/private/named.txt
 delete mode 100644 source4/selftest/provisions/release-4-1-0rc3/private/privilege.ldb.dump
 delete mode 100644 source4/selftest/provisions/release-4-1-0rc3/private/randseed.tdb.dump
 delete mode 100644 source4/selftest/provisions/release-4-1-0rc3/private/sam.ldb.d/CN%3DCONFIGURATION,DC%3DRELEASE-4-1-0RC3,DC%3DSAMBA,DC%3DCORP.ldb.dump
 delete mode 100644 source4/selftest/provisions/release-4-1-0rc3/private/sam.ldb.d/CN%3DSCHEMA,CN%3DCONFIGURATION,DC%3DRELEASE-4-1-0RC3,DC%3DSAMBA,DC%3DCORP.ldb.dump
 delete mode 100644 source4/selftest/provisions/release-4-1-0rc3/private/sam.ldb.d/DC%3DDOMAINDNSZONES,DC%3DRELEASE-4-1-0RC3,DC%3DSAMBA,DC%3DCORP.ldb.dump
 delete mode 100644 source4/selftest/provisions/release-4-1-0rc3/private/sam.ldb.d/DC%3DFORESTDNSZONES,DC%3DRELEASE-4-1-0RC3,DC%3DSAMBA,DC%3DCORP.ldb.dump
 delete mode 100644 source4/selftest/provisions/release-4-1-0rc3/private/sam.ldb.d/DC%3DRELEASE-4-1-0RC3,DC%3DSAMBA,DC%3DCORP.ldb.dump
 delete mode 100644 source4/selftest/provisions/release-4-1-0rc3/private/sam.ldb.d/metadata.tdb.dump
 delete mode 100644 source4/selftest/provisions/release-4-1-0rc3/private/sam.ldb.dump
 delete mode 100644 source4/selftest/provisions/release-4-1-0rc3/private/schannel_store.tdb.dump
 delete mode 100644 source4/selftest/provisions/release-4-1-0rc3/private/secrets.keytab
 delete mode 100644 source4/selftest/provisions/release-4-1-0rc3/private/secrets.ldb.dump
 delete mode 100644 source4/selftest/provisions/release-4-1-0rc3/private/secrets.tdb.dump
 delete mode 100644 source4/selftest/provisions/release-4-1-0rc3/private/share.ldb.dump
 delete mode 100644 source4/selftest/provisions/release-4-1-0rc3/private/smbd.tmp/msg/names.tdb.dump
 delete mode 100644 source4/selftest/provisions/release-4-1-0rc3/private/spn_update_list
 delete mode 100644 source4/selftest/provisions/release-4-1-0rc3/private/wins_config.ldb.dump
 delete mode 100755 source4/selftest/provisions/undump.sh

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-samba/samba.git




More information about the Pkg-samba-maint mailing list