summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2003-12-15make sure we allow clients to negotiate ntlmssp seal if they want itAndrew Tridgell1-1/+2
2003-12-15make pidl no longer dependent on Data::Dumper, which isn't installedAndrew Tridgell8-18/+4
2003-12-15fixed a typo in the m4 fileAndrew Tridgell1-1/+1
2003-12-15"make idl" is now incremental and "make idl_full" is a full idl buildAndrew Tridgell1-4/+4
2003-12-15a script fix for the build farmAndrew Tridgell1-1/+2
2003-12-15disable pam in samba4 until someone fixes it (hi andrew!)Andrew Tridgell1-4/+6
2003-12-15don't try and build the libclient stuff in samba4 yetAndrew Tridgell1-1/+1
2003-12-15more flexible handling of [] in binding stringsAndrew Tridgell1-2/+14
2003-12-15allow the specification of full dcerpc endpoint binding strings on theAndrew Tridgell3-125/+320
2003-12-15switch off the default of ntlmssp on rpc on smb as some windows pipesAndrew Tridgell1-1/+1
2003-12-15fixed the handling of zero-length top level arrays in pidlAndrew Tridgell1-3/+5
2003-12-15zero length echo is not an errorAndrew Tridgell1-0/+4
2003-12-15fixed the transfer syntax in the dcerpc bind replyAndrew Tridgell1-2/+2
2003-12-14added auto-generation of the server side boilerplate code for eachAndrew Tridgell11-170/+167
2003-12-14typoSimo Sorce1-2/+1
2003-12-14fixed fragmented signed connections to our rpc server over SMBAndrew Tridgell3-2/+5
2003-12-14reduce double explanation of FIXED ARRAYSSimo Sorce1-13/+4
2003-12-14ntlmssp over rpc over tcp now fully worksAndrew Tridgell6-26/+373
2003-12-14fix _ptr_ declarationAndrew Tridgell1-2/+2
2003-12-14fixed some memory leaks in the rpc server codeAndrew Tridgell3-12/+16
2003-12-14fixed a bug handling multiple PDUs being read from a socket at oneAndrew Tridgell7-103/+160
2003-12-13add the ntlmssp calls back into smbtorture on rpc over tcp. The samba4Andrew Tridgell1-1/+1
2003-12-13completed the linkage between the endpoint mapper and the dcerpcAndrew Tridgell12-88/+193
2003-12-13make the IO in the dcerpc over TCP server completely async, handlingAndrew Tridgell3-3/+61
2003-12-13dcerpc over tcp in the samba4 server now works to some extent. ItAndrew Tridgell15-91/+496
2003-12-13rpcdump.exe now works fine against a Samba4 serverAndrew Tridgell5-13/+68
2003-12-13added the epm_Map() call.Andrew Tridgell4-68/+170
2003-12-13added a basic dcerpc endpoint mapper to Samba4. Currently onlyAndrew Tridgell14-39/+562
2003-12-12after chatting with jeremy I decided to use a separate directory forAndrew Tridgell2-1/+1
2003-12-12Small cleanup of test code. Rename enum indexes to be the same nameTim Potter2-114/+88
2003-12-12Got winreg_EnumValue working - what a mess!Tim Potter2-20/+86
2003-12-12Added routines for arrays of uint16s.Tim Potter1-0/+33
2003-12-12added support for sending bind_nak replies in the rpc serverAndrew Tridgell2-17/+79
2003-12-12added the echo pipe test callsAndrew Tridgell1-2/+45
2003-12-12we now support pdu fragmentation on both input and output in the rpcAndrew Tridgell2-41/+103
2003-12-12added handling of fragmented requests in the rpc serverAndrew Tridgell2-8/+67
2003-12-12handle the auto-allocation of [ref] output arrays in pidl. ThisAndrew Tridgell2-11/+9
2003-12-12 * the RPC-ECHO pipe now works in smbd, as long as the data sizesAndrew Tridgell21-68/+485
2003-12-11the next step in the dcerpc server code. Added the link between theAndrew Tridgell9-33/+232
2003-12-10more portable array of endpoints code from pidlAndrew Tridgell2-5/+8
2003-12-10the rest of the initial rpc server side infrastructureAndrew Tridgell7-80/+195
2003-12-10initial rpc server side infrastructureAndrew Tridgell3-0/+280
2003-12-10 * removed some unused codeAndrew Tridgell20-911/+552
2003-12-08remove the tdbsam code for now. I have other plans for SAM backends :)Andrew Tridgell1-10/+2
2003-12-08some systems don't have "which" and some systems don't have the "-nt"Andrew Tridgell3-61/+54
2003-12-08fixed shell scripting errorAndrew Tridgell1-1/+1
2003-12-08cope with yapp not being installedAndrew Tridgell1-2/+6
2003-12-08"make proto" now depends on "make idl_test"Andrew Tridgell1-1/+1
2003-12-08commit idl.pm now, as many build farm machines don't have 'yapp'Andrew Tridgell4-36/+1999
2003-12-08 * reduced the number of grammer conflicts a lot using (arbitrary)Andrew Tridgell3-8/+14