Age | Commit message (Expand) | Author | Files | Lines |
2003-11-21 | * changed the way strings are handled in pidl to a much more general | Andrew Tridgell | 15 | -246/+449 |
2003-11-21 | Implement DeleteKey, DeleteValue, FlushKey. | Tim Potter | 1 | -6/+11 |
2003-11-21 | Start of winreg idl. Implement OpenHKLM, GetVersion and CloseKey. | Tim Potter | 2 | -0/+207 |
2003-11-21 | More work on eventlog - still doesn't work. (-: | Tim Potter | 1 | -5/+19 |
2003-11-21 | avoid calling the print routines completely if debug level < 2 | Andrew Tridgell | 1 | -6/+7 |
2003-11-21 | only display really verbose packet dumps when smbtorture is run at | Andrew Tridgell | 1 | -2/+6 |
2003-11-21 | added 4 more levels to samr_QueryDisplayInfo() | Andrew Tridgell | 4 | -51/+89 |
2003-11-20 | Todd Sabin pointed out that a couple of the values I marked as hyper_t | Andrew Tridgell | 1 | -3/+10 |
2003-11-20 | Add initial work on eventlog - doesn't quite work yet. | Tim Potter | 2 | -0/+33 |
2003-11-20 | added samr_QueryDisplayInfo() (only level 1 so far) | Andrew Tridgell | 1 | -1/+29 |
2003-11-20 | * fixed libndr.h header | Andrew Tridgell | 2 | -33/+9 |
2003-11-20 | moved the pidl auto-generated files out of CVS | Andrew Tridgell | 28 | -34000/+2 |
2003-11-20 | extensive samr_SetUserInfo/samr_QueryUserInfo testing, with | Andrew Tridgell | 3 | -25/+25 |
2003-11-20 | * fixed level2 of QueryUserInfo | Andrew Tridgell | 11 | -10/+125 |
2003-11-20 | started on samr_SetUserInfo() | Andrew Tridgell | 7 | -51/+603 |
2003-11-20 | fixed srvsvc_NetShareEnumAll() | Andrew Tridgell | 3 | -158/+29 |
2003-11-20 | Add a 1004 level for srvsvc. | Richard Sharpe | 3 | -0/+169 |
2003-11-20 | Added ATSVC pipe. | Tim Potter | 5 | -0/+673 |
2003-11-20 | added samr_LookupRids() and test code | Andrew Tridgell | 4 | -15/+104 |
2003-11-20 | added samr_LookupNames() and test code | Andrew Tridgell | 9 | -44/+83 |
2003-11-20 | make the echo idl match the win32 IDL again | Andrew Tridgell | 3 | -6/+6 |
2003-11-20 | EnumPrinterData in spoolss now works | Andrew Tridgell | 5 | -4/+72 |
2003-11-20 | * changed to midl syntax using [case(x)] instead of case(x) | Andrew Tridgell | 10 | -357/+127 |
2003-11-19 | fixed wkssvc idl and test code for TransportEnum | Andrew Tridgell | 3 | -79/+21 |
2003-11-19 | switched to a new way of handling unions, so that we can handle | Andrew Tridgell | 15 | -919/+335 |
2003-11-19 | Fix up some things in the IDL, and fix up a mistake I made before. | Richard Sharpe | 2 | -2/+2 |
2003-11-19 | Some simple tweaks to the IDL to make it more correct ... | Richard Sharpe | 1 | -7/+11 |
2003-11-19 | started to expand the echo tests to include more interesting test | Andrew Tridgell | 4 | -26/+407 |
2003-11-19 | srvsvc IDL and test code from metze. Thanks! | Andrew Tridgell | 5 | -0/+8418 |
2003-11-19 | after discussions with lukeh, I think we found a alignment bug in old | Andrew Tridgell | 5 | -26/+116 |
2003-11-19 | removed an unused structure | Andrew Tridgell | 3 | -14/+0 |
2003-11-19 | change to AuditEventsInfo struct from lukeh | Andrew Tridgell | 3 | -33/+16 |
2003-11-19 | fixed country code field in samr_UserInfo5 | Andrew Tridgell | 3 | -4/+8 |
2003-11-19 | possibly better handling of NULL secdesc (thanks to lukeh) | Andrew Tridgell | 3 | -27/+57 |
2003-11-19 | separate the reason and result codes in a bind_ack. This is needed for | Andrew Tridgell | 2 | -2/+4 |
2003-11-18 | added a thanks to Todd Sabin (with his permission) | Andrew Tridgell | 1 | -0/+5 |
2003-11-18 | added another wkssvc info level | Andrew Tridgell | 3 | -0/+196 |
2003-11-18 | added samr_CreateUser() samr_DeleteUser(). The test suite creates a | Andrew Tridgell | 5 | -114/+28 |
2003-11-18 | changed wks to wkssvc (suggestion from metze). Started adding samr_CreateUser(). | Andrew Tridgell | 8 | -596/+822 |
2003-11-18 | Working on EnumPrinterData. There appears to be an alignment problem | Tim Potter | 1 | -5/+4 |
2003-11-18 | added samr_QuerySecurity() call that displays the ACL for any handle. | Andrew Tridgell | 3 | -1/+49 |
2003-11-18 | use the auto-generated UUID, version and name rather than listing them | Andrew Tridgell | 12 | -298/+317 |
2003-11-18 | fill in skeletons for the rest of the function calls in wkssvc (based | Andrew Tridgell | 4 | -33/+2394 |
2003-11-18 | ignore c and h files in the idl dir. This makes it easier to | Andrew Tridgell | 1 | -0/+1 |
2003-11-18 | * use the new auto-generated debug code method. | Andrew Tridgell | 16 | -926/+3015 |
2003-11-17 | added wkssvc.idl and test code | Andrew Tridgell | 5 | -0/+239 |
2003-11-17 | * add another WERR err code | Andrew Tridgell | 10 | -1/+4628 |
2003-11-17 | use [subcontext] to make GetPrinter a bit easier in smbtorture | Andrew Tridgell | 7 | -276/+25 |
2003-11-17 | security descriptors are no longer a "special" type, they are handled | Andrew Tridgell | 16 | -542/+438 |
2003-11-17 | call OpenPrinterEx on each printer on the server, and then call | Andrew Tridgell | 6 | -65/+72 |