summaryrefslogtreecommitdiffstats
path: root/source3/smbd/session.c
Commit message (Expand)AuthorAgeFilesLines
* inet_pton isn't portable, so use interpret_addr2.Andrew Bartlett2003-04-281-3/+3
* When possible, store the IP address of the connecting client, not just theAndrew Bartlett2003-04-241-1/+10
* Sync 3.0 branch with headJelmer Vernooij2002-08-171-26/+48
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-7/+45
* Correctly store the hostname of the remote machine if so configured. If theAndrew Bartlett2002-03-231-4/+6
* Do the reverse DNS lookup, but only if 'hostname lookups = yes'Andrew Bartlett2002-02-091-5/+7
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Don't resolve the hostname in smbd as we can pause for a long time whileTim Potter2001-11-191-3/+6
* Change to guest logon code.Andrew Bartlett2001-11-081-5/+3
* server support for RAP session list functionJim McDonough2001-10-221-0/+13
* move to SAFE_FREE()Simo Sorce2001-09-171-2/+1
* got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-061-1/+1
* Fix up some unused variables and functions, fix up formattingAndrew Bartlett2001-08-231-2/+0
* A few changes:Andrew Bartlett2001-08-221-29/+14
* Added "use mmap" for HPUX.Jeremy Allison2001-07-301-1/+1
* use LDSHFLAGS not -shared in several placesAndrew Tridgell2001-06-041-1/+1
* Based on an original PAM patch by Andrew Bartlett, re-written by me toJeremy Allison2001-04-301-12/+8
* Fixed memory leak in new session code.Jeremy Allison2001-04-231-0/+3
* Added smb_ prefix to all Samba wrapper pam functions.Jeremy Allison2001-04-231-3/+3
* Commit of a modified version of Andrew Bartlett's patch that removes theJeremy Allison2001-04-221-10/+8
* Fixed compile bug when using --with-pam but not --with-utmp.Jeremy Allison2001-04-211-0/+7
* new files for headAndrew Tridgell2001-04-181-0/+175