summaryrefslogtreecommitdiff
path: root/source3/smbd/password.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-07-03Missed this in the previous patch - we now have a seperate idea of theAndrew Bartlett1-1/+1
2003-06-07Don't assume that the SAM knows the unix home directory - look it up byAndrew Bartlett1-6/+14
2003-05-13Restore a number of fixes that idra removed when he merged hisAndrew Bartlett1-0/+1
2003-05-12And finally IDMAP in 3_0Simo Sorce1-9/+2
2003-05-12fixing typos in debug statementsGerald Carter1-1/+1
2003-04-23Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett1-3/+3
2003-04-23Don't leak the session identifier string when we shut down a vuid.Andrew Bartlett1-0/+1
2003-02-24Merge of server-side authentication changes to 3.0:Andrew Bartlett1-19/+40
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-5/+7
2002-11-02Merge passdb from HEAD -> 3.0Andrew Bartlett1-1/+1
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-121/+41
2002-08-17Sync 3.0 branch with headJelmer Vernooij1-29/+7
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-109/+73
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-20Kill off another ugly wart from the side of the passdb subsystem.Andrew Bartlett1-0/+2
2002-01-17A nice *big* change to the fundemental way we do things.Andrew Bartlett1-0/+16
2002-01-02Actually enforce the passdb API.Andrew Bartlett1-1/+1
2001-12-27moving SAM_ACCOUNT to include a bit field for initializedGerald Carter1-8/+8
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter1-2/+0
2001-11-19Cosmetic fix for debug statement.Tim Potter1-2/+1
2001-11-09This change updates lp_guestaccount() to be a *global* paramater, rather thanAndrew Bartlett1-5/+6
2001-11-08Change to guest logon code.Andrew Bartlett1-9/+9
2001-11-04Fix segfault. sup_tok might not always be with us.Andrew Bartlett1-3/+5
2001-11-03Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison1-6/+18
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett1-19/+32
2001-10-29This commit is number 3 of 4.Andrew Bartlett1-2/+2