summaryrefslogtreecommitdiffstats
path: root/source/libsmb/clientgen.c
Commit message (Expand)AuthorAgeFilesLines
* cool! a unix socket smb redirector. code based on smbfilter andLuke Leighton1999-12-031-0/+111
* new get_any_dc_name() function allows lookups of trusted domains fromLuke Leighton1999-12-021-15/+14
* added get_any_dc_name() function.Luke Leighton1999-12-021-32/+122
* 1) when no domain used in ntlogin test command, should use default oneLuke Leighton1999-12-011-14/+22
* sys_select added one more argument (read, write selectors).Luke Leighton1999-12-011-52/+20
* modified cli_connect_serverlist to take server list of formatLuke Leighton1999-11-271-5/+6
* ok. *whew*. this is the first completed part of the restructure.Luke Leighton1999-11-241-30/+47
* first stages of removing struct cli_state* and uint16 fnum from allLuke Leighton1999-11-241-3/+4
* you know what? this sort of thing makes me laugh. hmm, what functionsLuke Leighton1999-11-211-2/+7
* experimental spoolss rpcclient commandsLuke Leighton1999-11-051-0/+6
* the new CAP_EXTENDED_SECURITY code needed to support NTLMv2. also removedLuke Leighton1999-10-251-1/+1
* one of those wonderful moments when running against a different MSRPCLuke Leighton1999-10-251-5/+13
* need status codes from cli_net_req_chal() and cli_net_auth2().Luke Leighton1999-10-191-1/+2
* const issuesLuke Leighton1999-10-141-1/+1
* - added rudimentary CAP_UNICODE support because i thought it was part ofLuke Leighton1999-10-071-70/+396
* reading in smb server domain name from SMBnegprot responseLuke Leighton1999-09-161-5/+26
* #defines for port 445 to SMB_PORT2Luke Leighton1999-09-151-2/+2
* debug info display (netbios layer).Luke Leighton1999-08-181-4/+12
* bug-fix in connection to port 445. cool! it works!Luke Leighton1999-08-031-0/+1
* attempting a connection to port 445 first, followed by a connection to 139Luke Leighton1999-08-031-6/+23
* close socket issues:Luke Leighton1999-08-031-11/+33
* anon passwd connection: passlen=1; ntpasslen=0.Luke Leighton1999-07-111-3/+4
* When making anonymous connections, must pass pointers to real ntTim Potter1999-07-091-5/+5
* fixed problem with NULL ntpasswd parameters causing crash inLuke Leighton1999-07-081-9/+43
* smbclient modified to use cli_establish_connection(). smbclient thereforeLuke Leighton1999-06-291-0/+11
* improving authentication code (tidyup).Luke Leighton1999-06-291-77/+182
* use nmb_safe_namestr.Luke Leighton1999-06-241-3/+8
* safe string error reporting functions (found a potential buffer overflowLuke Leighton1999-06-241-46/+51
* ERRmoredata is informational and should not be treated as a hard errorMatthew Chapman1999-03-231-7/+6
* Benjamin Kuit's MYSQL SAM Database implementation.Luke Leighton1999-03-011-0/+2
* the UNICODE issue...Luke Leighton1999-02-111-1/+1
* Must set password length to 24 after we encrypt a password.Matthew Chapman1999-02-011-0/+2
* returned cli_session_setup to previous behaviour. added a couple ofLuke Leighton1999-01-281-7/+22
* - got client code cleartext passwords working again in cli_session_setup.Luke Leighton1999-01-271-20/+26
* Putting back the -p flag in smbclient.Richard Sharpe1999-01-251-1/+17
* In security=user mode we must allow cli_connect_serverlist to connect to ourMatthew Chapman1999-01-181-1/+1
* eclass != ERRDOS && num != ERRmoredataMatthew Chapman1999-01-151-1/+1
* server_cryptkey() now calling cli_connectserverlist(). stupid microsoftLuke Leighton1998-12-141-2/+11
* ERRmoredata is an acceptable error code, it is not an error.Luke Leighton1998-12-021-2/+6
* another attempt at a fix on connect_serverlist()...Luke Leighton1998-11-301-8/+8
* andrej spotted problem with connect_serverlist (starts off assumingLuke Leighton1998-11-301-1/+1
* Replaced ZERO_STRUCT() with ZERO_STRUCTP() in cli_connect_serverlist().Tim Potter1998-11-261-1/+1
* - group database API. oops and oh dear, the threat has been carried out:Luke Leighton1998-11-171-49/+150
* automatically uppercase server and share names (win95 won't handleAndrew Tridgell1998-11-141-0/+1
* Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe...Jeremy Allison1998-11-141-3/+3
* .cvsignore: Removed old entries.Herb Lewis1998-11-121-1/+17
* largely rewrote smbpasswd so that the code is understandable. ThisAndrew Tridgell1998-11-121-3/+3
* Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.Jeremy Allison1998-11-091-13/+13
* converted smbclient to use clientgen.c rather than clientutil.cAndrew Tridgell1998-11-091-35/+199
* don't bother trying QFILEINFO/QUERY_FILE_ALL_INFO with win95 as itAndrew Tridgell1998-11-051-1/+5