summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* The beginnings of a registry editing program.Richard Sharpe2002-12-081-0/+506
| | | | (This used to be commit b9cb3e6f2acc3e439e2fe99c750ab32983357d8f)
* Ensure global_scope() returns "", not the NULL string. Froma tpot fix.Jeremy Allison2002-12-062-1/+7
| | | | | Jeremy. (This used to be commit 7185b846e41da2bf7edaa7f3edeff1cc1486d28b)
* Fix debugs for rap mapping. Delete job on map fail.Jeremy Allison2002-12-052-3/+7
| | | | | Jeremy. (This used to be commit 631d6066981c58f61d7fed4376b0254544eede84)
* More printer data to publishJim McDonough2002-12-053-71/+70
| | | | (This used to be commit 82f3a786bf01878629fe4c05b028ae8d58eb4394)
* Add some constJim McDonough2002-12-051-3/+3
| | | | (This used to be commit 1426a5ca4f1457be22891544df685e8f841c6337)
* The element in fsp->print_job should be a RAP jobid, not a uint32 RPCJeremy Allison2002-12-056-16/+59
| | | | | | | jobid. This was causing Win9x client "set name" calls to fail. Still need one cleanup fix to finish. Jeremy. (This used to be commit 15f0bad1fc72ff44cd195d34fd530c25a739f42d)
* fix stat reporting on put commandHerb Lewis2002-12-051-1/+1
| | | | (This used to be commit c53e10ff879535e931cb3267d9190fd798d85b31)
* Rerun configure.Tim Potter2002-12-051-770/+739
| | | | (This used to be commit 18afae7b7a3a81c184aec5304fd2adda752d3992)
* Remove FILE_MACRO as __FILE__ is ANSI C.Tim Potter2002-12-048-33/+13
| | | | (This used to be commit 2a9d183cf6ae8333dc7d9d9445c17dce005c1d24)
* FUNCTION_MACRO change broke the Python modules.Tim Potter2002-12-042-8/+18
| | | | | Also fix up string pasting (I thought this should only be a warning?) (This used to be commit 739285ff694e9ffd317ad47aec373e2007c20f45)
* Added Volker's directory fix - save the attributesJeremy Allison2002-12-041-0/+3
| | | | | | from the first call. Jeremy. (This used to be commit 2fe7504a08b692ec791c853e7a260a06142b7595)
* More attributes to publish. All DsSpooler attributes except REG_MULTI_SZ ↵Jim McDonough2002-12-042-3/+65
| | | | | | ones should be published now. (This used to be commit 4fc602fd7da4b216748b005f62b14be0cfdddd63)
* Janitor for tpot yet again... Merging in memory leak fix.Jeremy Allison2002-12-041-2/+2
| | | | | Jeremy. (This used to be commit a2ab78d68d269e77d55bf4b6929cf512a28f0708)
* change_trust_account_password() must always use the PDC for rpcGerald Carter2002-12-042-88/+80
| | | | | | | password changes. jerry (This used to be commit 974822526f90aee9b43e75fc7fd5d48fe91add99)
* Make sure we have a default st_blocksize.Jeremy Allison2002-12-042-395/+404
| | | | | Jeremy. (This used to be commit 9cf56dc97733589d5591990b44c883c7c61d1ea2)
* cleaning up some friendly error messagesGerald Carter2002-12-041-22/+26
| | | | (This used to be commit f978387e789eeaf9b53a21231d4cdc7cf3ea6db3)
* [merge] remove assert(count ==1) for multi-homed PDCs; CR 1277Gerald Carter2002-12-041-182/+22
| | | | (This used to be commit 157b5ab198670c6999f22d6b49072fdebc84be0d)
* Need brackets around macro args. Spotted by Patrick Welche ↵Jeremy Allison2002-12-041-1/+1
| | | | | | | <prlw1@newn.cam.ac.uk>. Jeremy. (This used to be commit 51c2cf3a9ccf0bf89520588530e04b965ae509f7)
* Doing janitorial duty for tpot - memory leak fix.Jeremy Allison2002-12-041-0/+2
| | | | | Jeremy. (This used to be commit c6da50def80e64226c7e5b310dce30d0490512cb)
* Automatic printer publishing when using APW or choosing 'list in the ↵Jim McDonough2002-12-043-19/+267
| | | | | | directory' in printer settings. Currently very little is published, and you cannot unpublish because of a bug in win2k clients. (This used to be commit bbd7c8071a095c4e410f92489050b677a0f0ace1)
* Missed the removal of the incorrect ifdef.Jeremy Allison2002-12-041-3/+1
| | | | | Jeremy. (This used to be commit 9cfa245bba2a116b7364ea22feaf6f63b362f5d7)
* Fix for 64 bit issues with oplocks and allocation size.Jeremy Allison2002-12-048-1745/+2138
| | | | | Jeremy. (This used to be commit 4a9c995e50b24e6ee6ec58c46da32100a8197724)
* THIS FILE IS NOT OBSOLETE JELMER. DO NOT REMOVE ! Removing it breaksJeremy Allison2002-12-041-0/+237
| | | | | | autoconf 2.13. Jeremy. (This used to be commit 81be3a142925956fec6e2f0609420b7f15356613)
* [merge from app_head]Gerald Carter2002-12-041-2/+15
| | | | | | XP sends GetPrinterData("ChangeId"). So we now respond accordingly. Possible fix for CR 1147. (This used to be commit 42a2e7d701fd342f2553660eb5094af8723fb50e)
* Reformat of reply.c before Volker's patch.Jeremy Allison2002-12-031-1059/+1029
| | | | | Jeremy. (This used to be commit d41858b9e6a21f6e01305c33d107d16f2b587d37)
* Rerun autoconf.Tim Potter2002-12-031-18889/+8987
| | | | (This used to be commit aa496524ccef4dd882f7dfa890fab4cbea0cae64)
* Defaulting python breaks the clean target it python isn't installed.Tim Potter2002-12-031-6/+3
| | | | (This used to be commit 5739ee4e63a35d7778506047ae3ad2ddceb69ec5)
* use FILE_MACRO instead of __FILE__Herb Lewis2002-12-037-60/+60
| | | | | use FUNCTION_MACRO instead of __FUNCTION_ (This used to be commit 243763d6eb107ab2444d81025232c8fe795baaf1)
* use the new IVAL_TO_SMB_OFF_T for file_info size memberHerb Lewis2002-12-031-4/+4
| | | | | dir now shows correct size on large files (This used to be commit ce7d421ba9cfa65e3ed404f18e8b3b4cf4730593)
* Support printer info 7, used for publishingJim McDonough2002-12-032-0/+79
| | | | (This used to be commit 3c9726454ea6beb8d5d308805caecb86395c7ad2)
* Stop using hardcoded key/value strings, be more forgiving of ↵Jim McDonough2002-12-031-70/+74
| | | | | | dsspooler/dsdriver info existence. (This used to be commit ca8735532cb656a09c1586326cdce33984fe38b4)
* Stop using hacks for dns host/domain names.Jim McDonough2002-12-031-3/+5
| | | | (This used to be commit 1d0086aadb4fa57b127e80e455835dd6eb387f71)
* fns for retrieving dns host name and domain name (get rid of lp_realm hacks).Jim McDonough2002-12-031-0/+56
| | | | (This used to be commit 456813308d8542211183f9655b7fe598144f7bfc)
* Add defines for standard DsSpooler/DsDriver values that get published.Jim McDonough2002-12-031-0/+54
| | | | (This used to be commit 2b152addf49f0ede001b263174d2eaab2600e933)
* Don't segfault when trying to delete a key when none exist.Jim McDonough2002-12-031-0/+2
| | | | (This used to be commit 1bf36d3fc69b8129fff08f5a735e27a94eb46d49)
* Fixed nasty bug where file writes with start offsets in the rangeJeremy Allison2002-12-034-23/+26
| | | | | | | | | | | 0x80000000 -> 0xFFFFFFFF would fail as they were being cast from IVAL (uint32) to SMB_OFF_T (off_t or off64_t, both *signed* types). The sign extension would cause the offset to be treated as negative. Thanks to Herb for helping me track this one down (IRIX is good for large file tests :-). Jeremy. PS. That horrid EXEXIST thing has broken configure..... (This used to be commit fc7d3faed798e7496f2991ec7d795c3b1a3758f5)
* Fixes for EXEEXT - must use \$ signs when you want an actual $ sign toTim Potter2002-12-031-4/+4
| | | | | be used. (This used to be commit 8c306804c6f3f0523ff5347e4b9360474d696a50)
* As per Jeremy's request back this out, so as to re-gain the implicit lengthAndrew Bartlett2002-12-011-7/+5
| | | | | | | check. Andrew Bartlett (This used to be commit 323088259f19f59008160d56fbcb9df6a6cd0d98)
* Link less with smbmnt and smbumount. Also change from a pstrcpy() to aAndrew Bartlett2002-12-012-5/+5
| | | | | | | strncpy() to make it clear that we must operate on a PATH_MAX sized buffer. Andrew Bartlett (This used to be commit 49d9698ef08d66dc238b2e3469da8944b444dfa1)
* No need for fstring manipulation here (Tcon&X), just use string pointers.Andrew Bartlett2002-12-011-5/+7
| | | | | Andrew Bartlett (This used to be commit b072bb9c8469799734507bcdffd4be29211e2610)
* Remove extra headers, and ensure that we correctly bail out of winbindd if weAndrew Bartlett2002-12-017-7/+7
| | | | | | | can't create the socket. Andrew Bartlett (This used to be commit 13b9af53bff8e42126a38f93c3bdd5b4d9b20aba)
* Dereference the correct thing here, so we don't segfaultAndrew Bartlett2002-12-011-1/+1
| | | | (This used to be commit ea18d02036b4e0502e5ecb057c9fe381709a07d8)
* Make it clear that we might not be talking to a PDC here.Andrew Bartlett2002-12-011-1/+1
| | | | (This used to be commit 7d099e9a5b7164e8cdbdb93d8c4527f02c8bdefd)
* POSIX indicates that this is always in network byte order, so we don't need theAndrew Bartlett2002-12-011-5/+0
| | | | | | | little-endian case (tested on Intel-linux). Andrew Bartlett (This used to be commit 281b713b12ece63d499652df193509c57312b749)
* Patch from Paul Green to detect exe extensions, needed for Stratus VOS.Andrew Bartlett2002-12-013-8961/+18968
| | | | | Andrew Bartlett (This used to be commit 3f5608c7e0175184fa599176178d391d54087b3d)
* Fixup of ordered cleanup of get_dc_list - bug found by Dominik 'Aeneas' ↵Jeremy Allison2002-12-011-27/+10
| | | | | | | Schnitzer <dominik@schnitzer.at> Jeremy. (This used to be commit 7ba051a830a7dc96e3860a87643a3ac99cdf5836)
* Ignore ntlm_auth binary.Tim Potter2002-11-291-4/+5
| | | | (This used to be commit 25bbd0d1f90f819fcc7d9446f4f7e75e2434a639)
* Fixed silly bug.Tim Potter2002-11-291-1/+1
| | | | (This used to be commit 191c1596f5e939e733c9262c3beaf956328c7be6)
* Rerun autoconf.Tim Potter2002-11-291-866/+872
| | | | (This used to be commit d9644ea3edb085c5eb72593cef8f167fce6464c9)
* Fix up smbwrapper target.Tim Potter2002-11-292-1/+3
| | | | (This used to be commit f5fa4801ceb56b21facccb382db09165936df319)