1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-15 05:57:49 +03:00

12 Commits

Author SHA1 Message Date
Jeremy Allison
07c5ecb945 Fix up #defines around utmp_host and utmp_name. Noticed by Cord.Hockemeyer@uni-graz.at
Jeremy.
-
Tim Potter
59dae1da66 More printf portability fixes. Got caught out by some gcc'isms last
time.  )-:
-
Tim Potter
ba4d334b82 More printf fixes - size_t is long on some architectures. -
Gerald Carter
b516ab7bde * add in David Lee's utmp patch (defaults to on if available)
* one more try at fixing builds when --with-ldap=no
-
Andrew Bartlett
f0cff106cb David Lee <t.d.lee@durham.ac.uk> provides some corrections to the comments
in the UTMP code.

Andrew Bartlett
-
Andrew Bartlett
107731c080 When possible, store the IP address of the connecting client, not just the
hostname.

This makes 'last -i' show the IP.

Thanks to Philip Anderson <pza@australia.op.org> for the idea.

Andrew Bartlett
-
Andrew Bartlett
3a7458f947 Merge from HEAD - make Samba compile with -Wwrite-strings without additional
warnings.  (Adds a lot of const).

Andrew Bartlett
-
Tim Potter
6a58c9bd06 Removed version number from file header.
Changed "SMB/Netbios" to "SMB/CIFS" in file header.
-
Jeremy Allison
2a1b531a1c Tidyup utmp code to cope with hostname = NULL.
Jeremy
-
Jeremy Allison
f0d8b7573f Patch for string legths from TAKAHASHI, Motonobu(monyo).
Jeremy.
-
Simo Sorce
53803b0087 Be sure to not use strlen with NULL pointer. -
Andrew Tridgell
c0d4a1f5dd new files for head -