summaryrefslogtreecommitdiffstats
path: root/source4/auth/ntlmssp
Commit message (Expand)AuthorAgeFilesLines
...
* s4:auth Change 'get_challenge' API to be more like Samba3Andrew Bartlett2009-12-221-2/+5
* s4-gensec: Replace gensec_get_peer_addr with new tsocket based fn.Andreas Schneider2009-12-161-1/+2
* s4: ran minimal_includes.pl on source4/auth/ntlmsspAndrew Tridgell2009-10-204-8/+0
* s4:ntlmssp server - use also here the new "lp_dnsdomain()" callMatthias Dieter Wallnöfer2009-10-151-2/+1
* s4: include ntlmssp header in auth/ntlmssp/ntlmssp.h.Günther Deschner2009-08-281-0/+1
* s4-ntlmssp: use interface constants in TargetInfo blob.Günther Deschner2009-08-281-5/+5
* s4-ntlmssp: use NTLMSSP headers from IDL and remove duplicate constants.Günther Deschner2009-08-285-50/+21
* s4:auth/ntlmssp: let _unwrap fallback to seal if sign only doesn't workStefan Metzmacher2009-07-081-6/+57
* s4:auth It is easier to copy the session key than get talloc right.Andrew Bartlett2009-07-071-4/+3
* fixed the use of talloc_steal in ntlmssp_server Andrew Tridgell2009-07-011-3/+2
* Remove unused headersAndrew Bartlett2009-04-193-5/+0
* Fix Samba4 build errors with common libcli/samsyncAndrew Bartlett2009-04-164-6/+4
* Rework Samba4 to use the new common libcli/auth codeAndrew Bartlett2009-04-141-5/+0
* Move MSRPC-PARSE into the common libcli/authAndrew Bartlett2009-04-142-374/+0
* Use common header file for character set handling in Samba 3 and Samba 4.Jelmer Vernooij2009-03-011-16/+20
* Remove auth/ntlm as a dependency of GENSEC by means of function pointers.Andrew Bartlett2009-02-133-14/+11
* s4:auth: try to fix the build on SolarisStefan Metzmacher2009-01-311-0/+1
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-022-28/+28
* Remove unused argument iconv_convenience.Jelmer Vernooij2008-11-014-8/+1
* Remove unused include param/param.h.Jelmer Vernooij2008-10-242-2/+0
* Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij2008-10-244-13/+6
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-201-1/+1
* Move source4/lib/crypto to lib/crypto.Jelmer Vernooij2008-09-243-3/+3
* ntlmssp: only give away the session key, when the authentication is doneStefan Metzmacher2008-09-231-0/+4
* NTLMSSP Server: Correctly fills in the DNS server name and server domainMatthias Dieter Wallnöfer2008-09-191-21/+17
* auth/ntlmssp: don't crash when the backend give no challengeStefan Metzmacher2008-08-011-0/+6
* Try to make NTLMSSP less fussy for unimportant messages.Andrew Bartlett2008-07-151-2/+13
* ntlmssp: get rid of "cast to pointer from integer of different size" warning ...Michael Adam2008-06-271-3/+3
* Fix proto generation.Jelmer Vernooij2008-05-201-1/+1
* Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-181-2/+2
* Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2008-05-181-2/+4
* Typo, formatting fixes.Jelmer Vernooij2008-05-181-1/+1
* Use variables for source directory in a couple more places.Jelmer Vernooij2008-05-181-2/+2
* Fix the build after the auth/ -> auth/ntlm/ renameAndrew Bartlett2008-05-052-2/+2
* Fix dependencies on gensec_krb5 and the NTLMSSP code.Andrew Bartlett2008-04-261-1/+1
* Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-171-1/+1
* Move object files lists to makefile rather than smb_build.Jelmer Vernooij2008-04-141-5/+4
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-024-2/+7
* 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