summaryrefslogtreecommitdiffstats
path: root/source/lib/util_array.c
Commit message (Collapse)AuthorAgeFilesLines
* simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton2000-01-031-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 Tridgell1999-12-131-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 Leighton1999-12-121-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 Leighton1999-12-051-2/+2
|
* sys_select added one more argument (read, write selectors).Luke Leighton1999-12-011-4/+67
|
* attempting to resolve the issue that multiple servers often specified inLuke Leighton1999-11-291-13/+0
| | | | parameters to connect to \PIPE\NETLOGON.
* ok. got ntlogin command working. argh, it maintains a connection toLuke Leighton1999-11-291-15/+42
| | | | | | the remote machine, because i don't know what to _do_ with it!!!! argh!!!
* adding svcctl 0x1b functionLuke Leighton1999-11-231-0/+28
|
* split array-handling functions into separate module.Luke Leighton1999-11-121-0/+248