summaryrefslogtreecommitdiff
path: root/source3/smbd/session.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r22751: Next step for the cluster merge: sessionid.tdb should contain a 'structVolker Lendecke1-1/+1
2007-10-10r22561: Fix a memleak in lanman.c: Nobody would free the session_list.Volker Lendecke1-2/+6
2007-10-10r22020: Make it more clear that both the vuser struct and it's contents areAndrew Bartlett1-2/+2
2007-10-10r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher1-1/+1
2007-10-10r21980: make use of tdb_*_bystring() and string_term_tdb_data() in smbd/Stefan Metzmacher1-16/+5
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-11/+34
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-0/+4
2007-10-10r11909: Implement 'reset on zero vc'. This kills other connections when a ses...Volker Lendecke1-1/+2
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-3/+3
2007-10-10r1011: fix bad merge (from a few months ago) and ensure that we always use td...Gerald Carter1-2/+2
2004-02-19Fix the "too many fcntl locks" scalability problem raised by tridge.Jeremy Allison1-10/+19
2004-02-12merge from old APP_HEADGerald Carter1-2/+2
2003-06-06* add in David Lee's utmp patch (defaults to on if available)Gerald Carter1-6/+0
2003-05-14spellingTim Potter1-1/+1
2003-04-28inet_pton isn't portable, so use interpret_addr2.Andrew Bartlett1-3/+3
2003-04-24When possible, store the IP address of the connecting client, not just theAndrew Bartlett1-1/+10
2002-08-17Sync 3.0 branch with headJelmer Vernooij1-26/+48
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-7/+45
2002-03-23Correctly store the hostname of the remote machine if so configured. If theAndrew Bartlett1-4/+6
2002-02-09Do the reverse DNS lookup, but only if 'hostname lookups = yes'Andrew Bartlett1-5/+7
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-11-19Don't resolve the hostname in smbd as we can pause for a long time whileTim Potter1-3/+6
2001-11-08Change to guest logon code.Andrew Bartlett1-5/+3
2001-10-22server support for RAP session list functionJim McDonough1-0/+13
2001-09-17move to SAFE_FREE()Simo Sorce1-2/+1
2001-09-06got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell1-1/+1
2001-08-23Fix up some unused variables and functions, fix up formattingAndrew Bartlett1-2/+0
2001-08-22A few changes:Andrew Bartlett1-29/+14
2001-07-30Added "use mmap" for HPUX.Jeremy Allison1-1/+1
2001-06-04use LDSHFLAGS not -shared in several placesAndrew Tridgell1-1/+1
2001-04-30Based on an original PAM patch by Andrew Bartlett, re-written by me toJeremy Allison1-12/+8
2001-04-23Fixed memory leak in new session code.Jeremy Allison1-0/+3
2001-04-23Added smb_ prefix to all Samba wrapper pam functions.Jeremy Allison1-3/+3
2001-04-22Commit of a modified version of Andrew Bartlett's patch that removes theJeremy Allison1-10/+8
2001-04-21Fixed compile bug when using --with-pam but not --with-utmp.Jeremy Allison1-0/+7
2001-04-18new files for headAndrew Tridgell1-0/+175