Age | Commit message (Expand) | Author | Files | Lines |
2000-05-24 | use lp_workgroup() | Andrew Tridgell | 1 | -10/+13 |
2000-05-24 | Environment variables for single server test scripts. | Tim Potter | 1 | -0/+36 |
2000-05-24 | Routines for driving smbclient from DejaGnu. | Tim Potter | 1 | -0/+52 |
2000-05-24 | use lp_workgroup() | Andrew Tridgell | 1 | -3/+4 |
2000-05-24 | torture test: | Luke Leighton | 1 | -0/+91 |
2000-05-23 | Did a proper fix for the file access on IPC$. Denied all pipe opens on | Jeremy Allison | 3 | -126/+202 |
2000-05-23 | Fixed bug where file access was allowed on IPC$ share. | Jeremy Allison | 4 | -5/+11 |
2000-05-22 | Added -W workgroup command line option. | Tim Potter | 2 | -2/+12 |
2000-05-22 | Modify NT driver heirarchy to fix HP bug with duplicate printer driver | Jeremy Allison | 1 | -10/+58 |
2000-05-22 | more aparser stuff - we now handle everything but the idl headers in srvsvc.idl | Andrew Tridgell | 8 | -140/+699 |
2000-05-18 | Added the NETDFS pipe to allow remote administration of the msdfs symlinks | Shirish Kalele | 14 | -42/+1352 |
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 |