1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source4/lib/com
Matthew DeVore 232054c09b lib/util: remove extra safe_string.h file
lib/util/safe_string.h is similar to source3/include/safe_string.h, but
the former has fewer checks. It is missing bcopy, strcasecmp, and
strncasecmp.

Add the missing elements to lib/util/safe_string.h remove the other
safe_string.h which is in the source3-specific path. To accomodate
existing uses of str(n?)casecmp, add #undef lines to source files where
they are used.

Signed-off-by: Matthew DeVore <matvore@google.com>
Reviewed-by: David Mulder <dmulder@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>

Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Fri Aug 28 02:18:40 UTC 2020 on sn-devel-184
2020-08-28 02:18:40 +00:00
..
classes s4:lib:com: Fix function declartions 2018-03-01 04:37:40 +01:00
dcom lib/util: remove extra safe_string.h file 2020-08-28 02:18:40 +00:00
com.h s4: com: Replace erroneous inclusion of internal talloc.h header with external. 2017-08-15 08:06:40 +02:00
main.c s4:lib:com: Fix function declartions 2018-03-01 04:37:40 +01:00
README
rot.c
tables.c s4: COM: Remove talloc_autofree_context() from (unused) COM code. 2017-07-26 21:35:21 +02:00
wscript_build s4:lib/com: remove unused pycom binding 2017-05-30 12:16:57 +02:00

This directory contains Samba's very simple COM implementation. 
It is by no means finished yet. 

The main aim of this implementation is for use by our DCOM implementation, 
which lives in the dcom subdirectory. The local version is used mostly for
testing.

More information on this effort can be found in the DCOM whitepaper in 
the lorikeet repository.