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