summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-11-20Add a 1004 level for srvsvc.Richard Sharpe4-1/+170
2003-11-20use a precompiled grammer in pidl. This speeds up pidl by about aAndrew Tridgell7-8/+12860
2003-11-20Added ATSVC pipe.Tim Potter8-3/+843
2003-11-20added samr_LookupRids() and test codeAndrew Tridgell5-16/+120
2003-11-20added samr_LookupNames() and test codeAndrew Tridgell10-46/+127
2003-11-20avoid compiler warnings for unused variables with [relative] pointersAndrew Tridgell1-1/+2
2003-11-20its LoadStructure() in util.pm that doesn't like strict perl - anyAndrew Tridgell1-11/+9
2003-11-20damn, "use strict;" in util.pm breaks pidl - but why?Andrew Tridgell2-1/+1
2003-11-20use strict perl package everywhere for error checkingAndrew Tridgell5-2/+6
2003-11-20make the echo idl match the win32 IDL againAndrew Tridgell4-7/+7
2003-11-20EnumPrinterData in spoolss now worksAndrew Tridgell6-9/+77
2003-11-20 * added a 'lstring' type for spoolssAndrew Tridgell3-4/+19
2003-11-20some errors are expected in SAMR and LSA tests - don't fail the testAndrew Tridgell2-0/+18
2003-11-20 * changed to midl syntax using [case(x)] instead of case(x)Andrew Tridgell10-357/+127
2003-11-20 * added support for empty case elements (including default cases)Andrew Tridgell3-30/+49
2003-11-20make the socket send code a little clearerAndrew Tridgell1-1/+5
2003-11-19fixed wkssvc idl and test code for TransportEnumAndrew Tridgell4-87/+25
2003-11-19updated copyright yearAndrew Tridgell1-1/+1
2003-11-19switched to a new way of handling unions, so that we can handleAndrew Tridgell2-30/+123
2003-11-19switched to a new way of handling unions, so that we can handleAndrew Tridgell18-963/+373
2003-11-19Fix up some things in the IDL, and fix up a mistake I made before.Richard Sharpe2-2/+2
2003-11-19Some simple tweaks to the IDL to make it more correct ...Richard Sharpe1-7/+11
2003-11-19started to expand the echo tests to include more interesting testAndrew Tridgell5-28/+440
2003-11-19srvsvc IDL and test code from metze. Thanks!Andrew Tridgell8-3/+8720
2003-11-19after discussions with lukeh, I think we found a alignment bug in oldAndrew Tridgell5-26/+116
2003-11-19slightly more accurate structure alignment code - I need to do properAndrew Tridgell2-3/+2
2003-11-19removed an unused structureAndrew Tridgell3-14/+0
2003-11-19change to AuditEventsInfo struct from lukehAndrew Tridgell3-33/+16
2003-11-19fixed country code field in samr_UserInfo5Andrew Tridgell3-4/+8
2003-11-19possibly better handling of NULL secdesc (thanks to lukeh)Andrew Tridgell3-27/+57
2003-11-19init samr and lsa names so the debug display looks rightAndrew Tridgell2-4/+23
2003-11-19separate the reason and result codes in a bind_ack. This is needed forAndrew Tridgell2-2/+4
2003-11-18added a thanks to Todd Sabin (with his permission)Andrew Tridgell1-0/+5
2003-11-18added another wkssvc info levelAndrew Tridgell4-1/+197
2003-11-18added samr_CreateUser() samr_DeleteUser(). The test suite creates aAndrew Tridgell6-116/+70
2003-11-18get rid of the old rpcclient code - it needs to be rewritten to use the new r...Andrew Tridgell12-7598/+0
2003-11-18cope with no printers returned from EnumPrintersAndrew Tridgell1-0/+5
2003-11-18changed wks to wkssvc (suggestion from metze). Started adding samr_CreateUser().Andrew Tridgell10-602/+834
2003-11-18Working on EnumPrinterData. There appears to be an alignment problemTim Potter2-5/+49
2003-11-18added samr_QuerySecurity() call that displays the ACL for any handle.Andrew Tridgell4-1/+87
2003-11-18use the auto-generated UUID, version and name rather than listing themAndrew Tridgell19-308/+348
2003-11-18remove some old junk from the MakefileAndrew Tridgell1-116/+0
2003-11-18auto-generate the pipe UUID version and nameAndrew Tridgell2-11/+34
2003-11-18fill in skeletons for the rest of the function calls in wkssvc (basedAndrew Tridgell5-35/+2436
2003-11-18support the 'default' case in IDL unionsAndrew Tridgell2-16/+62
2003-11-18ignore c and h files in the idl dir. This makes it easier toAndrew Tridgell1-0/+1
2003-11-18* use the new auto-generated debug code method.Andrew Tridgell22-992/+3035
2003-11-18auto-generate top-level debug print functions when a flag is set onAndrew Tridgell2-18/+22
2003-11-17remove an unused variableAndrew Tridgell1-1/+0
2003-11-17added wkssvc.idl and test codeAndrew Tridgell8-3/+312