summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
1999-11-29this is going to sound _really_ weird, ok, but i had to implementLuke Leighton1-3/+3
1999-11-29attempting to resolve the issue that multiple servers often specified inLuke Leighton1-1/+2
1999-11-29first attempt at getting \PIPE\NETLOGON working. it's pretty horrible.Luke Leighton1-96/+12
1999-11-27updated \PIPE\wkssvc commands to use new abstracted connection system.Luke Leighton1-8/+26
1999-11-27modified cli_connect_serverlist to take server list of formatLuke Leighton1-5/+6
1999-11-26whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few.Luke Leighton1-0/+24
1999-11-25previous commit added an abstraction function that didn't even haveLuke Leighton2-8/+5
1999-11-24ok. *whew*. this is the first completed part of the restructure.Luke Leighton2-31/+48
1999-11-24first stages of removing struct cli_state* and uint16 fnum from allLuke Leighton1-3/+4
1999-11-21implement server-side generation of NTLMv2 session key. YESSS :-)Luke Leighton2-14/+31
1999-11-21you know what? this sort of thing makes me laugh. hmm, what functionsLuke Leighton3-4/+40
1999-11-19The First Necessary UNICODE String Support.Luke Leighton1-19/+67
1999-11-18added regqueryval command (experimental) to get reg_io_q_info() andLuke Leighton1-1/+1
1999-11-05experimental spoolss rpcclient commandsLuke Leighton1-0/+6
1999-11-04samuserset <username> -p password. YESSSSS :)Luke Leighton1-0/+11
1999-11-04adding experimental set user password command to rpcclient, it returnsLuke Leighton1-0/+66
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-21split modify_trust_account_password into a separate module.Luke Leighton1-0/+211
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-14adding CAP_EXTENDED_SECURITY support in a hurry last week. forgot toLuke Leighton1-0/+29
1999-10-07- added rudimentary CAP_UNICODE support because i thought it was part ofLuke Leighton2-70/+417
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-22BDC support.Matthew Chapman1-0/+13
1999-07-21BDC support.Luke Leighton1-1/+5
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-29removed old code/comments.Luke Leighton1-66/+0
1999-06-29smbclient modified to use cli_establish_connection(). smbclient thereforeLuke Leighton2-5/+22
1999-06-29improving authentication code (tidyup).Luke Leighton3-129/+483
1999-06-24use nmb_safe_namestr.Luke Leighton1-3/+8
1999-06-24safe string version of nmb_namestr.Luke Leighton1-4/+13
1999-06-24safe string error reporting functions (found a potential buffer overflowLuke Leighton3-62/+93
1999-04-23Adding scheduler control pipe (\atsvc), client-side routines, and rpcclientMatthew Chapman1-1/+2
1999-03-25fixed issues with "Welcome to SAMBA Domain" for when admin user/pass isLuke Leighton1-1/+1
1999-03-24NULL pointer handling in nt_lm_owf_genLuke Leighton1-1/+4
1999-03-23ERRmoredata is informational and should not be treated as a hard errorMatthew Chapman1-7/+6
1999-03-19const char* instead of char* for inputLuke Leighton1-1/+1
1999-03-19return type of nt_decrypt_string2 set to BOOL.Luke Leighton1-4/+3
1999-03-19Implemented encryption algorithm used for a number of RPC buffers.Matthew Chapman2-1/+46
1999-03-01Benjamin Kuit's MYSQL SAM Database implementation.Luke Leighton1-0/+2
1999-02-12UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1-1/+1
1999-02-11the UNICODE issue...Luke Leighton2-2/+2