summaryrefslogtreecommitdiff
path: root/source3/smbd/utmp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix various build warningsZach Loafman2008-07-221-1/+2
* Missing HAVE_UPDWTMPX check before using updwtmpx().Eric Cronin2008-03-241-0/+4
* Fix a segfaultVolker Lendecke2008-01-221-1/+1
* Remove last pstring from smbd/*.cJeremy Allison2007-11-131-24/+40
* Add test for "struct in6_addr" to the HAVE_IPV6 configure test.Gerald (Jerry) Carter2007-10-191-1/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-5/+5
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-2/+2
* r25498: Remove checks that are always true.Jelmer Vernooij2007-10-101-2/+2
* r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal withJeremy Allison2007-10-101-24/+39
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r1325: Always use GetTimeOfDay() (wrapper). Ensure ldap replicationJeremy Allison2007-10-101-2/+2
* More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-051-2/+2
* Fix up #defines around utmp_host and utmp_name. Noticed by Cord.Hockemeyer@un...Jeremy Allison2003-08-031-0/+6
* More printf portability fixes. Got caught out by some gcc'isms lastTim Potter2003-07-251-2/+2
* More printf fixes - size_t is long on some architectures.Tim Potter2003-07-241-1/+1
* * add in David Lee's utmp patch (defaults to on if available)Gerald Carter2003-06-061-5/+18
* David Lee <t.d.lee@durham.ac.uk> provides some corrections to the commentsAndrew Bartlett2003-05-161-39/+5
* When possible, store the IP address of the connecting client, not just theAndrew Bartlett2003-04-241-3/+7
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-1/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Tidyup utmp code to cope with hostname = NULL.Jeremy Allison2001-12-181-11/+13
* Patch for string legths from TAKAHASHI, Motonobu(monyo).Jeremy Allison2001-12-131-17/+46
* Be sure to not use strlen with NULL pointer.Simo Sorce2001-06-151-1/+2
* new files for headAndrew Tridgell2001-04-181-0/+575