summaryrefslogtreecommitdiff
path: root/source4/librpc
AgeCommit message (Collapse)AuthorFilesLines
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)
2008-02-19drsblobs.idl: don't use asclstrStefan Metzmacher1-1/+2
metze (This used to be commit f42cc9134004597eff19e477d3ed0693d5e6fef6)
2008-02-19lsa.idl: strlen_m*() also for the lsa_AsciiString* versionsStefan Metzmacher1-4/+4
We already did this before b994f899b42d294c0418bdc82660a2f7510667d6. This is needed to handle NULL strings, where strlen() would crash... Maybe we should add a strlen_a() and strlen_a_term() later... metze (This used to be commit c388efab13d1be2086a99e6615fa348c4cdc4594)
2008-02-19lsa.idl: use strlen_m_term() in lsa_StringLarge to support NULL stringsStefan Metzmacher1-1/+1
metze (This used to be commit bdd8d9ebdf184ee3e23a8de92fa4dec7123a8824)
2008-02-18Rename include to mkinclude to emphasize it is different from make's include.Jelmer Vernooij1-1/+1
(This used to be commit 0e1d0a874ae3d22b8f97a79b81fe0af3ef53a771)
2008-02-15lsa.idl: add lsa_AsciiStringLargeStefan Metzmacher1-0/+6
metze (This used to be commit 646c597b79cb01474ed8139e4e790206bd84632c)
2008-02-15lsa.idl: don't use ascstr_noterm anymoreStefan Metzmacher1-3/+3
metze (This used to be commit b994f899b42d294c0418bdc82660a2f7510667d6)
2008-02-15epmapper.idl: don't use ascstr2 anymoreStefan Metzmacher1-1/+10
metze (This used to be commit 96f1ad6d27fdfecd3a07a05052c8085d66472106)
2008-02-15epmapper.idl: add link to official IDLStefan Metzmacher1-0/+1
metze (This used to be commit b5c0a6c114b5c832f742bd84179e5e9a5aed3698)
2008-02-15dcerpc.idl: use charset() instead of ascstr3Stefan Metzmacher1-1/+2
metze (This used to be commit 47447f60bc8e5dd1021752e9b011f22762e45eed)
2008-02-15ndr_sec_helper: create a completely zero sid, so that ndr_size_dom_sid28 can ↵Stefan Metzmacher1-0/+3
return 0 metze (This used to be commit ae6976eb4a8ddafc40ce91f68c9bca861502093b)
2008-02-15drsuapi.idl: use charset() instead of the exotic flags() and stringStefan Metzmacher1-3/+6
metze (This used to be commit 70c7faace76a84d2fe15accf4f8a1ca0ad905bd4)
2008-02-15krb5pac.idl: use charset() instead of string type with flagsStefan Metzmacher1-1/+2
metze (This used to be commit 30657ae0ebdb85ae995a3dfe3ce123851fd92e0f)