Age | Commit message (Expand) | Author | Files | Lines |
2000-05-17 | Changed name of case_sensitive in mask_match to avaid gcc "shadow global" | Jeremy Allison | 1 | -4/+2 |
2000-05-17 | Fixed bug I introduced last night (sorry). Now truncate incoming prs_struct | Jeremy Allison | 3 | -3/+34 |
2000-05-17 | error check in vluke.c | Andrew Tridgell | 2 | -7/+198 |
2000-05-17 | started converting matty's srvsvc.idl to a .struct file | Andrew Tridgell | 1 | -0/+78 |
2000-05-17 | added primitive define macros | Andrew Tridgell | 2 | -19/+14 |
2000-05-17 | - added typedefs | Andrew Tridgell | 7 | -65/+131 |
2000-05-17 | Fixed bug where mallocd size of prs_struct could be larger than | Jeremy Allison | 2 | -4/+8 |
2000-05-17 | Updated VFS examples to use ftruncate() and lock() functions. | Tim Potter | 2 | -135/+150 |
2000-05-17 | minor parse updates | Andrew Tridgell | 3 | -8/+7 |
2000-05-17 | Cutover from 2.2.x - missed in merge. | Jeremy Allison | 1 | -4/+2 |
2000-05-16 | Synced up srv_samr with HP changes. Added error checking to original code | Jeremy Allison | 4 | -266/+777 |
2000-05-16 | a useful script, just go "./build foo.struct" and you get a full | Andrew Tridgell | 1 | -0/+7 |
2000-05-16 | the vluke program now takes a structure name on the command line | Andrew Tridgell | 6 | -16/+79 |
2000-05-16 | take the sructure name to run through vluke on the command line | Andrew Tridgell | 7 | -34/+98 |
2000-05-16 | added the ".trailer" type, to mark where a packet turns into a trailer | Andrew Tridgell | 6 | -58/+97 |
2000-05-16 | another awk parser update | Andrew Tridgell | 19 | -165/+284 |
2000-05-16 | Removed extra unistr_to_dos prototype from msdfs/msdfs.c | Shirish Kalele | 1 | -2/+0 |
2000-05-16 | The new msdfs implementation that uses symlinks to point to other | Shirish Kalele | 12 | -815/+382 |
2000-05-15 | Check error returns. | Jeremy Allison | 1 | -4/+9 |
2000-05-15 | Added Shirish's reg changes to HEAD. Sync up with 2.2.0 backport. | Jeremy Allison | 4 | -117/+125 |
2000-05-15 | Added fix for Win2k ACL query code from Shirish. I need this back ported | Jeremy Allison | 1 | -3/+54 |
2000-05-15 | passdb/secrets.c: Fix typo in comment. | Jeremy Allison | 4 | -15/+5 |
2000-05-15 | started update to handle arbitrary arrays | Andrew Tridgell | 8 | -145/+147 |
2000-05-15 | call prs_dump() on every input and output packet so we have plenty of | Andrew Tridgell | 1 | -2/+13 |
2000-05-15 | don't call prs_dump() here | Andrew Tridgell | 1 | -1/+0 |
2000-05-15 | update grow_size in prs_grow | Andrew Tridgell | 1 | -1/+3 |
2000-05-15 | addd grow_size to prs_struct so we know how much data is actually in | Andrew Tridgell | 1 | -1/+2 |
2000-05-15 | need to allocate the union pointer | Andrew Tridgell | 1 | -0/+2 |
2000-05-15 | align at the end of every structure parser | Andrew Tridgell | 1 | -0/+1 |
2000-05-15 | use grow_size to determine size of dump | Andrew Tridgell | 1 | -1/+1 |
2000-05-15 | added grow_size to prs structure | Andrew Tridgell | 2 | -1/+4 |
2000-05-15 | add prs_dump() at the top level rpc switch | Andrew Tridgell | 1 | -0/+2 |
2000-05-15 | make prs_dump() store up to 100 variants of each msg type | Andrew Tridgell | 1 | -4/+11 |
2000-05-14 | add uint16 support, start to parse more of spoolss | Andrew Tridgell | 3 | -1/+49 |
2000-05-14 | moved *.tpl templates into templates/ subdirectory | Andrew Tridgell | 1 | -0/+1 |
2000-05-14 | vastly improved awk based code generator | Andrew Tridgell | 31 | -168/+612 |
2000-05-14 | removed old files ready for new awk parser | Andrew Tridgell | 6 | -361/+0 |
2000-05-13 | Added code to do a one-way migration of the old DOMAIN.MACHINE.mac | Jeremy Allison | 1 | -4/+259 |
2000-05-12 | renamed the harness program to vluke (for "virtual luke") | Andrew Tridgell | 5 | -8/+8 |
2000-05-12 | preliminary support for unions | Andrew Tridgell | 7 | -189/+327 |
2000-05-12 | this is a awk based code generator. Very primitive at the moment, but | Andrew Tridgell | 6 | -0/+790 |
2000-05-12 | rebuilt proto | Andrew Tridgell | 1 | -3/+2 |
2000-05-12 | changed uniarray_2_ascarray to uniarray_2_dosarray | Andrew Tridgell | 1 | -2/+2 |
2000-05-12 | Added unicode_to_dos_char() function to address converting single UNICODE | Jeremy Allison | 3 | -4/+27 |
2000-05-12 | added spool_io_printer_driver_info_level_6() | Andrew Tridgell | 10 | -7/+401 |
2000-05-12 | Added signal handling section. | Tim Potter | 3 | -30/+97 |
2000-05-12 | - added example config section to winbindd man page | Andrew Tridgell | 37 | -3699/+4010 |
2000-05-12 | Added mention of the CUPS option for the printing parameter | Gerald Carter | 3 | -823/+1216 |
2000-05-12 | Merge from TNG. | Tim Potter | 24 | -0/+1053 |
2000-05-12 | fixed two uninitialised variables | Andrew Tridgell | 2 | -3/+2 |