1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
samba-mirror/source3
Douglas Bagnall aecb2b779b python: remove all 'from __future__ import print_function'
This made Python 2's print behave like Python 3's print().

In some cases, where we had:

   from __future__ import print_function
   """Intended module documentation..."""

this will have the side effect of making the intended module documentation
work as the actual module documentation (i.e. becoming __doc__), because
it is once again the first statement in the module.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2021-04-28 03:43:34 +00:00
..
auth auth3: talloc_strackframe() panics on failure 2021-04-27 14:14:22 +00:00
build
client lib: Remove init_names() 2021-03-16 17:09:32 +00:00
exports
groupdb lib: relicense smb_strtoul(l) under LGPLv3 2020-08-03 22:21:02 +00:00
include s3:smbd: Remove NIS support 2021-04-22 17:57:30 +00:00
intl
lib s3:smbd: Remove NIS support 2021-04-22 17:57:30 +00:00
libads auth:creds: Rename CRED_USE_KERBEROS values 2020-11-03 15:25:37 +00:00
libgpo/gpext Spelling fixes s/emtpy/empty/ 2019-09-01 22:21:26 +00:00
libnet auth:creds: Rename CRED_USE_KERBEROS values 2020-11-03 15:25:37 +00:00
librpc rpc: Give dcerpc_util.c its own header 2021-04-06 22:29:34 +00:00
libsmb py bindings: write 'bytes', not 'PY_DESC_PY3_BYTES' 2021-03-17 17:10:32 +00:00
locale pam_winbind/ro.po: fix error from previous patch merge 2020-10-29 20:49:16 +00:00
locking locking: Fix an uninitialized variable read 2021-03-05 10:18:07 +00:00
modules s3-modules: Fix "-Werror=maybe-uninitialized" errors only seen with -O3 and --enable-coverage 2021-04-28 03:43:34 +00:00
nmbd nmbd: Fix socket cleanup in make_subnet() 2021-03-24 20:31:30 +00:00
param s3:smbd: Remove NIS support 2021-04-22 17:57:30 +00:00
passdb passdb: Add error checks in samu_set_unix_internal() 2021-04-27 13:24:35 +00:00
printing printing: Avoid zombies in the background daemon 2021-04-27 13:24:35 +00:00
profile
registry registry: Fix a typo 2021-04-19 18:18:31 +00:00
rpc_client rpc_client: talloc_stackframe() aborts on failure 2021-04-19 18:18:31 +00:00
rpc_server s3-iremotewinspool: set the per-request memory context 2021-04-09 15:20:02 +00:00
rpcclient rpcclient: Enable ncalrpc: transport 2021-03-19 07:09:37 +00:00
script python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
selftest s3: torture: Add samba3.smbtorture_s3.plain.POSIX-SYMLINK-CHMOD 2021-04-20 07:39:37 +00:00
services
smbd smbd: Replace call to close_low_fds() with direct calls 2021-04-27 13:24:35 +00:00
torture s3: torture: Add samba3.smbtorture_s3.plain.POSIX-SYMLINK-CHMOD 2021-04-20 07:39:37 +00:00
utils s3: Add s3 net python bindings 2021-04-21 20:51:31 +00:00
web
winbindd winbindd: Fix a typo 2021-04-19 18:18:31 +00:00
.clang_complete
.dmallocrc
.indent.pro
Doxyfile
mainpage.dox
smbadduser.in
wscript s3:smbd: Remove NIS support 2021-04-22 17:57:30 +00:00
wscript_build auth3: Remove auth_skel.c 2021-04-19 18:18:31 +00:00
wscript_configure_system_ncurses