summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r910: Fix for bug #1385 found by Jason Mader <jason@ncac.gwu.edu>.Jeremy Allison2007-10-101-3/+7
| | | | | | Don't use non-consts in a structure initialization. Jeremy. (This used to be commit 455ed258b3457ad5b7d3dad14b64781ab98f00dc)
* r907: fixing browse.dat bug -- don't include the resouce byte from the ↵Gerald Carter2007-10-101-1/+1
| | | | | | netbios name when pulling a string from a packet (jra, please double check this (This used to be commit c9bef86b8b422c5cbb6e3e5d2abb96c6e4560c1e)
* r885: more packaging fixesGerald Carter2007-10-101-1/+1
| | | | (This used to be commit 1dda922c100966245641739a945776fcc09e8847)
* r881: BUG 1357: add pam-devel to build requirementsGerald Carter2007-10-101-1/+1
| | | | (This used to be commit 591abc5b215c086c717c19b9a8185bf759eae0b5)
* r878: fixing bug in packaging that crep back inGerald Carter2007-10-101-3/+1
| | | | (This used to be commit 7590f18055236e7ae1b19afa8a8deabe80f34add)
* r844: bumping versionGerald Carter2007-10-101-1/+1
| | | | (This used to be commit 9b69451ff2fab70035701a8c261017e087a85ca0)
* r840: use quota debug classStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit fd94bdaef57b258fcccb9fae1e2f0b96688d51c4)
* r824: merge from: SAMBA_4_0:Stefan Metzmacher2007-10-101-1/+1
| | | | | | | | use 'Last Change Rev:' instead of 'Revision:' from the svn info output for setting the SVN_REVISION in version.h metze (This used to be commit 7cc35ba06644669e64460b03c141a23ad7a516d7)
* r817: - fix a configure logic bug for linux/XFS quotasStefan Metzmacher2007-10-101-1/+1
| | | | | | | when using --with-sys-quotas metze (This used to be commit f72cf069f235d7e8ad04e82b71a592c7ce560b8d)
* r814: conn is 0 during ioctl (at least during smbtorture IOCTL test)Herb Lewis2007-10-102-2/+4
| | | | | fix smbd panic (This used to be commit 61da0bb1f6ea22df78ea7bd22a740c5868f62591)
* r810: Fix from "Jerome Borsboom" <j.borsboom@erasmusmc.nl> to ensure error ↵Jeremy Allison2007-10-101-6/+6
| | | | | | | | status codes don't get overwritten. Jeremy. (This used to be commit c179451b07c2315a667c2ff683cd30c4d224758e)
* r805: Fix to stop smbd hanging on missing group member from "Jianliang Lu" ↵Jeremy Allison2007-10-101-5/+1
| | | | | | | <j.lu@tiesse.com>. Jeremy. (This used to be commit d5fb5ba9df9fc0f9167e76402c59a971f52e1b1f)
* r801: Fix from "Jianliang Lu" <j.lu@tiesse.com> to return correct groupJeremy Allison2007-10-103-10/+12
| | | | | | types. Jeremy. (This used to be commit d97b9146a137d43278f3125bafe8a453da82f4ce)
* r799: BUG 1259 -- add 'printcap cache time' patch from LarsGerald Carter2007-10-103-1/+55
| | | | (This used to be commit fac90741139b953d0e88d050dd457657f0b9c9f3)
* r795: paranoia checksGerald Carter2007-10-101-0/+6
| | | | (This used to be commit c087c51535982bd9db11e78db4064468f3507808)
* r788: Inspired by patch from "Jianliang Lu" <j.lu@tiesse.com>. CorrectJeremy Allison2007-10-101-10/+17
| | | | | | sid type is WKN_GROUP, not alias. Added some more known types. Jeremy. (This used to be commit 538b66f4e97e5e7b989e5533080f601d5b04c75e)
* r786: Memory leak fixes in (mostly) error code paths fromJeremy Allison2007-10-107-15/+46
| | | | | | | kawasa_r@itg.hitachi.co.jp. A couple of mem leak fixes in mainline code paths though :-). Jeremy. (This used to be commit 4695cc95fe576b6da0d0cb0686f208fc306b2646)
* r783: fix bug in reading printer data from disk; all ow valuenames with ↵Gerald Carter2007-10-101-4/+10
| | | | | | embedded '\'s (This used to be commit fdc1633c348b072a6dde45a3d9b3b8a19744613d)
* r780: Fix segfault in ntlm_auth --diagnosticsAndrew Bartlett2007-10-101-1/+2
| | | | | Andrew Bartlett (This used to be commit 5cdc7f0cd6888740d3de3535cd70c9681fa57600)
* r779: Fix specific case of open that doesn't cause oplock break, or share ↵Jeremy Allison2007-10-102-7/+22
| | | | | | | | | mode check. Test case provided by Volker will be added later. There may be other tests needed. Jeremy. (This used to be commit 1f8e7946edbb2930ba5f9738688dc843bc368fbf)
* r776: I should have just cut and pasted from my build area and I wouldHerb Lewis2007-10-101-1/+1
| | | | | have gotten this right :-) (This used to be commit 548070274efa12f8c9a4404145d8a2a8c85387b3)
* r775: merge trunk 774 to samba 3_0 - fix bad compare in for loopHerb Lewis2007-10-101-5/+1
| | | | (This used to be commit 3cb8f1d53583dac0b77495cbcd017c366af59891)
* r772: fix cut and paste error in commentHerb Lewis2007-10-101-1/+1
| | | | (This used to be commit a3bb4909c34c50673e0859be35200a8628ecdb8c)
* r764: More memleak fixes in error code path from kawasa_r@itg.hitachi.co.jp.Jeremy Allison2007-10-101-1/+6
| | | | | Jeremy. (This used to be commit 9647394e7c79c81ac4cf276a2c4b9e16eb053ec2)
* r762: Fix for #1319 when security > share.Jeremy Allison2007-10-101-2/+8
| | | | | Jeremy. (This used to be commit 9fe2240d6b68a2f8a495df585d69ae20c9825d77)
* r742: Volker discovered that we can truncate a locked file. Well I never ! :-).Jeremy Allison2007-10-101-22/+2
| | | | | Jeremy (This used to be commit 1099d60113c2d7b2e5a27a10666cdf885c668778)
* r740: Fix Bug #1301. Return NT_STATUS_SHARING_VIOLATION when share mode lockingRichard Sharpe2007-10-101-0/+14
| | | | | requests fail. (This used to be commit 5082eb30d0d7c3a4c79b7578457682523a4e80a3)
* r737: Handle -S and user mount parmsSteve French2007-10-101-24/+40
| | | | (This used to be commit ea597e75237cf14343b217da7119f9ade2303ae5)
* r731: add the current debian directory for debian stable (woody) targeted ↵Simo Sorce2007-10-1081-0/+7796
| | | | | | releases (This used to be commit 4b9f891319fad31eb0494ab57d186568f35443ba)
* r730: move the current debian dir to debian-unstableSimo Sorce2007-10-1082-0/+0
| | | | (This used to be commit 65022f1dde7012a8c8c1872ad87184531973b5c5)
* r716: Fix for bugid #1345 (Macromedia Homesite cannot connect anymore after ↵Jeremy Allison2007-10-101-0/+4
| | | | | | | | upgrade to 3.0.4). Cause was premature optimization in unix_convert(). My fault, sorry. Jeremy. (This used to be commit e5438f0a841e8ea57b515544cbf638c38405ed55)
* r710: Fix smbclient symlink command when widelinks = no.Jeremy Allison2007-10-102-72/+8
| | | | | Jeremy. (This used to be commit ed699a73f899b3212185ecf52d1c4cd59cc8a7ea)
* r706: Fix erroneous commit... I've not finished testing theJeremy Allison2007-10-101-9/+3
| | | | | | symlink stuff yet. Noticed by Stefan (metze). Jeremy. (This used to be commit 389ad1a05b2197edb20eda270fbd5c7eed7bb2f3)
* r704: BUG 1315: fix for schannel client connections to server's that don't ↵Gerald Carter2007-10-104-18/+45
| | | | | | support 128 bit encryption (This used to be commit 316ba5ad89ddfa445d44d28141c5901fc64aec90)
* r698: Now wb pipe is non-blocking remember to read in non-blocking mode...Jeremy Allison2007-10-102-13/+52
| | | | | Jeremy. (This used to be commit 3399727864f3aa8981f022254dfed622fcb50c49)
* r689: removed unneeded forward declarationsGerald Carter2007-10-101-3/+0
| | | | (This used to be commit ae0a770d607b13b454bff88aa52b478845b71a04)
* r675: merge from SAMBA_4_0:Stefan Metzmacher2007-10-101-0/+3
| | | | | | | | | display the version on top of configure this will help in the build farm metze (This used to be commit 78eba7af73fcadca3e688df07a67a869008bdfc6)
* r658: Oops - make smbclient work again with widelinks = no :-).Jeremy Allison2007-10-102-6/+8
| | | | | Jeremy. (This used to be commit a6979417063e0f0067004dc6207e8e78aa41a58f)
* r656: Make widelinks use realpath(). Tidy up cases where we need to become a ↵Jeremy Allison2007-10-106-148/+119
| | | | | | | service. Jeremy. (This used to be commit a03b6a05e02ec8415efc0e8ceade102e06f8fffe)
* r654: There is no point in having two lines of:Richard Sharpe2007-10-101-1/+1
| | | | | | | sbuf.st_mtime &= ~1; So I had one refer to st_ctime. (This used to be commit cf7a64c05dbc281802a2dc97a182b530fb925db9)
* r653: Ok, so tridge convinced me. Allow full UNIX path symlinksJeremy Allison2007-10-102-27/+25
| | | | | | | to anywhere on the server filesystem so long as widelinks is set to true.... :-). Jeremy. (This used to be commit ba9809fcd493a53b33c3a24c9f91b0c1d9bd9726)
* r651: Patch from kawasa_r@itg.hitachi.co.jp to connect to winbindJeremy Allison2007-10-101-2/+94
| | | | | | pipe in non-blocking mode to prevent process hang. Jeremy. (This used to be commit dece22de8e0bd18ee5a152dea7f682ae04e5cba0)
* r647: fix for setting the called name to by our IP if the called name was ↵Gerald Carter2007-10-103-25/+7
| | | | | | *SMBSERVER and *SMBSERV -- fixes issue with connecting to printers via \ip.ad.dr.ess\printer UNC path (This used to be commit 8ee268f0ed0c2f75ded9c2ddd66e0953f443c79e)
* r645: Patch from kawasa_r@itg.hitachi.co.jp to correctly enable core dumps.Jeremy Allison2007-10-102-0/+7
| | | | | Jeremy. (This used to be commit ea41d694270264557f740cd40ccc69b4acaa57e9)
* r643: fix typoHerb Lewis2007-10-101-1/+1
| | | | (This used to be commit 1f4db0b847de582387c0244397d1769b35bbcdbb)
* r642: use RPC_CLIENT_OBJ instead of file nameHerb Lewis2007-10-101-2/+2
| | | | | already included in PROTO_OBJ by LIBMSRPC_OBJ (This used to be commit a9113df6e9d357d334cd9a8dd937df6b3eec322e)
* r640: Make cifsvfs symlinks work with paths within and external to theJeremy Allison2007-10-102-7/+42
| | | | | | share. Store external paths prefixed with smbln:. Jeremy. (This used to be commit 14a9997b2eb394174ccb36d2a10a755279740cba)
* r635: put files that are referenced multiple times in separateHerb Lewis2007-10-101-38/+63
| | | | | definitions to be consistent. (This used to be commit 86e78bf745b4bb10fe60a77c069a9a062aa26637)
* r632: pulling in release notes from 3.0.4 and getting ready to start 3.0.5pre1Gerald Carter2007-10-101-280/+294
| | | | (This used to be commit 23cfc056e341c38b3311ffbd95529abb237b3cd6)
* r618: Bug #1333. Fix a problem pointed out by coolo where I was trying to ensureRichard Sharpe2007-10-101-1/+1
| | | | | that the errno is not trashed by a DEBUG statement, but screwed up. (This used to be commit e642f3e7b7a5fdbb5d12136c909e9c57e7cf1985)