summaryrefslogtreecommitdiff
path: root/source3/smbd/utmp.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-19s3:smbd: use session_global_id as session number for pam and utmpGregor Beck1-10/+6
2012-10-19s3:smbd/utmp: remove ip address from utmp recordStefan Metzmacher1-32/+6
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij1-1/+1
2012-02-23s3:smbd/utmp.c - fix the build on FreeBSD 9 without utmp.hMatthias Dieter Wallnöfer1-0/+2
2011-03-30s3: try to fix the build on some non-linux buildfarm machines.Günther Deschner1-0/+1
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2009-01-08s3:smbd: make globals in utmp.c static constStefan Metzmacher1-4/+4
2008-07-22Fix various build warningsZach Loafman1-1/+2
2008-03-24Missing HAVE_UPDWTMPX check before using updwtmpx().Eric Cronin1-0/+4
2008-01-22Fix a segfaultVolker Lendecke1-1/+1
2007-11-13Remove last pstring from smbd/*.cJeremy Allison1-24/+40
2007-10-19Add test for "struct in6_addr" to the HAVE_IPV6 configure test.Gerald (Jerry) Carter1-1/+1
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-5/+5
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-2/+2
2007-10-10r25498: Remove checks that are always true.Jelmer Vernooij1-2/+2
2007-10-10r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal withJeremy Allison1-24/+39
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
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