summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/ntlmssp.c
Commit message (Expand)AuthorAgeFilesLines
* s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()Andrew Bartlett2011-06-091-2/+2
* s3-winbind: remove global inclusion of libwbclient.Günther Deschner2011-03-301-0/+1
* s3-libsmb: remove duplicate NTSTATUS variable.Günther Deschner2011-03-291-1/+0
* Fix inspired by work done by David Disseldorp for bug #8040 - smbclient segfa...Jeremy Allison2011-03-281-3/+11
* nsswitch: wbcFreeMemory deals fine with NULLVolker Lendecke2011-03-051-3/+1
* s3: Fix an uninitialized variableVolker Lendecke2010-08-141-0/+3
* libcli/auth Make the source3/ implementation of the NTLMSSP server commonAndrew Bartlett2010-08-101-527/+0
* s3:ntlmssp Split the NTLMSSP server into before and after authenticationAndrew Bartlett2010-08-101-62/+148
* s3:ntlmssp Always call ntlmssp_sign_init()Andrew Bartlett2010-08-101-3/+1
* s3:ntlmssp Don't use talloc_tos() for NTLMSSP blobs for nowAndrew Bartlett2010-08-101-2/+2
* s3:ntlmssp Don't permit LM_KEY in combination with NTLMv2Andrew Bartlett2010-08-101-1/+4
* s3:ntlmssp Don't reply with the LM_KEY negotiation flag when not availableAndrew Bartlett2010-08-101-0/+15
* s3:ntlmssp Don't use the lm key if the user didn't supply one.Andrew Bartlett2010-08-101-3/+3
* s3:ntlmssp Add extra DEBUG() message for auth system failuresAndrew Bartlett2010-08-101-0/+2
* s3:ntlmssp Redirect lp_lanman_auth() via 'allow_lm_key'Andrew Bartlett2010-08-101-2/+4
* libcli/auth Move some source3/ NTLMSSP functions to the common code.Andrew Bartlett2010-08-101-87/+0
* s3-ntlmssp: Remove ntlmssp_end and let the talloc hierarchy handle it.Simo Sorce2010-07-191-17/+0
* s3: Fix some valgrind errorsVolker Lendecke2010-06-281-19/+36
* s3: Fix some valgrind errorsVolker Lendecke2010-06-211-18/+33
* s3:ntlmssp Move ntlmssp_sign.c from source3 to common code.Andrew Bartlett2010-05-311-51/+1
* ntlmssp: Make the ntlmssp.h from source3/ a common headerAndrew Bartlett2010-05-311-1/+1
* Correctly check error code return.Jeremy Allison2010-05-191-1/+1
* Thanks to Andrew Bartlett's advice, fix the NTLMSSP version problem the corre...Jeremy Allison2010-05-191-32/+34
* Fix our NTLMSSP implementation against the Microsoft torture tester.Jeremy Allison2010-05-181-13/+37
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-6/+0
* s3-crypto: only include crypto headers when crypto is done.Günther Deschner2010-05-181-0/+3
* s3:ntlmssp: use c99 typesStefan Metzmacher2010-03-241-22/+22
* s3:ntlmssp: use client.netbios_name instead of workstationStefan Metzmacher2010-03-241-4/+6
* s3:ntlmssp: remove unused ntlmssp_set_workstation()Stefan Metzmacher2010-03-241-13/+0
* s3:ntlmssp: inline ntlmssp_weaken_keys()Stefan Metzmacher2010-03-241-41/+0
* s3:ntlmssp: remove unused get_global_myname() and get_domain() from ntlmssp_s...Stefan Metzmacher2010-03-241-8/+0
* s3:ntlmssp: pass names and use_ntlmv2 to ntlmssp_client_start() and store themStefan Metzmacher2010-03-241-16/+41
* s3:ntlmssp: remove server_name from ntlmssp_state and fill the server.* field...Stefan Metzmacher2010-03-241-1/+10
* s3:ntlmssp: pass names to ntlmssp_server_start() and store them in ntlmssp_stateStefan Metzmacher2010-03-241-36/+65
* s3:ntlmssp: replace server_role by a server.is_standalone in ntlmssp_stateStefan Metzmacher2010-03-241-2/+2
* s3: Add NTLMSSP_FEATURE_CCACHEVolker Lendecke2010-01-241-0/+60
* s3: Remove some calls to memset -- reduces text size by some bytes for meVolker Lendecke2010-01-241-5/+2
* s3:ntlmssp: change get_challange() to return NTSTATUSStefan Metzmacher2009-12-291-3/+8
* s3:ntlmssp: remove unused ntlmssp_stored_response()Stefan Metzmacher2009-12-291-25/+1
* s3:ntlmssp: remove unused ref_count from ntlmssp_stateStefan Metzmacher2009-12-291-12/+4
* s3:ntlmssp: rename NTLM_MESSAGE_TYPE into ntlmssp_message_typeStefan Metzmacher2009-12-291-1/+1
* s3:ntlmssp: only include ntlmssp.h where actually neededAndrew Bartlett2009-12-221-0/+1
* s3:ntlmssp: remove the typedef NTLMSSP_STATEAndrew Bartlett2009-12-221-15/+15
* s3:ntlmssp: rename enum NTLMSSP_ROLE into enum ntlmssp_roleAndrew Bartlett2009-12-221-1/+1
* libcli/auth Make gd's NDR NTLMSSP parsers helpers commonAndrew Bartlett2009-12-221-1/+1
* s3-ntlmssp: use generated ntlmssp code for debugging purpose.Günther Deschner2009-08-281-0/+69
* s3-ntlmssp: use interface constants in TargetInfo blob.Günther Deschner2009-08-281-5/+5
* s3-ntlmssp: use NTLMSSP headers from IDL and remove duplicate constants.Günther Deschner2009-08-281-16/+14
* s3-ntlmssp: remove trailing whitespace.Günther Deschner2009-08-271-96/+96
* s3:ntlmssp Remove use of talloc(NULL) in NTLMSSP codeAndrew Bartlett2009-04-201-10/+10