summaryrefslogtreecommitdiffstats
path: root/source/smbd/session.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header.
* Don't resolve the hostname in smbd as we can pause for a long time whileTim Potter2001-11-191-3/+6
| | | | | waiting for DNS timeouts to occur. The correct place to do this is in the code that displays the session information.
* Change to guest logon code.Andrew Bartlett2001-11-081-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | This changes the way we process guest logons - we now treat them as normal logons, but set the 'guest' flag. In particular this is needed becouse Win2k will do an NTLMSSP login with username "", therefore missing our previous guest connection code - this is getting a pain to do as a special case all over the shop. Tridge: We don't seem to be setting a guest bit for NTLMSSP, in either the anonymous or authenticated case, can you take a look at this? Also some cleanups in the check_password() code that should make some of the debugs clearer. Various other minor cleanups: - change the session code to just take a vuser, rather than having to do a vuid lookup on vuser.vuid - Change some of the global_client_caps linking - Better debug in authorise_login(): show the vuid. Andrew Bartlett
* 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
| | | | | | | | | | | | drop paramaters: status utmp hostname change session code to always record each vuid current on the server. The sessionid struct is no longer packed, as I couldn't get that to work ;-) change smbstatus to show this info and less of the connections.tdb info (its not actualy that accurate). I'll get swat doing some of this shortly.
* Added "use mmap" for HPUX.Jeremy Allison2001-07-301-1/+1
| | | | Jeremy.
* 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
| | | | | | | remove global static PAM variables, and to tidy up the PAM internals code. Now looks like the rest of Samba. Still needs testing. Jeremy.
* Fixed memory leak in new session code.Jeremy Allison2001-04-231-0/+3
| | | | Jeremy.
* Added smb_ prefix to all Samba wrapper pam functions.Jeremy Allison2001-04-231-3/+3
| | | | | Fixed off by one bug using StrnCpy instead of strdup(). Jeremy.
* Commit of a modified version of Andrew Bartlett's patch that removes theJeremy Allison2001-04-221-10/+8
| | | | | | | | | | horrid utmp hostname parameter - now uses the client name instead. Also tidies up some of the unencrypted password checking when PAM is compiled in. FIXME ! An pam_accountcheck() is being called even when smb encrypted passwords are negotiated. Is this the correct thing to do when winbindd is running ! This needs *SEVERE* testing.... Jeremy.
* Fixed compile bug when using --with-pam but not --with-utmp.Jeremy Allison2001-04-211-0/+7
| | | | Jeremy.
* new files for headAndrew Tridgell2001-04-181-0/+175