summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* param/loadparm.c: Looks like someone ran indent on this !Jeremy Allison2000-06-015-541/+319
| | | | | | | | | passdb/smbpass.c: Insure uninitialized memory reference fix. printing/nt_printing.c: rpc_server/srv_spoolss_nt.c: Insure memory leak fixes. smbd/unix_acls.c: Shadow ref fix. Jeremy. (This used to be commit d175d3ebefc053e9badd91ca5f2d8bd03eb6705d)
* Back to building. Now to test with insure.Jeremy Allison2000-06-018-75/+74
| | | | | | Added some frees needed to stop memory leaks. Jeremy. (This used to be commit eba31e4e802120c9eb8c4688f521b4de9cb91f5c)
* Getting back to a compilable state (not there yet but close).Jeremy Allison2000-06-0113-511/+583
| | | | | | | | Added patches for random -> sys_random. Added set_effective_xxx patches for AFS code. Memory allocation changes in spoolss code. Jeremy. (This used to be commit c2099cfb033c2cdb6035f4f7f50ce21b98e1584d)
* More stuff I cvan't afford to lose. I'm realizing how dependent I amJeremy Allison2000-06-013-3/+3
| | | | | | on this bloody CVS link.... Jeremy. (This used to be commit 864e7bde0e804edbb2425b9c4c7ff271553f8169)
* Changes I really don't want to lose whilst CVS is playing up.Jeremy Allison2000-06-011-222/+257
| | | | | | Dynamic changes to spoolss code. Jeremy. (This used to be commit 0a5e7a8f31c26fe80db5398a441a1969a8882845)
* Changed interface to set_nt_acl slightly.Jeremy Allison2000-05-311-1/+1
| | | | | Jeremy. (This used to be commit 4534eae405f952d4b93e445571fc487e66a7541b)
* Working UNIX -> NT ACL mapper.Jeremy Allison2000-05-312-446/+409
| | | | | Jeremy. (This used to be commit f09c53f6b15e96ab1d306c044cbdcd086006c977)
* Fixed interface between new ACLS and nttrans code.Jeremy Allison2000-05-313-184/+587
| | | | | Jeremy. (This used to be commit 400263245b4e5344b496c5de52a659f040206798)
* The functionality in this file has been moved into smbd/unix_acls.c in orderJeremy Allison2000-05-311-679/+0
| | | | | | to make the acl functionality regular (we can have smbd/posix_acls etc). Jeremy. (This used to be commit 9adb9399df27c5c1d7fec04f80d49e5476200738)
* space in front of lp_preexec() causing make proto to not detect this fn.Luke Leighton2000-05-311-1/+1
| | | | (This used to be commit 3a1ebfa080fa5b26c9d0e7573cbd4bd4c239f182)
* messing about.Luke Leighton2000-05-3125-209/+297
| | | | (This used to be commit 9c6f2d75d848a280f25f2377130953ecd824b7b1)
* if the tdb stored driver isn't formatted right then return a defaultAndrew Tridgell2000-05-291-1/+1
| | | | | driver (This used to be commit 48bf12d23ee39ccc7c19363012abd48f43dfac11)
* Fixed LsaQueryInformationPolicy level 3 to return primary domain info.Matthew Chapman2000-05-297-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)
* fixed some more crashesAndrew Tridgell2000-05-291-86/+44
| | | | | this introduces some memory leaks that I need to fix later (This used to be commit 2170d72d508ab8fb63a1da3024395f8fd6011cfa)
* don't return a passwd struct for usernames that don'tAndrew Tridgell2000-05-291-2/+12
| | | | | belong to us (This used to be commit 2740a80e30cbf512d51ba76684905a904c2fddf7)
* make protoLuke Leighton2000-05-292-40/+45
| | | | (This used to be commit 62271c30f415cad71aea9edfd578f0b7ab42fb42)
* more templates.Luke Leighton2000-05-294-0/+15
| | | | (This used to be commit 4d50d3526249276e1d2eb039cb57011e7cdae867)
* lp_server_role() + use in srv_reg.Luke Leighton2000-05-284-2507/+3165
| | | | (This used to be commit 82e47e268ca33dd7e692c5e6d0571428307b5287)
* updated proto.hAndrew Tridgell2000-05-281-425/+384
| | | | (This used to be commit 9f02ed6ccf17c60386d19592fa2585987c768153)
* init_unistr takes a const 2nd argAndrew Tridgell2000-05-281-1/+1
| | | | | (ps: I hate const) (This used to be commit 7030b7f06a8784469562562aa346d0c2918734d5)
* don't build cli_reg in rpc client library until we merge that from tngAndrew Tridgell2000-05-281-1/+0
| | | | (This used to be commit 0cc59cc2c63bceeda0bc6f44dc65f10f81ebda8d)
* don't free a driver structure from the stack!Andrew Tridgell2000-05-281-5/+7
| | | | (This used to be commit d241f1dcaf612881a428dd578b97383d02a4d3c3)
* fixed return error code that had 0xC with not enough zerosAndrew Tridgell2000-05-281-5/+5
| | | | (This used to be commit d859de2870d6524f4ff58a059469fe65c1b37940)
* fixed a couple of bugs in the driver return codeAndrew Tridgell2000-05-281-1/+9
| | | | (This used to be commit 8695cb0023597fd118241a431eeeddc559484465)
* #ifdef not #ifLuke Leighton2000-05-281-3/+3
| | | | (This used to be commit f0229102fe337213cd53fcb0a3d7e2ba786470b9)
* moved notif_y_table struct to spoolss_nt.c only used there.Luke Leighton2000-05-284-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)
* debug output to /tmp.Luke Leighton2000-05-281-1/+1
| | | | (This used to be commit f9077e50cba5c7c3e6cf7739888120d8cc757c7c)
* more SMBtrans, SMBnttrans stuff.Luke Leighton2000-05-284-24/+276
| | | | (This used to be commit d8d15b275592e3a4e60ac502f4672672534e1fc7)
* SMBulogoffXLuke Leighton2000-05-271-0/+2
| | | | (This used to be commit c919f803434a138f48eb26f122fc09425eb24d58)
* optional (0of or 1of) with "[+]" semantics.Luke Leighton2000-05-272-1/+6
| | | | (This used to be commit 55a3e4b5922eff4110970a2ed2372c431ac70918)
* SMBntcreateXLuke Leighton2000-05-271-5/+23
| | | | (This used to be commit 7e3fe77ab25cf0bde7950e0702b7e25a82b33b18)
* SMBnttrans. modified io_uint8s to return address of actual data insteadLuke Leighton2000-05-275-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)
* getting and setting security descriptors on printers now worksAndrew Tridgell2000-05-276-421/+518
| | | | | this needed some fixes in tdb_unpack(). Tim, you'll need to update (This used to be commit 9422719ab4c35e4ce3199b62dd632433bf391283)
* prs_give_memory in wrong place, also poss. was losing mem.Luke Leighton2000-05-273-9/+36
| | | | (This used to be commit 9805e17cd0ce427c329a8b5a8318d5f75227e283)
* SMBtrans response.Luke Leighton2000-05-271-1/+27
| | | | (This used to be commit cff62bb10aa8d897bf48119f959d426d9052bc23)
* SMBtrans and SMBtrans2, some of it.Luke Leighton2000-05-271-21/+100
| | | | (This used to be commit 42c7f3797f50598150448be162ec0ee556287505)
* fixed return from nt_printing_init()Andrew Tridgell2000-05-271-1/+4
| | | | (This used to be commit 7e13ba75444eb82b257a7a3578aa30ae2f52fe1a)
* SMBlockingXLuke Leighton2000-05-271-1/+68
| | | | (This used to be commit 9f9a9a69b6660eaa14ff3954c78f8e08ae3b0b87)
* 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)