summaryrefslogtreecommitdiff
path: root/source3/auth
AgeCommit message (Expand)AuthorFilesLines
2003-04-07We never actually got an 'ads' auth module, so don't send the auth subsystemAndrew Bartlett1-1/+1
2003-04-05some more idmapping :)Simo Sorce1-5/+7
2003-04-02Map a useless error code to a useful one...Andrew Bartlett1-0/+5
2003-03-25- Support building all auth modules as .so'sJelmer Vernooij1-1/+1
2003-03-25Make auth.c compile again. I'm not sure what this does though...Volker Lendecke1-2/+3
2003-03-24- Add support to auth/ for the new modules systemJelmer Vernooij8-81/+103
2003-03-23Fix compile.Andrew Bartlett1-2/+2
2003-03-23NTLM Authentication:Andrew Bartlett2-7/+3
2003-03-19Fix some comment typosJelmer Vernooij1-2/+2
2003-03-15Now that mimir has done the grunt work, I'll fix up the commentAndrew Bartlett1-4/+1
2003-03-14Extending code to work both in case of domain membershipRafal Szczesniak1-1/+1
2003-03-14Fresh meat in trusted domains code:Rafal Szczesniak1-20/+6
2003-03-08Make sure that the 'remote' machine name can only be set once. For some weirdAndrew Bartlett1-1/+1
2003-02-28Doxygen janitor: rpc_resolve_dc parameter is spelled "trust_passwd"Martin Pool1-1/+1
2003-02-28Doxygen janitor: check_domain_match parameter is spelledMartin Pool1-2/+2
2003-02-22Make sure we set the error code to indicate failure...Andrew Bartlett1-2/+11
2003-02-22See if I can make this look slightly like C. It compiled locally, honest...Andrew Bartlett1-3/+4
2003-02-22First check if the user is in the passdb, then check Get_Pwnam().Andrew Bartlett2-31/+61
2003-02-20For a number of months now, support for being a domain member without alsoAndrew Bartlett1-25/+14
2003-02-17If we didn't make the server_info correctly, then don't segfault trying toAndrew Bartlett1-1/+3
2003-02-16Add the 'session key' output of the NTLMSSP exchange to the cli struct, soAndrew Bartlett2-3/+23
2003-02-14Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison1-2/+2
2003-02-10Some cleanups:Andrew Bartlett4-5/+12
2003-02-04Actually checking both the account and password tests would be a good idea...Andrew Bartlett1-2/+2
2003-01-16Updates to the NTLMSSP code again - moving the base64 decode fuctionality outAndrew Bartlett1-4/+5
2003-01-15Missed auth_ntlmssp.c in last night's checkin. Also keep track of the currentAndrew Bartlett1-225/+78
2003-01-15Crash fixes:Andrew Bartlett1-0/+1
2003-01-13Missing indirect in final free.Jeremy Allison1-2/+2
2003-01-13Always initialise this variable - and don't set the 'must change now' if it wasAndrew Bartlett1-1/+2
2003-01-13Patch from metze to add what he feels is the correct semantics for a DomainAndrew Bartlett2-0/+44
2003-01-13Updates to our NTLMSSP code:Andrew Bartlett2-1/+293
2003-01-13Fix to debian bug #171071 - we had the wrong dereference on the pointer to beAndrew Bartlett1-4/+4
2003-01-11Use size_t for the counter vars, to match the type they are assigned fromAndrew Bartlett1-3/+3
2003-01-05Clear up the auth_sam password checking code (the core of our password checkingAndrew Bartlett1-33/+58
2003-01-02We already have one function to move unistr2 -> multibyte-static, so weAndrew Bartlett1-5/+5
2003-01-02BIG patch...Andrew Bartlett2-4/+4
2002-12-23Finish adding strings to all talloc_init() calls.Jeremy Allison1-2/+1
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-4/+4
2002-12-12merge of get_dc_name()-like code from APP_HEAD; better support password serve...Gerald Carter1-90/+10
2002-12-11Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison2-68/+58
2002-12-01Make it clear that we might not be talking to a PDC here.Andrew Bartlett1-1/+1
2002-11-23[merge from APP_HEAD]Gerald Carter1-2/+3
2002-11-15Small auth updates:Andrew Bartlett4-11/+6
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison5-17/+15
2002-11-09Fix bug found by tpot with given password server.Jeremy Allison1-1/+1
2002-11-08Don't set global_machine_password_needs_changing ifTim Potter1-4/+6
2002-11-06Merge of get_dc_list() api change. This was slightly more intrusiveTim Potter1-2/+17
2002-11-04Move to the use of the 'initialised' flag, rather than the fact the pointer isAndrew Bartlett1-8/+9
2002-11-03make_server_info_guest() can need root for the ldapsam backendAndrew Tridgell1-1/+4
2002-10-17Added new error codes. Fix up connection code to retry in the same wayJeremy Allison1-10/+23