summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* nicer base type handlingAndrew Tridgell2003-11-231-6/+6
* reduced the number of magic types we need in mkproto.plAndrew Tridgell2003-11-2311-282/+66
* we don't need awk nowAndrew Tridgell2003-11-231-1/+0
* get rid of our awk scriptsAndrew Tridgell2003-11-232-224/+0
* changed to perl for mkproto, patch from vanceAndrew Tridgell2003-11-233-15/+155
* added support for enumerated types in IDL files. This makes unionsAndrew Tridgell2003-11-223-21/+54
* added support for 'const' in IDL files. This makes it easy to defineAndrew Tridgell2003-11-223-13/+33
* added the beginnings of an IDL validator, to give clearer errors whenAndrew Tridgell2003-11-222-0/+104
* * fixed null terminated string handlingAndrew Tridgell2003-11-224-11/+16
* * fixed handling of relative subcontext unionsAndrew Tridgell2003-11-223-23/+23
* dfs torture test now passesAndrew Tridgell2003-11-221-7/+6
* * fixed NDR flag inheritance across push subcontextsAndrew Tridgell2003-11-223-2/+13
* * enable RPC/NDR validation in all smbtorture codeAndrew Tridgell2003-11-224-4/+7
* a fairly major upgrade to the dcerpc systemAndrew Tridgell2003-11-2220-100/+565
* * 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