summaryrefslogtreecommitdiffstats
path: root/source3/librpc/ndr
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Add ndr_syntax_id_equal()Volker Lendecke2008-07-161-0/+7
| | | | (This used to be commit 5fc90908deb417130af122941e084542304a2543)
* drsuapi.idl: fix unknowns in drsuapi_DsReplicaObject*Stefan Metzmacher2008-07-161-1/+1
| | | | | | metze (cherry picked from commit de2aed042d09ae7a31ddc4cd920c8fcf193ba06a) (This used to be commit 7488eda7a33f5ebe58a1c1217b7ac7e17e67946d)
* drsuapi: fix data_blob_free() caller (this call is quite different in s3 and 4).Günther Deschner2008-05-271-1/+1
| | | | | Guenther (This used to be commit 895036829c137558f7c03c31a8747a51fd290d18)
* Move ber_[read|write]_OID_String protypes to proto.hVolker Lendecke2008-05-251-3/+0
| | | | (This used to be commit 2dbbd81677af9c470ee9370ca5414876d21c6b9b)
* drsuapi: add all code required for our drsuapi rpc client.Günther Deschner2008-05-235-0/+562
| | | | | Guenther (This used to be commit 7c93190843e77764be4d0f6d4f0b93061c192c98)
* Fix some signed/unsigned warningsVolker Lendecke2008-05-201-1/+2
| | | | (This used to be commit dbb4d8107a61051d8bcf6c4c69ee976efc50b961)
* Cleanup size_t return values in callers of convert_string_allocateTim Prouty2008-05-201-80/+74
| | | | | | This patch is the second iteration of an inside-out conversion to cleanup functions in charcnv.c returning size_t == -1 to indicate failure. (This used to be commit 6b189dabc562d86dcaa685419d0cb6ea276f100d)
* Janitor for tridge. Keep lib/replace in sync with the gcc4Jeremy Allison2008-04-181-2/+2
| | | | | | changes. Jeremy. (This used to be commit b496f133228b74bf613dab81167a5b9670511c51)
* IDL: Re-run make idl and hand merge some required functions from Samba 4.Günther Deschner2008-04-172-0/+67
| | | | | Guenther (This used to be commit edb0092e4d66496181de4e21c91d398d54208e60)
* IDL: build generated nbt code.Günther Deschner2008-04-171-0/+11
| | | | | Guenther (This used to be commit 554dcfdab03f9d06f319a3234d56cf44dc38c9da)
* Ndr pull and push errors are worth to be logged with 1 at least.Günther Deschner2008-03-271-2/+2
| | | | | Guenther (This used to be commit 3426f13f3bbcb5cae3f2e6aac9e2d04174e5bdc0)
* Fix some warningsVolker Lendecke2008-02-253-8/+20
| | | | | warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result (This used to be commit ad37b7b0aee265a3e4d8b7552610f4b9a105434d)
* Add krb5pac IDL from samba4.Günther Deschner2008-02-171-0/+141
| | | | | Guenther (This used to be commit dc2e563e1fe5a18dc799e195d89199a59e3e05a7)
* Fix the build. Avoid unrequired ndr_print_ads_struct dependencies.Günther Deschner2008-01-291-96/+0
| | | | | Guenther (This used to be commit c832882e49ff0dac6a717819dda24ab814253b2f)
* Add ndr_print_ads_auth_flags().Günther Deschner2008-01-291-2/+17
| | | | | Guenther (This used to be commit 52bd4ce68d7ff24c480ed350cecfd325e51ba0b4)
* Re-run make idl and use generated ndr based on samba4 security.idl (except ↵Günther Deschner2008-01-244-1140/+1
| | | | | | | for DOM_SID). Guenther (This used to be commit 1781a57b18f681f1bc03873330147a813f10eba2)
* Use pidl generated data from misc.idl.Günther Deschner2008-01-173-111/+1
| | | | | Guenther (This used to be commit 5d8e5cbc3b3ddd1c5788d66f252e4801739243bb)
* Add some NDR_PRINT_*_STRING macros (returning talloced strings).Günther Deschner2008-01-151-1/+9
| | | | | Guenther (This used to be commit 50ab169f581b4efff5185fd86d1b9ceaaf3974dd)
* Add ndr_print_ads_struct().Günther Deschner2008-01-151-0/+81
| | | | | Guenther (This used to be commit 0a914a55bab30d765872d72cfdd59889d2afe42a)
* Add ndr_print_sockaddr_storage and ndr_print_bool.Günther Deschner2008-01-151-0/+11
| | | | | Guenther (This used to be commit f44f76415a7ce3ea73b5c52494f3b36feab4c870)
* Use dom_sid_string for sid_string_tallocVolker Lendecke2007-12-151-0/+5
| | | | | | Remove some code duplication, but introduce one more dependency on librpc/ndr. Easily turned around so that librpc/ndr depends on lib/util_sid if necessary (This used to be commit 3a0b1b2060facd5f1ac1461b23dd86c75cdd9458)
* Add ndr_errstrVolker Lendecke2007-11-111-0/+66
| | | | (This used to be commit e3b36073f1fc994b102a5bdf321b9dd519288420)
* ndr: change NTSTAUS into enum ndr_err_code (samba3 handwritten stuff)Stefan Metzmacher2007-11-094-94/+94
| | | | | | | | | | ndr_misc.c ndr_sec.h ndr_sec_helper.c librpc/ndr/sid.c metze (This used to be commit 42590e917af464f894bf4eb1490f0d1075b2c10e)
* ndr: change NTSTAUS into enum ndr_err_code (basic stuff)metze2007-11-094-193/+206
| | | | | | | | | 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)
* Fix some warningsVolker Lendecke2007-11-091-9/+18
| | | | (This used to be commit df42038f8801ca65ed7d44f7ae26640e2d840dba)
* use samba4's librpc/ndr/uuid.cStefan Metzmacher2007-11-092-126/+227
| | | | | metze (This used to be commit c148e91fdedd20cfb737465dffc86ed6fa7d7c02)