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