summaryrefslogtreecommitdiffstats
path: root/source4/utils/ntlm_auth.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r25454: Use standard bool types in a couple more places.Jelmer Vernooij2007-10-101-18/+18
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-101-1/+1
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-10/+10
* r25213: use talloc_strdup_append_buffer() instead of talloc_append_string()Stefan Metzmacher2007-10-101-3/+2
* r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison2007-10-101-1/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r25007: Remove more uses of pstring, move ntlmauth-specific utility function ...Jelmer Vernooij2007-10-101-1/+19
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-101-2/+2
* r24796: Add bounds checking to ntlm_auth, increase initial buffer size to 300...Kai Blin2007-10-101-2/+12
* r24795: When talking to squid, allocate the buffer size dynamically.Kai Blin2007-10-101-27/+36
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-1/+4
* r19558: Make behaviour of "OK" match that of Samba3's ntlm_auth. Patch byJelmer Vernooij2007-10-101-1/+2
* r19555: Silently ignore --use-cached-creds for compatibility with Samba3's nt...Jelmer Vernooij2007-10-101-0/+3
* r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available.Jelmer Vernooij2007-10-101-1/+1
* r17577: Patch from Kai Blin <kai.blin@gmail.com>:Andrew Bartlett2007-10-101-1/+62
* r17341: pass a messaging context to auth_context_create()Stefan Metzmacher2007-10-101-1/+14
* r15363: Fix dependencies for shared libraryJelmer Vernooij2007-10-101-0/+1
* r15328: Move some functions around, remove dependencies.Jelmer Vernooij2007-10-101-1/+1
* r15296: Move ntlm_auth-specific functions from util to ntlm_auth so libutil d...Jelmer Vernooij2007-10-101-0/+29
* r14982: mark a deliberate missing breakAndrew Tridgell2007-10-101-0/+1
* r14858: fix bugs noticed by the ibm code checkerStefan Metzmacher2007-10-101-2/+3
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
* r14380: Reduce the size of structs.hJelmer Vernooij2007-10-101-1/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+1