summaryrefslogtreecommitdiff
path: root/source3/smbd/password.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r13494: Merge the stuff I've done in head the last days.Volker Lendecke1-0/+129
2007-10-10r13316: Let the carnage begin....Gerald Carter1-54/+89
2007-10-10r12311: ReformattingVolker Lendecke1-15/+23
2007-10-10r12305: ReformattingVolker Lendecke1-8/+20
2007-10-10r8472: abartlet's patch for parallel ntlmssp supporttrunk/source/smbd/sessset...Gerald Carter1-1/+36
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-2/+2
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-4/+4
2007-10-10r2899: Change some #if DEBUG_PASSWORD's to #ifdef DEBUG_PASSWORD.Tim Potter1-1/+1
2007-10-10r2082: lp_path should be lp_pathname.Jeremy Allison1-1/+1
2007-10-10r2077: fix logic bug in the check for creating a user's home directory in reg...Gerald Carter1-10/+13
2007-10-10r1506: Fix inspired by patches from Michael Collin Nielsen <michael@hum.aau.d...Jeremy Allison1-11/+15
2007-10-10r519: fix bug in authorise_login() that broke security = shareGerald Carter1-0/+2
2007-10-10r486: BUG 1309: fix seg fault caused by trying to strdup() a NULL pointerGerald Carter1-1/+5
2007-10-10r225: Patch from Pat.Hayward@propero.net to make the session_users list dynamic.Jeremy Allison1-8/+28
2004-03-27Merge from HEAD the SMB signing patch that I developed a couple of weeksAndrew Bartlett1-1/+1
2004-03-19BUG 417: fix %UuGg variables expansion in include lines setging the current_u...Gerald Carter1-0/+4
2004-01-31cleanup patch for bug 977 so we don't display incorrect debug messagesGerald Carter1-8/+12
2004-01-27bug 977 - don't create a homes share for a user if a static share already exi...Gerald Carter1-1/+7
2003-11-22Changes all over the shop, but all towards:Andrew Bartlett1-4/+19
2003-09-26Fix for valid users = %S in homes share.Jeremy Allison1-3/+7
2003-09-05fix bug 397: use a variant of alloc_sub_basic() for string lists.Gerald Carter1-1/+4
2003-07-18Signing so far... the client code fails on a SMBtrans2 secondary transactionJeremy Allison1-5/+3
2003-07-17Formatting tidyups to match the rest of the source.Jeremy Allison1-23/+33