summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-05-24Start of test blurb.Tim Potter1-0/+12
(This used to be commit cb9d9e4f89d55466c32f7cf7ae73f0d4aea6d36b)
2000-05-24Test transfer of large random file w/o corruption.Tim Potter1-0/+48
(This used to be commit a9790f19612513b667c348d628ab3bf88ec1178e)
2000-05-24Fix to return buffer output properly.Tim Potter1-3/+3
(This used to be commit 6d50bb36a68c34c5fea1193fd6f170160e16e76f)
2000-05-24added tdb_pack() and tdb_unpack()Andrew Tridgell1-0/+148
(This used to be commit 6c15495b3087c04890af77149c39e823596bb4dd)
2000-05-24got rid of lp_revalidate()Andrew Tridgell1-1/+1
(This used to be commit 8dea95e62c7f4723cd4b71c1b03c613386392c49)
2000-05-24a fairly big change in spoolss.Andrew Tridgell1-16/+14
got rid of the forms, drivers and printers files in the nt drivers directory and instead use a single tdb note that this is _not_ all finished. (This used to be commit 537cd6dff057df481fb208121ce4396fc76c2a06)
2000-05-24a fairly big change in spoolss.Andrew Tridgell1-49/+20
got rid of the forms, drivers and printers files in the nt drivers directory and instead use a single tdb note that this is _not_ all finished. (This used to be commit 4fef181af3964311f45e77bdd43d6fb4e546127f)
2000-05-24Test various operations on ipc$ share.Tim Potter1-0/+44
(This used to be commit 5b3fcc303d939e750126dd44e7efb5dd73c8d9df)
2000-05-24a fairly big change in spoolss.Andrew Tridgell3-767/+470
got rid of the forms, drivers and printers files in the nt drivers directory and instead use a single tdb note that this is _not_ all finished. (This used to be commit 06763d1ec2fafc42f8ee3f36f0aeacceb3a7109d)
2000-05-24Testharness for masktest program.Tim Potter1-0/+57
(This used to be commit 4a14b16cd16289a46f9562e927679ef8ca2dcdfc)
2000-05-24use \\ in front of filenamesAndrew Tridgell1-2/+2
(This used to be commit a92f8c8620272bcbdd73741b8e87f8d5fac45b49)
2000-05-24Test wildcard rename function.Tim Potter1-0/+59
(This used to be commit a9133e2df038c73d3e9f1ffec7628dbde289085c)
2000-05-24use lp_workgroup()Andrew Tridgell1-10/+13
use \\ in front of filenames get short name via a separate trans2 level 260 call (This used to be commit 5fd4dbf72e317bc47ab11b0b3f2e15d0c58879c8)
2000-05-24Environment variables for single server test scripts.Tim Potter1-0/+36
(This used to be commit 82ff52ee86f87e5105f51257479b8b9dc98310a2)
2000-05-24Routines for driving smbclient from DejaGnu.Tim Potter1-0/+52
(This used to be commit fa6a360abeb324d6b4383dbb1bb717fc270aff81)
2000-05-24use lp_workgroup()Andrew Tridgell1-3/+4
use \\ in front of filenames (This used to be commit 9c64f47c164e6ac31a27940fffb415b0b47cd089)
2000-05-24torture test:Luke Leighton1-0/+91
same cli_state: open file rw/denynone, open *same* file r/denynone. write to file (fd1) read from file (fd2). compare. repeat. two cli_states: open file rw/denynone (cli1), open *same* file r/denynone (cli2). write to file (fd1) read from file (fd2). compare. repeat. (This used to be commit 0a993f37830938a8d4262c6b7913af502bbf015f)
2000-05-23Did a proper fix for the file access on IPC$. Denied all pipe opens onJeremy Allison3-126/+202
trans2 open calls as we don't have the pipe open response coded up yet. Jeremy. (This used to be commit 8142e27c9c32aba5a7dabc48a676b93cf680151b)
2000-05-23Fixed bug where file access was allowed on IPC$ share.Jeremy Allison4-5/+11
Return correct error codes on invalid share name. Jeremy. (This used to be commit 420d6bc4809cef9d74354175d0fa956ab4e8ac3c)
2000-05-22Added -W workgroup command line option.Tim Potter2-2/+12
Added call to codepage_initialise(). (This used to be commit fcb8e2fbe2deabfc2f8d7e69dd23dca9740c6dc1)
2000-05-22Modify NT driver heirarchy to fix HP bug with duplicate printer driverJeremy Allison1-10/+58
filenames :-). Jeremy. (This used to be commit adb6ad812a4d897ee0c0712cc06d1ff8553fa093)
2000-05-22more aparser stuff - we now handle everything but the idl headers in srvsvc.idlAndrew Tridgell8-140/+699
(This used to be commit 5f1e8422d0ebc589cdfe95f1001a8e55cb60af4a)
2000-05-18Added the NETDFS pipe to allow remote administration of the msdfs symlinksShirish Kalele14-42/+1352
on the samba server. (This used to be commit 15e7d8f6c5cddf6ce409ee2505744250d181ec34)
2000-05-17Changed name of case_sensitive in mask_match to avaid gcc "shadow global"Jeremy Allison1-4/+2
warning. Jeremy. (This used to be commit 36629d2a934fe61e68f87c5d2faf67158b365ae6)
2000-05-17Fixed bug I introduced last night (sorry). Now truncate incoming prs_structJeremy Allison3-3/+34
buffer size to exact size of incoming data to prevent read overruns into slop space. Jeremy. (This used to be commit aa1a4f46da9584240cd6cee6fb652aa73e77015c)
2000-05-17error check in vluke.cAndrew Tridgell2-7/+198
more conversion from idl to .struct of srvsvc (This used to be commit 83b787f57e8e97ee4d3782e76c3fd003ed567885)
2000-05-17started converting matty's srvsvc.idl to a .struct fileAndrew Tridgell1-0/+78
(This used to be commit 85a341002c00044168346888cb46e354ab81194b)
2000-05-17added primitive define macrosAndrew Tridgell2-19/+14
started converting matty's srvsvc.idl to a .struct file (This used to be commit cf8d4c42e259d65d4d16c91316acc0bad71ff177)
2000-05-17- added typedefsAndrew Tridgell7-65/+131
- added parse error checking - made parser more flexible (This used to be commit ab0beaf3573471fab1fda3358987b337811f99b7)
2000-05-17Fixed bug where mallocd size of prs_struct could be larger thanJeremy Allison2-4/+8
incoming packet. Ensure new alloced memory is zeroed before use. Jeremy. (This used to be commit 1c3193aa1c1137734dc34ef2e6d62abb0609c30e)
2000-05-17Updated VFS examples to use ftruncate() and lock() functions.Tim Potter2-135/+150
(This used to be commit def0da145aa8b804b75b0f35bdd4a809a2a806fc)
2000-05-17minor parse updatesAndrew Tridgell3-8/+7
(This used to be commit 2e0a39204ade323c52847ce9783a987a81c8013a)
2000-05-17Cutover from 2.2.x - missed in merge.Jeremy Allison1-4/+2
Jeremy. (This used to be commit 87c4d46abe82855dd23c94397c3fc8e245b3778a)
2000-05-16Synced up srv_samr with HP changes. Added error checking to original codeJeremy Allison4-266/+777
- what a concept :-). All this code will be replaced with TNG stuff anyway, so not a big deal.... Jeremy. (This used to be commit b090cff4b5fcdef01fc553e6359627bb2285d68e)
2000-05-16a useful script, just go "./build foo.struct" and you get a fullAndrew Tridgell1-0/+7
vluke program for all structures in the foo.strct file (This used to be commit 77ceb6a3c11f16fd82b852d65fa9e836faaf1812)
2000-05-16the vluke program now takes a structure name on the command lineAndrew Tridgell6-16/+79
(This used to be commit 6a3e7ba4f0716eb414daba4ab8aae974db4deba0)
2000-05-16take the sructure name to run through vluke on the command lineAndrew Tridgell7-34/+98
(This used to be commit 03fbe1b1514774c9f3c4d553ca3b5b019ba0b11f)
2000-05-16added the ".trailer" type, to mark where a packet turns into a trailerAndrew Tridgell6-58/+97
this now gives us enough to parse complete function calls, including the return values (This used to be commit ca8f1e92adf3603ad15f73277576cc9178bb4d74)
2000-05-16another awk parser updateAndrew Tridgell19-165/+284
we can now handle arrays of structures, pointers to structures, pointers in unions etc (This used to be commit 1df80cd1e8475b6b2fe7b80b6c9089692ab7691b)
2000-05-16Removed extra unistr_to_dos prototype from msdfs/msdfs.cShirish Kalele1-2/+0
(This used to be commit a70c7b9aeff737a807f2348c219aa815705e4218)
2000-05-16The new msdfs implementation that uses symlinks to point to otherShirish Kalele12-815/+382
servers. Very intuitive. Removed the dfs map parsing code and tdb maintenance code (files msdfs/parse_dfs_map.c & msdfs/msdfs_tdb.c), dfs map loading and unloading calls (param/loadparm.c smbd/server.c). Added code to display msdfs format symlinks as directories in a transact2_findfirst/findnext. (smbd/trans2.c) Modified msdfs/msdfs.c to use the msdfs symlinks to create dfs referrals. Changed msdfs/README to reflect new operability. (This used to be commit 6803d2574fab9e5931786d5c9aa5dc5867bb5f05)
2000-05-15Check error returns.Jeremy Allison1-4/+9
Jeremy. (This used to be commit 919d49b58ad8213c0e89948f560d816b20312bb2)
2000-05-15Added Shirish's reg changes to HEAD. Sync up with 2.2.0 backport.Jeremy Allison4-117/+125
Also added prs_xx error return checks to new code in rpc_parse/parse_reg.c Jeremy. (This used to be commit a148cb996297ed34342660f82ef0e66773d40500)
2000-05-15Added fix for Win2k ACL query code from Shirish. I need this back portedJeremy Allison1-3/+54
to 2.2.0. Jeremy. (This used to be commit 74851a481efedd15f59d5da15db7078dc4ce5d20)
2000-05-15passdb/secrets.c: Fix typo in comment.Jeremy Allison4-15/+5
rpc_server/srv_pipe.c: Use accessor functions rather than diddling with structure internals directly. smbd/process.c: smbd/reply.c: Remove READ_PREDICTION #ifdefs. Jeremy. (This used to be commit eba825ff030a175bd271caa6f543379dfdbbd646)
2000-05-15started update to handle arbitrary arraysAndrew Tridgell8-145/+147
note: this code is currently broken. (This used to be commit 15646ebd84ee4e63a251c87800677f3dd2ae6971)
2000-05-15call prs_dump() on every input and output packet so we have plenty ofAndrew Tridgell1-2/+13
data to work with (This used to be commit 839ab0e33255be37d72c113c2e09baaa34d50ce4)
2000-05-15don't call prs_dump() hereAndrew Tridgell1-1/+0
(This used to be commit 87d9bac3a1b9eba15259abdfea85cf94b3630561)
2000-05-15update grow_size in prs_growAndrew Tridgell1-1/+3
(This used to be commit a42da205361bb70778913c8bd9facbb6b9a24937)
2000-05-15addd grow_size to prs_struct so we know how much data is actually inAndrew Tridgell1-1/+2
the buffer (This used to be commit 725889869ca2eb66000efe8a77cde52d9737a814)