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