summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* we no longer need the code to cope with setprinter having corruptedAndrew Tridgell2000-06-041-6/+0
| | | | | data (This used to be commit c602b703a05b94748a890add751f47fc6b539c60)
* no space was being reserved for the security descriptor in the parseAndrew Tridgell2000-06-041-3/+8
| | | | | buffer (This used to be commit 417a88fc6a8406ad4244e8cc1317cb7163b07cc0)
* sec_desc_size() needs to handle a null secdescAndrew Tridgell2000-06-041-2/+5
| | | | (This used to be commit b152d75ea677d4025dcaaf3ae9009db0979dc402)
* some printer parameters are getting corrupted, possibly by the clientAndrew Tridgell2000-06-041-2/+12
| | | | | | possibly by smbd. Reset them so printing at least works while I try to figure out what is going on. (This used to be commit 70476d6767a571460fa375fb1dae884df77ca143)
* added some debug code to track down pack/unpack problemsAndrew Tridgell2000-06-041-0/+12
| | | | (This used to be commit ac9cdab33cddcc5ab00fc21ba79f416f5a9687e7)
* fixed the pack/unpack of the devicemodeAndrew Tridgell2000-06-042-52/+86
| | | | | we were being bitten by uint16/uint32 mixups (This used to be commit 1d37f76953534f7bf9d8890dda30c7e00cbb024c)
* added a MANGLE_DRIVER_PATH define to chooose whether we stuff with theAndrew Tridgell2000-06-041-10/+9
| | | | | | | | | driver path do a rename etc. I turned it off by default as it is causing me no end of problems. The client will *cache* this path, and that screws things up badly as the temp directory is no longer there when it is needed. (This used to be commit 46f5f41c88b6ffa117d30f7702628b43dd456902)
* someone forgot a !Andrew Tridgell2000-06-041-1/+1
| | | | (This used to be commit 29fa2e1d99235bc15b2916c404b46012eb77b7e2)
* new protosAndrew Tridgell2000-06-031-2/+3
| | | | (This used to be commit e00c162f72303d94854c6033c1f91a1d7b9e0a27)
* fixed some ptr declarationsAndrew Tridgell2000-06-031-2/+2
| | | | (This used to be commit 7a670f5f3b627543bf776fc9698a2b5d46c110a3)
* 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)