index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
auth
/
ntlmssp
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-24
s4:ntlmssp: make user a 'const char *' in (gensec_)ntlmssp_state
Stefan Metzmacher
1
-1
/
+1
2010-03-24
s4:ntlmssp: remove server_name from (gensec_)ntlmssp_state and fill the serve...
Stefan Metzmacher
2
-2
/
+10
2010-03-24
s4:ntlmssp: calculate server names at startup and store them in (gensec_)ntlm...
Stefan Metzmacher
2
-26
/
+37
2010-03-24
s4:ntlmssp: replace server_role by a server.is_standalone in (gensec_)ntlmssp...
Stefan Metzmacher
2
-4
/
+10
2010-03-24
s4:ntlmssp: remove more whitespaces...
Stefan Metzmacher
1
-32
/
+32
2010-03-24
s4:ntlmssp: add NTLMSSP_FEATURE_* flags from s3
Stefan Metzmacher
1
-0
/
+6
2010-03-24
s4:ntlmssp: keep struct gensec_ntlmssp_context in gensec_security->private_data
Stefan Metzmacher
4
-23
/
+62
2010-03-24
s4:ntlmssp: remove gensec_security from (gensec_)ntlmssp_state
Stefan Metzmacher
3
-5
/
+5
2010-03-24
s4:ntlmssp: remove backend specifix stuff from (gensec_)ntlmssp_state
Stefan Metzmacher
2
-22
/
+46
2010-03-24
s4:ntlmssp: create a gensec_ntlmssp_context between gensec_security and ntlms...
Stefan Metzmacher
2
-9
/
+20
2010-03-24
s4:ntlmssp: add definition of gensec_ntlmssp_context
Stefan Metzmacher
1
-0
/
+7
2010-03-24
s4:ntlmssp: add a callback_private pointer to gensec_ntlmssp_state
Stefan Metzmacher
1
-1
/
+6
2010-03-24
s4:ntlmssp Ensure that we always negotiate signing if we negotiate sealing.
Andrew Bartlett
1
-0
/
+1
2010-03-03
Fix typo in comments.
Karolin Seeger
1
-2
/
+2
2009-12-29
s4:ntlmssp: remove mem_ctx from check_password() callback to match s3
Stefan Metzmacher
2
-5
/
+2
2009-12-29
s4:ntlmssp_server: always call ntlmssp_server_postauth() and decide there if ...
Stefan Metzmacher
1
-5
/
+11
2009-12-29
s4:ntlmssp_server: don't use a mem_ctx for ntlmssp_server_auth()
Stefan Metzmacher
1
-13
/
+7
2009-12-29
s4:ntlmssp_server: don't use mem_ctx in auth_ntlmssp_check_password()
Stefan Metzmacher
1
-16
/
+8
2009-12-29
s4:ntlmssp_server: clear session key in ntlmssp_server_preauth()
Stefan Metzmacher
1
-3
/
+1
2009-12-29
s4:ntlmssp: use data_blob_null in ntlmssp_server_auth()
Stefan Metzmacher
1
-4
/
+6
2009-12-29
s4:ntlmssp_server: remove unused variable
Stefan Metzmacher
1
-7
/
+0
2009-12-29
s4:auth/ntlmssp: let get_challenge() return a NTSTATUS and fill a stack buffer
Stefan Metzmacher
2
-13
/
+13
2009-12-29
s4:ntlmssp: fix whitespaces in ntlmssp.h
Stefan Metzmacher
1
-16
/
+16
2009-12-22
s4:gensec Don't give a warning when Windows client connects with NTLM
Andrew Bartlett
1
-11
/
+20
2009-12-22
s4:auth Change 'get_challenge' API to be more like Samba3
Andrew Bartlett
1
-2
/
+5
2009-12-16
s4-gensec: Replace gensec_get_peer_addr with new tsocket based fn.
Andreas Schneider
1
-1
/
+2
2009-10-20
s4: ran minimal_includes.pl on source4/auth/ntlmssp
Andrew Tridgell
4
-8
/
+0
2009-10-15
s4:ntlmssp server - use also here the new "lp_dnsdomain()" call
Matthias Dieter Wallnöfer
1
-2
/
+1
2009-08-28
s4: include ntlmssp header in auth/ntlmssp/ntlmssp.h.
Günther Deschner
1
-0
/
+1
2009-08-28
s4-ntlmssp: use interface constants in TargetInfo blob.
Günther Deschner
1
-5
/
+5
2009-08-28
s4-ntlmssp: use NTLMSSP headers from IDL and remove duplicate constants.
Günther Deschner
5
-50
/
+21
2009-07-08
s4:auth/ntlmssp: let _unwrap fallback to seal if sign only doesn't work
Stefan Metzmacher
1
-6
/
+57
2009-07-07
s4:auth It is easier to copy the session key than get talloc right.
Andrew Bartlett
1
-4
/
+3
2009-07-01
fixed the use of talloc_steal in ntlmssp_server
Andrew Tridgell
1
-3
/
+2
2009-04-19
Remove unused headers
Andrew Bartlett
3
-5
/
+0
2009-04-16
Fix Samba4 build errors with common libcli/samsync
Andrew Bartlett
4
-6
/
+4
2009-04-14
Rework Samba4 to use the new common libcli/auth code
Andrew Bartlett
1
-5
/
+0
2009-04-14
Move MSRPC-PARSE into the common libcli/auth
Andrew Bartlett
2
-374
/
+0
2009-03-01
Use common header file for character set handling in Samba 3 and Samba 4.
Jelmer Vernooij
1
-16
/
+20
2009-02-13
Remove auth/ntlm as a dependency of GENSEC by means of function pointers.
Andrew Bartlett
3
-14
/
+11
2009-01-31
s4:auth: try to fix the build on Solaris
Stefan Metzmacher
1
-0
/
+1
2008-11-02
Add gensec_settings structure. This wraps loadparm_context for now, but
Jelmer Vernooij
2
-28
/
+28
2008-11-01
Remove unused argument iconv_convenience.
Jelmer Vernooij
4
-8
/
+1
2008-10-24
Remove unused include param/param.h.
Jelmer Vernooij
2
-2
/
+0
2008-10-24
Remove iconv_convenience parameter from simple string push/pull
Jelmer Vernooij
4
-13
/
+6
2008-10-20
Make sure prototypes are always included, make some functions static and
Jelmer Vernooij
1
-1
/
+1
2008-09-24
Move source4/lib/crypto to lib/crypto.
Jelmer Vernooij
3
-3
/
+3
2008-09-23
ntlmssp: only give away the session key, when the authentication is done
Stefan Metzmacher
1
-0
/
+4
2008-09-19
NTLMSSP Server: Correctly fills in the DNS server name and server domain
Matthias Dieter Wallnöfer
1
-21
/
+17
2008-08-01
auth/ntlmssp: don't crash when the backend give no challenge
Stefan Metzmacher
1
-0
/
+6
[prev]
[next]