summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* * you can't have two parameters with the same name (pidl doesn't enforceAndrew Tridgell2003-11-221-3/+3
* Convert all NTSTATUS return codes to WERROR.Tim Potter2003-11-222-53/+334
* added Parse::RecDescent module into pidl to ensure we all use the sameAndrew Tridgell2003-11-224-1/+3058
* added some explanations for epmapper IDL and dom_sid2Andrew Tridgell2003-11-222-1/+24
* fixed a bug with pushing non-pointer unionsAndrew Tridgell2003-11-211-1/+3
* fix a smbtorture memory leakAndrew Tridgell2003-11-211-7/+2
* cleaner handling of relative pointers to stringsAndrew Tridgell2003-11-211-3/+3
* don't ignore .h files hereAndrew Tridgell2003-11-211-1/+1
* forgot to commit this, sorryAndrew Tridgell2003-11-211-0/+41
* print out the UUIDs from the end point mapperAndrew Tridgell2003-11-211-0/+7
* * changed the way strings are handled in pidl to a much more generalAndrew Tridgell2003-11-2124-283/+683
* Implement DeleteKey, DeleteValue, FlushKey.Tim Potter2003-11-212-6/+63
* Start of winreg idl. Implement OpenHKLM, GetVersion and CloseKey.Tim Potter2003-11-215-3/+337
* More work on eventlog - still doesn't work. (-:Tim Potter2003-11-212-10/+38
* avoid calling the print routines completely if debug level < 2Andrew Tridgell2003-11-211-6/+7
* only display really verbose packet dumps when smbtorture is run atAndrew Tridgell2003-11-211-2/+6
* added 4 more levels to samr_QueryDisplayInfo()Andrew Tridgell2003-11-215-62/+106
* added support for 'ascstr', a ascii string in MSRPC !Andrew Tridgell2003-11-212-5/+6
* ignore generated idl.pmAndrew Tridgell2003-11-201-1/+2
* Todd Sabin pointed out that a couple of the values I marked as hyper_tAndrew Tridgell2003-11-201-3/+10
* we now use a copy of pidl inside the samba4 source tree atAndrew Tridgell2003-11-203-12851/+4
* Add initial work on eventlog - doesn't quite work yet.Tim Potter2003-11-205-7/+135
* added samr_QueryDisplayInfo() (only level 1 so far)Andrew Tridgell2003-11-202-1/+57
* * fixed libndr.h headerAndrew Tridgell2003-11-203-34/+12
* moved the pidl auto-generated files out of CVSAndrew Tridgell2003-11-2030-34011/+19
* extensive samr_SetUserInfo/samr_QueryUserInfo testing, withAndrew Tridgell2003-11-204-35/+59
* * fixed level2 of QueryUserInfoAndrew Tridgell2003-11-2013-25/+223
* make sure we don't try to use c++ style variable declarationAndrew Tridgell2003-11-201-1/+5
* started on samr_SetUserInfo()Andrew Tridgell2003-11-208-53/+686
* fixed pushing structures containing pointers inside unionsAndrew Tridgell2003-11-201-1/+1
* a bit neater way of emitting codeAndrew Tridgell2003-11-203-210/+217
* fixed a commentAndrew Tridgell2003-11-201-1/+1
* * cope with pidl not being in $HOME/pidlAndrew Tridgell2003-11-202-3/+9
* fixed srvsvc_NetShareEnumAll()Andrew Tridgell2003-11-204-163/+37
* Add a 1004 level for srvsvc.Richard Sharpe2003-11-204-1/+170
* use a precompiled grammer in pidl. This speeds up pidl by about aAndrew Tridgell2003-11-207-8/+12860
* Added ATSVC pipe.Tim Potter2003-11-208-3/+843
* added samr_LookupRids() and test codeAndrew Tridgell2003-11-205-16/+120
* added samr_LookupNames() and test codeAndrew Tridgell2003-11-2010-46/+127
* avoid compiler warnings for unused variables with [relative] pointersAndrew Tridgell2003-11-201-1/+2
* its LoadStructure() in util.pm that doesn't like strict perl - anyAndrew Tridgell2003-11-201-11/+9
* damn, "use strict;" in util.pm breaks pidl - but why?Andrew Tridgell2003-11-202-1/+1
* use strict perl package everywhere for error checkingAndrew Tridgell2003-11-205-2/+6
* make the echo idl match the win32 IDL againAndrew Tridgell2003-11-204-7/+7
* EnumPrinterData in spoolss now worksAndrew Tridgell2003-11-206-9/+77
* * added a 'lstring' type for spoolssAndrew Tridgell2003-11-203-4/+19
* some errors are expected in SAMR and LSA tests - don't fail the testAndrew Tridgell2003-11-202-0/+18
* * changed to midl syntax using [case(x)] instead of case(x)Andrew Tridgell2003-11-2010-357/+127
* * added support for empty case elements (including default cases)Andrew Tridgell2003-11-203-30/+49
* make the socket send code a little clearerAndrew Tridgell2003-11-201-1/+5