summaryrefslogtreecommitdiffstats
path: root/source4/auth/ntlmssp
Commit message (Expand)AuthorAgeFilesLines
* Make more module init functions public, since they are compiled with -fvisibi...Jelmer Vernooij2008-02-201-1/+1
* Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'Jelmer Vernooij2008-02-181-1/+1
* r26652: msrpc_parse/msrpc_gen: Add iconv_convenience argument.Jelmer Vernooij2008-01-035-11/+31
* r26504: Don't rely on system-provided kerberos headers.Jelmer Vernooij2007-12-211-1/+1
* r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2007-12-211-6/+7
* r26418: Janitorial: Kill pstring in ntlmssp_parse.cKai Blin2007-12-211-28/+55
* r26379: Remove more global_loadparm instances.Jelmer Vernooij2007-12-211-1/+1
* r26316: Use contexts for conversion functions.Jelmer Vernooij2007-12-211-6/+6
* r26264: pass name resolve order explicitly, use torture context for settings ...Jelmer Vernooij2007-12-211-1/+1
* r26260: Store loadparm context in gensec context.Jelmer Vernooij2007-12-212-28/+27
* r26258: Use loadparm context in client_start function of gensec.Jelmer Vernooij2007-12-212-14/+16
* r26222: Avoid global_loadparm in a couple more places.Jelmer Vernooij2007-12-211-1/+2
* r26221: Add loadparm_context parameter to auth_context_create.Jelmer Vernooij2007-12-211-0/+1
* r26136: Attempt to fix dependencies for auth.Jelmer Vernooij2007-12-211-1/+1
* r25660: Add a new interface 'generate_secret_buffer()', to be used when weAndrew Bartlett2007-12-211-1/+1
* r25552: Convert to standard bool type.Jelmer Vernooij2007-10-105-42/+42
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-102-16/+16
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-103-13/+12
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-102-16/+16
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-102-0/+2
* r25005: Avoid pstring.Jelmer Vernooij2007-10-101-61/+15
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-104-15/+15
* r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2007-10-101-7/+7
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-101-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-105-15/+10
* r23680: Make it easier to setup a domain member server - the 'server role'Andrew Bartlett2007-10-101-1/+1
* r22404: more dependencies which should be privateStefan Metzmacher2007-10-101-1/+1
* r21039: Test some more failure paths (trying to increase the lcov score).Andrew Bartlett2007-10-101-5/+0
* r20949: Looking over some lcov output, try and walk some error paths.Andrew Bartlett2007-10-101-3/+3
* r19805: Add the (harmless, but apparently default)Andrew Bartlett2007-10-103-2/+10
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-104-3/+10
* r18258: need to use .priority not .order hereAndrew Tridgell2007-10-101-1/+1
* r18250: Add an ordering of GENSEC modules, so we do preferred modules first.Andrew Bartlett2007-10-101-1/+2
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+0
* r17341: pass a messaging context to auth_context_create()Stefan Metzmacher2007-10-101-2/+3
* r17285: some reformatingStefan Metzmacher2007-10-101-10/+23
* r17284: move the input checking stuff from ntlmssp_update() into itsStefan Metzmacher2007-10-101-40/+44
* r17170: Catch some more out-of-memory cases, and provide some clues whenAndrew Bartlett2007-10-101-7/+18
* r16961: Merge 'seperate policy from logic' changes from Samba3. The 56-bitAndrew Bartlett2007-10-103-4/+12
* r16569: - use push_string()Stefan Metzmacher2007-10-101-4/+4
* r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for corr...Gerald Carter2007-10-101-1/+1
* r15298: Fix the build using a few hacks in the build system.Jelmer Vernooij2007-10-101-1/+1
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2007-10-101-1/+1
* r14952: Make sure the auth subsystem gets initialized if a gensec module need...Jelmer Vernooij2007-10-101-0/+3
* r14701: Allow, with non-default options, NTLMSSP to access the LM session key,Andrew Bartlett2007-10-101-2/+3
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-0/+1
* r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij2007-10-101-1/+0
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-1/+1
* r14380: Reduce the size of structs.hJelmer Vernooij2007-10-103-2/+3