summaryrefslogtreecommitdiff
path: root/source4/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2003-11-09Add check for precompiled headersJelmer Vernooij1-0/+1
(This used to be commit e92e04b889d4d52fc4d6a7f484188ee2557aa708)
2003-11-08- more generation fixesAndrew Tridgell1-0/+4
- added auto-generation from the Makefile. Only called when you run "make idl" (This used to be commit 47a17e5a08dcb5ef2880f75a59bf417e161a71d3)
2003-11-06another major bit of restructuring of rpc in Samba4. Mostly movingAndrew Tridgell1-4/+6
files around, but also added the first bits of auto-generated code for the lsa pipe. I haven't updated the Makefile to call pidl yet, so for now the code was cut-and-pasted into librpc/ndr/ndr_lsa.c manually (This used to be commit 6b222d3b6541ee74cf8bf3f0913cd444903ca991)
2003-11-04yipee! we can now do lsaOpenPolicy() via the new interfaces, withoutAndrew Tridgell1-3/+3
using any of the old lsa code (This used to be commit f5bd301ff7befa223a1d761a37ae8f7ce7f1fcd1)
2003-11-03started adding RPC-ECHO torture casesAndrew Tridgell1-3/+4
(This used to be commit 8cff335dab438aa2dbcca91a717e14ef5a8288dd)
2003-11-03a major revamp of the low level dcerpc code in samba4, We can now do aAndrew Tridgell1-4/+8
successful LSA OpenPolicy using smbtorture (This used to be commit e925c315f55905060fcca1b188ae1f7e40baf514)
2003-10-30- a few portability fixes from Jim MyersAndrew Tridgell1-4/+6
- added SMBD_LISTEN_BACKLOG in local.h - added the beginnings of a ndr/rpc parsing framework for Samba4. It currently correctly parses security descriptors for the nttrans QUERY_SECDESC call, but I hope it will become a reasonable framework that an idl based generator can work to (This used to be commit 9bf904fc34f88e0581f93656e73d3c01ca96f761)
2003-10-28Add RPC-OPEN test as an example for using the new dcerpc client code.Tim Potter1-1/+2
It's a bit icky so I suspect it won't last long. (-: (This used to be commit bc17a4a8ade1b003acb5681471568a94e81aad08)
2003-10-28Add raw and cli dcerpc code to LIBRAW_OBJ and LIBSMB_OBJ, respectively.Tim Potter1-2/+2
(This used to be commit d66f5afaaabdbaddb846fdff0421398f4cb19d89)
2003-08-17Remove some obsolete files (like in samba3)Jelmer Vernooij1-9/+0
(This used to be commit b85539336e2b3db56a912921d45276f2a77c4c7a)
2003-08-15a few build fixes to try to get irix buildingAndrew Tridgell1-1/+1
(This used to be commit 4059fbcf028e105c9377ec5a302623ae282e33f1)
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+1338
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)