summaryrefslogtreecommitdiffstats
path: root/source4/librpc
Commit message (Collapse)AuthorAgeFilesLines
* Move DCE/RPC python bindings into samba package.Jelmer Vernooij2008-05-221-17/+17
| | | | (This used to be commit 8dafd4ce40b7348fd5f2b1f2f5d2106ef4cc0dd1)
* Fix dependencies and imports.Jelmer Vernooij2008-05-223-1150/+24
| | | | (This used to be commit 37ef86f8de9039b8226b190254d842e92b5faad7)
* Move more modules inside of the samba package.Jelmer Vernooij2008-05-213-37/+1203
| | | | (This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a)
* Move some python files into the samba package.Jelmer Vernooij2008-05-211-1/+1
| | | | (This used to be commit ed38c668cdbe10966e46bad97301122eea8001d0)
* Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij2008-05-211-0/+2
| | | | (This used to be commit 58665a8a8e4b10435aebbf2c95b6a8e50db232d6)
* Remove support for .py files from smb_build - deal with it only in the ↵Jelmer Vernooij2008-05-211-0/+2
| | | | | | makefiles. (This used to be commit b865249efaa58d0fc87fa25491fda3b970af81c3)
* Manually handle the NETLOGON_SAM_LOGON_REQUEST too.Andrew Bartlett2008-05-212-6/+11
| | | | | | | | | | | With the sid structure being both optional and aligned, it was too hard to do this in just IDL. This requried moving some things around, as otherwise we would have a dependency loop. Andrew Bartlett (This used to be commit e28790ba4884277f310be1b8bd3fba4fd47dbbdb)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-05-211-8/+8
|\ | | | | | | (This used to be commit 7594f79db6a0e8a46e2863829e5e050b03dfaec1)
| * Merge commit 'origin/v4-0-test' into vfs_smb2Andrew Tridgell2008-05-202-190/+138
| |\ | | | | | | | | | (This used to be commit ffbd222d651dcddb19cacdc50cdbfeaefa816940)
| * \ Merge commit 'origin/v4-0-test' into vfs_smb2Andrew Tridgell2008-05-194-172/+234
| |\ \ | | | | | | | | | | | | (This used to be commit 733937e87a1adcc19492ea2bd138e705701901b6)
| * | | private -> private_data for struct smb2_requestAndrew Tridgell2008-05-161-8/+8
| | | | | | | | | | | | | | | | (This used to be commit 67290e0ad69df2f2fe651249c6550b8e32dd641b)
* | | | Re-add alignment removed by metze in 0e2f6d481b3e35ed392b2b3340b244c77593819cAndrew Bartlett2008-05-211-1/+4
| |_|/ |/| | | | | | | | | | | | | | | | | | | | This manual alignment is required, because the structure is marked as unaligned. Andrew Bartlett (This used to be commit ef5d1c8d320d45b78a1e709964eaada4f5acda59)
* | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-05-203-172/+233
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | Fix config.mk due to changing syntax. Conflicts: source/libcli/config.mk source/nbt_server/config.mk (This used to be commit 6a1c76f29f78183f44dfac6f468c5e728d2cb2cf)
| * | Move IDL build script to rpc directory, make various bits and pieces easier ↵Jelmer Vernooij2008-05-193-12/+64
| | | | | | | | | | | | | | | | | | to use externally. (This used to be commit 8328ff76416df5a6e05461d3a19f510b76f2e902)
| * | Fix a bunch of dependencies.Jelmer Vernooij2008-05-181-4/+4
| | | | | | | | | | | | (This used to be commit a63f458462d207d215a6e4ef8e480b0c8daedf6a)
| * | Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-181-5/+5
| | | | | | | | | | | | (This used to be commit a6b52119940a900fb0de3864b8bca94e2965cc24)
| * | Create prototype headers from Makefile directory, without smb_build in the ↵Jelmer Vernooij2008-05-181-5/+10
| | | | | | | | | | | | | | | | | | middle. (This used to be commit f4a77b96f9c17d853348b70794026e5b9e384942)
| * | Use variables for source directory in a couple more places.Jelmer Vernooij2008-05-181-156/+160
| | | | | | | | | | | | (This used to be commit c41bd3005f5f0b9cfd3709fc9217b4a401d265b4)
* | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-05-171-0/+1
|\| | | | | | | | | | | (This used to be commit 60579269d1e0bebce5b595ef95d68fd4bf781cfd)
| * | This patch adds remaining padding bytes to the dcerpc_fault IDL structure ↵Julien Kerihuel2008-05-161-0/+1
| |/ | | | | | | | | | | | | and adds a const 4 bytes blob to pkt.u.fault. Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit 652b8c5f156b357e231057a5a0fbded88f4f9c5f)
* | Explain that the sid must be absent on the NTLOGON mailslot.Andrew Bartlett2008-05-171-0/+1
| | | | | | | | | | Andrew Bartlett (This used to be commit a7983387f7a624f6bf5c2fbfa41f849ac4471147)
* | Rework the CLDAP and NBT netlogon requests and responses.Andrew Bartlett2008-05-162-190/+137
|/ | | | | | | | | This now matches section 7.3.3 of the MS-ATDS specification, and all our current tests pass against windows. There is still more testing to do, and the server implementation to complete. Andrew Bartlett (This used to be commit 431d0c03965cbee85691cd0dc1e2a509c1a2b717)
* Complete dependencies for python modules (actually matters when built ↵Jelmer Vernooij2008-05-111-17/+13
| | | | | | standalone). (This used to be commit a89b6d8ad71d71271f30d156de20129866ef6aeb)
* Clean up some git merges gone wrong.Jelmer Vernooij2008-05-101-4/+0
| | | | (This used to be commit 42eb6b33462228467e65a51bbf624c481802b090)
* Merge branch 'v4-0-test' into v4-0-gmake3Jelmer Vernooij2008-05-102-4/+10
|\ | | | | | | | | | | | | | | | | Conflicts: source/auth/config.mk source/auth/gensec/config.mk source/torture/smbtorture.c (This used to be commit edfd02e59bba86b977bd60848f57a614691fff7a)
| * Fix installation of pidl perl files, torture pc file.Jelmer Vernooij2008-05-101-1/+1
| | | | | | | | (This used to be commit 32da606e3759026c2744f853cd8948333ed0579c)
| * pvfs: remove XATTR_ATTRIB_FLAG_STICKY_WRITE_TIME codeStefan Metzmacher2008-05-071-3/+9
| | | | | | | | | | | | | | | | I'll fix this more correctly very soon, so that we'll pass the BASE-DELAYWRITE test. metze (This used to be commit b09dd6b65d533832a025a51509dcc84f84b048aa)
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-2512-761/+823
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: source/Makefile source/auth/config.mk source/auth/gensec/config.mk source/build/m4/public.m4 source/build/make/python.mk source/build/make/rules.mk source/build/smb_build/header.pm source/build/smb_build/main.pl source/build/smb_build/makefile.pm source/dsdb/config.mk source/dsdb/samdb/ldb_modules/config.mk source/kdc/config.mk source/lib/events/config.mk source/lib/events/events.c source/lib/ldb/config.mk source/lib/nss_wrapper/config.mk source/lib/policy/config.mk source/lib/util/config.mk source/libcli/smb2/config.mk source/libnet/config.mk source/librpc/config.mk source/nbt_server/config.mk source/ntptr/ntptr_base.c source/ntvfs/posix/config.mk source/ntvfs/sysdep/config.mk source/param/config.mk source/rpc_server/config.mk source/rpc_server/service_rpc.c source/scripting/ejs/config.mk source/scripting/python/config.mk source/smb_server/config.mk source/smbd/server.c source/torture/config.mk source/torture/smb2/config.mk source/wrepl_server/config.mk (This used to be commit 13bbd420681519894a4036729c43273912c9b402)
| * Revert "Add port number for ncacn_http epmapper."Simo Sorce2008-04-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | This reverts commit 1304362b3754960f68fb56e0915c3d80cace6e60. This was causing way too many tests to fail. The dcesrv server was failing to start as the NCACN_HTTP transport is considered invalid. Jelmer please check how to properly fix dcesrv server before re-committing your change. (This used to be commit 0c59b39ad8edcaf9f06a2d1393e11e06e4b2f18f)
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij2008-04-222-26/+4
| |\ | | | | | | | | | (This used to be commit 1e38de45640430be002053b8bd52b615184134ba)
| | * Remove more event_context_init() uses from function calls within deep down ↵Simo Sorce2008-04-212-26/+4
| | | | | | | | | | | | | | | | | | | | | | | | the code. Make sure we pass around the event_context where we need it instead. All test but a few python ones fail. Jelmer promised to fix them. (This used to be commit 3045d391626fba169aa26be52174883e18d323e9)
| * | Add port number for ncacn_http epmapper.Jelmer Vernooij2008-04-221-1/+1
| |/ | | | | | | (This used to be commit 1304362b3754960f68fb56e0915c3d80cace6e60)
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-04-174-6/+62
| |\ | | | | | | | | | (This used to be commit c73a3b837ec16fbb846c6e63a45599fca99b3d0b)
| | * nbt.idl: fix parsing und pushing of dom_sids by using dom_sid0Stefan Metzmacher2008-04-171-6/+4
| | | | | | | | | | | | | | | metze (This used to be commit 0e2f6d481b3e35ed392b2b3340b244c77593819c)
| | * libndr: add dom_sid0 type that can later be used for CLDAP and MAILSLOT ↵Stefan Metzmacher2008-04-173-0/+58
| | | | | | | | | | | | | | | | | | | | | ntlogon packets metze (This used to be commit 690c12cd2afd0fba626576fbae3f28ffdae63be2)
| * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-04-171-14/+1
| |\| | | | | | | | | | (This used to be commit 3ab9abf40605a4a6b220faeebaef81546a8d87a0)
| | * Require passing in an event context to endpoint mapper utility function.Jelmer Vernooij2008-04-171-13/+1
| | | | | | | | | | | | (This used to be commit 906b9fe158841c41789952601b36016af6621565)
| | * Remove event context tracking from the credentials struct.Jelmer Vernooij2008-04-171-1/+0
| | | | | | | | | | | | (This used to be commit 4d7fc946b2ec50e774689c9036423b6feef99b8e)
| * | use uintptr_t instead of intptr_t where appropriateAndrew Tridgell2008-04-171-2/+2
| |/ | | | | | | (This used to be commit d62f2bcc85c13605c133db250e0a86d2d6ccc481)
| * Fix todo element on actually implemented function.Jelmer Vernooij2008-04-161-1/+1
| | | | | | | | (This used to be commit dedbeea4d28ae10a15766e38e59593a2799183f3)
| * Provide stubs when the [todo] attribute is set.Jelmer Vernooij2008-04-161-1/+1
| | | | | | | | (This used to be commit 356a5d24747bb5e1ef9774c690a5ec386a4a165e)
| * Split binding structure handling out into a separate file.Jelmer Vernooij2008-04-153-695/+725
| | | | | | | | | | For easier synchronisation with Samba 3. (This used to be commit b9cac469f3c869a26f415a6c551cf6e8fbb06ed6)
| * Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables ↵Jelmer Vernooij2008-04-151-18/+19
| | | | | | | | | | | | directly instead. (This used to be commit 9d0ae012b0b463278cd054d06788aa998acc2da2)
| * Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij2008-04-141-157/+282
| | | | | | | | (This used to be commit 92856d5054106894b65cd1a1b5119c0facfc4cff)
| * Merge branch 'openchange' into cprovisionJelmer Vernooij2008-04-091-2/+0
| |\ | | | | | | | | | (This used to be commit 596fc05785020cd7bd6d15d91b49172039f83bab)
| | * Avoid installing unused header file.Jelmer Vernooij2008-04-041-2/+0
| | | | | | | | | | | | (This used to be commit eba5d8b4ce391f56877d5498004edbee8ddc4c33)
* | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-0844-364/+729
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: source/auth/credentials/config.mk source/auth/gensec/config.mk source/build/smb_build/makefile.pm source/heimdal_build/config.mk source/lib/events/config.mk source/lib/nss_wrapper/config.mk source/lib/policy/config.mk source/lib/registry/config.mk source/lib/socket_wrapper/config.mk source/lib/tdb/config.mk source/lib/tls/config.mk source/lib/util/config.mk source/libcli/config.mk source/libcli/ldap/config.mk source/libnet/config.mk source/librpc/config.mk source/param/config.mk source/rpc_server/config.mk source/scripting/ejs/config.mk source/smbd/process_model.mk (This used to be commit 760378e0294dd0cd4523a83448328478632d7e3d)
| * | Add python bindings for drsuapi.Jelmer Vernooij2008-04-081-0/+4
| | | | | | | | | | | | (This used to be commit ba3f0312f0dda47fb16ed9b8eee3750b209e0dad)
| * | Add python bindings for unixinfo.Jelmer Vernooij2008-04-081-0/+4
| | | | | | | | | | | | (This used to be commit 068c2f858a0c7e325cb8a1f2ca36e32b31fe1f77)
| * | Add [todo] for functions that are obviously incomplete.Jelmer Vernooij2008-04-0820-303/+303
| | | | | | | | | | | | (This used to be commit b7b46ddd412bd106655c2a7b96a322d9f6ac3019)