1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source4/libcli/nbt
Andrew Tridgell e835621799 r8520: fixed a pile of warnings from the build farm gcc -Wall output on
S390. This is an attempt to avoid the panic we're seeing in the
automatic builds.

The main fixes are:

 - assumptions that sizeof(size_t) == sizeof(int), mostly in printf formats

 - use of NULL format statements to perform dn searches.

 - assumption that sizeof() returns an int
(This used to be commit a58ea6b385)
2007-10-10 13:29:34 -05:00
..
libnbt.h r5294: - added a separate NBT-WINS test for WINS operations (register, refresh, release and query) 2007-10-10 13:09:37 -05:00
namequery.c r5392: added "secure" WINS server processing. Send a WACK on name 2007-10-10 13:09:50 -05:00
namerefresh.c r5322: removed a whole bunch of #include lines that minimal_includes.pl 2007-10-10 13:09:41 -05:00
nameregister.c r5352: added a function nbt_name_string() that formats a nbt_name structure 2007-10-10 13:09:45 -05:00
namerelease.c r5294: - added a separate NBT-WINS test for WINS operations (register, refresh, release and query) 2007-10-10 13:09:37 -05:00
nbtname.c r8520: fixed a pile of warnings from the build farm gcc -Wall output on 2007-10-10 13:29:34 -05:00
nbtsocket.c r8520: fixed a pile of warnings from the build farm gcc -Wall output on 2007-10-10 13:29:34 -05:00