summaryrefslogtreecommitdiffstats
path: root/source4/auth/ntlmssp
Commit message (Expand)AuthorAgeFilesLines
* 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
* r14071: fix the buildStefan Metzmacher2007-10-101-2/+4
* r14070: this functions need to be exported,Stefan Metzmacher2007-10-101-2/+2
* r14064: - split out MSRPC_PARSE into a speperate subsystemStefan Metzmacher2007-10-105-2/+10
* r13960: Generate makefile rules for installing/removing shared modules.Jelmer Vernooij2007-10-101-2/+2
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-104-1/+4
* r13903: Don't generate prototypes for modules and binaries in include/proto.h byJelmer Vernooij2007-10-101-1/+2
* r13472: After Volker's advise, try every combination of parameters. ThisAndrew Bartlett2007-10-101-4/+6
* r13471: With more 'try all options' testing, I found this 'simple' but in theAndrew Bartlett2007-10-101-1/+1
* r13470: Thanks to a report from VL:Andrew Bartlett2007-10-104-25/+39
* r13467: Add new parametric options (for testing) controlling LM_KEY and 56-bitAndrew Bartlett2007-10-101-5/+13
* r13252: Cleanup, both in code, comments and talloc use:Andrew Bartlett2007-10-102-11/+33
* r13170: Remove some dependencies on -1 implying the size of pstringJelmer Vernooij2007-10-101-6/+4
* r12927: Fix typo.Andrew Bartlett2007-10-101-1/+1
* r12919: Ensure we never 'extend' the session key length, or fill in past theAndrew Bartlett2007-10-101-1/+5
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-101-1/+2
* r12795: remember the gensec_security contextStefan Metzmacher2007-10-102-0/+3
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2007-10-101-0/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij2007-10-101-2/+1
* r11366: Pass around the flags which indicate if we should support plaintextAndrew Bartlett2007-10-101-0/+1
* r11244: Relative path names in .mk filesJelmer Vernooij2007-10-101-5/+5
* r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij2007-10-101-0/+0
* 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
* r11052: bring samba4 uptodate with the samba4-winsrepl branch,Stefan Metzmacher2007-10-101-5/+0
* r11037:Stefan Metzmacher2007-10-101-0/+5
* r10981: Pull code to decide between and implement NTLMv2, NTLM and LMAndrew Bartlett2007-10-101-125/+50
* r10669: reverted jelmers commit 10663 as it was causing lots of panics in 'ma...Andrew Tridgell2007-10-102-8/+13
* r10663: Eliminate use of pstringJelmer Vernooij2007-10-102-13/+8
* r10478: More work on proto headers; we now generate a couple of smaller onesJelmer Vernooij2007-10-101-5/+0
* r10402: Make the RPC-SAMLOGON test pass against Win2k3 SP0 again.Andrew Bartlett2007-10-101-2/+2
* r10348: Add scons scripts for remaining subsystems. Most subsystems build now,Jelmer Vernooij2007-10-101-0/+5
* r10292: This is set below from lp_server_role().Andrew Bartlett2007-10-101-1/+0
* r10153: This patch adds a new parameter to gensec_sig_size(), the size of theAndrew Bartlett2007-10-101-1/+1
* r9728: A *major* update to the credentials system, to incorporate theAndrew Bartlett2007-10-101-30/+25
* r9678: Remove unused variables.Andrew Bartlett2007-10-101-4/+0
* r9505: Work on GENSEC and the code that calls it, for tighter interfaceAndrew Bartlett2007-10-102-6/+13
* r9416: Cleanups inspired by jra's work to migrate Samba4's NTLMSSP code backAndrew Bartlett2007-10-103-104/+53
* r9411: Ensure we don't send a challenge without first getting a negotiate inAndrew Bartlett2007-10-101-2/+8
* 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
* r7827: Add in-memory keytab to Samba4, using the new MEMORY_WILDCARD keytabAndrew Bartlett2007-10-101-0/+11
* r7757: Add NTLMv2 support to the NT1 Session setup (ie, not SPNEGO/NTLMSSP)Andrew Bartlett2007-10-101-1/+2
* r7690: Move the NT hash generation into the credentials system, rather thanAndrew Bartlett2007-10-101-22/+21