index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
auth
/
ntlmssp
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4-gensec: Replace gensec_get_peer_addr with new tsocket based fn.
Andreas Schneider
2009-12-16
1
-1
/
+2
*
s4: ran minimal_includes.pl on source4/auth/ntlmssp
Andrew Tridgell
2009-10-20
4
-8
/
+0
*
s4:ntlmssp server - use also here the new "lp_dnsdomain()" call
Matthias Dieter Wallnöfer
2009-10-15
1
-2
/
+1
*
s4: include ntlmssp header in auth/ntlmssp/ntlmssp.h.
Günther Deschner
2009-08-28
1
-0
/
+1
*
s4-ntlmssp: use interface constants in TargetInfo blob.
Günther Deschner
2009-08-28
1
-5
/
+5
*
s4-ntlmssp: use NTLMSSP headers from IDL and remove duplicate constants.
Günther Deschner
2009-08-28
5
-50
/
+21
*
s4:auth/ntlmssp: let _unwrap fallback to seal if sign only doesn't work
Stefan Metzmacher
2009-07-08
1
-6
/
+57
*
s4:auth It is easier to copy the session key than get talloc right.
Andrew Bartlett
2009-07-07
1
-4
/
+3
*
fixed the use of talloc_steal in ntlmssp_server
Andrew Tridgell
2009-07-01
1
-3
/
+2
*
Remove unused headers
Andrew Bartlett
2009-04-19
3
-5
/
+0
*
Fix Samba4 build errors with common libcli/samsync
Andrew Bartlett
2009-04-16
4
-6
/
+4
*
Rework Samba4 to use the new common libcli/auth code
Andrew Bartlett
2009-04-14
1
-5
/
+0
*
Move MSRPC-PARSE into the common libcli/auth
Andrew Bartlett
2009-04-14
2
-374
/
+0
*
Use common header file for character set handling in Samba 3 and Samba 4.
Jelmer Vernooij
2009-03-01
1
-16
/
+20
*
Remove auth/ntlm as a dependency of GENSEC by means of function pointers.
Andrew Bartlett
2009-02-13
3
-14
/
+11
*
s4:auth: try to fix the build on Solaris
Stefan Metzmacher
2009-01-31
1
-0
/
+1
*
Add gensec_settings structure. This wraps loadparm_context for now, but
Jelmer Vernooij
2008-11-02
2
-28
/
+28
*
Remove unused argument iconv_convenience.
Jelmer Vernooij
2008-11-01
4
-8
/
+1
*
Remove unused include param/param.h.
Jelmer Vernooij
2008-10-24
2
-2
/
+0
*
Remove iconv_convenience parameter from simple string push/pull
Jelmer Vernooij
2008-10-24
4
-13
/
+6
*
Make sure prototypes are always included, make some functions static and
Jelmer Vernooij
2008-10-20
1
-1
/
+1
*
Move source4/lib/crypto to lib/crypto.
Jelmer Vernooij
2008-09-24
3
-3
/
+3
*
ntlmssp: only give away the session key, when the authentication is done
Stefan Metzmacher
2008-09-23
1
-0
/
+4
*
NTLMSSP Server: Correctly fills in the DNS server name and server domain
Matthias Dieter Wallnöfer
2008-09-19
1
-21
/
+17
*
auth/ntlmssp: don't crash when the backend give no challenge
Stefan Metzmacher
2008-08-01
1
-0
/
+6
*
Try to make NTLMSSP less fussy for unimportant messages.
Andrew Bartlett
2008-07-15
1
-2
/
+13
*
ntlmssp: get rid of "cast to pointer from integer of different size" warning ...
Michael Adam
2008-06-27
1
-3
/
+3
*
Fix proto generation.
Jelmer Vernooij
2008-05-20
1
-1
/
+1
*
Fix a couple (well, little more than that..) of typos.
Jelmer Vernooij
2008-05-18
1
-2
/
+2
*
Create prototype headers from Makefile directory, without smb_build in the mi...
Jelmer Vernooij
2008-05-18
1
-2
/
+4
*
Typo, formatting fixes.
Jelmer Vernooij
2008-05-18
1
-1
/
+1
*
Use variables for source directory in a couple more places.
Jelmer Vernooij
2008-05-18
1
-2
/
+2
*
Fix the build after the auth/ -> auth/ntlm/ rename
Andrew Bartlett
2008-05-05
2
-2
/
+2
*
Fix dependencies on gensec_krb5 and the NTLMSSP code.
Andrew Bartlett
2008-04-26
1
-1
/
+1
*
Specify event_context to ldb_wrap_connect explicitly.
Jelmer Vernooij
2008-04-17
1
-1
/
+1
*
Move object files lists to makefile rather than smb_build.
Jelmer Vernooij
2008-04-14
1
-5
/
+4
*
Install public header files again and include required prototypes.
Jelmer Vernooij
2008-04-02
4
-2
/
+7
*
Make more module init functions public, since they are compiled with -fvisibi...
Jelmer Vernooij
2008-02-20
1
-1
/
+1
*
Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'
Jelmer Vernooij
2008-02-18
1
-1
/
+1
*
r26652: msrpc_parse/msrpc_gen: Add iconv_convenience argument.
Jelmer Vernooij
2008-01-03
5
-11
/
+31
*
r26504: Don't rely on system-provided kerberos headers.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26429: Avoid use of global_smb_iconv_convenience.
Jelmer Vernooij
2007-12-21
1
-6
/
+7
*
r26418: Janitorial: Kill pstring in ntlmssp_parse.c
Kai Blin
2007-12-21
1
-28
/
+55
*
r26379: Remove more global_loadparm instances.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26316: Use contexts for conversion functions.
Jelmer Vernooij
2007-12-21
1
-6
/
+6
*
r26264: pass name resolve order explicitly, use torture context for settings ...
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26260: Store loadparm context in gensec context.
Jelmer Vernooij
2007-12-21
2
-28
/
+27
*
r26258: Use loadparm context in client_start function of gensec.
Jelmer Vernooij
2007-12-21
2
-14
/
+16
*
r26222: Avoid global_loadparm in a couple more places.
Jelmer Vernooij
2007-12-21
1
-1
/
+2
*
r26221: Add loadparm_context parameter to auth_context_create.
Jelmer Vernooij
2007-12-21
1
-0
/
+1
[next]