summaryrefslogtreecommitdiff
path: root/source3/libsmb/cliconnect.c
AgeCommit message (Expand)AuthorFilesLines
2001-09-05use cli_is_error() instead of looking in smb_rcls, otherwise NT statusAndrew Tridgell1-7/+5
2001-08-24fixed handling of 139/445 in clientsAndrew Tridgell1-1/+1
2001-08-24Fixed debug in cli_establish_connection() - print out the called name onTim Potter1-1/+1
2001-08-23better error reporting for servers that don't do port 445Andrew Tridgell1-1/+4
2001-08-22added port 445 support to our client codeAndrew Tridgell1-5/+19
2001-08-20a bunch of fixes from the sflight to seattleAndrew Tridgell1-1/+0
2001-08-10A rewrite of the error handling in the libsmb client code. I've separatedTim Potter1-0/+9
2001-07-08formatting fixAndrew Tridgell1-1/+1
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-30/+23
2001-06-25- make the regresison test mode code build in by default. This shouldAndrew Tridgell1-4/+1
2001-06-22added the ability to test smbd safely as an ordinary user. The way it works isAndrew Tridgell1-3/+9
2001-06-21Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually doesAndrew Tridgell1-0/+6
2001-03-14set of changes in the beginning of bringing rpcclient changesGerald Carter1-1/+1
2001-03-10to use the same macros in the client and server rename the CLISTR_Andrew Tridgell1-12/+12
2001-03-01Fixed compiler warning.Tim Potter1-4/+4
2001-02-25neater negprot code using the new cli_setup_bcc() callAndrew Tridgell1-7/+2
2001-02-21the unicode conversion of our client code is complete enough to beAndrew Tridgell1-5/+7
2001-02-20- neater setting of bccAndrew Tridgell1-3/+3
2001-02-20converted cli_list()Andrew Tridgell1-1/+10
2001-02-20pipe opening now works with unicodeAndrew Tridgell1-13/+4
2001-02-20initial client side unicode support (needed for netapp filer)Andrew Tridgell1-40/+35
2001-02-15Merge of i18n password fix for smbclient.Tim Potter1-1/+0
2001-02-14Merge of i18n fixes from appliance branch. Samba can now talk to a networkTim Potter1-3/+4
2000-12-21Replace magic number with constant.Tim Potter1-1/+1
2000-12-04in cli_session_setup() accept usernames of the form DOMAIN/USER orAndrew Tridgell1-0/+9
2000-11-16Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison1-1/+1
2000-10-28Another patch to fix cli_reestablish_connection from Kenichi Okuyama@Tokyo Re...Jeremy Allison1-4/+2
2000-09-26added NEGNOWAIT. sent to secure@microsoft.comLuke Leighton1-0/+38
2000-07-07More rpcclient merge issues:Gerald Carter1-2/+12
2000-04-25split clientgen.c into several partsAndrew Tridgell1-0/+790