summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* moved secrets fns into secrets.cAndrew Tridgell2000-06-031-1/+1
| | | | (This used to be commit 16355a9c66a2bdab1feb8914a40bbea5272bb170)
* moved secrets fns into secrets.cAndrew Tridgell2000-06-034-6/+6
| | | | (This used to be commit f890bcf06786e7c63bf76fad2fd46d287a99a270)
* added %J and %T to run_print_command()Andrew Tridgell2000-06-031-17/+25
| | | | | made the run_print_command a varargs fn (This used to be commit b9f2cf459322fb3f10844f9441633c7bcd6ed151)
* moved secrets handling into secrets.cAndrew Tridgell2000-06-033-79/+48
| | | | (This used to be commit e49550b975dd407a1a8538c9885e036e400b7714)
* rpc_client/cli_lsarpc.c: Removed unused variable.Jeremy Allison2000-06-033-10/+15
| | | | | | | rpc_server/srv_spoolss_nt.c: Fixed more memory leaks. smbd/nttrans.c: Fixed shadow variable problem. Jeremy. (This used to be commit f0a7540831181d3a47e7f8ce8be55a36a2f2aba1)
* More memory leak and PANIC action fixes.Jeremy Allison2000-06-024-32/+86
| | | | | | This is *horrible* code :-(. Jeremy. (This used to be commit ac383bb765ea606fc1105aa91470fcdf453d9335)
* More memory leak fixes.Jeremy Allison2000-06-021-15/+37
| | | | | Jeremy. (This used to be commit 4e7b6b20eabe02f1ab74254607178ba35e61c9ce)
* More memory corruption (leaks etc.) fixes.Jeremy Allison2000-06-022-11/+14
| | | | | Jeremy. (This used to be commit 71a0621f552083880e89923055e8bd14d0b1b82f)
* Fixed null pointer indirect in addprinterex. Still working on problemJeremy Allison2000-06-022-10/+23
| | | | | | with extra directory layer in NT drivers. Jeremy. (This used to be commit 48a80318269c832e702678237e86ba55c10444f1)
* More insure found memory leak and corruption fixes.Jeremy Allison2000-06-016-11/+89
| | | | | Jeremy. (This used to be commit 3cdcfa6325b9cd2d7f7c90c4b2d1c6ec73fc2f6d)
* 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)