| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | new get_any_dc_name() function allows lookups of trusted domains from | Luke Leighton | 1999-12-02 | 1 | -15/+14 |
* | cleaning up: removing those horrible references to server list | Luke Leighton | 1999-12-02 | 1 | -2/+1 |
* | added get_any_dc_name() function. | Luke Leighton | 1999-12-02 | 1 | -32/+122 |
* | default SID map now reads in "trusted domains" from smb.conf. | Luke Leighton | 1999-12-02 | 1 | -3/+5 |
* | clearing up connection-related stuff. password credentials were messing | Luke Leighton | 1999-12-02 | 1 | -9/+1 |
* | more cli_session_setup() calls. what the heck are these doing??? | Luke Leighton | 1999-12-01 | 1 | -1/+1 |
* | 1) when no domain used in ntlogin test command, should use default one | Luke Leighton | 1999-12-01 | 2 | -20/+79 |
* | sys_select added one more argument (read, write selectors). | Luke Leighton | 1999-12-01 | 3 | -105/+71 |
* | this is going to sound _really_ weird, ok, but i had to implement | Luke Leighton | 1999-11-29 | 1 | -3/+3 |
* | attempting to resolve the issue that multiple servers often specified in | Luke Leighton | 1999-11-29 | 1 | -1/+2 |
* | first attempt at getting \PIPE\NETLOGON working. it's pretty horrible. | Luke Leighton | 1999-11-29 | 1 | -96/+12 |
* | updated \PIPE\wkssvc commands to use new abstracted connection system. | Luke Leighton | 1999-11-27 | 1 | -8/+26 |
* | modified cli_connect_serverlist to take server list of format | Luke Leighton | 1999-11-27 | 1 | -5/+6 |
* | whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few. | Luke Leighton | 1999-11-26 | 1 | -0/+24 |
* | previous commit added an abstraction function that didn't even have | Luke Leighton | 1999-11-25 | 2 | -8/+5 |
* | ok. *whew*. this is the first completed part of the restructure. | Luke Leighton | 1999-11-24 | 2 | -31/+48 |
* | first stages of removing struct cli_state* and uint16 fnum from all | Luke Leighton | 1999-11-24 | 1 | -3/+4 |
* | implement server-side generation of NTLMv2 session key. YESSS :-) | Luke Leighton | 1999-11-21 | 2 | -14/+31 |
* | you know what? this sort of thing makes me laugh. hmm, what functions | Luke Leighton | 1999-11-21 | 3 | -4/+40 |
* | The First Necessary UNICODE String Support. | Luke Leighton | 1999-11-19 | 1 | -19/+67 |
* | added regqueryval command (experimental) to get reg_io_q_info() and | Luke Leighton | 1999-11-18 | 1 | -1/+1 |
* | experimental spoolss rpcclient commands | Luke Leighton | 1999-11-05 | 1 | -0/+6 |
* | samuserset <username> -p password. YESSSSS :) | Luke Leighton | 1999-11-04 | 1 | -0/+11 |
* | adding experimental set user password command to rpcclient, it returns | Luke Leighton | 1999-11-04 | 1 | -0/+66 |
* | the new CAP_EXTENDED_SECURITY code needed to support NTLMv2. also removed | Luke Leighton | 1999-10-25 | 1 | -1/+1 |
* | one of those wonderful moments when running against a different MSRPC | Luke Leighton | 1999-10-25 | 1 | -5/+13 |
* | split modify_trust_account_password into a separate module. | Luke Leighton | 1999-10-21 | 1 | -0/+211 |
* | need status codes from cli_net_req_chal() and cli_net_auth2(). | Luke Leighton | 1999-10-19 | 1 | -1/+2 |
* | const issues | Luke Leighton | 1999-10-14 | 1 | -1/+1 |
* | adding CAP_EXTENDED_SECURITY support in a hurry last week. forgot to | Luke Leighton | 1999-10-14 | 1 | -0/+29 |
* | - added rudimentary CAP_UNICODE support because i thought it was part of | Luke Leighton | 1999-10-07 | 2 | -70/+417 |
* | reading in smb server domain name from SMBnegprot response | Luke Leighton | 1999-09-16 | 1 | -5/+26 |
* | #defines for port 445 to SMB_PORT2 | Luke Leighton | 1999-09-15 | 1 | -2/+2 |
* | debug info display (netbios layer). | Luke Leighton | 1999-08-18 | 1 | -4/+12 |
* | bug-fix in connection to port 445. cool! it works! | Luke Leighton | 1999-08-03 | 1 | -0/+1 |
* | attempting a connection to port 445 first, followed by a connection to 139 | Luke Leighton | 1999-08-03 | 1 | -6/+23 |
* | close socket issues: | Luke Leighton | 1999-08-03 | 1 | -11/+33 |
* | BDC support. | Matthew Chapman | 1999-07-22 | 1 | -0/+13 |
* | BDC support. | Luke Leighton | 1999-07-21 | 1 | -1/+5 |
* | anon passwd connection: passlen=1; ntpasslen=0. | Luke Leighton | 1999-07-11 | 1 | -3/+4 |
* | When making anonymous connections, must pass pointers to real nt | Tim Potter | 1999-07-09 | 1 | -5/+5 |
* | fixed problem with NULL ntpasswd parameters causing crash in | Luke Leighton | 1999-07-08 | 1 | -9/+43 |
* | removed old code/comments. | Luke Leighton | 1999-06-29 | 1 | -66/+0 |
* | smbclient modified to use cli_establish_connection(). smbclient therefore | Luke Leighton | 1999-06-29 | 2 | -5/+22 |
* | improving authentication code (tidyup). | Luke Leighton | 1999-06-29 | 3 | -129/+483 |
* | use nmb_safe_namestr. | Luke Leighton | 1999-06-24 | 1 | -3/+8 |
* | safe string version of nmb_namestr. | Luke Leighton | 1999-06-24 | 1 | -4/+13 |
* | safe string error reporting functions (found a potential buffer overflow | Luke Leighton | 1999-06-24 | 3 | -62/+93 |
* | Adding scheduler control pipe (\atsvc), client-side routines, and rpcclient | Matthew Chapman | 1999-04-23 | 1 | -1/+2 |
* | fixed issues with "Welcome to SAMBA Domain" for when admin user/pass is | Luke Leighton | 1999-03-25 | 1 | -1/+1 |