summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
...
* modified cli_connect_serverlist to take server list of formatLuke Leighton1999-11-271-5/+6
* whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few.Luke Leighton1999-11-261-0/+24
* previous commit added an abstraction function that didn't even haveLuke Leighton1999-11-252-8/+5
* ok. *whew*. this is the first completed part of the restructure.Luke Leighton1999-11-242-31/+48
* first stages of removing struct cli_state* and uint16 fnum from allLuke Leighton1999-11-241-3/+4
* implement server-side generation of NTLMv2 session key. YESSS :-)Luke Leighton1999-11-212-14/+31
* you know what? this sort of thing makes me laugh. hmm, what functionsLuke Leighton1999-11-213-4/+40
* The First Necessary UNICODE String Support.Luke Leighton1999-11-191-19/+67
* added regqueryval command (experimental) to get reg_io_q_info() andLuke Leighton1999-11-181-1/+1
* experimental spoolss rpcclient commandsLuke Leighton1999-11-051-0/+6
* samuserset <username> -p password. YESSSSS :)Luke Leighton1999-11-041-0/+11
* adding experimental set user password command to rpcclient, it returnsLuke Leighton1999-11-041-0/+66
* 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
* split modify_trust_account_password into a separate module.Luke Leighton1999-10-211-0/+211
* 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
* adding CAP_EXTENDED_SECURITY support in a hurry last week. forgot toLuke Leighton1999-10-141-0/+29
* - added rudimentary CAP_UNICODE support because i thought it was part ofLuke Leighton1999-10-072-70/+417
* 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
* BDC support.Matthew Chapman1999-07-221-0/+13
* BDC support.Luke Leighton1999-07-211-1/+5
* 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
* removed old code/comments.Luke Leighton1999-06-291-66/+0
* smbclient modified to use cli_establish_connection(). smbclient thereforeLuke Leighton1999-06-292-5/+22
* improving authentication code (tidyup).Luke Leighton1999-06-293-129/+483
* use nmb_safe_namestr.Luke Leighton1999-06-241-3/+8
* safe string version of nmb_namestr.Luke Leighton1999-06-241-4/+13
* safe string error reporting functions (found a potential buffer overflowLuke Leighton1999-06-243-62/+93
* Adding scheduler control pipe (\atsvc), client-side routines, and rpcclientMatthew Chapman1999-04-231-1/+2
* fixed issues with "Welcome to SAMBA Domain" for when admin user/pass isLuke Leighton1999-03-251-1/+1
* NULL pointer handling in nt_lm_owf_genLuke Leighton1999-03-241-1/+4
* ERRmoredata is informational and should not be treated as a hard errorMatthew Chapman1999-03-231-7/+6
* const char* instead of char* for inputLuke Leighton1999-03-191-1/+1
* return type of nt_decrypt_string2 set to BOOL.Luke Leighton1999-03-191-4/+3
* Implemented encryption algorithm used for a number of RPC buffers.Matthew Chapman1999-03-192-1/+46
* Benjamin Kuit's MYSQL SAM Database implementation.Luke Leighton1999-03-011-0/+2
* UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1999-02-121-1/+1
* the UNICODE issue...Luke Leighton1999-02-112-2/+2
* UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL()Luke Leighton1999-02-081-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