summaryrefslogtreecommitdiff
path: root/source4/auth/ntlmssp
AgeCommit message (Expand)AuthorFilesLines
2009-12-29s4:ntlmssp_server: remove unused variableStefan Metzmacher1-7/+0
2009-12-29s4:auth/ntlmssp: let get_challenge() return a NTSTATUS and fill a stack bufferStefan Metzmacher2-13/+13
2009-12-29s4:ntlmssp: fix whitespaces in ntlmssp.hStefan Metzmacher1-16/+16
2009-12-22s4:gensec Don't give a warning when Windows client connects with NTLMAndrew Bartlett1-11/+20
2009-12-22s4:auth Change 'get_challenge' API to be more like Samba3Andrew Bartlett1-2/+5
2009-12-16s4-gensec: Replace gensec_get_peer_addr with new tsocket based fn.Andreas Schneider1-1/+2
2009-10-20s4: ran minimal_includes.pl on source4/auth/ntlmsspAndrew Tridgell4-8/+0
2009-10-15s4:ntlmssp server - use also here the new "lp_dnsdomain()" callMatthias Dieter Wallnöfer1-2/+1
2009-08-28s4: include ntlmssp header in auth/ntlmssp/ntlmssp.h.Günther Deschner1-0/+1
2009-08-28s4-ntlmssp: use interface constants in TargetInfo blob.Günther Deschner1-5/+5
2009-08-28s4-ntlmssp: use NTLMSSP headers from IDL and remove duplicate constants.Günther Deschner5-50/+21
2009-07-08s4:auth/ntlmssp: let _unwrap fallback to seal if sign only doesn't workStefan Metzmacher1-6/+57
2009-07-07s4:auth It is easier to copy the session key than get talloc right.Andrew Bartlett1-4/+3
2009-07-01fixed the use of talloc_steal in ntlmssp_server Andrew Tridgell1-3/+2
2009-04-19Remove unused headersAndrew Bartlett3-5/+0
2009-04-16Fix Samba4 build errors with common libcli/samsyncAndrew Bartlett4-6/+4
2009-04-14Rework Samba4 to use the new common libcli/auth codeAndrew Bartlett1-5/+0
2009-04-14Move MSRPC-PARSE into the common libcli/authAndrew Bartlett2-374/+0
2009-03-01Use common header file for character set handling in Samba 3 and Samba 4.Jelmer Vernooij1-16/+20
2009-02-13Remove auth/ntlm as a dependency of GENSEC by means of function pointers.Andrew Bartlett3-14/+11
2009-01-31s4:auth: try to fix the build on SolarisStefan Metzmacher1-0/+1
2008-11-02Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2-28/+28
2008-11-01Remove unused argument iconv_convenience.Jelmer Vernooij4-8/+1
2008-10-24Remove unused include param/param.h.Jelmer Vernooij2-2/+0
2008-10-24Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij4-13/+6
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij1-1/+1
2008-09-24Move source4/lib/crypto to lib/crypto.Jelmer Vernooij3-3/+3
2008-09-23ntlmssp: only give away the session key, when the authentication is doneStefan Metzmacher1-0/+4
2008-09-19NTLMSSP Server: Correctly fills in the DNS server name and server domainMatthias Dieter Wallnöfer1-21/+17
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