summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fixed the handling of zero-length top level arrays in pidlAndrew Tridgell2003-12-151-3/+5
* zero length echo is not an errorAndrew Tridgell2003-12-151-0/+4
* fixed the transfer syntax in the dcerpc bind replyAndrew Tridgell2003-12-151-2/+2
* added auto-generation of the server side boilerplate code for eachAndrew Tridgell2003-12-1411-170/+167
* typoSimo Sorce2003-12-141-2/+1
* fixed fragmented signed connections to our rpc server over SMBAndrew Tridgell2003-12-143-2/+5
* reduce double explanation of FIXED ARRAYSSimo Sorce2003-12-141-13/+4
* ntlmssp over rpc over tcp now fully worksAndrew Tridgell2003-12-146-26/+373
* fix _ptr_ declarationAndrew Tridgell2003-12-141-2/+2
* fixed some memory leaks in the rpc server codeAndrew Tridgell2003-12-143-12/+16
* fixed a bug handling multiple PDUs being read from a socket at oneAndrew Tridgell2003-12-147-103/+160
* add the ntlmssp calls back into smbtorture on rpc over tcp. The samba4Andrew Tridgell2003-12-131-1/+1
* completed the linkage between the endpoint mapper and the dcerpcAndrew Tridgell2003-12-1312-88/+193
* make the IO in the dcerpc over TCP server completely async, handlingAndrew Tridgell2003-12-133-3/+61
* dcerpc over tcp in the samba4 server now works to some extent. ItAndrew Tridgell2003-12-1315-91/+496
* rpcdump.exe now works fine against a Samba4 serverAndrew Tridgell2003-12-135-13/+68
* added the epm_Map() call.Andrew Tridgell2003-12-134-68/+170
* added a basic dcerpc endpoint mapper to Samba4. Currently onlyAndrew Tridgell2003-12-1314-39/+562
* after chatting with jeremy I decided to use a separate directory forAndrew Tridgell2003-12-122-1/+1
* Small cleanup of test code. Rename enum indexes to be the same nameTim Potter2003-12-122-114/+88
* Got winreg_EnumValue working - what a mess!Tim Potter2003-12-122-20/+86
* Added routines for arrays of uint16s.Tim Potter2003-12-121-0/+33
* added support for sending bind_nak replies in the rpc serverAndrew Tridgell2003-12-122-17/+79
* added the echo pipe test callsAndrew Tridgell2003-12-121-2/+45
* we now support pdu fragmentation on both input and output in the rpcAndrew Tridgell2003-12-122-41/+103
* added handling of fragmented requests in the rpc serverAndrew Tridgell2003-12-122-8/+67
* handle the auto-allocation of [ref] output arrays in pidl. ThisAndrew Tridgell2003-12-122-11/+9
* * the RPC-ECHO pipe now works in smbd, as long as the data sizesAndrew Tridgell2003-12-1221-68/+485
* the next step in the dcerpc server code. Added the link between theAndrew Tridgell2003-12-119-33/+232
* more portable array of endpoints code from pidlAndrew Tridgell2003-12-102-5/+8
* the rest of the initial rpc server side infrastructureAndrew Tridgell2003-12-107-80/+195
* initial rpc server side infrastructureAndrew Tridgell2003-12-103-0/+280
* * removed some unused codeAndrew Tridgell2003-12-1020-911/+552
* remove the tdbsam code for now. I have other plans for SAM backends :)Andrew Tridgell2003-12-081-10/+2
* some systems don't have "which" and some systems don't have the "-nt"Andrew Tridgell2003-12-083-61/+54
* fixed shell scripting errorAndrew Tridgell2003-12-081-1/+1
* cope with yapp not being installedAndrew Tridgell2003-12-081-2/+6
* "make proto" now depends on "make idl_test"Andrew Tridgell2003-12-081-1/+1
* commit idl.pm now, as many build farm machines don't have 'yapp'Andrew Tridgell2003-12-084-36/+1999
* * reduced the number of grammer conflicts a lot using (arbitrary)Andrew Tridgell2003-12-083-8/+14
* don't save the intermediate form to disk unless we need toAndrew Tridgell2003-12-071-19/+14
* a bit more speed and better line matching in errorsAndrew Tridgell2003-12-071-4/+8
* make pidl a little less verboseAndrew Tridgell2003-12-071-4/+2
* re-wrote pidl to use Parse::Yapp instead of Parse::RecDescent, ThisAndrew Tridgell2003-12-077-3075/+317
* removed an unused fileAndrew Tridgell2003-12-041-325/+0
* merged more updates from Jim MyersAndrew Tridgell2003-12-047-53/+662
* * added a debug thread id hook from jim myersAndrew Tridgell2003-12-043-1/+18
* * patch based on work by Jim Myers to unify the ioctl handling to beAndrew Tridgell2003-12-0413-100/+224
* don't use c++ commentsAndrew Tridgell2003-12-042-4/+8
* we can't have two functions with the same nameAndrew Tridgell2003-12-041-1/+1