summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* don't use c++ style commentsAndrew Tridgell2003-12-041-2/+2
* some OSes already have a uint_tAndrew Tridgell2003-12-042-7/+1
* my debian unstable box uses "autoconf2.50" - i wish there were aAndrew Tridgell2003-12-041-2/+2
* Updated some of the function names in the IDL.Tim Potter2003-12-031-56/+57
* My first stab at Samba4 IDL!Andrew Bartlett2003-12-032-4/+150
* added netr_LogonControl2Ex()Andrew Tridgell2003-12-022-16/+100
* added netr_DatabaseSync2()Andrew Tridgell2003-12-022-10/+65
* added netr_LogonControl2() and netr_ServerAuthenticate2()Andrew Tridgell2003-12-022-27/+173
* Initial step at cleaning and splitting up configure.in.Jelmer Vernooij2003-12-0210-563/+515
* added netr_LogonControl() and netr_GetAnyDCName()Andrew Tridgell2003-12-022-43/+109
* Add script useful for finding checks for headers that are never usedJelmer Vernooij2003-12-021-0/+38
* added netr_GetDcName() - quite a useful callAndrew Tridgell2003-12-022-10/+36
* added netr_AccountSync(), another NT_STATUS_NOT_IMPLEMENTED callAndrew Tridgell2003-12-022-17/+56
* added netr_AccountDeltas(), which w2k3 givesAndrew Tridgell2003-12-022-6/+54