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