summaryrefslogtreecommitdiff
path: root/source3/smbd/password.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-03s3:smbd: move tcon specific globals to struct smbd_server_connectionStefan Metzmacher1-1/+1
2009-06-03s3:smbd: move more session specific globals to struct smbd_server_connectionStefan Metzmacher1-79/+112
2009-06-03s3:smbd: move negprot related globals to struct smbd_server_connectionStefan Metzmacher1-4/+14
2009-03-23s3:smbd: use new simplified snb_signing code in the serverStefan Metzmacher1-3/+5
2009-01-20"userdom_struct" does not need "full_name" anymore -- unusedVolker Lendecke1-1/+0
2009-01-08s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher1-18/+8
2008-12-30Second part of the bugfix for #5933Volker Lendecke1-7/+13
2008-12-30First part of bugfix for #5933Volker Lendecke1-3/+0
2008-12-30Simplify invalidate_vuid slightlyVolker Lendecke1-4/+0
2008-12-30Simplify is_partial_auth_vuid slightlyVolker Lendecke1-5/+1
2008-12-30Simplify invalidate_all_vuids() slightlyVolker Lendecke1-5/+2
2008-11-06Add wrapper str_list_make_v3() to replace the old S3 behavior ofJeremy Allison1-1/+1
2008-10-12Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij1-2/+2
2008-06-19Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke1-3/+3
2008-06-14Move connection-specific vuid cache clear to uid.cVolker Lendecke1-1/+1
2008-05-06Fix a memleak introduced after refactoring "struct user_struct"Volker Lendecke1-1/+1
2008-05-05Remove "userdom_struct user" from "struct user_struct"Volker Lendecke1-24/+25
2008-05-05Remove "session_key" from "struct user_struct"Volker Lendecke1-6/+1
2008-05-05Remove "guest" from "struct user_struct"Volker Lendecke1-4/+3
2008-05-05Remove the unix token info from "struct user_struct"Volker Lendecke1-22/+4
2008-05-05Remove "nt_user_token" from "struct user_struct"Volker Lendecke1-3/+1
2008-05-05Remove "logon_script" from "struct user_struct"Volker Lendecke1-8/+0
2008-05-05Remove unix_homedir from struct user_structVolker Lendecke1-37/+35
2008-05-05Remove "homedir" from "struct user_struct"Volker Lendecke1-6/+0
2008-02-14Ensure invalidate_vuid() deletes any ntlmssp state.Jeremy Allison1-0/+4
2008-02-04str_list_free is not needed anymoreVolker Lendecke1-4/+2
2008-02-04Always pass a TALLOC_CTX to str_list_make and str_list_copyVolker Lendecke1-4/+5
2008-01-23strtok -> strtok_rVolker Lendecke1-4/+8
2007-12-19Remove Get_Pwnam and its associated static variableVolker Lendecke1-1/+4
2007-12-10Simplify add_session_userVolker Lendecke1-33/+25
2007-11-29Remove PSTRING_LEN from smbd/ nmbd/.Jeremy Allison1-3/+3
2007-11-16Fix an implicit cast warning.Michael Adam1-1/+1
2007-11-13Remove last pstring from smbd/*.cJeremy Allison1-25/+45
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-8/+8
2007-10-10r24590: Reformatting to coding standards. Added my (C) in places it already s...Jeremy Allison1-19/+22
2007-10-10r24589: Refactor our vuid code so that we keep the sameJeremy Allison1-132/+165
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-10r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach1-1/+1
2007-10-10r22542: Move over to using the _strict varients of the tallocJeremy Allison1-1/+1
2007-10-10r22020: Make it more clear that both the vuser struct and it's contents areAndrew Bartlett1-39/+25
2007-10-10r21460: Fix for server-side processing of SPNEGO authJeremy Allison1-0/+1
2007-10-10r21128: Fix Vista connecting to Samba in share level security.Jeremy Allison1-0/+25
2007-10-10r17408: Let us use netgroups even without a NIS domain but just using filesSimo Sorce1-4/+3
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-9/+10
2007-10-10r15589: While trying to understand the vuid code I found that security=share ...Volker Lendecke1-3/+2
2007-10-10r15583: Add a comment while trying to understand this codeVolker Lendecke1-0/+5
2007-10-10r14112: * fix checks on return code from register_vuid() which could actuallyGerald Carter1-1/+1
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-1/+1
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-5/+5