summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* hack to get setprinter working, level2, null sec desc.Luke Leighton2000-05-272-6/+28
| | | | (This used to be commit 3f976e713924a2fa47194ae3edfa3f1592e4cf1c)
* fixed call of firstkey/nextkey to traverse driver databaseAndrew Tridgell2000-05-271-4/+4
| | | | (This used to be commit 11010f946af4d60d88bed450692e43c6a7860ab7)
* uninitialised variable "list"Luke Leighton2000-05-271-1/+1
| | | | (This used to be commit bf33b10a43a42c3ec5dbfdc713869c4aeb452aef)
* TIMESTAMPS ARE IRRITATING AS HELL WHEN DEBUGGING! NGGGH!!Luke Leighton2000-05-271-1/+1
| | | | | | | | switched default to False, i expect someone to revert this very soon [for security reasons], but for now am doing this so i don't get exasperated by seeing stupid timestamps splitting up debug output. (This used to be commit 038dab9053c51938538f693db405ccabb0af9010)
* dummy trash in secdesc.Luke Leighton2000-05-271-3/+7
| | | | (This used to be commit 56c2dbbf813e1dc120d199b173fd462c658572a0)
* bug-fix from tim (insure). dummy fn call for andrew to fill in.Luke Leighton2000-05-271-1/+12
| | | | (This used to be commit 1e3c0ab29d178fe58add32672301ac497d43a3fe)
* unistr_to_dos not unistr_to_asciiLuke Leighton2000-05-273-4/+26
| | | | (This used to be commit f46c4fe876a0cabe7044ca30c17e6c217d618635)
* fixed nttrans.cLuke Leighton2000-05-275-554/+832
| | | | (This used to be commit 06cd46b0ec10b32af54edd8256d2fdbec45e1371)
* security descs in spoolss. needs parse_sec.c nttrans.c broken.Luke Leighton2000-05-279-888/+1138
| | | | (This used to be commit f9f2a04fdb7b2af1cfe5bf26ec6f0d955ea948b9)
* cifs parser.Luke Leighton2000-05-279-6/+707
| | | | (This used to be commit 96fd33b8982d4d7ff1eef6f2ef836381d443b143)
* fixed bugs in fdpass testsAndrew Tridgell2000-05-271-8/+11
| | | | (This used to be commit ee4f6335adb2a781eea7e1f6b520d79ea1197427)
* move srandom to after connect so random stuff in clientgen doesn'tAndrew Tridgell2000-05-271-2/+4
| | | | | change seed (This used to be commit d9322d01e0ac09852924eb6059ecf116e75ee398)
* Fixed memory leak in RPC parsing code.Shirish Kalele2000-05-262-2/+9
| | | | | Problem in prs_set_buffer_size() was Realloc returns a NULL when newsize is zero (equivalent to a free()). We were returning a failure here without resetting the buffer_size or the data_p pointer in the prs_struct. And we weren't checking for a failure from prs_set_buffer_size(). So realloc's to zero size were not reflected in the prs_struct: memory leak. (This used to be commit 590d9ece8449b1feecfe1aa13e61bcd8fea4e5bf)
* Compile time warning fixes and a time_t -> uint32 conversion fix.Jeremy Allison2000-05-261-2/+6
| | | | | Jeremy. (This used to be commit 80a0079b2f993159ef35b02ba5c70ce9d8096879)
* Fixed last remaining instance of MS_DFS to WITH_MSDFS.Tim Potter2000-05-261-1/+1
| | | | (This used to be commit d4e2e595661857f40a40ce32a1b6dc4725e6c3b3)
* Changed MS_DFS to WITH_MSDFS throughout.Shirish Kalele2000-05-2612-120/+139
| | | | | Fixed trans2 calls on IPC$ to let dfs referral calls through. (This used to be commit e0965a80bdca5239886b11ef55dc29fed261bfc0)
* Fixed misunderstanding found during CIFS conference. Overlapping lockJeremy Allison2000-05-251-340/+278
| | | | | | | ranges (not just included lock ranges) should be handled correctly. UNIT test still needed. Jeremy. (This used to be commit 07872298e3ee8b4b50b69cb4e49b88635792128e)
* minor fixesAndrew Tridgell2000-05-242-7/+4
| | | | (This used to be commit 4d00314ec5b056101b05c38cc68dd4934c83c825)
* 2nd evil simultaneous read-write test. forks. one writer. othersLuke Leighton2000-05-241-1/+118
| | | | | | are readers. writes between 1 and 20 bytes. reads as much as possible. compares. repeat until end of buffer (fixed size: 131072 bytes) reached. (This used to be commit 26f51a7abbfa9bd9051969dffaebe3cdf9e93c8f)
* removed lp_revalidate()Andrew Tridgell2000-05-241-4/+0
| | | | (This used to be commit fba5886a05ba64b4633d4a9f3e5cb0687fb4b20d)
* new prototypesAndrew Tridgell2000-05-241-2/+3
| | | | (This used to be commit d38092d5a6ca10a4d52214a88f0b99f5922bd108)
* we don't do "revalidate = yes" any moreAndrew Tridgell2000-05-241-5/+0
| | | | (This used to be commit 289d3cac38ae271175697f98d3eb01a21f3678a7)
* added -u hide_unlock_fails optionAndrew Tridgell2000-05-241-2/+7
| | | | (This used to be commit fc8c460a618c25ffa46ab808a241dab466d2666b)
* Start of test blurb.Tim Potter2000-05-241-0/+12
| | | | (This used to be commit cb9d9e4f89d55466c32f7cf7ae73f0d4aea6d36b)
* Test transfer of large random file w/o corruption.Tim Potter2000-05-241-0/+48
| | | | (This used to be commit a9790f19612513b667c348d628ab3bf88ec1178e)
* Fix to return buffer output properly.Tim Potter2000-05-241-3/+3
| | | | (This used to be commit 6d50bb36a68c34c5fea1193fd6f170160e16e76f)
* added tdb_pack() and tdb_unpack()Andrew Tridgell2000-05-241-0/+148
| | | | (This used to be commit 6c15495b3087c04890af77149c39e823596bb4dd)
* got rid of lp_revalidate()Andrew Tridgell2000-05-241-1/+1
| | | | (This used to be commit 8dea95e62c7f4723cd4b71c1b03c613386392c49)
* a fairly big change in spoolss.Andrew Tridgell2000-05-241-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)
* a fairly big change in spoolss.Andrew Tridgell2000-05-241-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)
* Test various operations on ipc$ share.Tim Potter2000-05-241-0/+44
| | | | (This used to be commit 5b3fcc303d939e750126dd44e7efb5dd73c8d9df)
* a fairly big change in spoolss.Andrew Tridgell2000-05-243-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)
* Testharness for masktest program.Tim Potter2000-05-241-0/+57
| | | | (This used to be commit 4a14b16cd16289a46f9562e927679ef8ca2dcdfc)
* use \\ in front of filenamesAndrew Tridgell2000-05-241-2/+2
| | | | (This used to be commit a92f8c8620272bcbdd73741b8e87f8d5fac45b49)
* Test wildcard rename function.Tim Potter2000-05-241-0/+59
| | | | (This used to be commit a9133e2df038c73d3e9f1ffec7628dbde289085c)
* use lp_workgroup()Andrew Tridgell2000-05-241-10/+13
| | | | | | use \\ in front of filenames get short name via a separate trans2 level 260 call (This used to be commit 5fd4dbf72e317bc47ab11b0b3f2e15d0c58879c8)
* Environment variables for single server test scripts.Tim Potter2000-05-241-0/+36
| | | | (This used to be commit 82ff52ee86f87e5105f51257479b8b9dc98310a2)
* Routines for driving smbclient from DejaGnu.Tim Potter2000-05-241-0/+52
| | | | (This used to be commit fa6a360abeb324d6b4383dbb1bb717fc270aff81)
* use lp_workgroup()Andrew Tridgell2000-05-241-3/+4
| | | | | use \\ in front of filenames (This used to be commit 9c64f47c164e6ac31a27940fffb415b0b47cd089)
* torture test:Luke Leighton2000-05-241-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)
* Did a proper fix for the file access on IPC$. Denied all pipe opens onJeremy Allison2000-05-233-126/+202
| | | | | | trans2 open calls as we don't have the pipe open response coded up yet. Jeremy. (This used to be commit 8142e27c9c32aba5a7dabc48a676b93cf680151b)
* Fixed bug where file access was allowed on IPC$ share.Jeremy Allison2000-05-234-5/+11
| | | | | | Return correct error codes on invalid share name. Jeremy. (This used to be commit 420d6bc4809cef9d74354175d0fa956ab4e8ac3c)
* Added -W workgroup command line option.Tim Potter2000-05-222-2/+12
| | | | | Added call to codepage_initialise(). (This used to be commit fcb8e2fbe2deabfc2f8d7e69dd23dca9740c6dc1)
* Modify NT driver heirarchy to fix HP bug with duplicate printer driverJeremy Allison2000-05-221-10/+58
| | | | | | filenames :-). Jeremy. (This used to be commit adb6ad812a4d897ee0c0712cc06d1ff8553fa093)
* more aparser stuff - we now handle everything but the idl headers in srvsvc.idlAndrew Tridgell2000-05-228-140/+699
| | | | (This used to be commit 5f1e8422d0ebc589cdfe95f1001a8e55cb60af4a)
* Added the NETDFS pipe to allow remote administration of the msdfs symlinksShirish Kalele2000-05-1814-42/+1352
| | | | | on the samba server. (This used to be commit 15e7d8f6c5cddf6ce409ee2505744250d181ec34)
* Changed name of case_sensitive in mask_match to avaid gcc "shadow global"Jeremy Allison2000-05-171-4/+2
| | | | | | warning. Jeremy. (This used to be commit 36629d2a934fe61e68f87c5d2faf67158b365ae6)
* Fixed bug I introduced last night (sorry). Now truncate incoming prs_structJeremy Allison2000-05-173-3/+34
| | | | | | | buffer size to exact size of incoming data to prevent read overruns into slop space. Jeremy. (This used to be commit aa1a4f46da9584240cd6cee6fb652aa73e77015c)
* error check in vluke.cAndrew Tridgell2000-05-172-7/+198
| | | | | more conversion from idl to .struct of srvsvc (This used to be commit 83b787f57e8e97ee4d3782e76c3fd003ed567885)
* started converting matty's srvsvc.idl to a .struct fileAndrew Tridgell2000-05-171-0/+78
| | | | (This used to be commit 85a341002c00044168346888cb46e354ab81194b)