summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-05-29Fixed LsaQueryInformationPolicy level 3 to return primary domain info.Matthew Chapman7-30/+103
Domain SID is saved in secrets.tdb upon joining domain. Added "Authenticated Users" and "SYSTEM" well-known SIDs (under NT Authority). (This used to be commit 7710b4f48d3e8532df5e37f99a779758f750efdb)
2000-05-29fixed some more crashesAndrew Tridgell1-86/+44
this introduces some memory leaks that I need to fix later (This used to be commit 2170d72d508ab8fb63a1da3024395f8fd6011cfa)
2000-05-29don't return a passwd struct for usernames that don'tAndrew Tridgell1-2/+12
belong to us (This used to be commit 2740a80e30cbf512d51ba76684905a904c2fddf7)
2000-05-29make protoLuke Leighton2-40/+45
(This used to be commit 62271c30f415cad71aea9edfd578f0b7ab42fb42)
2000-05-29more templates.Luke Leighton4-0/+15
(This used to be commit 4d50d3526249276e1d2eb039cb57011e7cdae867)
2000-05-28lp_server_role() + use in srv_reg.Luke Leighton4-2507/+3165
(This used to be commit 82e47e268ca33dd7e692c5e6d0571428307b5287)
2000-05-28updated proto.hAndrew Tridgell1-425/+384
(This used to be commit 9f02ed6ccf17c60386d19592fa2585987c768153)
2000-05-28init_unistr takes a const 2nd argAndrew Tridgell1-1/+1
(ps: I hate const) (This used to be commit 7030b7f06a8784469562562aa346d0c2918734d5)
2000-05-28don't build cli_reg in rpc client library until we merge that from tngAndrew Tridgell1-1/+0
(This used to be commit 0cc59cc2c63bceeda0bc6f44dc65f10f81ebda8d)
2000-05-28don't free a driver structure from the stack!Andrew Tridgell1-5/+7
(This used to be commit d241f1dcaf612881a428dd578b97383d02a4d3c3)
2000-05-28fixed return error code that had 0xC with not enough zerosAndrew Tridgell1-5/+5
(This used to be commit d859de2870d6524f4ff58a059469fe65c1b37940)
2000-05-28fixed a couple of bugs in the driver return codeAndrew Tridgell1-1/+9
(This used to be commit 8695cb0023597fd118241a431eeeddc559484465)
2000-05-28#ifdef not #ifLuke Leighton1-3/+3
(This used to be commit f0229102fe337213cd53fcb0a3d7e2ba786470b9)
2000-05-28moved notif_y_table struct to spoolss_nt.c only used there.Luke Leighton4-408/+434
#ifdef'd driver-code out with define RELIES_ON_SMBD_SPECIFIC_CODE because spoolssd doesn't link with smbd/*.c (find_service("print$") is not possible). (This used to be commit 726c359d1d9f1fc8227ca920c888d2f040170e0b)
2000-05-28debug output to /tmp.Luke Leighton1-1/+1
(This used to be commit f9077e50cba5c7c3e6cf7739888120d8cc757c7c)
2000-05-28more SMBtrans, SMBnttrans stuff.Luke Leighton4-24/+276
(This used to be commit d8d15b275592e3a4e60ac502f4672672534e1fc7)
2000-05-27SMBulogoffXLuke Leighton1-0/+2
(This used to be commit c919f803434a138f48eb26f122fc09425eb24d58)
2000-05-27optional (0of or 1of) with "[+]" semantics.Luke Leighton2-1/+6
(This used to be commit 55a3e4b5922eff4110970a2ed2372c431ac70918)
2000-05-27SMBntcreateXLuke Leighton1-5/+23
(This used to be commit 7e3fe77ab25cf0bde7950e0702b7e25a82b33b18)
2000-05-27SMBnttrans. modified io_uint8s to return address of actual data insteadLuke Leighton5-50/+132
of a copy, on unmarshalling. removed fstring, made it io_string, did same thing. io_string() and io_wstring() should be wrapped in a STRING typedef which is bit-switched on FLG2:Unicode. (This used to be commit 7db13bd53807f65a16442d2765a9d2f7ab792b4f)
2000-05-27getting and setting security descriptors on printers now worksAndrew Tridgell6-421/+518
this needed some fixes in tdb_unpack(). Tim, you'll need to update (This used to be commit 9422719ab4c35e4ce3199b62dd632433bf391283)
2000-05-27prs_give_memory in wrong place, also poss. was losing mem.Luke Leighton3-9/+36
(This used to be commit 9805e17cd0ce427c329a8b5a8318d5f75227e283)
2000-05-27SMBtrans response.Luke Leighton1-1/+27
(This used to be commit cff62bb10aa8d897bf48119f959d426d9052bc23)
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-24Start of test blurb.Tim Potter1-0/+12
(This used to be commit cb9d9e4f89d55466c32f7cf7ae73f0d4aea6d36b)