Commits on Source (6)
-
Mathieu Parent authored30dccb53
-
Python 3.8 adds this warning via https://bugs.python.org/issue34850 : the "is" and "is not" operator sometimes is used with string and numerical literals. This code "works" on CPython by accident, because of caching on different levels (small integers and strings caches, interned strings, deduplicating constants at compile time). But it shouldn't work on other implementations, and can not work even on early or future CPython versions. Reported-by: L. van Belle <belle@samba.org> Signed-off-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Noel Power <noel.power@suse.com> Autobuild-User(master): David Disseldorp <ddiss@samba.org> Autobuild-Date(master): Mon Apr 27 12:19:59 UTC 2020 on sn-devel-184
f1b3200b -
Mathieu Parent authoreda8f0336c
-
Mathieu Parent authored
GNUstep as an mdfind binary, and both should be co-instalable. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14431 Signed-off-by: Mathieu Parent <math.parent@gmail.com>
1fad9eff -
Mathieu Parent authoreda0bd8602
-
Mathieu Parent authored9b614ae5
Showing
- debian/changelog 10 additions, 0 deletionsdebian/changelog
- debian/patches/Rename-mdfind-to-mdsearch.patch 184 additions, 0 deletionsdebian/patches/Rename-mdfind-to-mdsearch.patch
- debian/patches/series 2 additions, 0 deletionsdebian/patches/series
- debian/patches/traffic_packets-fix-SyntaxWarning-is-with-a-literal.patch 39 additions, 0 deletions...traffic_packets-fix-SyntaxWarning-is-with-a-literal.patch
- debian/smbclient.install 2 additions, 2 deletionsdebian/smbclient.install
- docs-xml/manpages/mdsearch.1.xml 5 additions, 5 deletionsdocs-xml/manpages/mdsearch.1.xml
- docs-xml/wscript_build 1 addition, 1 deletiondocs-xml/wscript_build
- python/samba/emulate/traffic_packets.py 1 addition, 1 deletionpython/samba/emulate/traffic_packets.py
- python/samba/tests/blackbox/mdsearch.py 5 additions, 5 deletionspython/samba/tests/blackbox/mdsearch.py
- source3/rpc_server/mdssvc/es_mapping.c 1 addition, 1 deletionsource3/rpc_server/mdssvc/es_mapping.c
- source3/utils/mdsearch.c 1 addition, 1 deletionsource3/utils/mdsearch.c
- source3/utils/wscript_build 2 additions, 2 deletionssource3/utils/wscript_build
- source4/selftest/tests.py 1 addition, 1 deletionsource4/selftest/tests.py