summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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)
| * Split up faq in smaller filesJelmer Vernooij2002-10-044-527/+532
| | | | | | | | (This used to be commit 5129c40c8391f6cc52b3b8382ec9a72bf1c8d097)
| * only set UF_USE_DES_KEY_ONLY if we are using krb5 libraries that can'tAndrew Tridgell2002-10-041-3/+7
| | | | | | | | | | do type 23 (This used to be commit c0612272e8eea3d741854c0b4834bc687d787218)
| * support all permitted encoding types in tickets. This allows us toAndrew Tridgell2002-10-041-15/+29
| | | | | | | | | | | | decode a type 23 ticket when the machine account is setup for non-DES tickets (This used to be commit 144d4429d7d91e8597263da6abc8041098f2a4c3)
| * merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2002-10-0424-177/+283
| | | | | | | | | | from APP_HEAD (This used to be commit 38c9e4299845fd77cc8629945ce2d259489f7437)
| * Added ASCII art to make this clearer.Jeremy Allison2002-10-031-1/+73
| | | | | | | | | | Jeremy. (This used to be commit 96e9ff905426f4754685a140674934cf2f6cb11c)
| * Add generated files for FAQJelmer Vernooij2002-10-034-0/+1346
| | | | | | | | (This used to be commit fd9854d45dee6697e1d1515e7e1729a3237093ca)
| * Fix generation of FAQJelmer Vernooij2002-10-033-6/+9
| | | | | | | | (This used to be commit 26ce370e0c858c017333e33535956658e1a9fe7f)
| * Write cache bugfix from Rasmus Borup Hansen, system adm. Email: ↵Jeremy Allison2002-10-031-0/+13
| | | | | | | | | | | | | | rbh@math.ku.dk Jeremy. (This used to be commit 971b82beb7b99a3ae692ca147cce9ce4b5bce39c)
| * Fix links in html versions of manpagesJelmer Vernooij2002-10-0331-1829/+2232
| | | | | | | | (This used to be commit e0632a7752f123859290140b5fc190fee0da8484)
| * make the default printed values for boolean the same for all parameters.Herb Lewis2002-10-031-2/+2
| | | | | | | | (This used to be commit 074de699a20a1f8d8f45e576c50b94bb5aeb634e)
| * Fix generation of HTML versions of manpagesJelmer Vernooij2002-10-032-2/+2
| | | | | | | | | | Add comments to dsssl file (This used to be commit 16656d35bb7a316d219f83e073b88d79f66101de)
| * fix typos in net.8.sgml so it will compile andGerald Carter2002-10-034-1657/+1532
| | | | | | | | | | regenerate html versions of manpages.... (This used to be commit 4d4ef0d34afb43e62b4bec274fd4e64cda04c949)
| * merge sendfile entry from SAMBA_2_2 and fix typoGerald Carter2002-10-033-181/+355
| | | | | | | | (This used to be commit 068d7ab14c0f6f83b61e6fe1724ef00ca2e0e590)