summaryrefslogtreecommitdiffstats
path: root/source/smbd/password.c
Commit message (Expand)AuthorAgeFilesLines
...
* r1506: Fix inspired by patches from Michael Collin Nielsen <michael@hum.aau.d...Jeremy Allison2007-10-101-11/+15
* r519: fix bug in authorise_login() that broke security = shareGerald Carter2007-10-101-0/+2
* r486: BUG 1309: fix seg fault caused by trying to strdup() a NULL pointerGerald Carter2007-10-101-1/+5
* r225: Patch from Pat.Hayward@propero.net to make the session_users list dynamic.Jeremy Allison2007-10-101-8/+28
* Merge from HEAD the SMB signing patch that I developed a couple of weeksAndrew Bartlett2004-03-271-1/+1
* BUG 417: fix %UuGg variables expansion in include lines setging the current_u...Gerald Carter2004-03-191-0/+4
* cleanup patch for bug 977 so we don't display incorrect debug messagesGerald Carter2004-01-311-8/+12
* bug 977 - don't create a homes share for a user if a static share already exi...Gerald Carter2004-01-271-1/+7
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-221-4/+19
* Fix for valid users = %S in homes share.Jeremy Allison2003-09-261-3/+7
* fix bug 397: use a variant of alloc_sub_basic() for string lists.Gerald Carter2003-09-051-1/+4
* Signing so far... the client code fails on a SMBtrans2 secondary transactionJeremy Allison2003-07-181-5/+3
* Formatting tidyups to match the rest of the source.Jeremy Allison2003-07-171-23/+33
* Missed this in the previous patch - we now have a seperate idea of theAndrew Bartlett2003-07-031-1/+1
* Don't assume that the SAM knows the unix home directory - look it up byAndrew Bartlett2003-06-071-6/+14
* Restore a number of fixes that idra removed when he merged hisAndrew Bartlett2003-05-131-0/+1
* And finally IDMAP in 3_0Simo Sorce2003-05-121-9/+2
* fixing typos in debug statementsGerald Carter2003-05-121-1/+1
* Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett2003-04-231-3/+3
* Don't leak the session identifier string when we shut down a vuid.Andrew Bartlett2003-04-231-0/+1
* Merge of server-side authentication changes to 3.0:Andrew Bartlett2003-02-241-19/+40
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-5/+7
* Merge passdb from HEAD -> 3.0Andrew Bartlett2002-11-021-1/+1
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-121/+41
* Sync 3.0 branch with headJelmer Vernooij2002-08-171-29/+7
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-109/+73
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Kill off another ugly wart from the side of the passdb subsystem.Andrew Bartlett2002-01-201-0/+2
* A nice *big* change to the fundemental way we do things.Andrew Bartlett2002-01-171-0/+16
* Actually enforce the passdb API.Andrew Bartlett2002-01-021-1/+1
* moving SAM_ACCOUNT to include a bit field for initializedGerald Carter2001-12-271-8/+8
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-261-2/+0
* Cosmetic fix for debug statement.Tim Potter2001-11-191-2/+1
* This change updates lp_guestaccount() to be a *global* paramater, rather thanAndrew Bartlett2001-11-091-5/+6
* Change to guest logon code.Andrew Bartlett2001-11-081-9/+9
* Fix segfault. sup_tok might not always be with us.Andrew Bartlett2001-11-041-3/+5
* Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison2001-11-031-6/+18
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-311-19/+32
* This commit is number 3 of 4.Andrew Bartlett2001-10-291-2/+2
* Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison2001-10-181-1/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* Small changes to register_vuid ahead of a larger restructure.Andrew Bartlett2001-09-301-3/+3
* move to SAFE_FREE()Simo Sorce2001-09-171-4/+4
* Kill off the //server/share%user hack in share level security.Andrew Bartlett2001-09-151-8/+0
* a bunch of fixes from the sflight to seattleAndrew Tridgell2001-08-201-1/+0
* Restore a debug I think I dropped earlierAndrew Bartlett2001-08-171-0/+2
* smbd/auth_server: Doco, we want to use cli_nt_error here soonAndrew Bartlett2001-08-171-3/+0
* Style cleanup for the last vuid change.Andrew Bartlett2001-08-171-1/+1
* One less getpwnam() call...Andrew Bartlett2001-08-171-10/+3
* This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett2001-08-031-1072/+0