summaryrefslogtreecommitdiff
path: root/source4/utils/ntlm_auth.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-23s4:security Change struct security_token->sids from struct dom_sid * to struc...Andrew Bartlett1-1/+1
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-16/+16
2010-05-28s4:utils/ntlm_auth.c - fix "asprintf" callsMatthias Dieter Wallnöfer1-6/+11
2010-05-20s4:auth Allow the operational module to get a user's tokenGroups from authAndrew Bartlett1-0/+1
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-2/+1
2010-03-24s4:ntlmssp: rename gensec_ntlmssp_state => ntlmssp_stateStefan Metzmacher1-4/+4
2010-02-22Various source4 spelling fixes.Brad Hards1-1/+1
2009-06-19Fixed some uninitialised variablesMatthias Dieter Wallnöfer1-2/+11
2009-04-14Port Samba4 to the new combined libcli/auth functionsAndrew Bartlett1-1/+0
2009-02-13Remove auth/ntlm as a dependency of GENSEC by means of function pointers.Andrew Bartlett1-2/+19
2009-02-02s4:ntlm_auth: s/private/private1Stefan Metzmacher1-16/+16
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-1/+1
2008-11-02Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij1-2/+4
2008-11-01Remove use of lp_*() from ntlm_check.c.Jelmer Vernooij1-1/+2
2008-10-22Repel pstring to nsswitch/.Jelmer Vernooij1-1/+0
2008-10-22Remove pstring usages.Jelmer Vernooij1-14/+10
2008-10-18Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with SambaJelmer Vernooij1-3/+3
2008-06-27ntlm_auth: eliminate "cast pointer from integer of different size" warnings o...Michael Adam1-2/+2
2008-06-14Use a custom init function for samba4 that sets a samba4Simo Sorce1-1/+1
2008-05-05Move NTLM authentication details into auth/ntlmAndrew Bartlett1-0/+1
2008-04-21Remove more event_context_init() uses from function calls within deep down th...Simo Sorce1-5/+5
2008-03-20ntlm_auth: Improve compliance to the Squid helper protocol.Kai Blin1-10/+10
2007-12-21r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij1-1/+1
2007-12-21r26539: Remove unnecessary statics.Jelmer Vernooij1-1/+1
2007-12-21r26465: ntlm_auth: Remoce pstring.Kai Blin1-3/+12
2007-12-21r26441: Remove global_loadparm uses.Jelmer Vernooij1-1/+2
2007-12-21r26430: require explicit specification of loadparm context.Jelmer Vernooij1-1/+1
2007-12-21r26355: Eliminate global_loadparm in more places.Jelmer Vernooij1-11/+13
2007-12-21r26260: Store loadparm context in gensec context.Jelmer Vernooij1-2/+2
2007-12-21r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij1-1/+1
2007-12-21r26249: Remove a couple more uses of global_loadparm.Jelmer Vernooij1-6/+7
2007-12-21r26236: Remove more uses of global_loadparm or specify loadparm_context expli...Jelmer Vernooij1-1/+1
2007-12-21r26231: Spell check: credentails -> credentials.Jelmer Vernooij1-2/+2
2007-12-21r26230: Use task-provided loadparm context in a couple more places, avoid loa...Jelmer Vernooij1-5/+13
2007-12-21r26228: Store loadparm context in auth context, move more loadparm_contexts u...Jelmer Vernooij1-2/+5
2007-12-21r26226: Avoid more uses of global_loadparm.Jelmer Vernooij1-1/+1
2007-10-10r25454: Use standard bool types in a couple more places.Jelmer Vernooij1-18/+18
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij1-1/+1
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-10/+10
2007-10-10r25213: use talloc_strdup_append_buffer() instead of talloc_append_string()Stefan Metzmacher1-3/+2
2007-10-10r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison1-1/+1
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r25007: Remove more uses of pstring, move ntlmauth-specific utility function ...Jelmer Vernooij1-1/+19
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij1-2/+2
2007-10-10r24796: Add bounds checking to ntlm_auth, increase initial buffer size to 300...Kai Blin1-2/+12
2007-10-10r24795: When talking to squid, allocate the buffer size dynamically.Kai Blin1-27/+36
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett1-1/+4
2007-10-10r19558: Make behaviour of "OK" match that of Samba3's ntlm_auth. Patch byJelmer Vernooij1-1/+2
2007-10-10r19555: Silently ignore --use-cached-creds for compatibility with Samba3's nt...Jelmer Vernooij1-0/+3