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-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
*
s3: Remove some calls to memset -- reduces text size by some bytes for me
Volker Lendecke
2010-01-24
1
-5
/
+2
*
s3:ntlmssp: change get_challange() to return NTSTATUS
Stefan Metzmacher
2009-12-29
1
-3
/
+8
*
s3:ntlmssp: remove unused ntlmssp_stored_response()
Stefan Metzmacher
2009-12-29
1
-25
/
+1
*
s3:ntlmssp: remove unused ref_count from ntlmssp_state
Stefan Metzmacher
2009-12-29
1
-12
/
+4
*
s3:ntlmssp: rename NTLM_MESSAGE_TYPE into ntlmssp_message_type
Stefan Metzmacher
2009-12-29
1
-1
/
+1
*
s3:ntlmssp: only include ntlmssp.h where actually needed
Andrew Bartlett
2009-12-22
1
-0
/
+1
*
s3:ntlmssp: remove the typedef NTLMSSP_STATE
Andrew Bartlett
2009-12-22
1
-15
/
+15
*
s3:ntlmssp: rename enum NTLMSSP_ROLE into enum ntlmssp_role
Andrew Bartlett
2009-12-22
1
-1
/
+1
*
libcli/auth Make gd's NDR NTLMSSP parsers helpers common
Andrew Bartlett
2009-12-22
1
-1
/
+1
*
s3-ntlmssp: use generated ntlmssp code for debugging purpose.
Günther Deschner
2009-08-28
1
-0
/
+69
*
s3-ntlmssp: use interface constants in TargetInfo blob.
Günther Deschner
2009-08-28
1
-5
/
+5
*
s3-ntlmssp: use NTLMSSP headers from IDL and remove duplicate constants.
Günther Deschner
2009-08-28
1
-16
/
+14
*
s3-ntlmssp: remove trailing whitespace.
Günther Deschner
2009-08-27
1
-96
/
+96
*
s3:ntlmssp Remove use of talloc(NULL) in NTLMSSP code
Andrew Bartlett
2009-04-20
1
-10
/
+10
*
s3:ntlmssp Fix segfault: msrpc_gen now uses talloc()
Andrew Bartlett
2009-04-20
1
-46
/
+8
[next]