summaryrefslogtreecommitdiff
path: root/source3/smbd/utmp.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1325: Always use GetTimeOfDay() (wrapper). Ensure ldap replicationJeremy Allison1-2/+2
2003-09-05More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison1-2/+2
2003-08-03Fix up #defines around utmp_host and utmp_name. Noticed by Cord.Hockemeyer@un...Jeremy Allison1-0/+6
2003-07-25More printf portability fixes. Got caught out by some gcc'isms lastTim Potter1-2/+2
2003-07-24More printf fixes - size_t is long on some architectures.Tim Potter1-1/+1
2003-06-06* add in David Lee's utmp patch (defaults to on if available)Gerald Carter1-5/+18
2003-05-16David Lee <t.d.lee@durham.ac.uk> provides some corrections to the commentsAndrew Bartlett1-39/+5
2003-04-24When possible, store the IP address of the connecting client, not just theAndrew Bartlett1-3/+7
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-12-18Tidyup utmp code to cope with hostname = NULL.Jeremy Allison1-11/+13
2001-12-13Patch for string legths from TAKAHASHI, Motonobu(monyo).Jeremy Allison1-17/+46
2001-06-15Be sure to not use strlen with NULL pointer.Simo Sorce1-1/+2
2001-04-18new files for headAndrew Tridgell1-0/+575