summaryrefslogtreecommitdiffstats
path: root/source3/librpc/ndr/ndr_basic.c
Commit message (Collapse)AuthorAgeFilesLines
* Share ndr_basic implementation.Jelmer Vernooij2008-10-131-832/+0
|
* Import changes from upstream libndr.Jelmer Vernooij2008-10-131-17/+0
|
* Move code specific to Samba 3 to a separate file.Jelmer Vernooij2008-10-131-10/+0
|
* Janitor for tridge. Keep lib/replace in sync with the gcc4Jeremy Allison2008-04-181-2/+2
| | | | | | changes. Jeremy. (This used to be commit b496f133228b74bf613dab81167a5b9670511c51)
* Fix some warningsVolker Lendecke2008-02-251-2/+1
| | | | | warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result (This used to be commit ad37b7b0aee265a3e4d8b7552610f4b9a105434d)
* Add ndr_print_sockaddr_storage and ndr_print_bool.Günther Deschner2008-01-151-0/+11
| | | | | Guenther (This used to be commit f44f76415a7ce3ea73b5c52494f3b36feab4c870)
* ndr: change NTSTAUS into enum ndr_err_code (basic stuff)metze2007-11-091-91/+91
| | | | | | | | | librpc/ndr/ metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25916 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit b1b8088cafa3ebbc94d700c7a029a2b74b7652ed)
* sync the most parts of librpc/ndr with samba4Stefan Metzmacher2007-11-081-85/+90
| | | | | metze (This used to be commit 201800a4c960d4f2afeb6cc760ac303df76d5e36)
* use NDR_CHECK()metze2007-11-071-4/+3
| | | | | | | metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25794 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 91ccaa8e70f1665bd759a80363cda9605399464e)
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-1/+1
| | | | | | | | | | | IPv6 in winbindd, but moves most of the socket functions that were wrongly in lib/util.c into lib/util_sock.c and provides generic IPv4/6 independent versions of most things. Still lots of work to do, but now I can see how I'll fix the access check code. Nasty part that remains is the name resolution code which is used to returning arrays of in_addr structs. Jeremy. (This used to be commit 3f6bd0e1ec5cc6670f3d08f76fc2cd94c9cd1a08)
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r22055: Port the endpoint mapper (and functions it requires) to Samba 3.Jelmer Vernooij2007-10-101-3/+45
| | | | (This used to be commit ad981261877e6a2dce0c4f4e71fd9127aa31538a)
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-101-1/+1
| | | | | | | | | which matches what samba4 has. also fix all the callers to prevent compiler warnings metze (This used to be commit fa322f0cc9c26a9537ba3f0a7d4e4a25941317e7)
* r21562: Regenerate gen_ndr after pidl changes.Jelmer Vernooij2007-10-101-0/+1
| | | | (This used to be commit 952f648d8132a0652bb03b9e7671239e57614ee9)
* r18791: print the error string and not the raw valueGerald Carter2007-10-101-1/+1
| | | | (This used to be commit 23639546371ef4e2a0354f720f1be17d8a4edd5b)
* 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)
* r18193: Not quite to autogenerated NDR but closer thanks to Jelmer'sGerald Carter2007-10-101-0/+806
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)