summaryrefslogtreecommitdiff
path: root/source3/librpc/ndr/util.c
AgeCommit message (Collapse)AuthorFilesLines
2011-05-18librpc/ndr Merge ndr_print_sockaddr_storage() into common codeAndrew Bartlett1-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
2011-03-31s3-libndr: add ../librpc/ndr/libndr.h include in some places.Günther Deschner1-0/+1
Guenther
2011-02-16s3-librpc: move server_id marshalling to own helper file.Günther Deschner1-43/+0
(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
2011-02-10s3: give ../librpc/ndr/util.c its own header.Günther Deschner1-0/+1
Guenther
2011-02-08ndr: merge ndr_map_error2string and ndr_errstr.Günther Deschner1-72/+0
Guenther
2011-02-08ndr: move null_ndr_syntax_id to the common libndr location.Günther Deschner1-3/+0
Guenther
2011-02-08ndr: merge duplicate ndr_map_error2ntstatus() functions.Günther Deschner1-25/+0
Guenther
2011-01-25idl: add file_id idl.Günther Deschner1-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
2011-01-25s3-libndr: remove cmdline_lp_ctx.Günther Deschner1-2/+0
Guenther
2011-01-25libndr: move ndr_print_bool to ndr_basic.cGünther Deschner1-5/+0
Guenther
2010-10-05s3-libndr: handle NDR_ERR_IPV6ADDRESS case in ndr_errstr().Günther Deschner1-0/+3
Guenther
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-4/+0
2009-09-25s3-libndr: fix build warning.Günther Deschner1-0/+3
Guenther
2009-07-05Introduce null_ndr_syntax_idVolker Lendecke1-0/+3
2009-02-20s3: Modifications to generic notify structures to allow implementation of ↵Steven Danneman1-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.
2009-01-01Add iconv_convenience argument to size functions.Jelmer Vernooij1-1/+0
2008-11-02Remove global_loadparm stub in Samba 3 as it's no longer used.Jelmer Vernooij1-1/+0
2008-11-02Remove another use of global_loadparm.Jelmer Vernooij1-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.
2008-10-18Use shared util.c.Jelmer Vernooij1-14/+0
2008-10-13Share ndrdump implementation.Jelmer Vernooij1-0/+6
2008-10-13Move code specific to Samba 3 to a separate file.Jelmer Vernooij1-0/+182