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
/
source3
/
libsmb
/
ntlmssp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
S3: Add ntlmssp_set_password_hash
Volker Lendecke
2012-06-12
1
-0
/
+22
*
libsmb: Actually use an introduced variable
Volker Lendecke
2012-04-18
1
-2
/
+2
*
s3:libsmb/ntlmssp: improve anonymous logins
Stefan Metzmacher
2012-04-17
1
-2
/
+3
*
s3:libsmb/ntlmssp: add ntlmssp_is_anonymous()
Stefan Metzmacher
2012-04-17
1
-0
/
+15
*
s3:libsmb/ntlmssp: remove some indentation in ntlmssp_set_password()
Stefan Metzmacher
2012-04-17
1
-18
/
+20
*
Revert "s3:libsmb/ntlmssp: an empty string should mean no password"
Stefan Metzmacher
2012-04-17
1
-1
/
+1
*
s3:libsmb/ntlmssp: an empty string should mean no password
Stefan Metzmacher
2012-04-16
1
-1
/
+1
*
s3-libsmb: Remove unused ntlmssp_server_start()
Andrew Bartlett
2012-02-24
1
-121
/
+0
*
auth: Move the rest of the source4 gensec_ntlmssp code to the top level
Andrew Bartlett
2012-02-17
1
-6
/
+6
*
s3-ntlmssp Remove unused ntlmssp_set_hashes() and do not set an invalid LM hash
Andrew Bartlett
2012-01-06
1
-27
/
+21
*
ntlmssp: merge initial packet implementations
Andrew Bartlett
2012-01-06
1
-8
/
+21
*
ntlmssp: Move ntlmssp code to auth/ntlmssp
Andrew Bartlett
2011-10-18
1
-3
/
+3
*
s3-ntlmssp Remove calls to auth_ntlmssp_and_flags from the server
Andrew Bartlett
2011-08-03
1
-3
/
+1
*
s3-ntlmssp NTLMSSP sealing implies signing, so set both flags
Andrew Bartlett
2011-08-03
1
-0
/
+1
*
s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()
Andrew Bartlett
2011-06-09
1
-2
/
+2
*
s3-winbind: remove global inclusion of libwbclient.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-libsmb: remove duplicate NTSTATUS variable.
Günther Deschner
2011-03-29
1
-1
/
+0
*
Fix inspired by work done by David Disseldorp for bug #8040 - smbclient segfa...
Jeremy Allison
2011-03-28
1
-3
/
+11
*
nsswitch: wbcFreeMemory deals fine with NULL
Volker Lendecke
2011-03-05
1
-3
/
+1
*
s3: Fix an uninitialized variable
Volker Lendecke
2010-08-14
1
-0
/
+3
*
libcli/auth Make the source3/ implementation of the NTLMSSP server common
Andrew Bartlett
2010-08-10
1
-527
/
+0
*
s3:ntlmssp Split the NTLMSSP server into before and after authentication
Andrew Bartlett
2010-08-10
1
-62
/
+148
*
s3:ntlmssp Always call ntlmssp_sign_init()
Andrew Bartlett
2010-08-10
1
-3
/
+1
*
s3:ntlmssp Don't use talloc_tos() for NTLMSSP blobs for now
Andrew Bartlett
2010-08-10
1
-2
/
+2
*
s3:ntlmssp Don't permit LM_KEY in combination with NTLMv2
Andrew Bartlett
2010-08-10
1
-1
/
+4
*
s3:ntlmssp Don't reply with the LM_KEY negotiation flag when not available
Andrew Bartlett
2010-08-10
1
-0
/
+15
*
s3:ntlmssp Don't use the lm key if the user didn't supply one.
Andrew Bartlett
2010-08-10
1
-3
/
+3
*
s3:ntlmssp Add extra DEBUG() message for auth system failures
Andrew Bartlett
2010-08-10
1
-0
/
+2
*
s3:ntlmssp Redirect lp_lanman_auth() via 'allow_lm_key'
Andrew Bartlett
2010-08-10
1
-2
/
+4
*
libcli/auth Move some source3/ NTLMSSP functions to the common code.
Andrew Bartlett
2010-08-10
1
-87
/
+0
*
s3-ntlmssp: Remove ntlmssp_end and let the talloc hierarchy handle it.
Simo Sorce
2010-07-19
1
-17
/
+0
*
s3: Fix some valgrind errors
Volker Lendecke
2010-06-28
1
-19
/
+36
*
s3: Fix some valgrind errors
Volker Lendecke
2010-06-21
1
-18
/
+33
*
s3:ntlmssp Move ntlmssp_sign.c from source3 to common code.
Andrew Bartlett
2010-05-31
1
-51
/
+1
*
ntlmssp: Make the ntlmssp.h from source3/ a common header
Andrew Bartlett
2010-05-31
1
-1
/
+1
*
Correctly check error code return.
Jeremy Allison
2010-05-19
1
-1
/
+1
*
Thanks to Andrew Bartlett's advice, fix the NTLMSSP version problem the corre...
Jeremy Allison
2010-05-19
1
-32
/
+34
*
Fix our NTLMSSP implementation against the Microsoft torture tester.
Jeremy Allison
2010-05-18
1
-13
/
+37
*
s3: Remove use of iconv_convenience.
Jelmer Vernooij
2010-05-18
1
-6
/
+0
*
s3-crypto: only include crypto headers when crypto is done.
Günther Deschner
2010-05-18
1
-0
/
+3
*
s3:ntlmssp: use c99 types
Stefan Metzmacher
2010-03-24
1
-22
/
+22
*
s3:ntlmssp: use client.netbios_name instead of workstation
Stefan Metzmacher
2010-03-24
1
-4
/
+6
*
s3:ntlmssp: remove unused ntlmssp_set_workstation()
Stefan Metzmacher
2010-03-24
1
-13
/
+0
*
s3:ntlmssp: inline ntlmssp_weaken_keys()
Stefan Metzmacher
2010-03-24
1
-41
/
+0
*
s3:ntlmssp: remove unused get_global_myname() and get_domain() from ntlmssp_s...
Stefan Metzmacher
2010-03-24
1
-8
/
+0
*
s3:ntlmssp: pass names and use_ntlmv2 to ntlmssp_client_start() and store them
Stefan Metzmacher
2010-03-24
1
-16
/
+41
*
s3:ntlmssp: remove server_name from ntlmssp_state and fill the server.* field...
Stefan Metzmacher
2010-03-24
1
-1
/
+10
*
s3:ntlmssp: pass names to ntlmssp_server_start() and store them in ntlmssp_state
Stefan Metzmacher
2010-03-24
1
-36
/
+65
*
s3:ntlmssp: replace server_role by a server.is_standalone in ntlmssp_state
Stefan Metzmacher
2010-03-24
1
-2
/
+2
*
s3: Add NTLMSSP_FEATURE_CCACHE
Volker Lendecke
2010-01-24
1
-0
/
+60
[next]