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
/
source3
/
libsmb
/
ntlmssp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-31
s3:ntlmssp Move ntlmssp_sign.c from source3 to common code.
Andrew Bartlett
1
-51
/
+1
2010-05-31
ntlmssp: Make the ntlmssp.h from source3/ a common header
Andrew Bartlett
1
-1
/
+1
2010-05-19
Correctly check error code return.
Jeremy Allison
1
-1
/
+1
2010-05-19
Thanks to Andrew Bartlett's advice, fix the NTLMSSP version problem the corre...
Jeremy Allison
1
-32
/
+34
2010-05-18
Fix our NTLMSSP implementation against the Microsoft torture tester.
Jeremy Allison
1
-13
/
+37
2010-05-18
s3: Remove use of iconv_convenience.
Jelmer Vernooij
1
-6
/
+0
2010-05-18
s3-crypto: only include crypto headers when crypto is done.
Günther Deschner
1
-0
/
+3
2010-03-24
s3:ntlmssp: use c99 types
Stefan Metzmacher
1
-22
/
+22
2010-03-24
s3:ntlmssp: use client.netbios_name instead of workstation
Stefan Metzmacher
1
-4
/
+6
2010-03-24
s3:ntlmssp: remove unused ntlmssp_set_workstation()
Stefan Metzmacher
1
-13
/
+0
2010-03-24
s3:ntlmssp: inline ntlmssp_weaken_keys()
Stefan Metzmacher
1
-41
/
+0
2010-03-24
s3:ntlmssp: remove unused get_global_myname() and get_domain() from ntlmssp_s...
Stefan Metzmacher
1
-8
/
+0
2010-03-24
s3:ntlmssp: pass names and use_ntlmv2 to ntlmssp_client_start() and store them
Stefan Metzmacher
1
-16
/
+41
2010-03-24
s3:ntlmssp: remove server_name from ntlmssp_state and fill the server.* field...
Stefan Metzmacher
1
-1
/
+10
2010-03-24
s3:ntlmssp: pass names to ntlmssp_server_start() and store them in ntlmssp_state
Stefan Metzmacher
1
-36
/
+65
2010-03-24
s3:ntlmssp: replace server_role by a server.is_standalone in ntlmssp_state
Stefan Metzmacher
1
-2
/
+2
2010-01-24
s3: Add NTLMSSP_FEATURE_CCACHE
Volker Lendecke
1
-0
/
+60
2010-01-24
s3: Remove some calls to memset -- reduces text size by some bytes for me
Volker Lendecke
1
-5
/
+2
2009-12-29
s3:ntlmssp: change get_challange() to return NTSTATUS
Stefan Metzmacher
1
-3
/
+8
2009-12-29
s3:ntlmssp: remove unused ntlmssp_stored_response()
Stefan Metzmacher
1
-25
/
+1
2009-12-29
s3:ntlmssp: remove unused ref_count from ntlmssp_state
Stefan Metzmacher
1
-12
/
+4
2009-12-29
s3:ntlmssp: rename NTLM_MESSAGE_TYPE into ntlmssp_message_type
Stefan Metzmacher
1
-1
/
+1
2009-12-22
s3:ntlmssp: only include ntlmssp.h where actually needed
Andrew Bartlett
1
-0
/
+1
2009-12-22
s3:ntlmssp: remove the typedef NTLMSSP_STATE
Andrew Bartlett
1
-15
/
+15
2009-12-22
s3:ntlmssp: rename enum NTLMSSP_ROLE into enum ntlmssp_role
Andrew Bartlett
1
-1
/
+1
2009-12-22
libcli/auth Make gd's NDR NTLMSSP parsers helpers common
Andrew Bartlett
1
-1
/
+1
2009-08-28
s3-ntlmssp: use generated ntlmssp code for debugging purpose.
Günther Deschner
1
-0
/
+69
2009-08-28
s3-ntlmssp: use interface constants in TargetInfo blob.
Günther Deschner
1
-5
/
+5
2009-08-28
s3-ntlmssp: use NTLMSSP headers from IDL and remove duplicate constants.
Günther Deschner
1
-16
/
+14
2009-08-27
s3-ntlmssp: remove trailing whitespace.
Günther Deschner
1
-96
/
+96
2009-04-20
s3:ntlmssp Remove use of talloc(NULL) in NTLMSSP code
Andrew Bartlett
1
-10
/
+10
2009-04-20
s3:ntlmssp Fix segfault: msrpc_gen now uses talloc()
Andrew Bartlett
1
-46
/
+8
2009-04-16
Fix crash bug in NTLMSSP caused by msrpc_parse() moving to talloc
Andrew Bartlett
1
-4
/
+2
2009-04-14
More work to adapt to merged libcli/auth function prototypes
Andrew Bartlett
1
-10
/
+10
2009-04-14
Rework Samba3 to use new libcli/auth code (partial)
Andrew Bartlett
1
-14
/
+16
2009-02-21
Remove the static "chal" from ntlmssp.c:get_challenge()
Volker Lendecke
1
-7
/
+5
2008-11-30
remove the explicit mem_ctx from ntlmssp_state, use the state itself
Volker Lendecke
1
-46
/
+41
2008-11-30
fix nonempty blank lines
Volker Lendecke
1
-27
/
+27
2008-04-30
ntlmssp: replace UNKNOWN_02000000 with NTLMSSP_NEGOTIATE_VERSION.
Günther Deschner
1
-3
/
+5
2008-02-29
Restore 3.0 behaviour with empty /etc/hosts
Volker Lendecke
1
-2
/
+5
2008-02-29
Check the right variable for being NULL
Volker Lendecke
1
-1
/
+1
2007-12-28
Remove static zeros
Volker Lendecke
1
-2
/
+5
2007-11-08
Remove more fstring/pstring bad useage. Go talloc !
Jeremy Allison
1
-20
/
+24
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-3
/
+3
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and
Volker Lendecke
1
-17
/
+17
2007-10-10
r22001: change prototype of dump_data(), so that it takes unsigned char * now,
Stefan Metzmacher
1
-6
/
+6
2007-10-10
r19936: Patch from Kai Blin <kai.blin@gmail.com> to
Jeremy Allison
1
-2
/
+4
2007-10-10
r18029: More C++ stuff
Volker Lendecke
1
-1
/
+1
[next]