summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clientgen.c
Commit message (Expand)AuthorAgeFilesLines
...
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-121-4/+3
* OK. This code works on a RedHat 6.0 system. However smbpasswdGerald Carter1999-12-091-2/+4
* ABOUT TIME!!!!!!!!Luke Leighton1999-12-081-56/+20
* jeremy is going to hate me for this.Luke Leighton1999-12-041-18/+1
* argh! you wouldn't believe what i had to do: use the mid (multiplex id)Luke Leighton1999-12-041-1/+1
* argh! smb-agent redirection client reusage is a nightmare!Luke Leighton1999-12-031-3/+6
* starting "connection reuse" system in smb-agent. added version numberLuke Leighton1999-12-031-0/+20
* smb-agent improvements. added -D (daemon) option. smb agent isLuke Leighton1999-12-031-2/+4
* 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