summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/ntlmssp.c
Commit message (Expand)AuthorAgeFilesLines
* build: Build with system md5.h on OpenIndianaAndrew Bartlett2013-06-191-1/+1
* source3/libsmb/ntlmssp.c: Fix typo.Karolin Seeger2013-05-151-1/+1
* S3: Add ntlmssp_set_password_hashVolker Lendecke2012-06-121-0/+22
* libsmb: Actually use an introduced variableVolker Lendecke2012-04-181-2/+2
* s3:libsmb/ntlmssp: improve anonymous loginsStefan Metzmacher2012-04-171-2/+3
* s3:libsmb/ntlmssp: add ntlmssp_is_anonymous()Stefan Metzmacher2012-04-171-0/+15
* s3:libsmb/ntlmssp: remove some indentation in ntlmssp_set_password()Stefan Metzmacher2012-04-171-18/+20
* Revert "s3:libsmb/ntlmssp: an empty string should mean no password"Stefan Metzmacher2012-04-171-1/+1
* s3:libsmb/ntlmssp: an empty string should mean no passwordStefan Metzmacher2012-04-161-1/+1
* s3-libsmb: Remove unused ntlmssp_server_start()Andrew Bartlett2012-02-241-121/+0
* auth: Move the rest of the source4 gensec_ntlmssp code to the top levelAndrew Bartlett2012-02-171-6/+6
* s3-ntlmssp Remove unused ntlmssp_set_hashes() and do not set an invalid LM hashAndrew Bartlett2012-01-061-27/+21
* ntlmssp: merge initial packet implementationsAndrew Bartlett2012-01-061-8/+21
* ntlmssp: Move ntlmssp code to auth/ntlmsspAndrew Bartlett2011-10-181-3/+3
* s3-ntlmssp Remove calls to auth_ntlmssp_and_flags from the serverAndrew Bartlett2011-08-031-3/+1
* s3-ntlmssp NTLMSSP sealing implies signing, so set both flagsAndrew Bartlett2011-08-031-0/+1
* 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