summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/ndr_misc.c
AgeCommit message (Collapse)AuthorFilesLines
2007-12-21r25624: Remove ipv4_addr hack. Only causes 4 extra includes of ↵Jelmer Vernooij1-4/+4
system/network.h because we stripped down includes. (This used to be commit 262c1c23a61f1f4fae13e0a61179fe98b682cecf)
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
2007-10-10r15512: Move uuid functions out of ndr_misc.cJelmer Vernooij1-126/+0
(This used to be commit 54cc9f8ccf30a0f5de1d3bb68d15ec3a8791c162)
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij1-0/+1
(This used to be commit 51b4270513752d2eafbe77f9de598de16ef84a1f)
2007-10-10r13842: Make some more functions public.Jelmer Vernooij1-14/+17
(This used to be commit aac1b99b362993352d80692afa55c38fc851c016)
2007-10-10r8335: removed some duplicated codeAndrew Tridgell1-9/+5
(This used to be commit 1536d66662193568a51793d65fb319882db9d089)
2007-10-10r6731: add a useful function for getting a guid with all bits to 0Stefan Metzmacher1-0/+10
metze (This used to be commit 161ecce7441649629b97ce1ca903b9704e06f66b)
2007-10-10r5145: define struct ipv4_addr in misc.idl,Stefan Metzmacher1-0/+10
so we can use it in nbt.idl and get a nicer debug output metze (This used to be commit abacbc9192646f6f3c720758ab65889b82b9ae7b)
2007-10-10r4098: catch null guid string so RPC-DRSUAPI works against my serverAndrew Tridgell1-0/+4
(This used to be commit c4c83f04f55d206716380330d2a4d2b31f893346)
2007-10-10r3972: use GUID_* naming context and move GUID_* functions to one placeStefan Metzmacher1-0/+143
metze (This used to be commit 523e6acf4fec5d4946fa7c0c89f40d7d712c9f3a)
2003-11-20moved the pidl auto-generated files out of CVSAndrew Tridgell1-225/+0
(This used to be commit 49c72d42766a55e2833c004e721a47115000626b)
2003-11-20 * fixed level2 of QueryUserInfoAndrew Tridgell1-0/+12
* added per-field testing of SetUserInfo * fixed strlen_m() (This used to be commit 26238b0f8a5752bb0f611c4aa492b964e419209a)
2003-11-20added samr_LookupNames() and test codeAndrew Tridgell1-4/+0
(This used to be commit f8397cbc8554b721093b8ae6ac6fb26d0ee9a7cf)
2003-11-17security descriptors are no longer a "special" type, they are handledAndrew Tridgell1-48/+196
using the [relative] property this also fixes level3 of PrinterInfo (a relative secdesc) (This used to be commit d5a15257fdd5f6cfe2706765a7c29f623ec1c6f8)
2003-11-16Added push/pull routines for uint8_buf IDL type used for spoolss buffers,Tim Potter1-0/+24
and possibly other places. (This used to be commit 8fcac6742f7b34d85ca7456aa33ffad88281d397)
2003-11-06another major bit of restructuring of rpc in Samba4. Mostly movingAndrew Tridgell1-0/+45
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)