summaryrefslogtreecommitdiff
path: root/source4/auth/ntlmssp
AgeCommit message (Expand)AuthorFilesLines
2008-08-01auth/ntlmssp: don't crash when the backend give no challengeStefan Metzmacher1-0/+6
2008-07-15Try to make NTLMSSP less fussy for unimportant messages.Andrew Bartlett1-2/+13
2008-06-27ntlmssp: get rid of "cast to pointer from integer of different size" warning ...Michael Adam1-3/+3
2008-05-20Fix proto generation.Jelmer Vernooij1-1/+1
2008-05-18Fix a couple (well, little more than that..) of typos.Jelmer Vernooij1-2/+2
2008-05-18Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij1-2/+4
2008-05-18Typo, formatting fixes.Jelmer Vernooij1-1/+1
2008-05-18Use variables for source directory in a couple more places.Jelmer Vernooij1-2/+2
2008-05-05Fix the build after the auth/ -> auth/ntlm/ renameAndrew Bartlett2-2/+2
2008-04-26Fix dependencies on gensec_krb5 and the NTLMSSP code.Andrew Bartlett1-1/+1
2008-04-17Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij1-1/+1
2008-04-14Move object files lists to makefile rather than smb_build.Jelmer Vernooij1-5/+4
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij4-2/+7
2008-02-20Make more module init functions public, since they are compiled with -fvisibi...Jelmer Vernooij1-1/+1
2008-02-18Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'Jelmer Vernooij1-1/+1
2008-01-03r26652: msrpc_parse/msrpc_gen: Add iconv_convenience argument.Jelmer Vernooij5-11/+31
2007-12-21r26504: Don't rely on system-provided kerberos headers.Jelmer Vernooij1-1/+1
2007-12-21r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij1-6/+7
2007-12-21r26418: Janitorial: Kill pstring in ntlmssp_parse.cKai Blin1-28/+55
2007-12-21r26379: Remove more global_loadparm instances.Jelmer Vernooij1-1/+1
2007-12-21r26316: Use contexts for conversion functions.Jelmer Vernooij1-6/+6
2007-12-21r26264: pass name resolve order explicitly, use torture context for settings ...Jelmer Vernooij1-1/+1
2007-12-21r26260: Store loadparm context in gensec context.Jelmer Vernooij2-28/+27
2007-12-21r26258: Use loadparm context in client_start function of gensec.Jelmer Vernooij2-14/+16
2007-12-21r26222: Avoid global_loadparm in a couple more places.Jelmer Vernooij1-1/+2
2007-12-21r26221: Add loadparm_context parameter to auth_context_create.Jelmer Vernooij1-0/+1
2007-12-21r26136: Attempt to fix dependencies for auth.Jelmer Vernooij1-1/+1
2007-12-21r25660: Add a new interface 'generate_secret_buffer()', to be used when weAndrew Bartlett1-1/+1
2007-10-10r25552: Convert to standard bool type.Jelmer Vernooij5-42/+42
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2-16/+16
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij3-13/+12
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2-16/+16
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij2-0/+2
2007-10-10r25005: Avoid pstring.Jelmer Vernooij1-61/+15
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij4-15/+15
2007-10-10r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij1-7/+7
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell1-2/+1
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell1-1/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell5-15/+10
2007-10-10r23680: Make it easier to setup a domain member server - the 'server role'Andrew Bartlett1-1/+1
2007-10-10r22404: more dependencies which should be privateStefan Metzmacher1-1/+1
2007-10-10r21039: Test some more failure paths (trying to increase the lcov score).Andrew Bartlett1-5/+0
2007-10-10r20949: Looking over some lcov output, try and walk some error paths.Andrew Bartlett1-3/+3
2007-10-10r19805: Add the (harmless, but apparently default)Andrew Bartlett3-2/+10
2007-10-10r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett4-3/+10
2007-10-10r18258: need to use .priority not .order hereAndrew Tridgell1-1/+1
2007-10-10r18250: Add an ordering of GENSEC modules, so we do preferred modules first.Andrew Bartlett1-1/+2
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+0
2007-10-10r17341: pass a messaging context to auth_context_create()Stefan Metzmacher1-2/+3
2007-10-10r17285: some reformatingStefan Metzmacher1-10/+23