summaryrefslogtreecommitdiffstats
path: root/source/smbd/password.c
Commit message (Expand)AuthorAgeFilesLines
* Don't increment twiceVolker Lendecke2009-01-021-1/+0
* Second part of the bugfix for #5933Volker Lendecke2009-01-021-6/+13
* First part of bugfix for #5933Volker Lendecke2009-01-021-3/+0
* Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke2008-06-191-3/+3
* Move connection-specific vuid cache clear to uid.cVolker Lendecke2008-06-141-1/+1
* Fix a memleak introduced after refactoring "struct user_struct"Volker Lendecke2008-05-061-1/+1
* Remove "userdom_struct user" from "struct user_struct"Volker Lendecke2008-05-051-24/+25
* Remove "session_key" from "struct user_struct"Volker Lendecke2008-05-051-6/+1
* Remove "guest" from "struct user_struct"Volker Lendecke2008-05-051-4/+3
* Remove the unix token info from "struct user_struct"Volker Lendecke2008-05-051-22/+4
* Remove "nt_user_token" from "struct user_struct"Volker Lendecke2008-05-051-3/+1
* Remove "logon_script" from "struct user_struct"Volker Lendecke2008-05-051-8/+0
* Remove unix_homedir from struct user_structVolker Lendecke2008-05-051-37/+35
* Remove "homedir" from "struct user_struct"Volker Lendecke2008-05-051-6/+0
* Ensure invalidate_vuid() deletes any ntlmssp state.Jeremy Allison2008-02-141-0/+4
* str_list_free is not needed anymoreVolker Lendecke2008-02-041-4/+2
* Always pass a TALLOC_CTX to str_list_make and str_list_copyVolker Lendecke2008-02-041-4/+5
* strtok -> strtok_rVolker Lendecke2008-01-231-4/+8
* Remove Get_Pwnam and its associated static variableVolker Lendecke2007-12-191-1/+4
* Simplify add_session_userVolker Lendecke2007-12-101-33/+25
* Remove PSTRING_LEN from smbd/ nmbd/.Jeremy Allison2007-11-291-3/+3
* Fix an implicit cast warning.Michael Adam2007-11-161-1/+1
* Remove last pstring from smbd/*.cJeremy Allison2007-11-131-25/+45
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-8/+8
* r24590: Reformatting to coding standards. Added my (C) in places it already s...Jeremy Allison2007-10-101-19/+22
* r24589: Refactor our vuid code so that we keep the sameJeremy Allison2007-10-101-132/+165
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach2007-10-101-1/+1
* r22542: Move over to using the _strict varients of the tallocJeremy Allison2007-10-101-1/+1
* r22020: Make it more clear that both the vuser struct and it's contents areAndrew Bartlett2007-10-101-39/+25
* r21460: Fix for server-side processing of SPNEGO authJeremy Allison2007-10-101-0/+1
* r21128: Fix Vista connecting to Samba in share level security.Jeremy Allison2007-10-101-0/+25
* 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