1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-26 23:18:57 +03:00

14 Commits

Author SHA1 Message Date
Jeremy Allison
8fe47b0bf2 r539: Mem leak fixes from kawasa_r@itg.hitachi.co.jp
Jeremy.
2007-10-10 10:51:28 -05:00
Richard Sharpe
bf9f02be5f r248: Add support for printing out the MAC address on nmblookup. 2007-10-10 10:51:16 -05:00
Volker Lendecke
6bc88d91e5 Merge a fix from HEAD to 3_0
Volker
-
Andrew Tridgell
b3e024ce1d a small include file rearrangement that doesn't affect normal
compilation, but that allows Samba3 to take advantage of pre-compiled
headers in gcc if available.
-
Tim Potter
6616485dba Another round of uid/gid/pid format string changes I missed the
first time.
-
Tim Potter
f93528ba00 Fixup a bunch of printf-style functions and debugs to use unsigned long when
displaying pid_t, uid_t and gid_t values.  This removes a whole lot of warnings
on some of the 64-bit build farm machines as well as help us out when 64-bit
uid/gid/pid values come along.
-
Gerald Carter
303fdc516c cleaning up after the s/in_addr/ip_service/ switch for the get_dc_list() patch -
Andrew Bartlett
c5b604e2ee Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)
This patch catches up on the rest of the work - as much string checking
as is possible is done at compile time, and the rest at runtime.

Lots of code converted to pstrcpy() etc, and other code reworked to correctly
call sizeof().

Andrew Bartlett
-
Jelmer Vernooij
3928578b52 sync 3.0 branch with head -
Andrew Tridgell
03ac082dcb updated the 3.0 branch from the head branch - ready for alpha18 -
Herb Lewis
205399dc17 merge winbindd WINS changes from 2.2 -
Tim Potter
6a58c9bd06 Removed version number from file header.
Changed "SMB/Netbios" to "SMB/CIFS" in file header.
-
Jim McDonough
4fcaec53de Fix from 2.2. It didn't break on HEAD because it isn't being compiled. Herb? -
Herb Lewis
d5cdbc7e4f adding wins commands to winbindd - will check in the rest of the changes
after further testing in 2.2 branch.
-