index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
librpc
/
idl
/
wkssvc.idl
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-07
wkssvc.idl: fix idl for wkssvc_NetrGetJoinableOus[2]()
Stefan Metzmacher
1
-2
/
+10
2008-02-04
wkssvc.idl: don't use pointer_default_top() and specify "unique" explizit
Stefan Metzmacher
1
-72
/
+71
2008-01-12
idl: Use typedef rather than declare.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26211: Add very basic test_NetrJoinDomain2() test which can join xp workstat...
Günther Deschner
1
-1
/
+1
2007-12-21
r26209: For consistency, rename one argument in NetrJoinDomain.
Günther Deschner
1
-1
/
+1
2007-12-21
r26176: Fix in,out mismatch in wkssvc_NetrWkstaUserSetInfo().
Günther Deschner
1
-1
/
+1
2007-12-21
r26169: Use the NDR_PAHEX flag to print the encrypted wkssvc password buffer.
Günther Deschner
1
-3
/
+5
2007-12-21
r26168: Add two more documented WKSSVC_JOIN_FLAGS.
Günther Deschner
1
-0
/
+2
2007-12-21
r26167: Just for completeness, add some more documented wkssvc_NetWkstaInfo i...
Günther Deschner
1
-0
/
+124
2007-12-21
r26166: Put [ref] in the front in wkssvc IDL.
Günther Deschner
1
-12
/
+12
2007-12-21
r26165: Add IDL and torture test for wkssvc_NetrGetJoinableOus() and
Günther Deschner
1
-2
/
+16
2007-12-21
r26164: Add IDL for wkssvc_NetrJoinDomain() and wkssvc_NetrUnjoinDomain().
Günther Deschner
1
-2
/
+14
2007-12-21
r26163: Add IDL and torture test for wkssvc_NetrGetJoinInformation().
Günther Deschner
1
-1
/
+12
2007-12-21
r26158: Add IDL for wkssvc_NetrRenameMachineInDomain().
Günther Deschner
1
-6
/
+12
2007-12-21
r26157: Add IDL and torture test for wkssvc_NetrSetPrimaryComputername().
Günther Deschner
1
-1
/
+7
2007-12-21
r26155: Add IDL and torture teset for wkssvc_NetrMessageBufferSend().
Günther Deschner
1
-1
/
+7
2007-12-21
r26154: Add IDL and torture test for wkssvc_NetrWorkstationStatistics(). A lo...
Günther Deschner
1
-1
/
+50
2007-12-21
r26152: Add IDL and torture test for wkssvc_NetrEnumerateComputerNames().
Günther Deschner
1
-2
/
+19
2007-12-21
r26151: Add IDL and torture test for wkssvc_NetrValidateName() and
Günther Deschner
1
-2
/
+23
2007-12-21
r26150: Add IDL and torture test for wkssvc_NetrLogonDomainNameAdd() and
Günther Deschner
1
-2
/
+6
2007-12-21
r26149: Add IDL for wkssvc_NetrWkstaUserSetInfo(). No torture test yet.
Günther Deschner
1
-3
/
+6
2007-12-21
r26148: Add IDL and torture test for wkssvc_NetrUseGetInfo().
Günther Deschner
1
-1
/
+6
2007-12-21
r26147: Add IDL and torture test for wkssvc_NetrUseDel and wkssvc_NetrUseAdd.
Günther Deschner
1
-11
/
+32
2007-12-21
r26146: Add IDL and torture test for wkssvc_NetrUseEnum().
Günther Deschner
1
-1
/
+60
2007-12-21
r26144: Add IDL and torture test for wkssvc_NetrWkstaTransportAdd and
Günther Deschner
1
-7
/
+20
2007-12-21
r26143: Add IDL and torture test for wkssvc_NetrWkstaUserGetInfo.
Günther Deschner
1
-1
/
+16
2007-12-21
r26142: Cleanup IDL and add torture test for wkssvc_NetWkstaEnumUsers.
Günther Deschner
1
-15
/
+18
2007-12-21
r26141: Reflect pointer_default(unique) setting.
Günther Deschner
1
-15
/
+15
2007-10-10
r22339: Run some more tests.
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r19588: Use include and import statements rather than depends() and helper().
Jelmer Vernooij
1
-2
/
+3
2007-10-10
r18639: Get rid of the keepref support
Jelmer Vernooij
1
-2
/
+1
2007-10-10
r15776: Don't generate ref pointers in Samba4-generated code. There is no point
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r15653: Remove idl_types.h include where possible. Remove
Jelmer Vernooij
1
-2
/
+0
2007-10-10
r15281: A few updates for consistency's sake
Jim McDonough
1
-3
/
+3
2007-10-10
r14639: the platform id is 32 bit...
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r12136: fixed a bug in NetWkstaTransportEnum() from the recent merge with eth...
Andrew Tridgell
1
-1
/
+0
2007-10-10
r12085: wkssvc.idl updated based on work by Ronnie Sahlberg to bring the
Andrew Tridgell
1
-10
/
+152
2007-10-10
r11100: Replace unistr with [string,charset(UTF16)]
Jelmer Vernooij
1
-13
/
+13
2007-10-10
r7029: Make array support in pidl similar to that in other IDL compilers. We ...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r6973: Merge new version of pidl into the main SAMBA_4_0 branch.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r5661: Be a little stricter on syntax regarding arrays. A pointer to an
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r4558: more use of bitmaps and enums
Stefan Metzmacher
1
-4
/
+6
2007-10-10
r4426: fix same names
Stefan Metzmacher
1
-12
/
+12
2007-10-10
r3283: converted to quoted uuid() defines in all our IDL. This should help
Andrew Tridgell
1
-1
/
+1
2007-10-10
r1838: Updates from the airplane:
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r132: fill in the correct default case for the WKSSVC GetInfo call
Andrew Tridgell
1
-0
/
+1
2003-12-20
latest srvsvc and wkssvc IDL from metze
Andrew Tridgell
1
-19
/
+24
2003-11-21
* changed the way strings are handled in pidl to a much more general
Andrew Tridgell
1
-0
/
+2
2003-11-20
* changed to midl syntax using [case(x)] instead of case(x)
Andrew Tridgell
1
-5
/
+6
2003-11-19
fixed wkssvc idl and test code for TransportEnum
Andrew Tridgell
1
-7
/
+2
[next]