summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/dfs.idl
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r25848: Add IDL and torture test for dfs_SetDcAddress and dfs_GetDcAddress.Günther Deschner1-2/+12
2007-12-21r25815: Small DFS idl fixes.Günther Deschner1-3/+14
2007-12-21r25696: Fix pipe name for dfs.Günther Deschner1-1/+1
2007-10-10r25301: Merge my includes.h cleanups.Jelmer Vernooij1-0/+2
2007-10-10r24751: Run more tests, remove empty testsuites, more small improvements.Jelmer Vernooij1-1/+2
2007-10-10r21381: dfs tests.Jelmer Vernooij1-2/+2
2007-10-10r18843: Got DFS_MANAGER_VERSION_NT4 wrong.Günther Deschner1-1/+1
2007-10-10r18815: Fill in IDL for domain based DFS root functions (dfs_AddFtRoot,Günther Deschner1-3/+28
2007-10-10r18776: Fill in and test dfs_ManagerInitialize().Günther Deschner1-1/+4
2007-10-10r18765: Fill in dfs_SetInfo() IDL and align function arguments with the namesGünther Deschner1-11/+17
2007-10-10r18762: Fillin standalone DFS root functions IDL.Günther Deschner1-7/+21
2007-10-10r18746: Fix the build.Günther Deschner1-1/+1
2007-10-10r18738: Fill in dfs_VolumeState.Günther Deschner1-6/+16
2007-10-10r18737: Fill in the documented dfs_Target_PriorityClass.Günther Deschner1-1/+10
2007-10-10r18736: Fill in the dfs_PropertyFlags (verified with dfsutil.exe).Günther Deschner1-3/+12
2007-10-10r18735: Fill in dfs_StorageState.Günther Deschner1-3/+12
2007-10-10r18734: Add flag to distinguish a standalone from a domain based DFS root.Günther Deschner1-1/+6
2007-10-10r18733: More work on DFS idl. Start to add new infolevels (as of w2k3 sp1).Günther Deschner1-1/+67
2007-10-10r18639: Get rid of the keepref supportJelmer Vernooij1-2/+1
2007-10-10r18630: Better way to display ref-pointers with [print]. Thanks to metze forGünther Deschner1-2/+2
2007-10-10r18629: There is no such "unknown" pointer in dfs_Enum().Günther Deschner1-1/+0
2007-10-10r18628: dfs_EnumEx() also takes a ref pointer.Günther Deschner1-5/+5
2007-10-10r18627: only cosmetic reformat, no functional changes.Günther Deschner1-21/+21
2007-10-10r18625: dfs_GetManagerVersion() returns a version number, not just an existGünther Deschner1-1/+7
2007-10-10r18624: path is a ref pointer in dfs_GetInfo().Günther Deschner1-1/+1
2007-10-10r18468: Add IDL for dfs_EnumEx. Still lacks test(s)Jelmer Vernooij1-1/+7
2007-10-10r15776: Don't generate ref pointers in Samba4-generated code. There is no pointJelmer Vernooij1-1/+2
2007-10-10r15653: Remove idl_types.h include where possible. RemoveJelmer Vernooij1-2/+0
2007-10-10r11098: Replace string with [string]Jelmer Vernooij1-22/+22
2007-10-10r10839: Add some [ref] (required for ethereal and Samba3 parser generators)Jelmer Vernooij1-18/+20
2007-10-10r7029: Make array support in pidl similar to that in other IDL compilers. We ...Jelmer Vernooij1-8/+8
2007-10-10r6973: Merge new version of pidl into the main SAMBA_4_0 branch.Jelmer Vernooij1-0/+1
2007-10-10r5661: Be a little stricter on syntax regarding arrays. A pointer to anJelmer Vernooij1-8/+8
2007-10-10r3283: converted to quoted uuid() defines in all our IDL. This should helpAndrew Tridgell1-1/+1
2007-10-10r1838: Updates from the airplane:Jelmer Vernooij1-1/+2
2007-10-10r1799: List more uuids. FromJelmer Vernooij1-1/+52
2003-11-22dfs torture test now passesAndrew Tridgell1-7/+6
2003-11-21* changed the way strings are handled in pidl to a much more generalAndrew Tridgell1-0/+2
2003-11-20 * changed to midl syntax using [case(x)] instead of case(x)Andrew Tridgell1-15/+15
2003-11-14it turns out that all MS servers ignore the artifact struct_len fieldsAndrew Tridgell1-1/+1
2003-11-14added the dfs_GetInfo all - all levelsAndrew Tridgell1-37/+63
2003-11-14* added levels 4, 200 and 300 to NetDfsEnum. 200 and 300 don't workAndrew Tridgell1-0/+38
2003-11-14* fixed lsa_LookupPrivNameAndrew Tridgell1-5/+38
2003-11-14we can now do a level1 NetDfsEnum()Andrew Tridgell1-3/+23
2003-11-13more dfs workAndrew Tridgell1-3/+2
2003-11-13* fixed conformant arrays in structuresAndrew Tridgell1-0/+57