summaryrefslogtreecommitdiff
path: root/source3/lib/util_array.c
AgeCommit message (Collapse)AuthorFilesLines
2000-01-03simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton1-0/+194
to using internal msrpc code in smbd. (This used to be commit 8976e26d46cb991710bc77463f7f928ac00dd4d8)
1999-12-132nd phase of head branch sync with SAMBA_2_0 - this delets all the files ↵Andrew Tridgell1-350/+0
that were in the head branch but weren't in SAMBA_2_0 (This used to be commit d7b208786590b5a28618590172b8d523627dda09)
1999-12-12final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1-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. (This used to be commit caa50525220b0d0250fa139367593c2de2c12135)
1999-12-05first version of msrpc agent redirector code. client-side only.Luke Leighton1-2/+2
(This used to be commit 5e5a1dceee0b6088822697284d3e0af04d197477)
1999-12-01sys_select added one more argument (read, write selectors).Luke Leighton1-4/+67
(This used to be commit e4d92ff9dfc51735e6932748f66a7c20b2c1cb6a)
1999-11-29attempting to resolve the issue that multiple servers often specified inLuke Leighton1-13/+0
parameters to connect to \PIPE\NETLOGON. (This used to be commit d1986ade30bdcac1f49707221a3e5a5ae597ce62)
1999-11-29ok. got ntlogin command working. argh, it maintains a connection toLuke Leighton1-15/+42
the remote machine, because i don't know what to _do_ with it!!!! argh!!! (This used to be commit 85cc680736f17e3f879895be5dac8f1427653919)
1999-11-23adding svcctl 0x1b functionLuke Leighton1-0/+28
(This used to be commit d5869df3716fec21d3a4237dbf5d2417d3350e11)
1999-11-12split array-handling functions into separate module.Luke Leighton1-0/+248
(This used to be commit cc2ce2b755b12cb3d97522aaee69b93309571abc)