summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* removing make_printerdef tool and sourcesGerald Carter2002-10-212-593/+1
| | | | (This used to be commit 7bde74ae359da239af4a8398da9efc2f1fd8039e)
* detect rpm v4.1 (RedHat 8.0)Gerald Carter2002-10-211-0/+7
| | | | (This used to be commit 67dfc8df154893fcd7ed3ea55e04e2cb350ff972)
* updating from SAMBA_2_2Gerald Carter2002-10-213-22/+159
| | | | (This used to be commit f40a8baacb79f28834b4186f386e192651596ce4)
* Merge.Tim Potter2002-10-213-20/+68
| | | | (This used to be commit d3e88cb96f4140a116067449c73479e15946135d)
* Merge of validiation cleanups from head.Tim Potter2002-10-213-13/+46
| | | | (This used to be commit 174c8ca814cbb63425207d51f21cf5f80932f743)
* Fix a silly memset typo.Tim Potter2002-10-211-2/+2
| | | | | Change a int* to a uint32* in the cli_spoolss_enum_ports() function. (This used to be commit 41a22b3a005876bccacd1f14d70547d2d71d1b1f)
* Zero tallocated memory in decode_printer_info, decode_driver_info,Tim Potter2002-10-211-0/+10
| | | | | decode_port_info and decode_printerdriver functions. (This used to be commit e28a719f04f8812ce01d78cf84b3a2e2935b674d)
* Bugfix for pidfile_create() from Kelledin.Tim Potter2002-10-211-1/+1
| | | | (This used to be commit 5a6ab85ea5479d103026032bdab8b2355b9c564c)
* Start to merge the new ACL mapping code from Andreas Gruenbacher ↵Jeremy Allison2002-10-182-61/+135
| | | | | | | <agruen@suse.de>. Jeremy. (This used to be commit 597c4610090d711fd30c1ffacc97212cf399a264)
* NULL enum_local_groups for ads winbindd (temporary workaround).Gerald Carter2002-10-182-1/+2
| | | | (This used to be commit 5a2f1edb5848dc054cfaa71b0fb3b473ad930b7d)
* Add extra parm to cli_full_connection. Tim, you should probably take a look ↵Jim McDonough2002-10-181-1/+1
| | | | | | at this. (This used to be commit 42f04bbbb220843dc545ae67417243797f39f429)
* Fix build. An extra parm was added to cli_full_connection but not locktest2.c.Jim McDonough2002-10-181-1/+2
| | | | (This used to be commit 1e8ca2801e2e588e5fcdbe2b549bfd818d8bad81)
* Added new error codes. Fix up connection code to retry in the same wayJeremy Allison2002-10-1710-29/+99
| | | | | | that app-head does. Jeremy. (This used to be commit ec7953f20145799f6286a295472df4826bfdfb8f)
* Merge NULL relstr fix from HEAD.Tim Potter2002-10-171-0/+3
| | | | (This used to be commit 0f2ddfcd95acec964a3a7652968c9469ac486814)
* Ignore python build directory.Tim Potter2002-10-171-0/+1
| | | | (This used to be commit b5c8753b5f54d2630e444191674e24e8ca2e24ff)
* Merge of SMB_ASSERT.Tim Potter2002-10-171-2/+3
| | | | (This used to be commit 1094e1ffde09b0393b11d2cce148b6da893348c1)
* Never do a ZERO_STRUCT on a structure in a linked list, it's dumb :-).Jeremy Allison2002-10-161-1/+3
| | | | | Jeremy. (This used to be commit 20986489f4736820a4981c6aa0eecccf169f0170)
* merge from app_head to commit re-init'd printer to diskGerald Carter2002-10-161-0/+6
| | | | (This used to be commit 92fd939c3439208660ac3821c458f8cd34a59555)
* SMB_ASSERT to check list terminates.Jeremy Allison2002-10-161-0/+3
| | | | | Jeremy. (This used to be commit bf3b0ef56168aff9b1bd5760b595f8951d434861)
* Change default of max_xmit to match W2K. Ensure NT negprot uses it.Jeremy Allison2002-10-152-2/+4
| | | | | Jeremy. (This used to be commit 0bf7187e3ba57ee2422a0f6f736266a55502123c)
* Fix spelling of background_process.Jeremy Allison2002-10-152-6/+6
| | | | | Jeremy. (This used to be commit 2006e36c18bb2d5e44179829c66934efad38b0c7)
* Change to use sys_read/sys_write.Jeremy Allison2002-10-151-10/+4
| | | | | Jeremy. (This used to be commit 7d0dc36df0e3ca451c1ab660aa08e0d021ca89f0)
* Added cli_set_timeout() call.Jeremy Allison2002-10-151-0/+11
| | | | | Jeremy. (This used to be commit 9225054179b6642ae8be790d35e6590aefa46dd3)
* Merge Anton's 64-bit fix.Jeremy Allison2002-10-151-4/+2
| | | | | Jeremy. (This used to be commit 0644f6a68e5c1d9a2c236ab0f90d4801848a9b33)
* merge from APP_HEAD to use GMT in job submission notificationGerald Carter2002-10-151-1/+1
| | | | (This used to be commit 2ec53858d9ee01ed500f99a67e9a94e33576486d)
* Merge of file/directory access bits changes.Tim Potter2002-10-141-14/+19
| | | | (This used to be commit 2adaceea55d098dcd633b5ffb8f446a9ca6b4e94)
* Turns out with Win9x, we could occasionally return from unix_convert() givenJeremy Allison2002-10-111-0/+12
| | | | | | | | | | a mangled name without a valid stat struct if the file existed. This would then cause open_file_shared1() to erroneously think the file open was new, thus not check for oplock break, thus causing a spurious EAGAIN reply to the open on a file we already had kernel oplocked.... (phew - that was fun to track down :-). Jeremy. (This used to be commit af80b033a5374da9163e3484f7d8707813490597)
* Added unknown info level.Jeremy Allison2002-10-091-0/+1
| | | | | Jeremy. (This used to be commit 7634a58ec83ed7b40fe8ac95b0486b1ac00c59e4)
* Use memmove when copies can overlap. Spotted by SUGIOKA Toshinobu ↵Jeremy Allison2002-10-091-1/+1
| | | | | | | <sugioka@itonet.co.jp>. Jeremy. (This used to be commit 0ab08186f419a09e15f1ab7db621d429b1a3f994)
* print job properties fix from APP_HEAD. a null devmode is not a failure.Gerald Carter2002-10-091-11/+5
| | | | (This used to be commit 8f95773e0ab0c5e0854d9e442170e25280279bfb)
* removed stat() call in lp_add_home()Gerald Carter2002-10-091-7/+0
| | | | (This used to be commit 68036f4a415d2d2ad8c27320ae58fee04eee2960)
* add_printer_hook() fix from APP_HEADGerald Carter2002-10-091-6/+17
| | | | (This used to be commit b381ed3a9eba24c11796a9ca5cb4d226c131d867)
* merge from APP_HEAD of winbindd's domain local group fixGerald Carter2002-10-089-20/+222
| | | | (This used to be commit 09c6f6329d6ae9327b7ef06de0ea78d24d805456)
* Ensure we register the 1c name on the unicast subnet.Jeremy Allison2002-10-081-0/+10
| | | | | Jeremy. (This used to be commit e1ea20d2d14b9671503eeeccddc7683cc94371c0)
* Fix based on Jim McDonough's code for ACL inheritance problem.Jeremy Allison2002-10-081-9/+60
| | | | | Jeremy. (This used to be commit 3343efaaa8b80d5bc549afebbc06e02e125a6af9)
* Fix from Andreas Gruenbacher <agruen@suse.de> to prevent ACL set on read-onlyJeremy Allison2002-10-071-0/+5
| | | | | | share. Jeremy. (This used to be commit 9b8f362abc5abf25f02718774a8aa1f4574f19ff)
* missing prs_align()'sGerald Carter2002-10-051-0/+9
| | | | (This used to be commit 33f4a2fe1c3202a04acbeb8e78515082e6b88dfd)
* Turn on sendfile detection by default in HEAD and 3.0.Jeremy Allison2002-10-053-53/+47
| | | | | Jeremy. (This used to be commit a09ba463b42893dc50a9d118ee114f55f47cb610)
* Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison2002-10-0412-69/+89
| | | | | | MAX_PRINT_JOBS in a queue. Jeremy. (This used to be commit 9fe3c0b90d4bff2217e3cb5a34b4683ca314c06e)
* fix typoGerald Carter2002-10-041-1/+1
| | | | (This used to be commit 324da9fdb93cdc5ed240a3291020858765e70acc)
* * merge native_mode flag in winbindd_domain struct from app-headGerald Carter2002-10-044-36/+72
| | | | | * add some files missing from a previous commit (This used to be commit 29159c97371c75327e377f9d13406dad46095568)
* merge of working dsrolegetprimdominfo() client code from APP_HEADGerald Carter2002-10-049-16/+13
| | | | (This used to be commit 028477e35208e76fedbc7c743426fd9be94b7cf0)
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2002-10-0415-0/+4784
|\ | | | | | | used to be commit 7950dfc795568798e8ede784b4e8b927be0add49)
| * merge of working dsrolegetprimdominfo() client code from APP_HEADGerald Carter2002-10-0413-16/+339
| | | | | | | | (This used to be commit f70caa25e4ee198151b915cf2bc0a26b2d0e243d)
| * Remove README.DCEDFS as it doesn't contain useful info for developers nor ↵Jelmer Vernooij2002-10-041-78/+0
| | | | | | | | | | | | | | users but only about the state DCE/DFS was in for samba 1.9.13 (This used to be commit 69c402f375818314e7e335abc52f566c037d16cb)
| * Convert even more text docsJelmer Vernooij2002-10-047-179/+239
| | | | | | | | (This used to be commit cde5cd455ca48fde7eeb7cea84b061ef3be58e23)
| * Convert README.Win32-Viruses DHCP-Server-Configuration and Faxing to SGML...Jelmer Vernooij2002-10-046-521/+70
| | | | | | | | (This used to be commit 68a18e1a9ea44d7f0d84de5a23eef9d9a7568cbc)
| * Move Recent-FAQ's to the new SGML FAQJelmer Vernooij2002-10-046-69/+352
| | | | | | | | (This used to be commit 8a15a8c195285550be55bac63f7508bf34b36411)
| * Convert GOTCHAS to SGMLJelmer Vernooij2002-10-0423-4699/+5341
| | | | | | | | (This used to be commit c48207ef0e219680d4e4102256c76189aaf73ebc)
| * Move Application_Serving.txt to FAQ question "How to use a samba share as a ↵Jelmer Vernooij2002-10-044-56/+126
| | | | | | | | | | | | administrative share for MS Office, etc?" (This used to be commit 5e96448348d3db232a9a9f273a16dcfc4f69aaab)