summaryrefslogtreecommitdiff
path: root/source3/libsmb/cliconnect.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-30Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison1-3/+6
2003-07-25W00t! Client smb signing is now working correctly with krb5 and w2k server.Jeremy Allison1-5/+11
2003-07-25More printf portability fixes. Got caught out by some gcc'isms lastTim Potter1-1/+1
2003-07-24More printf fixes - size_t is long on some architectures.Tim Potter1-1/+1
2003-07-23convert snprintf() calls using pstrings & fstringsGerald Carter1-1/+1
2003-07-16Refactor signing code to remove most dependencies on 'struct cli'.Jeremy Allison1-0/+5
2003-07-16Spelling.Tim Potter1-1/+1
2003-07-15Added the "required" keyword to the "client signing" parameter to force itJeremy Allison1-2/+14
2003-07-14Fix SMB signing when using NTLMSSP...Andrew Bartlett1-2/+5
2003-07-14Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett1-0/+6
2003-06-26cleaning up more build issues. TestedGerald Carter1-2/+4
2003-06-25large change:Gerald Carter1-3/+3
2003-06-08Enforce 'client plaintext auth', 'client lanman auth' and 'client ntlmv2 auth'.Andrew Bartlett1-9/+49
2003-05-21fix for UNICODE plaintext passwords (bug #59) and fix smbclient to send the u...Gerald Carter1-3/+16
2003-05-14spellingTim Potter1-1/+1
2003-05-09Finally get NTLMv2 working on the client!Andrew Bartlett1-3/+12
2003-05-05Allow the NTLMv2 functions to spit out both possible varients on the sessionAndrew Bartlett1-1/+1
2003-04-23Add a check to ensure that the server returns the correct device type, notAndrew Bartlett1-3/+0
2003-04-14Merge cliconnect.c so smbtree builds.Tim Potter1-1/+113
2003-03-18Merge from HEAD:Andrew Bartlett1-50/+44
2003-03-18Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)Andrew Bartlett1-2/+2
2003-03-05Connectathon fix. W2K -> W2K over port 445 doing a tconX does the fullJeremy Allison1-7/+2
2003-02-24Merge from HEAD client-side authentication changes:Andrew Bartlett1-148/+165
2003-01-28Merge from HEAD:Andrew Bartlett1-3/+4
2003-01-04Merge from HEAD - do an nt_errstr(nt_status) *after* assiging nt_status withAndrew Bartlett1-1/+1
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-26/+25
2002-11-08Merge from HEAD:Andrew Bartlett1-1/+1
2002-11-08patches from UrbanGerald Carter1-0/+3
2002-10-17Added new error codes. Fix up connection code to retry in the same wayJeremy Allison1-1/+11
2002-10-04merge of working dsrolegetprimdominfo() client code from APP_HEADGerald Carter1-1/+1
2002-10-01Updates from Samba HEAD:Andrew Bartlett1-5/+1
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-115/+164
2002-08-17sync 3.0 branch with headJelmer Vernooij1-20/+27
2002-07-15more bug updates from headAndrew Tridgell1-5/+0
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-302/+226
2002-07-01The 17-bit length field in the header contains the number ofChristopher R. Hertel1-1/+8
2002-04-06Always pass NT password as well as Lanman.Jeremy Allison1-1/+1
2002-03-06Removed duplicate \n from debug message.Tim Potter1-21/+13
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-20Fix a couple of memory leaks in the cli_establish_connection() code's failureAndrew Bartlett1-0/+2
2002-01-11Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison1-18/+18
2002-01-11fixed a crash bug in domain auth caused by an uninitialised nt_statusAndrew Tridgell1-0/+2
2002-01-11Fix up 'net ads join' to delete and rejoin if the account already exists.Andrew Bartlett1-1/+1
2002-01-06Check for winbind separator in user name for cli_session_setup()Tim Potter1-1/+2
2001-12-31Ensure the output cli can't have spurious values if the connection fails...Andrew Bartlett1-1/+7
2001-12-21- handle kerberos session setup reply with broken null terminationAndrew Tridgell1-4/+5
2001-12-21try to handle end of packet for not null terminated domain stringsAndrew Tridgell1-1/+3
2001-12-11handle a NULL hostname in cli_connect()Andrew Tridgell1-0/+3
2001-12-11detect attempts to connect to names of the type NAME#xx and do aAndrew Tridgell1-1/+11
2001-12-04when using non-encrypted password ignore the ntpass variable toAndrew Tridgell1-2/+2