[Pkg-samba-maint] [samba] branch experimental updated (a2253a9 -> f620792)
Jelmer Vernooij
jelmer at moszumanska.debian.org
Sun Nov 8 13:13:19 UTC 2015
This is an automated email from the git hooks/post-receive script.
jelmer pushed a change to branch experimental
in repository samba.
from a2253a9 Remove libpam-smbpasswd, which is broken and slated for removal upstream. Closes: #799840
adds 7ad8d87 Rebuild against new ldb. Closes: #783424
adds b94150d releasing package samba version 2:4.1.17+dfsg-3
adds 8328dec Add pidl_reproducible.patch: Make pidl output reproducible.
adds 24fc7ee releasing package samba version 2:4.1.17+dfsg-4
adds 8693eb2 Rebuild against new ldb. Closes: #799569
adds bf1924d releasing package samba version 2:4.1.17+dfsg-5
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
adds bf3120d Merge tag 'upstream/4.1.20+dfsg' into unstable
adds 183814f New upstream release (last compatible with current OpenChange).
adds 975c7e0 samba_bug_11077_torturetest.patch: refresh.
adds 9045b5b Install vfs manpages.
adds 82cc8db releasing package samba version 2:4.1.20+dfsg-1
new 5610d61 Merge tag 'debian/4.1.20+dfsg-1' of git://git.debian.org/pkg-samba/samba into experimental
new 2f83be4 Remove lib/zlib/contrib/dotzlib/DotZLib.chm from excluded files in copyright; no longer shipped upstream.
new c020167 Rename git-import-orig -> import-orig.
new a4ec232 VERSION: Bump version up to 4.3.1...
new 338bee2 build: use as-needed linker flag also on OpenBSD
new 8aaba4b nss_winbind: fix hang on Solaris on big groups
new f003617 s3: dfs: Fix a crash when the dfs targets are disabled.
new 9fdcaed s3:lib/messages: add missing allocation check for priv_path
new af6fb44 s3:lib/messages: use 'msg.lock' and 'msg.sock' for messaging related subdirs
new fd48773 s4:lib/messaging: use 'msg.lock' and 'msg.sock' for messaging related subdirs
new d0d61f8 lib/param: fix hiding of FLAG_SYNONYM values
new 69c4f43 s3: smbd: Fix mkdir race condition.
new 9da6994 s4: torture: Test mkdir race condition.
new e818bae pam_winbind: Fix a segfault if initialization fails
new d768273 s3: smbclient: Move cmd_setmode out of clitar.c and back into client.c
new 134b9de s3: smbd: Remove unused parameter from build_stream_path().
new 1681d0e s3: smbd: Fix opening/creating :stream files on the root share directory.
new 3747699 s3: tests: smbclient test to ensure we can create and see a :foobar stream on the top level directory in a share.
new 3cea564 net: fix a crash with net ads keytab create
new d0e2a34 s3: smbd: fix a crash in unix_convert()
new 51eacb5 s3: smbd: Fix NULL pointer bug introduced by previous 'raw' stream fix (bug #11522).
new 26baf7f winbind: Fix 100% loop
new e765cf9 kerberos: make sure we only use prompter type when available.
new f1ed825 s4: tests: Fix nss_tests build on Solaris.
new 5dceb51 s3:ctdbd_conn: make sure we destroy tevent_fd before closing the socket
new b6bdeb8 vfs_commit: set the fd on open before calling SMB_VFS_FSTAT
new d4db166 lib: We only need the fd-passing check once
new 088b7e2 lib: Move some routines around in msghdr.c
new 84d80d6 lib: Support fd passing using the 4.3BSD way
new dff1fd5 lib: We can do ACCRIGHTS style fdpassing
new c84322d vfs_fruit: return value of ad_pack in vfs_fruit.c
new 617ffc4 smbd: Fix file name buflen and padding in notify repsonse
new 52d8aeb s3: smbd: Fix our access-based enumeration on "hide unreadable" to match Windows.
new fc58a7c lib: cli: Add accessor function smb2cli_tcon_flags() to get tcon flags.
new 46ace5b s4: torture: Add SMB2 access-based enumeration test. Passes against Win2k12R2.
new a83021f s3:locking: initialize lease pointer in share_mode_traverse_fn()
new 9f4f2af s3:lib: validate domain name in lookup_wellknown_name()
new 60ea0df s3: lsa: lookup_name() logic for unqualified (no DOMAIN\ component) names is incorrect.
new 9e8a1cb s3:smbstatus: add stream name to share_entry_forall()
new b9a7ba8 WHATSNEW: Add release notes for Samba 4.3.1.
new 6c37399 VERSION: Disable git snapshot for the 4.3.1 release.
new 6dfa871 Imported Upstream version 4.3.1+dfsg
new 99aded7 Merge tag 'upstream/4.3.1+dfsg' into experimental
new f620792 New upstream release.
The 44 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 | 85 ++++-
debian/changelog | 30 +-
debian/control | 6 +-
debian/copyright | 1 -
debian/gbp.conf | 2 +-
debian/patches/pidl_reproducible.patch | 224 ++++++++++++
debian/patches/series | 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 | 4 +-
docs/manpages/idmap_script.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 | 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 | 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_ceph.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_fruit.8 | 4 +-
docs/manpages/vfs_full_audit.8 | 4 +-
docs/manpages/vfs_glusterfs.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_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_shell_snap.8 | 4 +-
docs/manpages/vfs_smb_traffic_analyzer.8 | 4 +-
docs/manpages/vfs_snapper.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_unityed_media.8 | 4 +-
docs/manpages/vfs_worm.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/param/loadparm.c | 89 +++--
libcli/smb/smbXcli_base.c | 5 +
libcli/smb/smbXcli_base.h | 1 +
librpc/idl/notify.idl | 4 +-
nsswitch/pam_winbind.c | 19 +-
nsswitch/winbind_nss_solaris.c | 6 +
script/release.sh | 577 +++++++++++++++++++++++++-----
selftest/knownfail | 2 +
source3/client/client.c | 118 ++++++
source3/client/client_proto.h | 6 +
source3/client/clitar.c | 129 -------
source3/lib/ctdbd_conn.c | 6 +-
source3/lib/messages.c | 10 +-
source3/lib/msghdr.c | 176 ++++++---
source3/lib/unix_msg/unix_msg.c | 10 +-
source3/lib/util_wellknown.c | 13 +-
source3/libads/kerberos.c | 26 ++
source3/libads/ldap.c | 7 +
source3/libsmb/clidfs.c | 4 +-
source3/locking/proto.h | 3 +-
source3/locking/share_mode_lock.c | 21 +-
source3/modules/vfs_commit.c | 11 +-
source3/modules/vfs_fruit.c | 14 +-
source3/passdb/lookup_sid.c | 31 +-
source3/rpc_server/srvsvc/srv_srvsvc_nt.c | 21 +-
source3/script/tests/test_smbclient_s3.sh | 36 ++
source3/smbd/dir.c | 64 +++-
source3/smbd/filename.c | 35 +-
source3/smbd/notify.c | 14 +-
source3/smbd/open.c | 19 +
source3/utils/status.c | 6 +-
source4/heimdal_build/wscript_configure | 1 +
source4/lib/messaging/messaging.c | 4 +-
source4/torture/local/nss_tests.c | 8 +
source4/torture/smb2/acls.c | 230 ++++++++++++
source4/torture/smb2/create.c | 151 ++++++++
wscript | 3 +-
wscript_configure_system_mitkrb5 | 2 +
141 files changed, 2053 insertions(+), 560 deletions(-)
create mode 100644 debian/patches/pidl_reproducible.patch
--
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