index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
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: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
*
Fix crash bug in NTLMSSP caused by msrpc_parse() moving to talloc
Andrew Bartlett
2009-04-16
1
-4
/
+2
*
More work to adapt to merged libcli/auth function prototypes
Andrew Bartlett
2009-04-14
1
-10
/
+10
*
Rework Samba3 to use new libcli/auth code (partial)
Andrew Bartlett
2009-04-14
1
-14
/
+16
*
Remove the static "chal" from ntlmssp.c:get_challenge()
Volker Lendecke
2009-02-21
1
-7
/
+5
*
remove the explicit mem_ctx from ntlmssp_state, use the state itself
Volker Lendecke
2008-11-30
1
-46
/
+41
*
fix nonempty blank lines
Volker Lendecke
2008-11-30
1
-27
/
+27
*
ntlmssp: replace UNKNOWN_02000000 with NTLMSSP_NEGOTIATE_VERSION.
Günther Deschner
2008-04-30
1
-3
/
+5
*
Restore 3.0 behaviour with empty /etc/hosts
Volker Lendecke
2008-02-29
1
-2
/
+5
*
Check the right variable for being NULL
Volker Lendecke
2008-02-29
1
-1
/
+1
*
Remove static zeros
Volker Lendecke
2007-12-28
1
-2
/
+5
*
Remove more fstring/pstring bad useage. Go talloc !
Jeremy Allison
2007-11-08
1
-20
/
+24
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-3
/
+3
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and
Volker Lendecke
2007-10-10
1
-17
/
+17
*
r22001: change prototype of dump_data(), so that it takes unsigned char * now,
Stefan Metzmacher
2007-10-10
1
-6
/
+6
*
r19936: Patch from Kai Blin <kai.blin@gmail.com> to
Jeremy Allison
2007-10-10
1
-2
/
+4
*
r18029: More C++ stuff
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r18008: Ok, same fix as before. But this time also allocate the session key. ...
Volker Lendecke
2007-10-10
1
-5
/
+14
*
r18005: The ntlmssp fix is not correct yet, working on it
Volker Lendecke
2007-10-10
1
-6
/
+5
*
r17977: To be honest, I have NO idea whatsoever what this does, but it fixes ...
Volker Lendecke
2007-10-10
1
-5
/
+6
*
r17620: Fix two C++ Warnings and a memleak
Volker Lendecke
2007-10-10
1
-2
/
+6
*
r17612: Modify NTLMSSP session code so that it doesn't store
Jeremy Allison
2007-10-10
1
-22
/
+34
*
r17216: From Kai Blin <kai.blin@gmail.com>:
Andrew Bartlett
2007-10-10
1
-6
/
+44
*
r15129: Separate out mechanism and policy for NTLMSSP auth/sign/seal.
Jeremy Allison
2007-10-10
1
-4
/
+16
[next]