[Pkg-samba-maint] [samba] branch upstream_4.1 updated (a798513 -> ce43a71)
Jelmer Vernooij
jelmer at moszumanska.debian.org
Sun Nov 15 17:07:11 UTC 2015
This is an automated email from the git hooks/post-receive script.
jelmer pushed a change to branch upstream_4.1
in repository samba.
from a798513 Imported Upstream version 4.1.17+dfsg
adds 9f52de7 VERSION: Bump version up to 4.1.16...
adds 2baeba4 s3-util: Fix authentication with long hostnames.
adds 333d257 dsdb: Add tokenGroupsGlobalAndUniversal, tokenGroups, tokenGroupsNoGCAcceptable
adds ecb145c net: Fix sam addgroupmem
adds c5cff32 vfs: Add glusterfs manpage.
adds a9dab56 spoolss: clear JobInfo on GetJob error
adds 1719bda spoolss: clear DriverInfo on GetPrinterDriver2 error
adds 50a72f0 spoolss: clear FormInfo on GetForm error
adds fcbeb46 spoolss: clear info on GetPrintProcessorDirectory error
adds fd9daf3 spoolss: clear info on GetPrinterDriverDirectory error
adds e968af8 spoolss: clear PrinterInfo on GetPrinter error
adds 5bbf2df s3-libads: Fix a possible segfault in kerberos_fetch_pac().
adds 1c6bcc0 smbd: Fix CID 1063259 Uninitialized scalar variable
adds af5c876 Merge tag 'samba-4.1.16' into v4-1-test
adds c4e46cd VERSION: Bump version up to 4.1.17.
adds 333eac4 libsmb: reuse connections derived from DFS referrals
adds 34704a6 libsmb: provide authinfo domain for DFS referral auth
adds f7a9ec5 libsmb: provide authinfo domain for encrypted session referrals
adds 95a9146 vfs_glusterfs: In vfs_gluster_sys_acl_get_file/fd, reduce the number of getxattr calls.
adds 7eebeaa vfs_glusterfs: Remember the connect path too for reopening.
adds 238b052 vfs_glusterfs: Set connectpath as snapdir-entry-path.
adds efa4c88 vfs_glusterfs: Change sys_get_acl_file/fd to return ACLs corresponding to mode bits when there are no ACLs set.
adds be67c85 vfs_glusterfs: Implement AIO support
adds 478851d vfs/glusterfs: Change xattr key to match gluster key.
adds bff63a0 vfs_glusterfs: Replace eventfd with pipes, for AIO use
adds 1e58c87 vfs:glusterfs: whitespace fix.
adds 33cef98 vfs: Fix a typo
adds 549d320 vfs_glusterfs: Add comments to the pipe(2) code.
adds 8648ebf cli_connect_nb_send: don't segfault on host == NULL.
adds 553ac4f utils: Fix 'net time' segfault.
adds 8d6a64d s3-pam_smbpass: Fix memory leak in pam_sm_authenticate().
adds 7ef12e4 Revert "dsdb: Add tokenGroupsGlobalAndUniversal, tokenGroups, tokenGroupsNoGCAcceptable"
adds b8a38af dsdb: Add tokenGroupsGlobalAndUniversal, tokenGroups, tokenGroupsNoGCAcceptable
adds df2ec47 s3:smb2_server: always try to grant the credits the client just consumed
adds fe52bd4 s3:smb2_server: protect against integer wrap with "smb2 max credits = 65535"
adds 1872ddc printing/cups: pack requested-attributes with IPP_TAG_KEYWORD
adds 99fe2d6 s3: smbclient: Allinfo leaves the file handle open.
adds 2b037f7 CVE-2015-0240: s3: netlogon: Ensure we don't call talloc_free on an uninitialized pointer.
adds 4a312e2 s3-netlogon: Make sure we do not deference a NULL pointer.
adds 563010d WHATSNEW: Add release notes for Samba 4.1.17.
adds 87c7063 VERSION: Disable git snapshots for the 4.1.17 release.
adds dd89495 VERSION: Bump version up to 4.1.18.
adds 630db2f debug: Set close-on-exec for the main log file FD
adds 0fa83fe doc:man:vfs_glusterfs: remove extra % signs.
adds daf5852 doc:man:vfs_glusterfs: improve and update description.
adds 3bc159d doc:man:vfs_glusterfs: improve the configuration section.
adds d2c9373 Merge tag 'samba-4.1.17' into v4-1-test
adds 09a62da smbd: Stop using vfs_Chdir after SMB_VFS_DISCONNECT.
adds 359d054 doc-xml: Add 'sharesec' reference to 'access based share enum'
adds 27c65e0 printing: split out printer DN and GUID retrieval
adds f59d71e printing: add nt_printer_guid_retrieve() helper
adds 40a9097 printing: rework nt_printer_guid_store to return errors
adds 88e22cd spoolss: retrieve published printer GUID if not in registry
adds 6d0843d s3-winbind: Fix chached user group lookup of trusted domains.
adds fd0122c Start to fix talloc memlimits with talloc pools.
adds 622fecb Remove magic TC_HDR_SIZE handling inside talloc_memlimit_check().
adds 9a11cc5 Change _talloc_total_mem_internal() to ignore memory allocated from a pool when calculating limit size.
adds f905053 Change __talloc() to only call talloc_memlimit_check()/talloc_memlimit_grow() on actual malloc allocation.
adds b1a0927 Update memory limits when we call free() on a pool.
adds 833b365 Inside _talloc_free_internal(), always call talloc_memlimit_update_on_free() before we free the real memory.
adds 2d9ed12 In _talloc_steal_internal(), correctly decrement the memory limit in the source, and increment in the destination.
adds a0b5d06 Fix a conditional check. (size - tc->size > 0) is always true if size and tc->size are unsigned.
adds a1e788b Don't call talloc_memlimit_update() inside _talloc_realloc() when we're just manipulating pool members.
adds 595a97e Inside _talloc_realloc(), keep track of size changes over malloc/realloc/free.
adds 105a903 Remove talloc_memlimit_update(). No longer used.
adds 834b7ea Add simple limited pool tests to test_memlimit().
adds 133b1c6 Fix valgrind errors with memmove and talloc pools.
adds a6a4ec7 talloc: Decouple the dual use of chunk->pool
adds 4e36c2f talloc: Introduce __talloc_with_prefix
adds 8497337 talloc: Put pool-specific data before the chunk
adds 1a70518 talloc: Add a separate pool size
adds 62abe79 talloc: Allow nested pools.
adds 0f88b87 talloc: Add talloc_pooled_object
adds 2aa1291 talloc: Test the pooled object
adds 88c9bff talloc: Add a warning to talloc_reference() documentation.
adds 4992a53 Add a basic guide on pytalloc.
adds 7af07a5 talloc: Update flags in pytalloc-util pkgconfig file
adds b77c479 talloc: Tune talloc_vasprintf
adds 7e2707e talloc: inline more static functions
adds 19a86f6 talloc: inline talloc_get_name()
adds 32035b0 talloc: avoid a function call in TALLOC_FREE() if possible.
adds 43049ba talloc: check for TALLOC_GET_TYPE_ABORT_NOOP
adds 21e38ad talloc: fix compiler warning
adds 38aeda4 talloc/tests: avoid some unused variable warnings
adds 2a59ff1 talloc: version 2.1.1
adds 1c2f26b talloc:build: improve detection of srcdir
adds 2a4ca9d lib: talloc: Fix bug when calling a destructor.
adds f635357 lib: talloc: Allow destructors to reparent the object they're called on.
adds 763a569 lib: talloc: Test suite for the new destructor reparent logic.
adds 75d7179 talloc: fix _talloc_total_limit_size prototype
adds f244eaa talloc: version 2.1.2
adds f9fd1dc docs/idmap_rid: remove deprecated base_rid from example
adds 2355e2d s4: lib: auth: If NTLMSSP_NEGOTIATE_TARGET_INFO isn't set, cope with servers that don't send the 2 unused fields.
adds 9e395c9 s3: lib: ntlmssp: If NTLMSSP_NEGOTIATE_TARGET_INFO isn't set, cope with servers that don't send the 2 unused fields.
adds b417ef0 s3: libcli: smb1: Ensure we correctly finish a tevent req if the writev fails in the SMB1 case.
adds f5e3b94 s3: lib: libsmbclient: If reusing a server struct, check every cli->timout miliseconds if it's still valid before use.
adds c9a9483 s3:winbind:grent: don't stop group enumeration when a group has no gid
adds 2f46746 docs: Mark 'client use spnego principal' as deprecated and also a bad idea.
adds af95423 s3: client - "client use spnego principal = yes" code checks wrong name.
adds 58deb20 s4:auth/gensec_gssapi: let gensec_gssapi_update() return NT_STATUS_LOGON_FAILURE for unknown errors
adds ef714b3 s3: libsmbclient: Add missing talloc stackframe.
adds c2ea207 s4-process_model: Do not close random fds while forking.
adds fc4bdf5 s3-passdb: Fix 'force user' with winbind default domain
adds 8628ae2 s3: Refactor smbd_smb2_request_process_negprot
adds 05284b8 s3: Fix fsctl_validate_neg_info to pass MS compliance suite.
adds 1cd5d85 s3: libsmbclient: After getting attribute server, ensure main srv pointer is still valid.
adds 9329307 spoolss: purge the printer name cache on name change
adds bfde0f0 s3:smbd: missing tevent_req_nterror
adds 08dd42c s3:smbd: update comment to correctly reflect MS-SMB2
adds 2e0df25 Make sure we initialize conn to NULL, because a routine we call may give an error and not touch conn, and then we get an error when trying to TALLOC_FREE it.
adds 8b78cc3 s4:rpc_server: Add multiplex state to dcerpc flags and control over multiplex PFC flag in bind_ack and and dcesrv_alter replies
adds f8ef498 Add DCERPC flag to call unbind hooks without destroying the connection itself upon termination of a connection with outstanding pending calls.
adds c850922 s4: rpc: Refactor dcesrv_alter() function into setup and send steps.
adds 050f831 s3: smbd: Incorrect file size returned in the response of "FILE_SUPERSEDE Create"
adds bbde543 vfs: kernel_flock and named streams
adds 91e7c41 s3: nmbd: Ensure we only set work_changed = true if we modify the record.
adds a9ca30c s3: nmbd: Don't set work_changed = True inside update_server_ttl().
adds 1a121d1 WHATSNEW: Add release notes for Samba 4.1.18.
adds 87b7535 VERSION: Bump version up to 4.1.19...
adds f687a77 s3:smb2_server: don't rely on the SMB2_HDR_FLAG_SIGNED if signing is required
adds 33e1a4f smbd:smb2: fix error code when the header says the request is signed but we don't have a sesseion
adds f362fc9 s3:smbd: add a smbd_notify_cancel_by_map() helper function
adds 2284593 s3:smbd: use STATUS_NOTIFY_CLEANUP when closing a smb2 directory handle
adds 6caba46 s3:smbd: use STATUS_NOTIFY_CLEANUP on smb2 logoff (explicit and implicit) and tdis
adds bc0966d s4:torture/smb2: verify STATUS_NOTIFY_CLEANUP return value
adds 712d9e5 s4:torture/smb2: add smb2.notify.close test
adds dcea20f s4:torture/smb2: add smb2.notify.invalid-reauth test
adds 5e47040 s4:torture/smb2: add smb2.notify.session-reconnect test
adds 21fd82d s3:smbXsrv_session: clear smb2req->session of pending requests in smbXsrv_session_destructor()
adds 749e6fd s3:smbXsrv_session: clear smb2req->session of pending requests in smbXsrv_session_logoff_all_callback()
adds 75b9a6f s3:smbXsrv_session: add smb2srv_session_shutdown_send/recv helper functions
adds 6d611c6 s3:smbXsrv_session: cancel pending requests when we logoff a previous session
adds bd03b6a s3:smb2_sesssetup: let smbd_smb2_logoff_* use smbXsrv_session_shutdown_*
adds f28cbf0 s3:smb2_sesssetup: always assign smb2req->session when a session was created.
adds 3af2142 s3:smb2_sesssetup: add smbd_smb2_session_setup_wrap_send/recv()
adds 1b2cf28 s3:smb2_sesssetup: remove unused smbd_smb2_session_setup_* destructors
adds 3db0ad9 s3:selftest: run smb2.notify with --signing=required
adds 007a5fd vfp_gpfs: ensure END_PROFILE is always called
adds 18536b8 vfs_gpfs: move failure label before END_PROFILE
adds bb22fea s3: smbd: VFS: Add vfs_stat_smb_basename() - to be called when we *know* stream name parsing has already been done.
adds 178db7c s3: smbd: VFS: All the places that are currently calling vfs_stat_smb_fname() and vfs_lstat_smb_fname() should be calling vfs_stat_smb_basename().
adds 8ac582e s3: smbd: VFS: For all EA and ACL calls use synthetic_smb_fname(), not synthetic_smb_fname_split().
adds 0372b33 s3: smbd: VFS: fake_acl module called get_full_smb_filename() with a stream path, then used the result to call XATTR functions directly.
adds 13d1bdd libads: record service ticket endtime for sealed ldap connections
adds d8626e9 s4:lib/tls: fix build with gnutls 3.4
adds 67fbd6d s3:winbindd: make sure we remove pending io requests before closing client sockets
adds 995bef1 s4: libcli/finddcs_cldap: continue processing CLDAP until all addresses are used
adds db28391 s3: smbcacls: Ensure we read a hex number as %x, not %u.
adds 9ba2dce s3:smb2: add padding to last command in compound requests
adds 34cffdb s4:torture:smb2:compound: compound read and padding
adds ccf557c Add IPv6 support to ADS client side LDAP connects. Corrected format for IPv6 LDAP URI.
adds a6d7aa5 Add IPv6 support for determining FQDN during ADS join.
adds 3e5744d s3: IPv6 enabled DNS connections for ADS client
adds 1da224b s4.2/fsmo.py: fixed fsmo transfer exception
adds 2070fa2 idmap_rfc2307: Fix wbinfo --gid-to-sid query
adds f8c27d1 nsswitch: Extend idmap_rfc2307 testcase for reverse lookup
adds 43e2626 s3: libsmbclient: Re-resolving targetcli on every read/write/lseek/ftruncate/close is both incorrect and slow.
adds 45bd969 WHATSNEW: Add release notes for Samba 4.1.19.
adds f14dcca VERSION: Disable git snapshots for the 4.1.19 release.
adds 9a67af3 VERSION: Bump version up to 4.1.20...
adds af4617a s3:param/loadparm fix testparm --show-all-parameters
adds e700e9d s3: smbd: Use separate flag to track become_root()/unbecome_root() state.
adds 81dde5e s3:winbindd: make sure we pass a valid server to rpccli_netlogon_sam_network_logon*()
adds 290c1ae s3: smbd: Codenomicon crash in do_smb_load_module().
adds 972a97b docs: Change smb encrypt default in docs to match s3 and lib/param
adds 7434e77 docs: overhaul the description of "smb encrypt" to include SMB3 encryption.
adds 2ff1428 s3: auth: Add some const to the struct netr_SamInfo3 * arguments of copy_netr_SamInfo3() and make_server_info_info3()
adds a3d6a15 s3: auth: Change make_server_info_info3() to take a const struct netr_SamInfo3 pointer instead of a struct PAC_LOGON_INFO.
adds 02bda07 s3: auth: Add create_info3_from_pac_logon_info() to create a new info3 and merge resource group SIDs into it.
adds 4bdfb15 s3: auth: Change auth3_generate_session_info_pac() to use a copy of the info3 struct from the struct PAC_LOGON_INFO.
adds 8ddab98 s3: auth: Fix winbindd_pam_auth_pac_send() to create a new info3 and merge in resource groups from a trusted PAC.
adds 7e05f60 kerberos auth info3 should contain resource group ids available from pac_logon
adds b6a59bb winbindd: winbindd_raw_kerberos_login - ensure logon_info exists in PAC.
adds 54b9c1c auth/gensec: gensec_[un]seal_packet() should only work with GENSEC_FEATURE_DCE_STYLE
adds 5570954 auth/gensec: make sure gensec_start_mech_by_authtype() resets SIGN/SEAL before starting
adds c0432c2 dcerpc.idl: add DCERPC_AUTH_PAD_ALIGNMENT (=16)
adds 213b98b librpc/rpc: add DCERPC_AUTH_PAD_LENGTH(stub_length) helper macro
adds 843c953 s3:librpc/rpc: allow up to DCERPC_AUTH_PAD_ALIGNMENT padding bytes in dcerpc_add_auth_footer()
adds c17dd15 s3:librpc/rpc: fix padding calculation in dcerpc_guess_sizes()
adds 9ab5872 s3:rpc_server: remove pad handling from api_pipe_alter_context()
adds ad94101 s4:librpc/rpc: let dcerpc_ship_next_request() use DCERPC_AUTH_PAD_ALIGNMENT define
adds 18342a7 s4:librpc/rpc: let dcerpc_ship_next_request() use a sig_size for a padded payload
adds 3336fb7 s4:librpc/rpc: let ncacn_push_request_sign() handle sig_size == 0 with auth_info as internal error
adds e661c30 s4:librpc/rpc: fix padding caclucation in ncacn_push_request_sign()
adds e22adb8 s4:rpc_server: let dcesrv_reply() use DCERPC_AUTH_PAD_ALIGNMENT define
adds 496d7f9 s4:rpc_server: let dcesrv_reply() use a sig_size for a padded payload
adds 62966eb s4:rpc_server: let dcesrv_auth_response() handle sig_size == 0 with auth_info as error
adds 6d6799a s4:rpc_server: fix padding caclucation in dcesrv_auth_response()
adds d8df89f s4:selftest: run rpc.echo tests also with krb5 krb5,sign krb5,seal
adds 15b323d s4:selftest: also run rpc.winreg with kerberos and all possible auth options
adds 0b97972 smbd: Make SMB3 clients use encryption with "smb encrypt = auto"
adds b615fb6 Introduce setting "desired" for 'smb encrypt' and 'client/server signing'
adds 2c19c6f smbXsrv: add bools encryption_desired to session and tcon
adds 3ed2fbe smbd:smb2: separate between encryption required and enc desired
adds 2cad86c smbd:smb2: only enable encryption in session if desired
adds 57c879a smbd:smb2: only enable encryption in tcon if desired
adds aae0423 smbd:smb2: use encryption_desired in send_break
adds a55bed3 docs:smb.conf: explain effect of new setting 'desired' of smb encrypt
adds 5f029fc smbd:trans2: treat new SMB_SIGNING_DESIRED in case
adds 7127c60 s3:libsmb: Fix a bug in conversion of ea list to ea array.
adds d7d60d8 s3-smbd: reset protocol in smbXsrv_connection_init_tables failure paths.
adds 28ee83d s3-smbd: Leave sys_disk_free() if dfree command is used
adds e889ea3 s3-auth: Fix a possible null pointer dereference
adds 516f518 lib: replace: Add strsep function (missing on Solaris).
adds 49e39b0 s3-passdb: Respect LOOKUP_NAME_GROUP flag in sid lookup.
adds 0c640d0 s3-net: use talloc array in share allowedusers
adds 711131e s3-util: Compare the maximum allowed length of a NetBIOS name
adds 487c3b3 s3: winbindd: Fix TALLOC_FREE of uninitialized groups variable.
adds ec3ff76 WHATSNEW: Add release notes for Samba 4.1.20.
adds 74be972 VERSION: Disable git snapshots for the 4.1.20 release.
adds c936053 Imported Upstream version 4.1.20+dfsg
new 64305df VERSION: Bump version up to 4.1.21...
new 18e3eba samr4: Use <SID=%s> in GetGroupsForUser
new 821493c WHATSNEW: Add release notes for Samba 4.1.21.
new 6397681 VERSION: Disable git snapshots for the 4.1.21 release.
new ce43a71 Imported Upstream version 4.1.21+dfsg
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 | 340 +++++++++++-
auth/gensec/gensec.c | 14 +
auth/gensec/gensec_start.c | 6 +
auth/ntlmssp/ntlmssp_client.c | 40 +-
docs-xml/manpages/idmap_rid.8.xml | 3 -
docs-xml/manpages/vfs_glusterfs.8.xml | 170 ++++++
.../smbdotconf/security/accessbasedshareenum.xml | 5 +-
.../security/clientusepsnegoprincipal.xml | 7 +
docs-xml/smbdotconf/security/smbencrypt.xml | 262 +++++++--
docs-xml/wscript_build | 1 +
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 | 7 +-
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 | 4 +-
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 | 235 +++++++-
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_glusterfs.8 | 109 ++++
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/addns/dns.h | 2 +-
lib/addns/dnssock.c | 125 +++--
lib/param/param_table.c | 3 +-
lib/replace/replace.c | 20 +
lib/replace/replace.h | 5 +
lib/replace/wscript | 4 +-
...oc-util-2.0.6.sigs => pytalloc-util-2.1.0.sigs} | 0
...oc-util-2.0.6.sigs => pytalloc-util-2.1.1.sigs} | 0
...oc-util-2.0.6.sigs => pytalloc-util-2.1.2.sigs} | 0
.../ABI/{talloc-2.0.8.sigs => talloc-2.1.0.sigs} | 1 +
.../ABI/{talloc-2.0.8.sigs => talloc-2.1.1.sigs} | 1 +
.../ABI/{talloc-2.0.8.sigs => talloc-2.1.2.sigs} | 1 +
lib/talloc/pytalloc-util.pc.in | 4 +-
lib/talloc/pytalloc.h | 3 +
lib/talloc/pytalloc_guide.txt | 153 ++++++
lib/talloc/talloc.c | 610 ++++++++++++++-------
lib/talloc/talloc.h | 54 +-
lib/talloc/testsuite.c | 184 +++++++
lib/talloc/wscript | 4 +-
lib/util/debug.c | 3 +
lib/util/modules.c | 5 +
libcli/smb/smbXcli_base.c | 7 +
libcli/smb/smb_constants.h | 1 +
librpc/idl/dcerpc.idl | 1 +
librpc/rpc/rpc_common.h | 6 +
nsswitch/tests/test_idmap_rfc2307.sh | 72 ++-
python/samba/netcmd/fsmo.py | 1 -
selftest/knownfail | 1 -
source3/auth/auth_generic.c | 11 +-
source3/auth/auth_ntlmssp.c | 4 +-
source3/auth/auth_util.c | 2 +-
source3/auth/proto.h | 9 +-
source3/auth/server_info.c | 79 ++-
source3/auth/user_krb5.c | 8 +-
source3/client/client.c | 1 +
source3/include/libsmb_internal.h | 6 +
source3/include/nt_printing.h | 6 +
source3/lib/util.c | 56 +-
source3/libads/authdata.c | 8 +-
source3/libads/ldap.c | 8 +-
source3/libads/sasl.c | 23 +
source3/librpc/idl/smbXsrv.idl | 2 +
source3/librpc/rpc/dcerpc.h | 2 +-
source3/librpc/rpc/dcerpc_helpers.c | 26 +-
source3/libsmb/cli_smb2_fnum.c | 2 +-
source3/libsmb/cliconnect.c | 24 +-
source3/libsmb/clidfs.c | 118 +++-
source3/libsmb/libsmb_file.c | 202 +------
source3/libsmb/libsmb_server.c | 16 +
source3/libsmb/libsmb_stat.c | 8 +
source3/libsmb/libsmb_xattr.c | 41 ++
source3/libsmb/ntlmssp.c | 38 +-
source3/modules/nfs4_acls.c | 4 +-
source3/modules/non_posix_acls.c | 2 +-
source3/modules/vfs_acl_common.c | 19 +-
source3/modules/vfs_acl_tdb.c | 16 +-
source3/modules/vfs_default.c | 8 +-
source3/modules/vfs_fake_acls.c | 22 +-
source3/modules/vfs_glusterfs.c | 365 ++++++++++--
source3/modules/vfs_gpfs.c | 19 +-
source3/modules/vfs_recycle.c | 2 +-
source3/modules/vfs_solarisacl.c | 2 +-
source3/modules/vfs_xattr_tdb.c | 4 +-
source3/nmbd/nmbd_incomingdgrams.c | 22 +-
source3/nmbd/nmbd_serverlistdb.c | 5 -
source3/pam_smbpass/pam_smb_auth.c | 11 +-
source3/param/loadparm.c | 2 +-
source3/passdb/lookup_sid.c | 28 +-
source3/passdb/lookup_sid.h | 2 +-
source3/printing/nt_printing_ads.c | 312 ++++++++---
source3/printing/print_cups.c | 2 +-
source3/rpc_client/cli_pipe.c | 1 -
source3/rpc_server/spoolss/srv_spoolss_nt.c | 104 +++-
source3/rpc_server/srv_pipe.c | 28 +-
source3/selftest/tests.py | 5 +-
source3/smbd/aio.c | 12 +-
source3/smbd/close.c | 15 +-
source3/smbd/dfree.c | 29 +-
source3/smbd/globals.h | 11 +
source3/smbd/notify.c | 33 +-
source3/smbd/open.c | 9 +
source3/smbd/posix_acls.c | 2 +-
source3/smbd/process.c | 8 +-
source3/smbd/proto.h | 2 +
source3/smbd/service.c | 6 +-
source3/smbd/smb2_ioctl_network_fs.c | 28 +-
source3/smbd/smb2_negprot.c | 114 ++--
source3/smbd/smb2_server.c | 64 ++-
source3/smbd/smb2_sesssetup.c | 330 ++++++-----
source3/smbd/smb2_tcon.c | 10 +-
source3/smbd/smbXsrv_session.c | 191 ++++++-
source3/smbd/trans2.c | 9 +-
source3/smbd/vfs.c | 26 +
source3/utils/net_dns.c | 2 +-
source3/utils/net_rpc.c | 24 +-
source3/utils/net_sam.c | 8 +-
source3/utils/net_time.c | 21 +-
source3/utils/smbcacls.c | 2 +-
source3/winbindd/idmap_rfc2307.c | 2 +-
source3/winbindd/wb_lookupusergroups.c | 11 +
source3/winbindd/wb_next_grent.c | 51 +-
source3/winbindd/winbindd.c | 26 +
source3/winbindd/winbindd.h | 2 +
source3/winbindd/winbindd_dual_srv.c | 2 +-
source3/winbindd/winbindd_pam.c | 45 +-
source4/auth/gensec/gensec_gssapi.c | 4 +-
source4/dsdb/samdb/ldb_modules/operational.c | 66 ++-
source4/dsdb/tests/python/token_group.py | 351 +++++++++++-
source4/lib/tls/tls.c | 3 +-
source4/lib/tls/tls_tstream.c | 7 +-
source4/libcli/finddcs_cldap.c | 42 +-
source4/librpc/rpc/dcerpc.c | 16 +-
source4/rpc_server/common/reply.c | 9 +-
source4/rpc_server/dcerpc_server.c | 128 +++--
source4/rpc_server/dcerpc_server.h | 2 +
source4/rpc_server/dcesrv_auth.c | 8 +-
source4/rpc_server/samr/dcesrv_samr.c | 10 +-
source4/selftest/tests.py | 9 +-
source4/smb_server/smb2/negprot.c | 1 +
source4/smbd/process_standard.c | 12 +-
source4/torture/smb2/compound.c | 239 ++++++++
source4/torture/smb2/notify.c | 235 ++++++++
222 files changed, 5331 insertions(+), 1407 deletions(-)
create mode 100644 docs-xml/manpages/vfs_glusterfs.8.xml
create mode 100644 docs/manpages/vfs_glusterfs.8
copy lib/talloc/ABI/{pytalloc-util-2.0.6.sigs => pytalloc-util-2.1.0.sigs} (100%)
copy lib/talloc/ABI/{pytalloc-util-2.0.6.sigs => pytalloc-util-2.1.1.sigs} (100%)
copy lib/talloc/ABI/{pytalloc-util-2.0.6.sigs => pytalloc-util-2.1.2.sigs} (100%)
copy lib/talloc/ABI/{talloc-2.0.8.sigs => talloc-2.1.0.sigs} (97%)
copy lib/talloc/ABI/{talloc-2.0.8.sigs => talloc-2.1.1.sigs} (97%)
copy lib/talloc/ABI/{talloc-2.0.8.sigs => talloc-2.1.2.sigs} (97%)
create mode 100644 lib/talloc/pytalloc_guide.txt
--
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