Age | Commit message (Expand) | Author | Files | Lines |
2003-12-14 | fixed a bug handling multiple PDUs being read from a socket at one | Andrew Tridgell | 7 | -103/+160 |
2003-12-13 | add the ntlmssp calls back into smbtorture on rpc over tcp. The samba4 | Andrew Tridgell | 1 | -1/+1 |
2003-12-13 | completed the linkage between the endpoint mapper and the dcerpc | Andrew Tridgell | 12 | -88/+193 |
2003-12-13 | make the IO in the dcerpc over TCP server completely async, handling | Andrew Tridgell | 3 | -3/+61 |
2003-12-13 | dcerpc over tcp in the samba4 server now works to some extent. It | Andrew Tridgell | 15 | -91/+496 |
2003-12-13 | rpcdump.exe now works fine against a Samba4 server | Andrew Tridgell | 5 | -13/+68 |
2003-12-13 | added the epm_Map() call. | Andrew Tridgell | 4 | -68/+170 |
2003-12-13 | added a basic dcerpc endpoint mapper to Samba4. Currently only | Andrew Tridgell | 14 | -39/+562 |
2003-12-12 | after chatting with jeremy I decided to use a separate directory for | Andrew Tridgell | 2 | -1/+1 |
2003-12-12 | Small cleanup of test code. Rename enum indexes to be the same name | Tim Potter | 2 | -114/+88 |
2003-12-12 | Got winreg_EnumValue working - what a mess! | Tim Potter | 2 | -20/+86 |
2003-12-12 | Added routines for arrays of uint16s. | Tim Potter | 1 | -0/+33 |
2003-12-12 | added support for sending bind_nak replies in the rpc server | Andrew Tridgell | 2 | -17/+79 |
2003-12-12 | added the echo pipe test calls | Andrew Tridgell | 1 | -2/+45 |
2003-12-12 | we now support pdu fragmentation on both input and output in the rpc | Andrew Tridgell | 2 | -41/+103 |
2003-12-12 | added handling of fragmented requests in the rpc server | Andrew Tridgell | 2 | -8/+67 |
2003-12-12 | handle the auto-allocation of [ref] output arrays in pidl. This | Andrew Tridgell | 2 | -11/+9 |
2003-12-12 | * the RPC-ECHO pipe now works in smbd, as long as the data sizes | Andrew Tridgell | 21 | -68/+485 |
2003-12-11 | the next step in the dcerpc server code. Added the link between the | Andrew Tridgell | 9 | -33/+232 |
2003-12-10 | more portable array of endpoints code from pidl | Andrew Tridgell | 2 | -5/+8 |
2003-12-10 | the rest of the initial rpc server side infrastructure | Andrew Tridgell | 7 | -80/+195 |
2003-12-10 | initial rpc server side infrastructure | Andrew Tridgell | 3 | -0/+280 |
2003-12-10 | * removed some unused code | Andrew Tridgell | 20 | -911/+552 |
2003-12-08 | remove the tdbsam code for now. I have other plans for SAM backends :) | Andrew Tridgell | 1 | -10/+2 |
2003-12-08 | some systems don't have "which" and some systems don't have the "-nt" | Andrew Tridgell | 3 | -61/+54 |
2003-12-08 | fixed shell scripting error | Andrew Tridgell | 1 | -1/+1 |
2003-12-08 | cope with yapp not being installed | Andrew Tridgell | 1 | -2/+6 |
2003-12-08 | "make proto" now depends on "make idl_test" | Andrew Tridgell | 1 | -1/+1 |
2003-12-08 | commit idl.pm now, as many build farm machines don't have 'yapp' | Andrew Tridgell | 4 | -36/+1999 |
2003-12-08 | * reduced the number of grammer conflicts a lot using (arbitrary) | Andrew Tridgell | 3 | -8/+14 |
2003-12-07 | don't save the intermediate form to disk unless we need to | Andrew Tridgell | 1 | -19/+14 |
2003-12-07 | a bit more speed and better line matching in errors | Andrew Tridgell | 1 | -4/+8 |
2003-12-07 | make pidl a little less verbose | Andrew Tridgell | 1 | -4/+2 |
2003-12-07 | re-wrote pidl to use Parse::Yapp instead of Parse::RecDescent, This | Andrew Tridgell | 7 | -3075/+317 |
2003-12-04 | removed an unused file | Andrew Tridgell | 1 | -325/+0 |
2003-12-04 | merged more updates from Jim Myers | Andrew Tridgell | 7 | -53/+662 |
2003-12-04 | * added a debug thread id hook from jim myers | Andrew Tridgell | 3 | -1/+18 |
2003-12-04 | * patch based on work by Jim Myers to unify the ioctl handling to be | Andrew Tridgell | 13 | -100/+224 |
2003-12-04 | don't use c++ comments | Andrew Tridgell | 2 | -4/+8 |
2003-12-04 | we can't have two functions with the same name | Andrew Tridgell | 1 | -1/+1 |
2003-12-04 | don't use c++ style comments | Andrew Tridgell | 1 | -2/+2 |
2003-12-04 | some OSes already have a uint_t | Andrew Tridgell | 2 | -7/+1 |
2003-12-04 | my debian unstable box uses "autoconf2.50" - i wish there were a | Andrew Tridgell | 1 | -2/+2 |
2003-12-03 | Updated some of the function names in the IDL. | Tim Potter | 1 | -56/+57 |
2003-12-03 | My first stab at Samba4 IDL! | Andrew Bartlett | 2 | -4/+150 |
2003-12-02 | added netr_LogonControl2Ex() | Andrew Tridgell | 2 | -16/+100 |
2003-12-02 | added netr_DatabaseSync2() | Andrew Tridgell | 2 | -10/+65 |
2003-12-02 | added netr_LogonControl2() and netr_ServerAuthenticate2() | Andrew Tridgell | 2 | -27/+173 |
2003-12-02 | Initial step at cleaning and splitting up configure.in. | Jelmer Vernooij | 10 | -563/+515 |
2003-12-02 | added netr_LogonControl() and netr_GetAnyDCName() | Andrew Tridgell | 2 | -43/+109 |