summaryrefslogtreecommitdiff
path: root/source3/auth
AgeCommit message (Expand)AuthorFilesLines
2003-10-07make sure to call get_user_groups() with the full winbindd name for a user if...Gerald Carter2-11/+22
2003-09-09sync 3.0 into HEAD for the last timeGerald Carter7-108/+128
2003-08-02port latest changes from SAMBA_3_0 treeSimo Sorce5-14/+13
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter11-518/+498
2003-05-28Spelling.Tim Potter1-1/+1
2003-05-27volker's fix for crash when my_private_data == NULLGerald Carter1-2/+8
2003-05-26Correctly initialize winbind auth method.Volker Lendecke1-0/+3
2003-05-15Patch from Luke Howard <lukeh@PADL.COM> that fixes some weird handling ofJelmer Vernooij1-9/+17
2003-05-14spellingTim Potter1-2/+2
2003-05-01*id_to_*id call reshape to return NTSTATUS errorsSimo Sorce2-12/+14
2003-05-01Use ints for the version numbers in the smb_register_*() functions (patch by ...Jelmer Vernooij1-1/+1
2003-04-29This is a nice rewrite:Simo Sorce2-18/+18
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij8-36/+43
2003-04-28Merge compile warning fixes from 3.0Andrew Bartlett1-1/+1
2003-04-16Add some static and #ifdef DEVELOPERAndrew Bartlett1-3/+5
2003-04-16Store the type of 'sec channel' that we establish to the DC. If we are aAndrew Bartlett1-2/+8
2003-04-16Cause the winbind auth module to call the ntdomain module if winbind is notAndrew Bartlett2-42/+65
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