summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2000-05-14removed old files ready for new awk parserAndrew Tridgell6-361/+0
2000-05-13Added code to do a one-way migration of the old DOMAIN.MACHINE.macJeremy Allison1-4/+259
2000-05-12renamed the harness program to vluke (for "virtual luke")Andrew Tridgell5-8/+8
2000-05-12preliminary support for unionsAndrew Tridgell7-189/+327
2000-05-12this is a awk based code generator. Very primitive at the moment, butAndrew Tridgell6-0/+790
2000-05-12rebuilt protoAndrew Tridgell1-3/+2
2000-05-12changed uniarray_2_ascarray to uniarray_2_dosarrayAndrew Tridgell1-2/+2
2000-05-12Added unicode_to_dos_char() function to address converting single UNICODEJeremy Allison3-4/+27
2000-05-12added spool_io_printer_driver_info_level_6()Andrew Tridgell10-7/+401
2000-05-12fixed two uninitialised variablesAndrew Tridgell2-3/+2
2000-05-12use "winbind separator" option for domain/user separator characterAndrew Tridgell5-18/+9
2000-05-12While we're all making incompatible tdb changes, I changed the implementationTim Potter4-11/+12
2000-05-12use "winbind separator" in tng as wellAndrew Tridgell5-8/+14
2000-05-12fixed error code for buffer_too_large in trans replyAndrew Tridgell1-1/+1
2000-05-12fixed a problem with appliance operationAndrew Tridgell1-2/+2
2000-05-12use gcc not insure by default in tdb buildAndrew Tridgell1-1/+1
2000-05-12use our primary domain trust account for trusted domain authenticationAndrew Tridgell1-2/+2
2000-05-12an imcompatible tdb format change (sorry!)Andrew Tridgell2-11/+3
2000-05-12Check fstat return for error.Jeremy Allison1-1/+5
2000-05-10lib/util_unistr.c:Jeremy Allison7-83/+21
2000-05-10Ho hum - forgot timeout case.Jeremy Allison1-1/+5
2000-05-10Fix from David Collier-Brown - sys_select return was not being checked.Jeremy Allison1-1/+5
2000-05-10- changed smb_getpwnam() to use winbind style usernamesAndrew Tridgell6-28/+38
2000-05-10in head as well ...Andrew Tridgell5-12/+12
2000-05-10treat a blank "password server =" line as a "*" if in domain securityAndrew Tridgell2-7/+20