summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | r22159: BUG 4501 (second half of fix): Just disable theGerald Carter2007-04-101-8/+8
| | | | | | | | | | | | uid/gid allocation if no idmap alloca backend has been defined and we are not using a 3.0.24 idmap backend compatible configuration.
* | r22158: BUG 4501 (partial): Fix a crash caused by not using the Gerald Carter2007-04-101-6/+16
| | | | | | | | nss_info_{rfc2307,sfu} plugin with idmap_ad.
* | r22157: Fix bug #3634 - stop nmbd segfaulting with bad interface line.Jeremy Allison2007-04-101-0/+7
| | | | | | | | Jeremy.
* | r22155: Fixed warning #4498 from jason@ncac.gwu.edu.Jeremy Allison2007-04-101-2/+2
| | | | | | | | Jeremy.
* | r22154: Make struct smbdb_ctx an opaque pointer so users of the APIJeremy Allison2007-04-102-6/+7
| | | | | | | | | | don't need to have tdb.h. Jeremy.
* | r22150: remove netgr functions from libreplace they're not usedStefan Metzmacher2007-04-104-39/+2
| | | | | | | | | | | | | | | | in samba4 currently and samba3 has explicit configure checks for them. should fix bug #4496 metze
* | r22149: BUG 4500: patch from Jorge Santos <jorge_a_santos@hotmail.com>Gerald Carter2007-04-101-1/+1
| | | | | | | | to fix compile bug ni quotas.c (typo calling unbecome_root()).
* | r22148: Fix gpfs module on posix-acl test. Adds gpfsacl_sys_set_fd (callsJim McDonough2007-04-101-2/+1
| | | | | | | | _file). Thanks to Gomati Mohanan.
* | r22147: Next tryVolker Lendecke2007-04-101-1/+1
| |
* | r22146: Attempt to fix the buildVolker Lendecke2007-04-101-1/+1
| |
* | r22145: Fix bug #4494 - reported by Kevin Jamieson <bugzilla@kevinjamieson.com>.Jeremy Allison2007-04-092-3/+5
| | | | | | | | | | If returning a mapped UNIX error from sendfile, don't call chain_reply. Jeremy.
* | r22140: set cerion in this branch to 3.0.25rc2-SVNGerald Carter2007-04-091-2/+2
| |
* | r22139: copy release notes from release branch in case anyone has any ↵Gerald Carter2007-04-091-15/+153
| | | | | | | | corrections
* | r22132: I hate inefficiency. Don't call conv_str_size()Jeremy Allison2007-04-082-42/+89
| | | | | | | | | | | | | | on every pread/sendfile call, initialize these variables in an allocated struct at connection time and just refer to them directly. Jeremy.
* | r22131: - Ensure that the libsmbclient example programs link with the ↵Derrell Lipman2007-04-081-10/+11
| | | | | | | | | | | | | | libsmbclient library that's part of the current tree, not with whatever happens to have been previously installed.
* | r22129: Fix the nttrans create extended response for pipesJeremy Allison2007-04-081-5/+44
| | | | | | | | | | | | and files (tested with Win32 code). Bug #4404 should now be dead :-). Jeremy.
* | r22128: Fix the pipe open response with EXTENDED_RESPONSE_REQUIREDJeremy Allison2007-04-081-1/+24
| | | | | | | | | | set. Only the NTTrans create left to fix for csc. Jeremy.
* | r22126: Fix a bogus uninitialized variable warningVolker Lendecke2007-04-071-1/+1
| |
* | r22124: Wow - NTCreateX sets the word count to 42, but returns 50 onJeremy Allison2007-04-071-1/+7
| | | | | | | | | | | | the wire. Strange.... But now we're returning Windows compatible extended info. Next to fix the pipe returns and NTTrans Creates. Jeremy.
* | r22123: Try and fix the csc (#4404) bug by supporting the extendedJeremy Allison2007-04-072-11/+25
| | | | | | | | | | | | | | response to NTCreateX - need to fix this also for pipe open and NTTransCreate as well so this isn't finished. Jeremy.
* | r22122: Start to fix csc issue with Vista. Make smbd supportJeremy Allison2007-04-073-1/+30
| | | | | | | | | | | | the extended 7 word response for tconX rather than the 3 word one we supported previously. Jeremy.
* | r22113: Fix core dump when configfile in same directory.Jeremy Allison2007-04-061-0/+7
| | | | | | | | | | From Steven Danneman <steven.danneman@isilon.com>. Jeremy.
* | r22112: Fix memleak pointed out by Steven Danneman <steven.danneman@isilon.com>.Jeremy Allison2007-04-061-1/+2
| | | | | | | | Jeremy.
* | r22111: Allow readahead params to use size suffixes as K,M, etc.Jeremy Allison2007-04-061-4/+28
| | | | | | | | Jeremy.
* | r22110: don't cache the S-1-22-{1,2} domain SID/uig/gid lookups in idmap_cacheGerald Carter2007-04-061-0/+13
| |
* | r22109: Readonly is automatically set in the generic init code, let's just ↵Simo Sorce2007-04-062-5/+1
| | | | | | | | | | | | log the fact there and remove the specific, but redundant, code in idmap_ad.c
* | r22108: Fix from <don.mccall@hp.com> to try and fix the HPUX builds.Jeremy Allison2007-04-061-2/+2
| | | | | | | | Jeremy.
* | r22107: Fix typo.James Peach2007-04-061-1/+1
| |
* | r22106: Fix the module name - it's vfs_readahead not vfs_linux_readahead.Jeremy Allison2007-04-062-4/+4
| | | | | | | | Jeremy.
* | r22105: Added vfs_readahead module that appears to do wonderful thingsJeremy Allison2007-04-063-1/+145
| | | | | | | | | | | | | | | | for copying files from Samba when using Windows Vista Windows explorer.... :-). By default if you add this I can go on my vmware sessions from 7MB/sec to 12MB/sec (+1 extra MB/sec if I turn sendfile on). Jeremy.
* | r22104: BUG 4439: Fix the object picket on x64 WIndopws XP/2003.Gerald Carter2007-04-064-40/+34
| | | | | | | | | | Enable the DsRoleGetPrimaryDomainInfo() server code. Tested by Win2000/XP/2003/Vista (x86) and WinXP (x64)
* | r22103: No code change. This is a spring time end of line clesnup checkin.Lars Müller2007-04-062-129/+129
| |
* | r22102: Remove obsoleted SHLIBS_PROGS from {Makefile,configure}.in.Lars Müller2007-04-062-11/+6
| | | | | | | | | | As NSS_MODULES is added to the all rule the resulting set of binaries are the same.
* | r22101: remove RedHat 9 packaging files after annoncement on the samba mlGerald Carter2007-04-0614-1108/+0
| |
* | r22100: Merge proto_exists changes from revisions 21552, 21804, 22056, andLars Müller2007-04-061-107/+108
| | | | | | | | 22099.
* | r22097: Add detection for linux readahead() syscall.Jeremy Allison2007-04-061-0/+19
| | | | | | | | Jeremy.
* | r22096: become_root_uid_only() is unneeded - it's only used inJeremy Allison2007-04-054-52/+35
| | | | | | | | | | | | messages.c. Refactor to use become_root() instead and make it local to messages.c Jeremy.
* | r22095: BUG 4484: Add more checks to set %a for Vista clients (based on ↵Gerald Carter2007-04-051-0/+5
| | | | | | | | absence of native OS and Lanman strings in the session setup request)
* | r22091: Fix an uninitialized variable warningVolker Lendecke2007-04-051-2/+1
| |
* | r22080: Fix directory recycle module bug #4486.Jeremy Allison2007-04-041-16/+37
| | | | | | | | Jeremy.
* | r22079: Tsk, tsk, Metze didn't compile before check-in :-).Jeremy Allison2007-04-041-3/+3
| | | | | | | | | | Merge the memory leak fix (with fix :-) to 3.0.25. Jeremy.
* | r22069: BUG 4447: Fix compile failure on AIX 5.2 (patch from William Jojo ↵Gerald Carter2007-04-041-0/+4
| | | | | | | | <jojowil@hvcc.edu>)
* | r22068: - fix --with-fhs, where confdir is set to \${sysconfdir}Stefan Metzmacher2007-04-041-0/+2
| | | | | | | | | | | | | | but sysconfdir wasn't defined in our Makefile - add localstatedir for completeness metze
* | r22066: Ensure that winbind can resolve SIDs in the S-1-22-{1,2}Gerald Carter2007-04-042-2/+25
| | | | | | | | domain to a uid.gid using the idmap_passdb backend.
* | r22065: First logic change I've found :-(. We were being tooJeremy Allison2007-04-041-9/+24
| | | | | | | | | | | | | | | | restrictive about strings being NULL. If an info level doesn't use a subformat the subformat string may be missing (null). Add debug statements to help track this. Jeremy
* | r22064: Fix the DFS code to work better with Vista clients. AllowJeremy Allison2007-04-033-37/+42
| | | | | | | | | | | | | | | | "host msdfs = true" to be set in the [global] section and allow Vista to see shares with "msdfs root = yes" and "msdfs root = no" off the same server. Down to an error message really :-). Jeremy.
* | r22062: Fix the parsing of info level 3. Flags is not a flagsJeremy Allison2007-04-034-11/+39
| | | | | | | | | | | | field, but an offset. Fixed 64-bit display of ACLs on printers. Jeremy.
* | r22061: Fix the krb5 user ticket refresh event timeout in winbinddGerald Carter2007-04-031-9/+32
| |
* | r22060: Fix for AIX quotas from Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.Jeremy Allison2007-04-031-0/+30
| | | | | | | | Jeremy.
* | r22059: Over-allocate and NULL out 100 bytes for lanman.c.Volker Lendecke2007-04-031-4/+8
| | | | | | | | Volker