Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-17 | s3: add server_id.idl and use only autogenerated code. | Günther Deschner | 2 | -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 | |||||
2011-02-16 | s3-librpc: move server_id marshalling to own helper file. | Günther Deschner | 4 | -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 | |||||
2011-02-10 | librpc: move preg.idl to main directory. | Günther Deschner | 2 | -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 | |||||
2011-02-10 | s3: give ../librpc/ndr/util.c its own header. | Günther Deschner | 2 | -0/+8 | |
Guenther | |||||
2011-02-08 | ndr: merge ndr_map_error2string and ndr_errstr. | Günther Deschner | 1 | -72/+0 | |
Guenther | |||||
2011-02-08 | ndr: move null_ndr_syntax_id to the common libndr location. | Günther Deschner | 1 | -3/+0 | |
Guenther | |||||
2011-02-08 | ndr: merge duplicate ndr_map_error2ntstatus() functions. | Günther Deschner | 1 | -25/+0 | |
Guenther | |||||
2011-01-25 | idl: add file_id idl. | Günther Deschner | 1 | -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-25 | s3-libndr: remove cmdline_lp_ctx. | Günther Deschner | 1 | -2/+0 | |
Guenther | |||||
2011-01-25 | libndr: move ndr_print_bool to ndr_basic.c | Günther Deschner | 1 | -5/+0 | |
Guenther | |||||
2010-10-05 | s3-libndr: handle NDR_ERR_IPV6ADDRESS case in ndr_errstr(). | Günther Deschner | 1 | -0/+3 | |
Guenther | |||||
2010-07-07 | s3-registry: add preg.idl. | Günther Deschner | 2 | -0/+92 | |
Guenther | |||||
2010-06-03 | s3: remove unused librpc/ndr/sid.c. | Günther Deschner | 1 | -59/+0 | |
Guenther | |||||
2010-05-20 | librpc: finally merge ndr_string.c. | Günther Deschner | 1 | -720/+0 | |
Guenther | |||||
2010-05-20 | s3-libndr: merge in better ndr warnings from s4 ndr_string.c | Günther Deschner | 1 | -8/+8 | |
Guenther | |||||
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 1 | -4/+0 | |
2010-05-14 | s3-libndr: make sure ndr_pull_string_array() only inspects string ↵ | Günther Deschner | 1 | -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 | |||||
2010-01-23 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -5/+5 | |
2009-09-25 | s3-libndr: fix build warning. | Günther Deschner | 1 | -0/+3 | |
Guenther | |||||
2009-07-05 | Introduce null_ndr_syntax_id | Volker Lendecke | 1 | -0/+3 | |
2009-02-20 | s3: Modifications to generic notify structures to allow implementation of ↵ | Steven Danneman | 1 | -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-02-19 | s3:librpc/ndr: if uninitialized variable in string_array code | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-02-03 | librpc: add ndr_size_string_array(). | Günther Deschner | 1 | -0/+23 | |
Guenther | |||||
2009-01-01 | Add iconv_convenience argument to size functions. | Jelmer Vernooij | 1 | -1/+0 | |
2008-12-12 | Move dom_sid to the Samba 3 IDL file, remove the old definition. | Jelmer Vernooij | 1 | -224/+0 | |
2008-11-08 | s3: security.idl: split of dom_sid stuff into dom_sid.idl | Stefan Metzmacher | 3 | -152/+53 | |
And use the toplevel ndr_sec_helper.c metze | |||||
2008-11-02 | Remove global_loadparm stub in Samba 3 as it's no longer used. | Jelmer Vernooij | 1 | -1/+0 | |
2008-11-02 | Remove another use of global_loadparm. | Jelmer Vernooij | 1 | -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-18 | drsuapi: share drsuapi idl and helper code. | Günther Deschner | 2 | -386/+0 | |
Guenther | |||||
2008-10-18 | Use shared util.c. | Jelmer Vernooij | 1 | -14/+0 | |
2008-10-16 | s3: re-merge s4 drsuapi helper and re-run make samba3-idl. | Günther Deschner | 1 | -1/+175 | |
Guenther | |||||
2008-10-15 | Share libndr.h between Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -515/+0 | |
2008-10-14 | Share ndr_krb5pac implementation. | Jelmer Vernooij | 1 | -140/+0 | |
2008-10-14 | Share ndr_compression.c. | Jelmer Vernooij | 2 | -344/+0 | |
2008-10-14 | Remove unused file. | Jelmer Vernooij | 1 | -1113/+0 | |
2008-10-13 | Share ndrdump implementation. | Jelmer Vernooij | 2 | -0/+11 | |
2008-10-13 | Import warning fixes from Samba 3 into libndr, sync more libndr code. | Jelmer Vernooij | 2 | -10/+11 | |
2008-10-13 | Share uuid implementations. | Jelmer Vernooij | 1 | -227/+0 | |
2008-10-13 | Share ndr_misc implementations. | Jelmer Vernooij | 1 | -48/+0 | |
2008-10-13 | Share ndr_basic implementation. | Jelmer Vernooij | 1 | -832/+0 | |
2008-10-13 | Import changes from upstream libndr. | Jelmer Vernooij | 7 | -132/+335 | |
2008-10-13 | Move code specific to Samba 3 to a separate file. | Jelmer Vernooij | 4 | -158/+182 | |
2008-10-12 | Share RPC binding string utility functions. | Jelmer Vernooij | 2 | -9/+9 | |
2008-09-23 | s3-ndr: add stub smb_iconv_convenience to some ndr_ functions. | Günther Deschner | 1 | -7/+8 | |
Guenther | |||||
2008-09-23 | s3: use samba4 prototype for ndr_push/pull_struct_blob. | Günther Deschner | 1 | -4/+10 | |
Guenther | |||||
2008-09-16 | Use single copy of compression library in Samba3,4. | Jelmer Vernooij | 1 | -1/+1 | |
2008-07-19 | Ooops, GUID_equal was already around :-) | Volker Lendecke | 1 | -1/+1 | |
(This used to be commit 9a0bc277f23831124d049301bc7009a285d91a11) | |||||
2008-07-16 | Add ndr_syntax_id_equal() | Volker Lendecke | 1 | -0/+7 | |
(This used to be commit 5fc90908deb417130af122941e084542304a2543) | |||||
2008-07-16 | drsuapi.idl: fix unknowns in drsuapi_DsReplicaObject* | Stefan Metzmacher | 1 | -1/+1 | |
metze (cherry picked from commit de2aed042d09ae7a31ddc4cd920c8fcf193ba06a) (This used to be commit 7488eda7a33f5ebe58a1c1217b7ac7e17e67946d) | |||||
2008-05-27 | drsuapi: fix data_blob_free() caller (this call is quite different in s3 and 4). | Günther Deschner | 1 | -1/+1 | |
Guenther (This used to be commit 895036829c137558f7c03c31a8747a51fd290d18) |