summaryrefslogtreecommitdiffstats
path: root/source4/utils/ntlm_auth.c
Commit message (Expand)AuthorAgeFilesLines
* s4:ntlm_auth: make use of gensec_update_ev()Stefan Metzmacher2014-03-271-1/+1
* auth/gensec: introduce gensec_internal.hStefan Metzmacher2013-08-101-0/+1
* s4:ntlm_auth: make use of cli_credentials_[set_]callback_data*Stefan Metzmacher2013-08-051-4/+6
* ntlm_auth4: Use new samba_getpass() function.Andreas Schneider2012-12-031-1/+7
* gensec: move event context from gensec_*_init() to gensec_update()Andrew Bartlett2011-10-181-3/+3
* s4-messaging: Pass the loadparm context, not just the messaging pathAndrew Bartlett2011-10-131-1/+1
* gensec: clarify memory ownership for gensec_session_info() and gensec_session...Andrew Bartlett2011-08-031-3/+3
* s4-modules Remove lp_ctx from init functions that no longer need itAndrew Bartlett2011-06-061-1/+1
* s4-auth Rename auth -> auth4 to avoid conflict with s3 authAndrew Bartlett2011-05-081-1/+1
* s4-messaging Rename messaging -> imessagingAndrew Bartlett2011-05-031-2/+2
* lib/util Move base64 functions into lib/util/base64.cAndrew Bartlett2011-03-301-29/+2
* s4-nterr: move auth_nt_status_squash to nt_status_squash and move to nterr.cGünther Deschner2011-03-041-1/+1
* ldb: use #include <ldb.h> for ldbAndrew Tridgell2011-02-101-1/+1
* s4-auth Rework auth subsystem to remove struct auth_serversupplied_infoAndrew Bartlett2011-02-091-2/+2
* s4:security Change struct security_token->sids from struct dom_sid * to struc...Andrew Bartlett2010-08-231-1/+1
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-16/+16
* s4:utils/ntlm_auth.c - fix "asprintf" callsMatthias Dieter Wallnöfer2010-05-281-6/+11
* s4:auth Allow the operational module to get a user's tokenGroups from authAndrew Bartlett2010-05-201-0/+1
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-2/+1
* s4:ntlmssp: rename gensec_ntlmssp_state => ntlmssp_stateStefan Metzmacher2010-03-241-4/+4
* Various source4 spelling fixes.Brad Hards2010-02-221-1/+1
* Fixed some uninitialised variablesMatthias Dieter Wallnöfer2009-06-191-2/+11
* Port Samba4 to the new combined libcli/auth functionsAndrew Bartlett2009-04-141-1/+0
* Remove auth/ntlm as a dependency of GENSEC by means of function pointers.Andrew Bartlett2009-02-131-2/+19
* s4:ntlm_auth: s/private/private1Stefan Metzmacher2009-02-021-16/+16
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-1/+1
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-021-2/+4
* Remove use of lp_*() from ntlm_check.c.Jelmer Vernooij2008-11-011-1/+2
* Repel pstring to nsswitch/.Jelmer Vernooij2008-10-221-1/+0
* Remove pstring usages.Jelmer Vernooij2008-10-221-14/+10
* Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with SambaJelmer Vernooij2008-10-181-3/+3
* ntlm_auth: eliminate "cast pointer from integer of different size" warnings o...Michael Adam2008-06-271-2/+2
* Use a custom init function for samba4 that sets a samba4Simo Sorce2008-06-141-1/+1
* Move NTLM authentication details into auth/ntlmAndrew Bartlett2008-05-051-0/+1
* Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-211-5/+5
* ntlm_auth: Improve compliance to the Squid helper protocol.Kai Blin2008-03-201-10/+10
* r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2007-12-211-1/+1
* r26539: Remove unnecessary statics.Jelmer Vernooij2007-12-211-1/+1
* r26465: ntlm_auth: Remoce pstring.Kai Blin2007-12-211-3/+12
* r26441: Remove global_loadparm uses.Jelmer Vernooij2007-12-211-1/+2
* r26430: require explicit specification of loadparm context.Jelmer Vernooij2007-12-211-1/+1
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-211-11/+13
* r26260: Store loadparm context in gensec context.Jelmer Vernooij2007-12-211-2/+2
* r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij2007-12-211-1/+1
* r26249: Remove a couple more uses of global_loadparm.Jelmer Vernooij2007-12-211-6/+7
* r26236: Remove more uses of global_loadparm or specify loadparm_context expli...Jelmer Vernooij2007-12-211-1/+1
* r26231: Spell check: credentails -> credentials.Jelmer Vernooij2007-12-211-2/+2
* r26230: Use task-provided loadparm context in a couple more places, avoid loa...Jelmer Vernooij2007-12-211-5/+13
* r26228: Store loadparm context in auth context, move more loadparm_contexts u...Jelmer Vernooij2007-12-211-2/+5
* r26226: Avoid more uses of global_loadparm.Jelmer Vernooij2007-12-211-1/+1