summaryrefslogtreecommitdiff
path: root/source4/librpc
AgeCommit message (Collapse)AuthorFilesLines
2008-05-07pvfs: remove XATTR_ATTRIB_FLAG_STICKY_WRITE_TIME codeStefan Metzmacher1-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)
2008-04-23Revert "Add port number for ncacn_http epmapper."Simo Sorce1-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)
2008-04-22Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij2-26/+4
(This used to be commit 1e38de45640430be002053b8bd52b615184134ba)
2008-04-22Add port number for ncacn_http epmapper.Jelmer Vernooij1-1/+1
(This used to be commit 1304362b3754960f68fb56e0915c3d80cace6e60)
2008-04-21Remove more event_context_init() uses from function calls within deep down ↵Simo Sorce2-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)
2008-04-17Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell4-6/+62
(This used to be commit c73a3b837ec16fbb846c6e63a45599fca99b3d0b)
2008-04-17nbt.idl: fix parsing und pushing of dom_sids by using dom_sid0Stefan Metzmacher1-6/+4
metze (This used to be commit 0e2f6d481b3e35ed392b2b3340b244c77593819c)
2008-04-17libndr: add dom_sid0 type that can later be used for CLDAP and MAILSLOT ↵Stefan Metzmacher3-0/+58
ntlogon packets metze (This used to be commit 690c12cd2afd0fba626576fbae3f28ffdae63be2)
2008-04-17Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell1-14/+1
(This used to be commit 3ab9abf40605a4a6b220faeebaef81546a8d87a0)
2008-04-17use uintptr_t instead of intptr_t where appropriateAndrew Tridgell1-2/+2
(This used to be commit d62f2bcc85c13605c133db250e0a86d2d6ccc481)
2008-04-17Require passing in an event context to endpoint mapper utility function.Jelmer Vernooij1-13/+1
(This used to be commit 906b9fe158841c41789952601b36016af6621565)
2008-04-17Remove event context tracking from the credentials struct.Jelmer Vernooij1-1/+0
(This used to be commit 4d7fc946b2ec50e774689c9036423b6feef99b8e)
2008-04-16Fix todo element on actually implemented function.Jelmer Vernooij1-1/+1
(This used to be commit dedbeea4d28ae10a15766e38e59593a2799183f3)
2008-04-16Provide stubs when the [todo] attribute is set.Jelmer Vernooij1-1/+1
(This used to be commit 356a5d24747bb5e1ef9774c690a5ec386a4a165e)
2008-04-15Split binding structure handling out into a separate file.Jelmer Vernooij3-695/+725
For easier synchronisation with Samba 3. (This used to be commit b9cac469f3c869a26f415a6c551cf6e8fbb06ed6)
2008-04-15Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables ↵Jelmer Vernooij1-18/+19
directly instead. (This used to be commit 9d0ae012b0b463278cd054d06788aa998acc2da2)
2008-04-14Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij1-157/+282
(This used to be commit 92856d5054106894b65cd1a1b5119c0facfc4cff)
2008-04-09Merge branch 'openchange' into cprovisionJelmer Vernooij1-2/+0
(This used to be commit 596fc05785020cd7bd6d15d91b49172039f83bab)
2008-04-08Add python bindings for drsuapi.Jelmer Vernooij1-0/+4
(This used to be commit ba3f0312f0dda47fb16ed9b8eee3750b209e0dad)
2008-04-08Add python bindings for unixinfo.Jelmer Vernooij1-0/+4
(This used to be commit 068c2f858a0c7e325cb8a1f2ca36e32b31fe1f77)
2008-04-08Add [todo] for functions that are obviously incomplete.Jelmer Vernooij20-303/+303
(This used to be commit b7b46ddd412bd106655c2a7b96a322d9f6ac3019)
2008-04-08Add Python bindings for DFS.Jelmer Vernooij1-0/+4
(This used to be commit 4319971ccb42618a3298a5f26f63fa4c9b255849)
2008-04-04Avoid installing unused header file.Jelmer Vernooij1-2/+0
(This used to be commit eba5d8b4ce391f56877d5498004edbee8ddc4c33)
2008-04-04Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into openchangeJelmer Vernooij2-3/+33
Conflicts: source/headermap.txt (This used to be commit 1b084e85c1f5963d924f7764ae751f8cd8e57364)
2008-04-03Install libevents since it's required by samba-gtk.Jelmer Vernooij3-4/+8
(This used to be commit 2073346828ffa1d9c35105eadd7afddd3a76a045)
2008-04-03Fix installation of dcerpc_atsvc and registry as required by samba-gtk.Jelmer Vernooij2-2/+16
(This used to be commit 64a6887ecddc1599bde5dcb06d0b74ffea1def0c)
2008-04-02wbclient: Add an async winbind client library.Kai Blin2-3/+33
(This used to be commit 3e3563f2840e7cd795f5fc157003af3c932cb4d1)
2008-04-02Move handle utility functions to public header, remove more public headers.Jelmer Vernooij1-1/+2
(This used to be commit 92e71c19f4e1d3ca123a083942ec578d21f7012c)
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij23-50/+342
(This used to be commit 47ffbbf67435904754469544390b67d34c958343)
2008-04-01Add warning to public headers.Jelmer Vernooij2-0/+9
(This used to be commit 7bfe359c73aac96f8e983e8d5e9621235cf79a3a)
2008-04-01Fix dependency on samba-hostconfig.Jelmer Vernooij1-1/+1
(This used to be commit ba91b609f5a6e2dd93b931a155cbce0c27ebd6d6)
2008-04-01Rename libsamba-config to libsamba-hostconfig.Jelmer Vernooij1-3/+3
(This used to be commit c46b7e90e347da76156ddcae4866adb88e9fec21)
2008-03-18libndr: EXT_NSL doesn't exist anymore, but it wasn't needed anywayStefan Metzmacher1-1/+1
metze (This used to be commit 33347928e17dead3485de7dcfb0915da4638da05)
2008-03-12opendb: pass down a pointer to the fd in odb_open_file()Stefan Metzmacher1-0/+1
This prepares kernel oplock support. metze (This used to be commit 9db9b6d85d80a8aaa8bd432afaef9bb634d7364d)
2008-03-06Ignore Kerberos PAC type 12.Günther Deschner1-5/+6
Until we worked out the PAC_TYPE_UNKNOWN_12 format (or received documentation) ignore it so that the PAC parsing can proceed. Guenther (cherry picked from commit 3630ec26c99fdea46c47117d026f9bffb2c4590a) (This used to be commit 0c1ccbc183c1d2967da2d9a17033f3b116ff7387)
2008-03-06Slowly making progress on PAC_UNKNOWN_12.Günther Deschner1-3/+3
unknown1 and unknown2 are offset headers for the strings. Guenther (cherry picked from commit 7af70e75b9abf92921f33ec4207ad486ee2493d6) (This used to be commit ad19da7f83761948f379921560da34bb6a01e625)
2008-03-06Add new Windows 2008 Kerberos PAC Type 12 (apparently again undocumented).Günther Deschner1-1/+16
We need at least to parse this in order to correctly support kerberized session setup from w2k8 as well as local pam_winbind logons using kerberos. Guenther (cherry picked from commit 4ba62d49d740c43cf17ceef1534cf1c8a7e4a130) (This used to be commit ef0971206cda598e6bfad2ff06a3d2e9e8131682)
2008-03-06opendb: add allow_level_II_oplock parameter to odb_open_file()Stefan Metzmacher1-0/+1
Not all clients support a fallback to level II oplocks. metze (This used to be commit 146f1fe0b67ca0805f0e71358abc57da0c0579a9)
2008-02-29Use special make variables.Jelmer Vernooij1-3/+3
(This used to be commit dfb4ddcd5dbd27d275e7a41ede5441be25db9a35)
2008-02-29Move public header accumulation out of the perl code.Jelmer Vernooij1-19/+40
Never install generated prototype files. It's easier to break the API when using them and they're not easily readable for 3rd party users. Conflicts: source/auth/config.mk source/auth/credentials/config.mk source/auth/gensec/config.mk source/build/smb_build/config_mk.pm source/build/smb_build/main.pl source/build/smb_build/makefile.pm source/dsdb/config.mk source/lib/charset/config.mk source/lib/tdr/config.mk source/lib/util/config.mk source/libcli/config.mk source/libcli/ldap/config.mk source/librpc/config.mk source/param/config.mk source/rpc_server/config.mk source/torture/config.mk (This used to be commit 6c659689ed4081f1d7a6253c538c7f01784197ba)
2008-02-29Move manpage management out of the perl build system.Jelmer Vernooij1-1/+2
(This used to be commit 1dd6bea507f1f5e26cccf89148280721260a4673)
2008-02-28Merge branch 'v4-0-trivial' into v4-0-testJelmer Vernooij2-5/+6
(This used to be commit 6cbb241c05539cc62526a366094c9c472e6422a5)
2008-02-27unixinfo.idl: don't use utf8string anymoreStefan Metzmacher1-2/+2
Note: This changes the on wire format!!! But it's a very bad idea to keep utf8string as it's not valid NDR encoding and noone would be able to write a compatible IDL file using another compiler than pidl. Maybe we should change the uuid, but as this isn't really used yet I keep the old one. metze (This used to be commit 5753d7fd8300d36558d3304418e1b0a300f56575)
2008-02-21Remove more global_loadparm instance.sJelmer Vernooij2-5/+6
(This used to be commit a1280252ce924df69d911e597b7f65d8038abef9)
2008-02-21Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2-2/+11
(This used to be commit 52a8d06f00ab3900e2186e047902dbcbe3138a01)
2008-02-21Remove extra whitespace, use public variable in IDL.Jelmer Vernooij1-1/+1
(This used to be commit bf08b682586f6b9a17d4ec3934836be957ef955c)
2008-02-21srvsvc.idl: don't use STR_LEN4 anymoreStefan Metzmacher1-1/+10
metze (This used to be commit 8c7509bd684ccdabcdb9ad9f75f3dd693ee9c416)
2008-02-21samr.idl: windows uses lsa_AsciiStringLarge in QueryDisplayInfoStefan Metzmacher1-1/+1
Tested with nt4 and w2k3. metze (This used to be commit 24ec069751ef8db1211c50e7ca1e527adaa6432c)
2008-02-19initshutdown.idl: get rid of initshutdown_String and use lsa_StringLargeStefan Metzmacher1-13/+12
metze (This used to be commit d9303cb08324db5ceb89f69a1a71cc3e16fdf250)
2008-02-19winreg.idl: get rid of initshutdown_String and use lsa_StringLargeStefan Metzmacher1-3/+11
metze (This used to be commit 1ccea2a260de83b2e3137f762716ae67070c7024)