summaryrefslogtreecommitdiffstats
path: root/source3/smbd/password.c
Commit message (Expand)AuthorAgeFilesLines
* r17408: Let us use netgroups even without a NIS domain but just using filesSimo Sorce2007-10-101-4/+3
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-9/+10
* r15589: While trying to understand the vuid code I found that security=share ...Volker Lendecke2007-10-101-3/+2
* r15583: Add a comment while trying to understand this codeVolker Lendecke2007-10-101-0/+5
* r14112: * fix checks on return code from register_vuid() which could actuallyGerald Carter2007-10-101-1/+1
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-1/+1
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-5/+5
* r13494: Merge the stuff I've done in head the last days.Volker Lendecke2007-10-101-0/+129
* r13316: Let the carnage begin....Gerald Carter2007-10-101-54/+89
* r12311: ReformattingVolker Lendecke2007-10-101-15/+23
* r12305: ReformattingVolker Lendecke2007-10-101-8/+20
* r8472: abartlet's patch for parallel ntlmssp supporttrunk/source/smbd/sessset...Gerald Carter2007-10-101-1/+36
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-2/+2
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-4/+4
* r2899: Change some #if DEBUG_PASSWORD's to #ifdef DEBUG_PASSWORD.Tim Potter2007-10-101-1/+1
* r2082: lp_path should be lp_pathname.Jeremy Allison2007-10-101-1/+1
* r2077: fix logic bug in the check for creating a user's home directory in reg...Gerald Carter2007-10-101-10/+13
* 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