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