summaryrefslogtreecommitdiffstats
path: root/source/auth
Commit message (Expand)AuthorAgeFilesLines
* Spelling.Tim Potter2003-05-281-1/+1
* volker's fix for crash when my_private_data == NULLGerald Carter2003-05-271-2/+8
* Correctly initialize winbind auth method.Volker Lendecke2003-05-261-0/+3
* Patch from Luke Howard <lukeh@PADL.COM> that fixes some weird handling ofJelmer Vernooij2003-05-151-9/+17
* spellingTim Potter2003-05-141-2/+2
* *id_to_*id call reshape to return NTSTATUS errorsSimo Sorce2003-05-012-12/+14
* Use ints for the version numbers in the smb_register_*() functions (patch by ...Jelmer Vernooij2003-05-011-1/+1
* This is a nice rewrite:Simo Sorce2003-04-292-18/+18
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-288-36/+43
* Merge compile warning fixes from 3.0Andrew Bartlett2003-04-281-1/+1
* Add some static and #ifdef DEVELOPERAndrew Bartlett2003-04-161-3/+5
* Store the type of 'sec channel' that we establish to the DC. If we are aAndrew Bartlett2003-04-161-2/+8
* Cause the winbind auth module to call the ntdomain module if winbind is notAndrew Bartlett2003-04-162-42/+65
* We never actually got an 'ads' auth module, so don't send the auth subsystemAndrew Bartlett2003-04-071-1/+1
* some more idmapping :)Simo Sorce2003-04-051-5/+7
* Map a useless error code to a useful one...Andrew Bartlett2003-04-021-0/+5
* - Support building all auth modules as .so'sJelmer Vernooij2003-03-251-1/+1
* Make auth.c compile again. I'm not sure what this does though...Volker Lendecke2003-03-251-2/+3
* - Add support to auth/ for the new modules systemJelmer Vernooij2003-03-248-81/+103
* Fix compile.Andrew Bartlett2003-03-231-2/+2
* NTLM Authentication:Andrew Bartlett2003-03-232-7/+3
* Fix some comment typosJelmer Vernooij2003-03-191-2/+2
* Now that mimir has done the grunt work, I'll fix up the commentAndrew Bartlett2003-03-151-4/+1
* Extending code to work both in case of domain membershipRafal Szczesniak2003-03-141-1/+1
* Fresh meat in trusted domains code:Rafal Szczesniak2003-03-141-20/+6
* Make sure that the 'remote' machine name can only be set once. For some weirdAndrew Bartlett2003-03-081-1/+1
* Doxygen janitor: rpc_resolve_dc parameter is spelled "trust_passwd"Martin Pool2003-02-281-1/+1
* Doxygen janitor: check_domain_match parameter is spelledMartin Pool2003-02-281-2/+2
* Make sure we set the error code to indicate failure...Andrew Bartlett2003-02-221-2/+11
* See if I can make this look slightly like C. It compiled locally, honest...Andrew Bartlett2003-02-221-3/+4
* First check if the user is in the passdb, then check Get_Pwnam().Andrew Bartlett2003-02-222-31/+61
* For a number of months now, support for being a domain member without alsoAndrew Bartlett2003-02-201-25/+14
* If we didn't make the server_info correctly, then don't segfault trying toAndrew Bartlett2003-02-171-1/+3
* Add the 'session key' output of the NTLMSSP exchange to the cli struct, soAndrew Bartlett2003-02-162-3/+23
* Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison2003-02-141-2/+2
* Some cleanups:Andrew Bartlett2003-02-104-5/+12
* Actually checking both the account and password tests would be a good idea...Andrew Bartlett2003-02-041-2/+2
* Updates to the NTLMSSP code again - moving the base64 decode fuctionality outAndrew Bartlett2003-01-161-4/+5
* Missed auth_ntlmssp.c in last night's checkin. Also keep track of the currentAndrew Bartlett2003-01-151-225/+78
* Crash fixes:Andrew Bartlett2003-01-151-0/+1
* Missing indirect in final free.Jeremy Allison2003-01-131-2/+2
* Always initialise this variable - and don't set the 'must change now' if it wasAndrew Bartlett2003-01-131-1/+2
* Patch from metze to add what he feels is the correct semantics for a DomainAndrew Bartlett2003-01-132-0/+44
* Updates to our NTLMSSP code:Andrew Bartlett2003-01-132-1/+293
* Fix to debian bug #171071 - we had the wrong dereference on the pointer to beAndrew Bartlett2003-01-131-4/+4
* Use size_t for the counter vars, to match the type they are assigned fromAndrew Bartlett2003-01-111-3/+3
* Clear up the auth_sam password checking code (the core of our password checkingAndrew Bartlett2003-01-051-33/+58
* We already have one function to move unistr2 -> multibyte-static, so weAndrew Bartlett2003-01-021-5/+5
* BIG patch...Andrew Bartlett2003-01-022-4/+4
* Finish adding strings to all talloc_init() calls.Jeremy Allison2002-12-231-2/+1