Age | Commit message (Expand) | Author | Files | Lines |
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 | we now use a copy of pidl inside the samba4 source tree at | Andrew Tridgell | 3 | -12851/+4 |
2003-11-20 | Add initial work on eventlog - doesn't quite work yet. | Tim Potter | 5 | -7/+135 |
2003-11-20 | added samr_QueryDisplayInfo() (only level 1 so far) | Andrew Tridgell | 2 | -1/+57 |
2003-11-20 | * fixed libndr.h header | Andrew Tridgell | 3 | -34/+12 |
2003-11-20 | moved the pidl auto-generated files out of CVS | Andrew Tridgell | 30 | -34011/+19 |
2003-11-20 | extensive samr_SetUserInfo/samr_QueryUserInfo testing, with | Andrew Tridgell | 4 | -35/+59 |
2003-11-20 | * fixed level2 of QueryUserInfo | Andrew Tridgell | 13 | -25/+223 |
2003-11-20 | make sure we don't try to use c++ style variable declaration | Andrew Tridgell | 1 | -1/+5 |
2003-11-20 | started on samr_SetUserInfo() | Andrew Tridgell | 8 | -53/+686 |
2003-11-20 | fixed pushing structures containing pointers inside unions | Andrew Tridgell | 1 | -1/+1 |
2003-11-20 | a bit neater way of emitting code | Andrew Tridgell | 3 | -210/+217 |
2003-11-20 | fixed a comment | Andrew Tridgell | 1 | -1/+1 |
2003-11-20 | * cope with pidl not being in $HOME/pidl | Andrew Tridgell | 2 | -3/+9 |
2003-11-20 | fixed srvsvc_NetShareEnumAll() | Andrew Tridgell | 4 | -163/+37 |
2003-11-20 | Add a 1004 level for srvsvc. | Richard Sharpe | 4 | -1/+170 |
2003-11-20 | use a precompiled grammer in pidl. This speeds up pidl by about a | Andrew Tridgell | 7 | -8/+12860 |
2003-11-20 | Added ATSVC pipe. | Tim Potter | 8 | -3/+843 |
2003-11-20 | added samr_LookupRids() and test code | Andrew Tridgell | 5 | -16/+120 |
2003-11-20 | added samr_LookupNames() and test code | Andrew Tridgell | 10 | -46/+127 |
2003-11-20 | avoid compiler warnings for unused variables with [relative] pointers | Andrew Tridgell | 1 | -1/+2 |
2003-11-20 | its LoadStructure() in util.pm that doesn't like strict perl - any | Andrew Tridgell | 1 | -11/+9 |
2003-11-20 | damn, "use strict;" in util.pm breaks pidl - but why? | Andrew Tridgell | 2 | -1/+1 |
2003-11-20 | use strict perl package everywhere for error checking | Andrew Tridgell | 5 | -2/+6 |
2003-11-20 | make the echo idl match the win32 IDL again | Andrew Tridgell | 4 | -7/+7 |
2003-11-20 | EnumPrinterData in spoolss now works | Andrew Tridgell | 6 | -9/+77 |
2003-11-20 | * added a 'lstring' type for spoolss | Andrew Tridgell | 3 | -4/+19 |
2003-11-20 | some errors are expected in SAMR and LSA tests - don't fail the test | Andrew Tridgell | 2 | -0/+18 |
2003-11-20 | * changed to midl syntax using [case(x)] instead of case(x) | Andrew Tridgell | 10 | -357/+127 |
2003-11-20 | * added support for empty case elements (including default cases) | Andrew Tridgell | 3 | -30/+49 |
2003-11-20 | make the socket send code a little clearer | Andrew Tridgell | 1 | -1/+5 |
2003-11-19 | fixed wkssvc idl and test code for TransportEnum | Andrew Tridgell | 4 | -87/+25 |
2003-11-19 | updated copyright year | Andrew Tridgell | 1 | -1/+1 |
2003-11-19 | switched to a new way of handling unions, so that we can handle | Andrew Tridgell | 2 | -30/+123 |
2003-11-19 | switched to a new way of handling unions, so that we can handle | Andrew Tridgell | 18 | -963/+373 |
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 | 5 | -28/+440 |
2003-11-19 | srvsvc IDL and test code from metze. Thanks! | Andrew Tridgell | 8 | -3/+8720 |
2003-11-19 | after discussions with lukeh, I think we found a alignment bug in old | Andrew Tridgell | 5 | -26/+116 |
2003-11-19 | slightly more accurate structure alignment code - I need to do proper | Andrew Tridgell | 2 | -3/+2 |
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 | init samr and lsa names so the debug display looks right | Andrew Tridgell | 2 | -4/+23 |
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 | 4 | -1/+197 |
2003-11-18 | added samr_CreateUser() samr_DeleteUser(). The test suite creates a | Andrew Tridgell | 6 | -116/+70 |