summaryrefslogtreecommitdiffstats
path: root/source4/auth/ntlmssp/ntlmssp_server.c
Commit message (Expand)AuthorAgeFilesLines
* 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-211-11/+11
* r26221: Add loadparm_context parameter to auth_context_create.Jelmer Vernooij2007-12-211-0/+1
* r25552: Convert to standard bool type.Jelmer Vernooij2007-10-101-4/+4
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-101-6/+6
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-5/+5
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-6/+6
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r25005: Avoid pstring.Jelmer Vernooij2007-10-101-61/+15
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-101-5/+5
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23680: Make it easier to setup a domain member server - the 'server role'Andrew Bartlett2007-10-101-1/+1
* r19805: Add the (harmless, but apparently default)Andrew Bartlett2007-10-101-0/+4
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-1/+3
* r17341: pass a messaging context to auth_context_create()Stefan Metzmacher2007-10-101-2/+3
* r16961: Merge 'seperate policy from logic' changes from Samba3. The 56-bitAndrew Bartlett2007-10-101-1/+5
* r14380: Reduce the size of structs.hJelmer Vernooij2007-10-101-1/+1
* r14064: - split out MSRPC_PARSE into a speperate subsystemStefan Metzmacher2007-10-101-0/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+1
* r13470: Thanks to a report from VL:Andrew Bartlett2007-10-101-3/+0
* r13252: Cleanup, both in code, comments and talloc use:Andrew Bartlett2007-10-101-11/+32
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-101-1/+2
* r11366: Pass around the flags which indicate if we should support plaintextAndrew Bartlett2007-10-101-0/+1
* r11081: Remember to remove unused variables.Jeremy Allison2007-10-101-1/+0
* r11080: Narrowing down on the #1828 PPC bug. The PPC client sends anJeremy Allison2007-10-101-19/+7
* r11076: Still working on bug #1828, PPC hell. The PPC client sends theJeremy Allison2007-10-101-2/+12
* r10669: reverted jelmers commit 10663 as it was causing lots of panics in 'ma...Andrew Tridgell2007-10-101-5/+6
* r10663: Eliminate use of pstringJelmer Vernooij2007-10-101-6/+5
* r10292: This is set below from lp_server_role().Andrew Bartlett2007-10-101-1/+0
* r8700: Propmted by tridge's need to do plaintext auth in ejs, rework theAndrew Bartlett2007-10-101-10/+15
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-101-4/+6
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-101-1/+3
* r7597: removed the bogus get_myfullname() and get_mydomname() calls, and putAndrew Tridgell2007-10-101-0/+56
* r6799: Remove a rudundent variable from the context structure - we can figureAndrew Bartlett2007-10-101-3/+3
* r6738: My version of the patch by metze that I just reverted (-r 6734).Andrew Bartlett2007-10-101-10/+16
* r6736: Revert metze's -r 6734, as metze and I made the same changes at theAndrew Bartlett2007-10-101-5/+5
* r6734: most compiler don't like struct elements without a name...Stefan Metzmacher2007-10-101-5/+5
* r6465: Use talloc_zero for the gensec_ntlmssp_state structure, as the historyAndrew Bartlett2007-10-101-40/+5
* r6464: Remove the last of the Samba3 NTLMSSP API. This removes the rudundentAndrew Bartlett2007-10-101-232/+207
* r6463: Move NTLM2 and NTLM (v1) specific variables into a union for DCE/RPC.Andrew Bartlett2007-10-101-5/+5
* r6462: Move the arcfour sbox state into it's own structure, and allocate itAndrew Bartlett2007-10-101-2/+0
* r6460: Push the client credentials into NTLMSSP, allowing logins of the formAndrew Bartlett2007-10-101-2/+51
* r6458: Split up NTLMSSP into a new directory, and into seperate files for theAndrew Bartlett2007-10-101-0/+765