summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Collapse)AuthorFilesLines
2000-05-27SMBtrans and SMBtrans2, some of it.Luke Leighton1-21/+100
(This used to be commit 42c7f3797f50598150448be162ec0ee556287505)
2000-05-27fixed return from nt_printing_init()Andrew Tridgell1-1/+4
(This used to be commit 7e13ba75444eb82b257a7a3578aa30ae2f52fe1a)
2000-05-27SMBlockingXLuke Leighton1-1/+68
(This used to be commit 9f9a9a69b6660eaa14ff3954c78f8e08ae3b0b87)
2000-05-27hack to get setprinter working, level2, null sec desc.Luke Leighton2-6/+28
(This used to be commit 3f976e713924a2fa47194ae3edfa3f1592e4cf1c)
2000-05-27fixed call of firstkey/nextkey to traverse driver databaseAndrew Tridgell1-4/+4
(This used to be commit 11010f946af4d60d88bed450692e43c6a7860ab7)
2000-05-27uninitialised variable "list"Luke Leighton1-1/+1
(This used to be commit bf33b10a43a42c3ec5dbfdc713869c4aeb452aef)
2000-05-27TIMESTAMPS ARE IRRITATING AS HELL WHEN DEBUGGING! NGGGH!!Luke Leighton1-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)
2000-05-27dummy trash in secdesc.Luke Leighton1-3/+7
(This used to be commit 56c2dbbf813e1dc120d199b173fd462c658572a0)
2000-05-27bug-fix from tim (insure). dummy fn call for andrew to fill in.Luke Leighton1-1/+12
(This used to be commit 1e3c0ab29d178fe58add32672301ac497d43a3fe)
2000-05-27unistr_to_dos not unistr_to_asciiLuke Leighton3-4/+26
(This used to be commit f46c4fe876a0cabe7044ca30c17e6c217d618635)
2000-05-27fixed nttrans.cLuke Leighton5-554/+832
(This used to be commit 06cd46b0ec10b32af54edd8256d2fdbec45e1371)
2000-05-27security descs in spoolss. needs parse_sec.c nttrans.c broken.Luke Leighton9-888/+1138
(This used to be commit f9f2a04fdb7b2af1cfe5bf26ec6f0d955ea948b9)
2000-05-27cifs parser.Luke Leighton9-6/+707
(This used to be commit 96fd33b8982d4d7ff1eef6f2ef836381d443b143)
2000-05-27fixed bugs in fdpass testsAndrew Tridgell1-8/+11
(This used to be commit ee4f6335adb2a781eea7e1f6b520d79ea1197427)
2000-05-27move srandom to after connect so random stuff in clientgen doesn'tAndrew Tridgell1-2/+4
change seed (This used to be commit d9322d01e0ac09852924eb6059ecf116e75ee398)
2000-05-26Fixed memory leak in RPC parsing code.Shirish Kalele2-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)
2000-05-26Compile time warning fixes and a time_t -> uint32 conversion fix.Jeremy Allison1-2/+6
Jeremy. (This used to be commit 80a0079b2f993159ef35b02ba5c70ce9d8096879)
2000-05-26Fixed last remaining instance of MS_DFS to WITH_MSDFS.Tim Potter1-1/+1
(This used to be commit d4e2e595661857f40a40ce32a1b6dc4725e6c3b3)
2000-05-26Changed MS_DFS to WITH_MSDFS throughout.Shirish Kalele12-120/+139
Fixed trans2 calls on IPC$ to let dfs referral calls through. (This used to be commit e0965a80bdca5239886b11ef55dc29fed261bfc0)
2000-05-25Fixed misunderstanding found during CIFS conference. Overlapping lockJeremy Allison1-340/+278
ranges (not just included lock ranges) should be handled correctly. UNIT test still needed. Jeremy. (This used to be commit 07872298e3ee8b4b50b69cb4e49b88635792128e)
2000-05-24minor fixesAndrew Tridgell2-7/+4
(This used to be commit 4d00314ec5b056101b05c38cc68dd4934c83c825)
2000-05-242nd evil simultaneous read-write test. forks. one writer. othersLuke Leighton1-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)
2000-05-24removed lp_revalidate()Andrew Tridgell1-4/+0
(This used to be commit fba5886a05ba64b4633d4a9f3e5cb0687fb4b20d)
2000-05-24new prototypesAndrew Tridgell1-2/+3
(This used to be commit d38092d5a6ca10a4d52214a88f0b99f5922bd108)
2000-05-24we don't do "revalidate = yes" any moreAndrew Tridgell1-5/+0
(This used to be commit 289d3cac38ae271175697f98d3eb01a21f3678a7)
2000-05-24added -u hide_unlock_fails optionAndrew Tridgell1-2/+7
(This used to be commit fc8c460a618c25ffa46ab808a241dab466d2666b)
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-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-24use \\ in front of filenamesAndrew Tridgell1-2/+2
(This used to be commit a92f8c8620272bcbdd73741b8e87f8d5fac45b49)
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-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-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)