summaryrefslogtreecommitdiffstats
path: root/source3/librpc/ndr
Commit message (Collapse)AuthorAgeFilesLines
* r18667: Two C++ warningsVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit 8c60e71229cd577f3b17345c5824363dd202eba9)
* r18632: Make C++ compilers happy.Jelmer Vernooij2007-10-101-12/+11
| | | | (This used to be commit 609224565f728b7fe44f070ad0013af7a6e59267)
* r18572: Use the autogenerated client and server for the echo interface and ↵Jelmer Vernooij2007-10-101-4/+1
| | | | | | | implement some of the missing functions. RPC-ECHO now passes against Samba3. (This used to be commit 9e9a05366176454cc1779acc6c2b6070743f5939)
* r18274: Cleanup unnecessary empty headers and add a commentGerald Carter2007-10-103-0/+0
| | | | | why the remaining ones are needed (This used to be commit e4fc8ba7fb1cbb7258bc08f1dc2b9d2205bf7f81)
* r18271: Big change:Gerald Carter2007-10-103-58/+1002
| | | | | | | | | | | | * autogenerate lsa ndr code * rename 'enum SID_NAME_USE' to 'enum lsa_SidType' * merge a log more security descriptor functions from gen_ndr/ndr_security.c in SAMBA_4_0 The most embarassing thing is the "#define strlen_m strlen" We need a real implementation in SAMBA_3_0 which I'll work on after this code is in. (This used to be commit 3da9f80c28b1e75ef6d46d38fbb81ade6b9fa951)
* r18237: include dcerpc.h here to fix compile of autogenerated unixinfo filesGerald Carter2007-10-101-0/+2
| | | | (This used to be commit 3757f249aa4427c031d0018a1a9244fb61357d94)
* r18193: Not quite to autogenerated NDR but closer thanks to Jelmer'sGerald Carter2007-10-1013-0/+3450
initial work. I'm including the librpc/gen_ndr directory in svn temporarily just to get some compile issues straightened out. (This used to be commit cf271aa433cfa606be5dbf3ed1d94fe3caf57653)