summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-11-20Add initial work on eventlog - doesn't quite work yet.Tim Potter5-7/+135
2003-11-20added samr_QueryDisplayInfo() (only level 1 so far)Andrew Tridgell2-1/+57
2003-11-20* fixed libndr.h headerAndrew Tridgell3-34/+12
2003-11-20moved the pidl auto-generated files out of CVSAndrew Tridgell30-34011/+19
2003-11-20extensive samr_SetUserInfo/samr_QueryUserInfo testing, withAndrew Tridgell4-35/+59
2003-11-20 * fixed level2 of QueryUserInfoAndrew Tridgell13-25/+223
2003-11-20make sure we don't try to use c++ style variable declarationAndrew Tridgell1-1/+5
2003-11-20started on samr_SetUserInfo()Andrew Tridgell8-53/+686
2003-11-20fixed pushing structures containing pointers inside unionsAndrew Tridgell1-1/+1
2003-11-20a bit neater way of emitting codeAndrew Tridgell3-210/+217
2003-11-20fixed a commentAndrew Tridgell1-1/+1
2003-11-20 * cope with pidl not being in $HOME/pidlAndrew Tridgell2-3/+9
2003-11-20fixed srvsvc_NetShareEnumAll()Andrew Tridgell4-163/+37
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