summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2003-12-07don't save the intermediate form to disk unless we need toAndrew Tridgell1-19/+14
2003-12-07a bit more speed and better line matching in errorsAndrew Tridgell1-4/+8
2003-12-07make pidl a little less verboseAndrew Tridgell1-4/+2
2003-12-07re-wrote pidl to use Parse::Yapp instead of Parse::RecDescent, ThisAndrew Tridgell7-3075/+317
2003-12-04removed an unused fileAndrew Tridgell1-325/+0
2003-12-04merged more updates from Jim MyersAndrew Tridgell7-53/+662
2003-12-04* added a debug thread id hook from jim myersAndrew Tridgell3-1/+18
2003-12-04* patch based on work by Jim Myers to unify the ioctl handling to beAndrew Tridgell13-100/+224
2003-12-04don't use c++ commentsAndrew Tridgell2-4/+8
2003-12-04we can't have two functions with the same nameAndrew Tridgell1-1/+1
2003-12-04don't use c++ style commentsAndrew Tridgell1-2/+2
2003-12-04some OSes already have a uint_tAndrew Tridgell2-7/+1
2003-12-04my debian unstable box uses "autoconf2.50" - i wish there were aAndrew Tridgell1-2/+2
2003-12-03Updated some of the function names in the IDL.Tim Potter1-56/+57
2003-12-03My first stab at Samba4 IDL!Andrew Bartlett2-4/+150
2003-12-02added netr_LogonControl2Ex()Andrew Tridgell2-16/+100
2003-12-02added netr_DatabaseSync2()Andrew Tridgell2-10/+65
2003-12-02added netr_LogonControl2() and netr_ServerAuthenticate2()Andrew Tridgell2-27/+173
2003-12-02Initial step at cleaning and splitting up configure.in.Jelmer Vernooij10-563/+515
2003-12-02added netr_LogonControl() and netr_GetAnyDCName()Andrew Tridgell2-43/+109
2003-12-02Add script useful for finding checks for headers that are never usedJelmer Vernooij1-0/+38
2003-12-02added netr_GetDcName() - quite a useful callAndrew Tridgell2-10/+36
2003-12-02added netr_AccountSync(), another NT_STATUS_NOT_IMPLEMENTED callAndrew Tridgell2-17/+56
2003-12-02added netr_AccountDeltas(), which w2k3 givesAndrew Tridgell2-6/+54
2003-12-02make sure we can expand the critical versions structure withoutAndrew Tridgell2-7/+11
2003-12-02netr_DatabaseDeltas() now works. We ask for the deltas associated withAndrew Tridgell2-20/+90
2003-12-02Hide gcc error message if using a compiler that can't precompile headers.Tim Potter1-1/+1