| Commit message (Expand) | Author | Age | Files | Lines |
* | cool! a unix socket smb redirector. code based on smbfilter and | Luke Leighton | 1999-12-03 | 1 | -2/+5 |
* | domain_client_validate() no longer takes serverlist, it calls | Luke Leighton | 1999-12-02 | 1 | -1/+1 |
* | cleaning up: removing those horrible references to server list | Luke Leighton | 1999-12-02 | 1 | -10/+5 |
* | added get_any_dc_name() function. | Luke Leighton | 1999-12-02 | 1 | -1/+10 |
* | need a domain resolving function, but get_trusted_serverlist() will do. | Luke Leighton | 1999-12-02 | 1 | -0/+1 |
* | default SID map now reads in "trusted domains" from smb.conf. | Luke Leighton | 1999-12-02 | 1 | -0/+3 |
* | improved enumdomains added -i option. | Luke Leighton | 1999-12-02 | 1 | -1/+2 |
* | more cli_session_setup() calls. what the heck are these doing??? | Luke Leighton | 1999-12-01 | 1 | -0/+1 |
* | damn, that took a while. nt login password was being stored incorrectly | Luke Leighton | 1999-12-01 | 1 | -6/+6 |
* | fixing joining to domain plus something weird going down with nt logins... | Luke Leighton | 1999-12-01 | 1 | -4/+6 |
* | improving createuser account command to be able to add workstations | Luke Leighton | 1999-12-01 | 1 | -6/+10 |
* | 1) when no domain used in ntlogin test command, should use default one | Luke Leighton | 1999-12-01 | 1 | -0/+1 |
* | sys_select added one more argument (read, write selectors). | Luke Leighton | 1999-12-01 | 1 | -83/+111 |
* | bug-fix | Luke Leighton | 1999-11-29 | 1 | -1/+1 |
* | this is going to sound _really_ weird, ok, but i had to implement | Luke Leighton | 1999-11-29 | 1 | -2/+15 |
* | attempting to resolve the issue that multiple servers often specified in | Luke Leighton | 1999-11-29 | 1 | -5/+5 |
* | ok. got ntlogin command working. argh, it maintains a connection to | Luke Leighton | 1999-11-29 | 1 | -1/+6 |
* | first attempt at getting \PIPE\NETLOGON working. it's pretty horrible. | Luke Leighton | 1999-11-29 | 1 | -39/+71 |
* | well, i stuffed up the spooler commands. | Luke Leighton | 1999-11-27 | 1 | -20/+13 |
* | moved browser command brsinfo over to new abstracted connection | Luke Leighton | 1999-11-27 | 1 | -9/+6 |
* | this one's a handle-based one (missed in the first round). | Luke Leighton | 1999-11-27 | 1 | -5/+5 |
* | removed do_ prefix from srvsvc API | Luke Leighton | 1999-11-27 | 1 | -7/+8 |
* | updated \PIPE\wkssvc commands to use new abstracted connection system. | Luke Leighton | 1999-11-27 | 1 | -2/+1 |
* | using "abstracted" cli_connection, got \PIPE\srvsvc commands up and running | Luke Leighton | 1999-11-27 | 1 | -16/+10 |
* | further abstraction involving client states. main client-side code | Luke Leighton | 1999-11-27 | 1 | -18/+19 |
* | enhanced samuser command to do same thing as enumusers command (-g -u -a) | Luke Leighton | 1999-11-27 | 1 | -2/+21 |
* | bug-fixing registry commands and the rpcclient "rpcclient" command. | Luke Leighton | 1999-11-27 | 1 | -0/+1 |
* | whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few. | Luke Leighton | 1999-11-26 | 1 | -4/+17 |
* | previous commit added an abstraction function that didn't even have | Luke Leighton | 1999-11-25 | 1 | -2/+2 |
* | cool! completed a samr* API that _would_ look like an msdn samr* api... | Luke Leighton | 1999-11-25 | 1 | -106/+67 |
* | registry API moved over to new format. reg_connect() is the top-level | Luke Leighton | 1999-11-24 | 1 | -22/+25 |
* | service control manager API completed. svcenum -i works, but does not | Luke Leighton | 1999-11-24 | 1 | -21/+13 |
* | ok. *whew*. this is the first completed part of the restructure. | Luke Leighton | 1999-11-24 | 1 | -0/+3 |
* | first stages of removing struct cli_state* and uint16 fnum from all | Luke Leighton | 1999-11-24 | 1 | -23/+29 |
* | WARNING! MOVED rpc_server/srv_lsa_hnd.c TO lib/util_hnd.c | Luke Leighton | 1999-11-24 | 1 | -17/+17 |
* | rewrote policy handle code to be generic (it's needed for client-side too) | Luke Leighton | 1999-11-24 | 1 | -11/+18 |
* | attempted a svcset command. password is encrypted / messed up, therefore | Luke Leighton | 1999-11-23 | 1 | -17/+26 |
* | oops!!!! wrong command!!! | Luke Leighton | 1999-11-23 | 1 | -2/+8 |
* | adding svcctl 0x1b function | Luke Leighton | 1999-11-23 | 1 | -6/+28 |
* | okay :) all cmd_() functions now take int argc, char **argv :) that | Luke Leighton | 1999-11-22 | 1 | -61/+61 |
* | implement server-side generation of NTLMv2 session key. YESSS :-) | Luke Leighton | 1999-11-21 | 1 | -2/+9 |
* | you know what? this sort of thing makes me laugh. hmm, what functions | Luke Leighton | 1999-11-21 | 1 | -1/+2 |
* | hmmm... have to add client-side support in domain_client_validate() to | Luke Leighton | 1999-11-21 | 1 | -2/+3 |
* | adding user session key into network netlogon response. | Luke Leighton | 1999-11-21 | 1 | -1/+4 |
* | modified domain_client_validate to take trust account name / type. this | Luke Leighton | 1999-11-20 | 1 | -1/+3 |
* | doing a code reshuffle. want to add code to establish trust relationships. | Luke Leighton | 1999-11-20 | 1 | -111/+154 |
* | The First Necessary UNICODE String Support. | Luke Leighton | 1999-11-19 | 1 | -1/+4 |
* | - bug in nmbd registering DOMAIN_NAME<1c> to WINS server; recursion | Luke Leighton | 1999-11-19 | 1 | -0/+4 |
* | added \PIPE\browser plus experimental brsinfo command. you wouldn't | Luke Leighton | 1999-11-19 | 1 | -0/+21 |
* | set "key does not exist" response to reg_query_val() (win32 status code | Luke Leighton | 1999-11-18 | 1 | -0/+1 |