summaryrefslogtreecommitdiffstats
path: root/source3/librpc/ndr
Commit message (Collapse)AuthorAgeFilesLines
* s3:librpc: remove unused file librpc/ndr/util.hMichael Adam2011-05-311-4/+0
| | | | | Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue May 31 15:19:46 CEST 2011 on sn-devel-104
* librpc/ndr Merge ndr_print_sockaddr_storage() into common codeAndrew Bartlett2011-05-181-30/+0
| | | | | | | There is no longer a reason to leave this source3 specific, and this brings it into a library (avoiding duplicate symbols). Andrew Bartlett
* s3-libndr: add ../librpc/ndr/libndr.h include in some places.Günther Deschner2011-03-311-0/+1
| | | | Guenther
* s3: add server_id.idl and use only autogenerated code.Günther Deschner2011-02-172-72/+0
| | | | | | | | | Volker, Tridge and other clustering gurus, please check. It is ok to get rid of ifdef CLUSTER_SUPPORT here, right ? Why was unique_id not marshalled at all ? Guenther
* s3-librpc: move server_id marshalling to own helper file.Günther Deschner2011-02-164-46/+72
| | | | | | | | | (in preparation of merging struct server_id). Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 16 00:02:33 CET 2011 on sn-devel-104
* librpc: move preg.idl to main directory.Günther Deschner2011-02-102-92/+0
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Feb 10 13:56:49 CET 2011 on sn-devel-104
* s3: give ../librpc/ndr/util.c its own header.Günther Deschner2011-02-102-0/+8
| | | | Guenther
* ndr: merge ndr_map_error2string and ndr_errstr.Günther Deschner2011-02-081-72/+0
| | | | Guenther
* ndr: move null_ndr_syntax_id to the common libndr location.Günther Deschner2011-02-081-3/+0
| | | | Guenther
* ndr: merge duplicate ndr_map_error2ntstatus() functions.Günther Deschner2011-02-081-25/+0
| | | | Guenther
* idl: add file_id idl.Günther Deschner2011-01-251-39/+0
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Jan 25 12:27:00 CET 2011 on sn-devel-104
* s3-libndr: remove cmdline_lp_ctx.Günther Deschner2011-01-251-2/+0
| | | | Guenther
* libndr: move ndr_print_bool to ndr_basic.cGünther Deschner2011-01-251-5/+0
| | | | Guenther
* s3-libndr: handle NDR_ERR_IPV6ADDRESS case in ndr_errstr().Günther Deschner2010-10-051-0/+3
| | | | Guenther
* s3-registry: add preg.idl.Günther Deschner2010-07-072-0/+92
| | | | Guenther
* s3: remove unused librpc/ndr/sid.c.Günther Deschner2010-06-031-59/+0
| | | | Guenther
* librpc: finally merge ndr_string.c.Günther Deschner2010-05-201-720/+0
| | | | Guenther
* s3-libndr: merge in better ndr warnings from s4 ndr_string.cGünther Deschner2010-05-201-8/+8
| | | | Guenther
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-4/+0
|
* s3-libndr: make sure ndr_pull_string_array() only inspects string ↵Günther Deschner2010-05-141-1/+1
| | | | | | | | | | | termination flags. Otherwise the NOTERM case is not reachable for ascii strings (only utf16). With this patch we now can have: [flag(STR_ASCII|STR_NOTERM|NDR_REMAINING)] string_array array_name; Guenther
* s3: Fix some nonempty blank linesVolker Lendecke2010-01-231-5/+5
|
* s3-libndr: fix build warning.Günther Deschner2009-09-251-0/+3
| | | | Guenther
* Introduce null_ndr_syntax_idVolker Lendecke2009-07-051-0/+3
|
* s3: Modifications to generic notify structures to allow implementation of ↵Steven Danneman2009-02-201-0/+39
| | | | | | | | | | | | | | OneFS notify. The OneFS kernel based change notify system takes an fd of the directory to watch in it's initialization syscall. Since we already have this directory open, this commit plumbs that fd down to the VFS layer via the notify_entry struct. We also need to know if the watch is taken out on a snapshot directory. The full file_id struct is also passed down to make this determination. The file_id marshalling wrappers are hand written here, but should eventually be auto-generated by moving the struct file_id into the idl.
* s3:librpc/ndr: if uninitialized variable in string_array codeStefan Metzmacher2009-02-191-1/+1
| | | | metze
* librpc: add ndr_size_string_array().Günther Deschner2009-02-031-0/+23
| | | | Guenther
* Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-011-1/+0
|
* Move dom_sid to the Samba 3 IDL file, remove the old definition.Jelmer Vernooij2008-12-121-224/+0
|
* s3: security.idl: split of dom_sid stuff into dom_sid.idlStefan Metzmacher2008-11-083-152/+53
| | | | | | And use the toplevel ndr_sec_helper.c metze
* Remove global_loadparm stub in Samba 3 as it's no longer used.Jelmer Vernooij2008-11-021-1/+0
|
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-021-0/+1
| | | | | | Eventually, we should move some of these parameters into a separate struct (perhaps into smb_transport_options?), to avoid the long lists of parameters.
* drsuapi: share drsuapi idl and helper code.Günther Deschner2008-10-182-386/+0
| | | | Guenther
* Use shared util.c.Jelmer Vernooij2008-10-181-14/+0
|
* s3: re-merge s4 drsuapi helper and re-run make samba3-idl.Günther Deschner2008-10-161-1/+175
| | | | Guenther
* Share libndr.h between Samba 3 and Samba 4.Jelmer Vernooij2008-10-151-515/+0
|
* Share ndr_krb5pac implementation.Jelmer Vernooij2008-10-141-140/+0
|
* Share ndr_compression.c.Jelmer Vernooij2008-10-142-344/+0
|
* Remove unused file.Jelmer Vernooij2008-10-141-1113/+0
|
* Share ndrdump implementation.Jelmer Vernooij2008-10-132-0/+11
|
* Import warning fixes from Samba 3 into libndr, sync more libndr code.Jelmer Vernooij2008-10-132-10/+11
|
* Share uuid implementations.Jelmer Vernooij2008-10-131-227/+0
|
* Share ndr_misc implementations.Jelmer Vernooij2008-10-131-48/+0
|
* Share ndr_basic implementation.Jelmer Vernooij2008-10-131-832/+0
|
* Import changes from upstream libndr.Jelmer Vernooij2008-10-137-132/+335
|
* Move code specific to Samba 3 to a separate file.Jelmer Vernooij2008-10-134-158/+182
|
* Share RPC binding string utility functions.Jelmer Vernooij2008-10-122-9/+9
|
* s3-ndr: add stub smb_iconv_convenience to some ndr_ functions.Günther Deschner2008-09-231-7/+8
| | | | Guenther
* s3: use samba4 prototype for ndr_push/pull_struct_blob.Günther Deschner2008-09-231-4/+10
| | | | Guenther
* Use single copy of compression library in Samba3,4.Jelmer Vernooij2008-09-161-1/+1
|
* Ooops, GUID_equal was already around :-)Volker Lendecke2008-07-191-1/+1
| | | | (This used to be commit 9a0bc277f23831124d049301bc7009a285d91a11)