Age | Commit message (Expand) | Author | Files | Lines |
1999-12-09 | OK. This code works on a RedHat 6.0 system. However smbpasswd | Gerald Carter | 1 | -2/+4 |
1999-12-08 | ABOUT TIME!!!!!!!! | Luke Leighton | 1 | -56/+20 |
1999-12-05 | reenabled retry_time (commented out accidentally in name_status) | Luke Leighton | 1 | -1/+1 |
1999-12-04 | argh! how horrible! spent ages working out why packets weren't being | Luke Leighton | 2 | -20/+40 |
1999-12-04 | argh. trying to get the nmb agent code to filter out "self" packets. | Luke Leighton | 1 | -9/+3 |
1999-12-04 | jeremy is going to hate me for this. | Luke Leighton | 3 | -39/+205 |
1999-12-04 | argh! you wouldn't believe what i had to do: use the mid (multiplex id) | Luke Leighton | 1 | -1/+1 |
1999-12-03 | argh! smb-agent redirection client reusage is a nightmare! | Luke Leighton | 2 | -3/+16 |
1999-12-03 | starting "connection reuse" system in smb-agent. added version number | Luke Leighton | 1 | -0/+20 |
1999-12-03 | smb-agent improvements. added -D (daemon) option. smb agent is | Luke Leighton | 1 | -2/+4 |
1999-12-03 | cool! a unix socket smb redirector. code based on smbfilter and | Luke Leighton | 2 | -0/+119 |
1999-12-02 | new get_any_dc_name() function allows lookups of trusted domains from | Luke Leighton | 1 | -15/+14 |
1999-12-02 | cleaning up: removing those horrible references to server list | Luke Leighton | 1 | -2/+1 |
1999-12-02 | added get_any_dc_name() function. | Luke Leighton | 1 | -32/+122 |
1999-12-02 | default SID map now reads in "trusted domains" from smb.conf. | Luke Leighton | 1 | -3/+5 |
1999-12-02 | clearing up connection-related stuff. password credentials were messing | Luke Leighton | 1 | -9/+1 |
1999-12-01 | more cli_session_setup() calls. what the heck are these doing??? | Luke Leighton | 1 | -1/+1 |
1999-12-01 | 1) when no domain used in ntlogin test command, should use default one | Luke Leighton | 2 | -20/+79 |
1999-12-01 | sys_select added one more argument (read, write selectors). | Luke Leighton | 3 | -105/+71 |
1999-11-29 | this is going to sound _really_ weird, ok, but i had to implement | Luke Leighton | 1 | -3/+3 |
1999-11-29 | attempting to resolve the issue that multiple servers often specified in | Luke Leighton | 1 | -1/+2 |
1999-11-29 | first attempt at getting \PIPE\NETLOGON working. it's pretty horrible. | Luke Leighton | 1 | -96/+12 |
1999-11-27 | updated \PIPE\wkssvc commands to use new abstracted connection system. | Luke Leighton | 1 | -8/+26 |
1999-11-27 | modified cli_connect_serverlist to take server list of format | Luke Leighton | 1 | -5/+6 |
1999-11-26 | whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few. | Luke Leighton | 1 | -0/+24 |
1999-11-25 | previous commit added an abstraction function that didn't even have | Luke Leighton | 2 | -8/+5 |
1999-11-24 | ok. *whew*. this is the first completed part of the restructure. | Luke Leighton | 2 | -31/+48 |
1999-11-24 | first stages of removing struct cli_state* and uint16 fnum from all | Luke Leighton | 1 | -3/+4 |
1999-11-21 | implement server-side generation of NTLMv2 session key. YESSS :-) | Luke Leighton | 2 | -14/+31 |
1999-11-21 | you know what? this sort of thing makes me laugh. hmm, what functions | Luke Leighton | 3 | -4/+40 |
1999-11-19 | The First Necessary UNICODE String Support. | Luke Leighton | 1 | -19/+67 |
1999-11-18 | added regqueryval command (experimental) to get reg_io_q_info() and | Luke Leighton | 1 | -1/+1 |
1999-11-05 | experimental spoolss rpcclient commands | Luke Leighton | 1 | -0/+6 |
1999-11-04 | samuserset <username> -p password. YESSSSS :) | Luke Leighton | 1 | -0/+11 |
1999-11-04 | adding experimental set user password command to rpcclient, it returns | Luke Leighton | 1 | -0/+66 |
1999-10-25 | the new CAP_EXTENDED_SECURITY code needed to support NTLMv2. also removed | Luke Leighton | 1 | -1/+1 |
1999-10-25 | one of those wonderful moments when running against a different MSRPC | Luke Leighton | 1 | -5/+13 |
1999-10-21 | split modify_trust_account_password into a separate module. | Luke Leighton | 1 | -0/+211 |
1999-10-19 | need status codes from cli_net_req_chal() and cli_net_auth2(). | Luke Leighton | 1 | -1/+2 |
1999-10-14 | const issues | Luke Leighton | 1 | -1/+1 |
1999-10-14 | adding CAP_EXTENDED_SECURITY support in a hurry last week. forgot to | Luke Leighton | 1 | -0/+29 |
1999-10-07 | - added rudimentary CAP_UNICODE support because i thought it was part of | Luke Leighton | 2 | -70/+417 |
1999-09-16 | reading in smb server domain name from SMBnegprot response | Luke Leighton | 1 | -5/+26 |
1999-09-15 | #defines for port 445 to SMB_PORT2 | Luke Leighton | 1 | -2/+2 |
1999-08-18 | debug info display (netbios layer). | Luke Leighton | 1 | -4/+12 |
1999-08-03 | bug-fix in connection to port 445. cool! it works! | Luke Leighton | 1 | -0/+1 |
1999-08-03 | attempting a connection to port 445 first, followed by a connection to 139 | Luke Leighton | 1 | -6/+23 |
1999-08-03 | close socket issues: | Luke Leighton | 1 | -11/+33 |
1999-07-22 | BDC support. | Matthew Chapman | 1 | -0/+13 |
1999-07-21 | BDC support. | Luke Leighton | 1 | -1/+5 |