Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simple mods to add msrpc pipe redirection. default behaviour: fall back | Luke Leighton | 2000-01-03 | 1 | -0/+194 |
| | | | | to using internal msrpc code in smbd. | ||||
* | 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files ↵ | Andrew Tridgell | 1999-12-13 | 1 | -350/+0 |
| | | | | that were in the head branch but weren't in SAMBA_2_0 | ||||
* | final part of "first" phase converting over to msrpc daemon architecture. | Luke Leighton | 1999-12-12 | 1 | -7/+4 |
| | | | | | | | | | | | | done a minimal amout of clean-up in the Makefile, removing unnecessary modules from the link stage. this is not complete, yet, and will involve some changes, for example to smbd, to remove dependencies on the password database API that shouldn't be there. for example, smbd should not ever call getsmbpwXXX() it should call the Samr or Lsa API. this first implementation has minor problems with not reinstantiating the same services as the caller. the "homes" service is a good example. | ||||
* | first version of msrpc agent redirector code. client-side only. | Luke Leighton | 1999-12-05 | 1 | -2/+2 |
| | |||||
* | sys_select added one more argument (read, write selectors). | Luke Leighton | 1999-12-01 | 1 | -4/+67 |
| | |||||
* | attempting to resolve the issue that multiple servers often specified in | Luke Leighton | 1999-11-29 | 1 | -13/+0 |
| | | | | parameters to connect to \PIPE\NETLOGON. | ||||
* | ok. got ntlogin command working. argh, it maintains a connection to | Luke Leighton | 1999-11-29 | 1 | -15/+42 |
| | | | | | | the remote machine, because i don't know what to _do_ with it!!!! argh!!! | ||||
* | adding svcctl 0x1b function | Luke Leighton | 1999-11-23 | 1 | -0/+28 |
| | |||||
* | split array-handling functions into separate module. | Luke Leighton | 1999-11-12 | 1 | -0/+248 |