summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2000-05-24Testharness for masktest program.Tim Potter1-0/+57
2000-05-24use \\ in front of filenamesAndrew Tridgell1-2/+2
2000-05-24Test wildcard rename function.Tim Potter1-0/+59
2000-05-24use lp_workgroup()Andrew Tridgell1-10/+13
2000-05-24Environment variables for single server test scripts.Tim Potter1-0/+36
2000-05-24Routines for driving smbclient from DejaGnu.Tim Potter1-0/+52
2000-05-24use lp_workgroup()Andrew Tridgell1-3/+4
2000-05-24torture test:Luke Leighton1-0/+91
2000-05-23Did a proper fix for the file access on IPC$. Denied all pipe opens onJeremy Allison3-126/+202
2000-05-23Fixed bug where file access was allowed on IPC$ share.Jeremy Allison4-5/+11
2000-05-22Added -W workgroup command line option.Tim Potter2-2/+12
2000-05-22Modify NT driver heirarchy to fix HP bug with duplicate printer driverJeremy Allison1-10/+58
2000-05-22more aparser stuff - we now handle everything but the idl headers in srvsvc.idlAndrew Tridgell8-140/+699
2000-05-18Added the NETDFS pipe to allow remote administration of the msdfs symlinksShirish Kalele14-42/+1352
2000-05-17Changed name of case_sensitive in mask_match to avaid gcc "shadow global"Jeremy Allison1-4/+2
2000-05-17Fixed bug I introduced last night (sorry). Now truncate incoming prs_structJeremy Allison3-3/+34
2000-05-17error check in vluke.cAndrew Tridgell2-7/+198
2000-05-17started converting matty's srvsvc.idl to a .struct fileAndrew Tridgell1-0/+78
2000-05-17added primitive define macrosAndrew Tridgell2-19/+14
2000-05-17- added typedefsAndrew Tridgell7-65/+131
2000-05-17Fixed bug where mallocd size of prs_struct could be larger thanJeremy Allison2-4/+8
2000-05-17Updated VFS examples to use ftruncate() and lock() functions.Tim Potter2-135/+150
2000-05-17minor parse updatesAndrew Tridgell3-8/+7
2000-05-17Cutover from 2.2.x - missed in merge.Jeremy Allison1-4/+2
2000-05-16Synced up srv_samr with HP changes. Added error checking to original codeJeremy Allison4-266/+777
2000-05-16a useful script, just go "./build foo.struct" and you get a fullAndrew Tridgell1-0/+7
2000-05-16the vluke program now takes a structure name on the command lineAndrew Tridgell6-16/+79
2000-05-16take the sructure name to run through vluke on the command lineAndrew Tridgell7-34/+98
2000-05-16added the ".trailer" type, to mark where a packet turns into a trailerAndrew Tridgell6-58/+97
2000-05-16another awk parser updateAndrew Tridgell19-165/+284
2000-05-16Removed extra unistr_to_dos prototype from msdfs/msdfs.cShirish Kalele1-2/+0
2000-05-16The new msdfs implementation that uses symlinks to point to otherShirish Kalele12-815/+382
2000-05-15Check error returns.Jeremy Allison1-4/+9
2000-05-15Added Shirish's reg changes to HEAD. Sync up with 2.2.0 backport.Jeremy Allison4-117/+125
2000-05-15Added fix for Win2k ACL query code from Shirish. I need this back portedJeremy Allison1-3/+54
2000-05-15passdb/secrets.c: Fix typo in comment.Jeremy Allison4-15/+5
2000-05-15started update to handle arbitrary arraysAndrew Tridgell8-145/+147
2000-05-15call prs_dump() on every input and output packet so we have plenty ofAndrew Tridgell1-2/+13
2000-05-15don't call prs_dump() hereAndrew Tridgell1-1/+0
2000-05-15update grow_size in prs_growAndrew Tridgell1-1/+3
2000-05-15addd grow_size to prs_struct so we know how much data is actually inAndrew Tridgell1-1/+2
2000-05-15need to allocate the union pointerAndrew Tridgell1-0/+2
2000-05-15align at the end of every structure parserAndrew Tridgell1-0/+1
2000-05-15use grow_size to determine size of dumpAndrew Tridgell1-1/+1
2000-05-15added grow_size to prs structureAndrew Tridgell2-1/+4
2000-05-15add prs_dump() at the top level rpc switchAndrew Tridgell1-0/+2
2000-05-15make prs_dump() store up to 100 variants of each msg typeAndrew Tridgell1-4/+11
2000-05-14add uint16 support, start to parse more of spoolssAndrew Tridgell3-1/+49
2000-05-14moved *.tpl templates into templates/ subdirectoryAndrew Tridgell1-0/+1
2000-05-14vastly improved awk based code generatorAndrew Tridgell31-168/+612