summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-10-17Added new error codes. Fix up connection code to retry in the same wayJeremy Allison10-29/+99
that app-head does. Jeremy. (This used to be commit ec7953f20145799f6286a295472df4826bfdfb8f)
2002-10-17Merge NULL relstr fix from HEAD.Tim Potter1-0/+3
(This used to be commit 0f2ddfcd95acec964a3a7652968c9469ac486814)
2002-10-17Ignore python build directory.Tim Potter1-0/+1
(This used to be commit b5c8753b5f54d2630e444191674e24e8ca2e24ff)
2002-10-17Merge of SMB_ASSERT.Tim Potter1-2/+3
(This used to be commit 1094e1ffde09b0393b11d2cce148b6da893348c1)
2002-10-16Never do a ZERO_STRUCT on a structure in a linked list, it's dumb :-).Jeremy Allison1-1/+3
Jeremy. (This used to be commit 20986489f4736820a4981c6aa0eecccf169f0170)
2002-10-16merge from app_head to commit re-init'd printer to diskGerald Carter1-0/+6
(This used to be commit 92fd939c3439208660ac3821c458f8cd34a59555)
2002-10-16SMB_ASSERT to check list terminates.Jeremy Allison1-0/+3
Jeremy. (This used to be commit bf3b0ef56168aff9b1bd5760b595f8951d434861)
2002-10-15Change default of max_xmit to match W2K. Ensure NT negprot uses it.Jeremy Allison2-2/+4
Jeremy. (This used to be commit 0bf7187e3ba57ee2422a0f6f736266a55502123c)
2002-10-15Fix spelling of background_process.Jeremy Allison2-6/+6
Jeremy. (This used to be commit 2006e36c18bb2d5e44179829c66934efad38b0c7)
2002-10-15Change to use sys_read/sys_write.Jeremy Allison1-10/+4
Jeremy. (This used to be commit 7d0dc36df0e3ca451c1ab660aa08e0d021ca89f0)
2002-10-15Added cli_set_timeout() call.Jeremy Allison1-0/+11
Jeremy. (This used to be commit 9225054179b6642ae8be790d35e6590aefa46dd3)
2002-10-15Merge Anton's 64-bit fix.Jeremy Allison1-4/+2
Jeremy. (This used to be commit 0644f6a68e5c1d9a2c236ab0f90d4801848a9b33)
2002-10-15merge from APP_HEAD to use GMT in job submission notificationGerald Carter1-1/+1
(This used to be commit 2ec53858d9ee01ed500f99a67e9a94e33576486d)
2002-10-14Merge of file/directory access bits changes.Tim Potter1-14/+19
(This used to be commit 2adaceea55d098dcd633b5ffb8f446a9ca6b4e94)
2002-10-11Turns out with Win9x, we could occasionally return from unix_convert() givenJeremy Allison1-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)
2002-10-09Added unknown info level.Jeremy Allison1-0/+1
Jeremy. (This used to be commit 7634a58ec83ed7b40fe8ac95b0486b1ac00c59e4)
2002-10-09Use memmove when copies can overlap. Spotted by SUGIOKA Toshinobu ↵Jeremy Allison1-1/+1
<sugioka@itonet.co.jp>. Jeremy. (This used to be commit 0ab08186f419a09e15f1ab7db621d429b1a3f994)
2002-10-09print job properties fix from APP_HEAD. a null devmode is not a failure.Gerald Carter1-11/+5
(This used to be commit 8f95773e0ab0c5e0854d9e442170e25280279bfb)
2002-10-09removed stat() call in lp_add_home()Gerald Carter1-7/+0
(This used to be commit 68036f4a415d2d2ad8c27320ae58fee04eee2960)
2002-10-09add_printer_hook() fix from APP_HEADGerald Carter1-6/+17
(This used to be commit b381ed3a9eba24c11796a9ca5cb4d226c131d867)
2002-10-08merge from APP_HEAD of winbindd's domain local group fixGerald Carter9-20/+222
(This used to be commit 09c6f6329d6ae9327b7ef06de0ea78d24d805456)
2002-10-08Ensure we register the 1c name on the unicast subnet.Jeremy Allison1-0/+10
Jeremy. (This used to be commit e1ea20d2d14b9671503eeeccddc7683cc94371c0)
2002-10-08Fix based on Jim McDonough's code for ACL inheritance problem.Jeremy Allison1-9/+60
Jeremy. (This used to be commit 3343efaaa8b80d5bc549afebbc06e02e125a6af9)
2002-10-07Fix from Andreas Gruenbacher <agruen@suse.de> to prevent ACL set on read-onlyJeremy Allison1-0/+5
share. Jeremy. (This used to be commit 9b8f362abc5abf25f02718774a8aa1f4574f19ff)
2002-10-05missing prs_align()'sGerald Carter1-0/+9
(This used to be commit 33f4a2fe1c3202a04acbeb8e78515082e6b88dfd)
2002-10-05Turn on sendfile detection by default in HEAD and 3.0.Jeremy Allison3-53/+47
Jeremy. (This used to be commit a09ba463b42893dc50a9d118ee114f55f47cb610)
2002-10-04Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison12-69/+89
MAX_PRINT_JOBS in a queue. Jeremy. (This used to be commit 9fe3c0b90d4bff2217e3cb5a34b4683ca314c06e)
2002-10-04fix typoGerald Carter1-1/+1
(This used to be commit 324da9fdb93cdc5ed240a3291020858765e70acc)
2002-10-04* merge native_mode flag in winbindd_domain struct from app-headGerald Carter4-36/+72
* add some files missing from a previous commit (This used to be commit 29159c97371c75327e377f9d13406dad46095568)
2002-10-04merge of working dsrolegetprimdominfo() client code from APP_HEADGerald Carter9-16/+13
(This used to be commit 028477e35208e76fedbc7c743426fd9be94b7cf0)
2002-10-04This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User15-0/+4784
used to be commit 7950dfc795568798e8ede784b4e8b927be0add49)
2002-10-04merge of working dsrolegetprimdominfo() client code from APP_HEADGerald Carter13-16/+339
(This used to be commit f70caa25e4ee198151b915cf2bc0a26b2d0e243d)
2002-10-04Remove README.DCEDFS as it doesn't contain useful info for developers nor ↵Jelmer Vernooij1-78/+0
users but only about the state DCE/DFS was in for samba 1.9.13 (This used to be commit 69c402f375818314e7e335abc52f566c037d16cb)
2002-10-04Convert even more text docsJelmer Vernooij7-179/+239
(This used to be commit cde5cd455ca48fde7eeb7cea84b061ef3be58e23)
2002-10-04Convert README.Win32-Viruses DHCP-Server-Configuration and Faxing to SGML...Jelmer Vernooij6-521/+70
(This used to be commit 68a18e1a9ea44d7f0d84de5a23eef9d9a7568cbc)
2002-10-04Move Recent-FAQ's to the new SGML FAQJelmer Vernooij6-69/+352
(This used to be commit 8a15a8c195285550be55bac63f7508bf34b36411)
2002-10-04Convert GOTCHAS to SGMLJelmer Vernooij23-4699/+5341
(This used to be commit c48207ef0e219680d4e4102256c76189aaf73ebc)
2002-10-04Move Application_Serving.txt to FAQ question "How to use a samba share as a ↵Jelmer Vernooij4-56/+126
administrative share for MS Office, etc?" (This used to be commit 5e96448348d3db232a9a9f273a16dcfc4f69aaab)
2002-10-04Split up faq in smaller filesJelmer Vernooij4-527/+532
(This used to be commit 5129c40c8391f6cc52b3b8382ec9a72bf1c8d097)
2002-10-04only set UF_USE_DES_KEY_ONLY if we are using krb5 libraries that can'tAndrew Tridgell1-3/+7
do type 23 (This used to be commit c0612272e8eea3d741854c0b4834bc687d787218)
2002-10-04support all permitted encoding types in tickets. This allows us toAndrew Tridgell1-15/+29
decode a type 23 ticket when the machine account is setup for non-DES tickets (This used to be commit 144d4429d7d91e8597263da6abc8041098f2a4c3)
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter24-177/+283
from APP_HEAD (This used to be commit 1cfd2ee433305e91e87804dd55d10e025d30a69e)
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter24-177/+283
from APP_HEAD (This used to be commit 38c9e4299845fd77cc8629945ce2d259489f7437)
2002-10-03Added ASCII art to make this clearer.Jeremy Allison1-1/+73
Jeremy. (This used to be commit 31c0dd7e213509c3bed1061f140f2ea9c6e95a9d)
2002-10-03Added ASCII art to make this clearer.Jeremy Allison1-1/+73
Jeremy. (This used to be commit 96e9ff905426f4754685a140674934cf2f6cb11c)
2002-10-03Add generated files for FAQJelmer Vernooij4-0/+1346
(This used to be commit fd9854d45dee6697e1d1515e7e1729a3237093ca)
2002-10-03Fix generation of FAQJelmer Vernooij3-6/+9
(This used to be commit 26ce370e0c858c017333e33535956658e1a9fe7f)
2002-10-03Write cache bugfix from Rasmus Borup Hansen, system adm. Email: ↵Jeremy Allison1-0/+13
rbh@math.ku.dk Jeremy. (This used to be commit 971b82beb7b99a3ae692ca147cce9ce4b5bce39c)
2002-10-03Write cache bugfix from Rasmus Borup Hansen, system adm. Email: ↵Jeremy Allison1-0/+13
rbh@math.ku.dk Jeremy. (This used to be commit d40a14dbb0ec233f7a2190df1845b039072c4b84)
2002-10-03Fix links in html versions of manpagesJelmer Vernooij31-1829/+2232
(This used to be commit e0632a7752f123859290140b5fc190fee0da8484)