summaryrefslogtreecommitdiff
path: root/source4/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2003-12-14ntlmssp over rpc over tcp now fully worksAndrew Tridgell1-1/+1
2003-12-14fixed a bug handling multiple PDUs being read from a socket at oneAndrew Tridgell1-0/+1
2003-12-13dcerpc over tcp in the samba4 server now works to some extent. ItAndrew Tridgell1-0/+1
2003-12-13added a basic dcerpc endpoint mapper to Samba4. Currently onlyAndrew Tridgell1-1/+3
2003-12-12after chatting with jeremy I decided to use a separate directory forAndrew Tridgell1-1/+1
2003-12-10the rest of the initial rpc server side infrastructureAndrew Tridgell1-25/+9
2003-12-10 * removed some unused codeAndrew Tridgell1-3/+2
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 Tridgell1-1/+3
2003-12-08"make proto" now depends on "make idl_test"Andrew Tridgell1-1/+1
2003-12-04merged more updates from Jim MyersAndrew Tridgell1-1/+1
2003-12-01added netr_ServerAuthenticate() and test codeAndrew Tridgell1-6/+9
2003-12-01started adding netlogon IDL and test suiteAndrew Tridgell1-1/+1
2003-12-01 * got rid of UNISTR2 and everything that depends on itAndrew Tridgell1-2/+0
2003-11-28the beginnings of an automated tool for working out IDL properties ofAndrew Tridgell1-1/+1
2003-11-28 * added a bunch of placeholder IDL filesAndrew Tridgell1-1/+4
2003-11-28 * support multiple interfaces in one IDL file in pidlAndrew Tridgell1-8/+4
2003-11-28added auto-generation of the IDL interface tables. This makes two lessAndrew Tridgell1-2/+2
2003-11-27added an rpc scanner. This prints messages like this:Andrew Tridgell1-1/+2
2003-11-26added auto-determination of the DCERPC over TCP port number by askingAndrew Tridgell1-0/+1
2003-11-26signed DCERPC over TCP now works !Andrew Tridgell1-5/+3
2003-11-25Update to the modules system. Fixed:Jelmer Vernooij1-13/+17
2003-11-24initial implementation of dcerpc over tcp. RPC-EPMAPPER works, now toAndrew Tridgell1-1/+2
2003-11-24removed the STFS specific flags in the Makefile.Andrew Tridgell1-14/+4
2003-11-24added the dcerpc remote management interfaces as mgmt.idl, and wrote aAndrew Tridgell1-3/+4
2003-11-23added a tool called 'ndrdump' that allows you to dump NDR dataAndrew Tridgell1-0/+7
2003-11-23ooh, this is fun!Andrew Tridgell1-0/+1
2003-11-23save about 35% of the time for "make idl" by processing multiple IDLAndrew Tridgell1-2/+0
2003-11-23get rid of some more unused headersAndrew Tridgell1-2/+0
2003-11-23by using a single proto.h we gain another factor of 4 in the speed ofAndrew Tridgell1-52/+4
2003-11-23changed to perl for mkproto, patch from vanceAndrew Tridgell1-10/+11
2003-11-21* changed the way strings are handled in pidl to a much more generalAndrew Tridgell1-4/+5
2003-11-21Start of winreg idl. Implement OpenHKLM, GetVersion and CloseKey.Tim Potter1-3/+5
2003-11-20Add initial work on eventlog - doesn't quite work yet.Tim Potter1-7/+8
2003-11-20* fixed libndr.h headerAndrew Tridgell1-1/+3
2003-11-20moved the pidl auto-generated files out of CVSAndrew Tridgell1-9/+12
2003-11-20Added ATSVC pipe.Tim Potter1-3/+4
2003-11-19srvsvc IDL and test code from metze. Thanks!Andrew Tridgell1-3/+5
2003-11-18remove some old junk from the MakefileAndrew Tridgell1-116/+0
2003-11-17added wkssvc.idl and test codeAndrew Tridgell1-3/+3
2003-11-16added support for level1 of EnumPrinters in spoolss. This uses aAndrew Tridgell1-1/+2
2003-11-15run the basic build tests on sub-builds like "make torture" as wellAndrew Tridgell1-2/+4
2003-11-15simple method for auto-building rpc files if idl changes, andAndrew Tridgell1-2/+8
2003-11-15added the first couple of calls from samr as IDLAndrew Tridgell1-3/+4
2003-11-15Skeleton IDL for SPOOLSS pipe. For this inital version, only OpenPrinterExTim Potter1-3/+4
2003-11-13removed a bunch of the old rpc code in preparation for replacing it all with ...Andrew Tridgell1-25/+1
2003-11-13* fixed conformant arrays in structuresAndrew Tridgell1-4/+4
2003-11-09Add make rule for smbiconvJelmer Vernooij1-0/+6
2003-11-09Add check for precompiled headersJelmer Vernooij1-0/+1
2003-11-08- more generation fixesAndrew Tridgell1-0/+4