summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2003-11-23nicer base type handlingAndrew Tridgell1-6/+6
2003-11-23reduced the number of magic types we need in mkproto.plAndrew Tridgell11-282/+66
2003-11-23we don't need awk nowAndrew Tridgell1-1/+0
2003-11-23get rid of our awk scriptsAndrew Tridgell2-224/+0
2003-11-23changed to perl for mkproto, patch from vanceAndrew Tridgell3-15/+155
2003-11-22added support for enumerated types in IDL files. This makes unionsAndrew Tridgell3-21/+54
2003-11-22added support for 'const' in IDL files. This makes it easy to defineAndrew Tridgell3-13/+33
2003-11-22added the beginnings of an IDL validator, to give clearer errors whenAndrew Tridgell2-0/+104
2003-11-22 * fixed null terminated string handlingAndrew Tridgell4-11/+16
2003-11-22 * fixed handling of relative subcontext unionsAndrew Tridgell3-23/+23
2003-11-22dfs torture test now passesAndrew Tridgell1-7/+6
2003-11-22 * fixed NDR flag inheritance across push subcontextsAndrew Tridgell3-2/+13
2003-11-22 * enable RPC/NDR validation in all smbtorture codeAndrew Tridgell4-4/+7
2003-11-22a fairly major upgrade to the dcerpc systemAndrew Tridgell20-100/+565
2003-11-22 * you can't have two parameters with the same name (pidl doesn't enforceAndrew Tridgell1-3/+3
2003-11-22Convert all NTSTATUS return codes to WERROR.Tim Potter2-53/+334
2003-11-22added Parse::RecDescent module into pidl to ensure we all use the sameAndrew Tridgell4-1/+3058
2003-11-22added some explanations for epmapper IDL and dom_sid2Andrew Tridgell2-1/+24
2003-11-21fixed a bug with pushing non-pointer unionsAndrew Tridgell1-1/+3
2003-11-21fix a smbtorture memory leakAndrew Tridgell1-7/+2
2003-11-21cleaner handling of relative pointers to stringsAndrew Tridgell1-3/+3
2003-11-21don't ignore .h files hereAndrew Tridgell1-1/+1
2003-11-21forgot to commit this, sorryAndrew Tridgell1-0/+41
2003-11-21print out the UUIDs from the end point mapperAndrew Tridgell1-0/+7
2003-11-21* changed the way strings are handled in pidl to a much more generalAndrew Tridgell24-283/+683
2003-11-21Implement DeleteKey, DeleteValue, FlushKey.Tim Potter2-6/+63
2003-11-21Start of winreg idl. Implement OpenHKLM, GetVersion and CloseKey.Tim Potter5-3/+337
2003-11-21More work on eventlog - still doesn't work. (-:Tim Potter2-10/+38
2003-11-21avoid calling the print routines completely if debug level < 2Andrew Tridgell1-6/+7
2003-11-21only display really verbose packet dumps when smbtorture is run atAndrew Tridgell1-2/+6
2003-11-21added 4 more levels to samr_QueryDisplayInfo()Andrew Tridgell5-62/+106
2003-11-21added support for 'ascstr', a ascii string in MSRPC !Andrew Tridgell2-5/+6
2003-11-20ignore generated idl.pmAndrew Tridgell1-1/+2
2003-11-20Todd Sabin pointed out that a couple of the values I marked as hyper_tAndrew Tridgell1-3/+10
2003-11-20we now use a copy of pidl inside the samba4 source tree atAndrew Tridgell3-12851/+4
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