Volker Lendecke
d442cca230
r22146: Attempt to fix the build
...
(This used to be commit 825255c760
)
2007-10-10 12:19:16 -05:00
Jeremy Allison
a098724734
r22145: Fix bug #4494 - reported by Kevin Jamieson <bugzilla@kevinjamieson.com>.
...
If returning a mapped UNIX error from sendfile, don't call chain_reply.
Jeremy.
(This used to be commit 38404c990d
)
2007-10-10 12:19:16 -05:00
Volker Lendecke
a40df6f92d
r22135: Check in most of Michael Adam's net conf utility. A good share of this patch
...
is moving functions around to fix some linker dependencies for the registry.
Michael, I've renamed your auth_utils2.c to token_utils.c.
Thanks!
Volker
(This used to be commit 9de16f25c1
)
2007-10-10 12:19:16 -05:00
Jeremy Allison
4838055e5f
r22132: I hate inefficiency. Don't call conv_str_size()
...
on every pread/sendfile call, initialize these
variables in an allocated struct at connection
time and just refer to them directly.
Jeremy.
(This used to be commit 85df3fca68
)
2007-10-10 12:19:15 -05:00
Derrell Lipman
a8202531d8
r22130: - Ensure that the libsmbclient example programs link with the libsmbclient
...
library that's part of the current tree, not with whatever happens to have
been previously installed.
(This used to be commit c65621e0b7
)
2007-10-10 12:19:15 -05:00
Jeremy Allison
6a3e72aa69
r22129: Fix the nttrans create extended response for pipes
...
and files (tested with Win32 code). Bug #4404 should
now be dead :-).
Jeremy.
(This used to be commit 40a86a5666
)
2007-10-10 12:19:15 -05:00
Jeremy Allison
2ca369e0a6
r22128: Fix the pipe open response with EXTENDED_RESPONSE_REQUIRED
...
set. Only the NTTrans create left to fix for csc.
Jeremy.
(This used to be commit 7856db9fce
)
2007-10-10 12:19:15 -05:00
James Peach
8c34aab008
r22127: Wrap the AC_TRY_RUN detection for Linux getgrouplist in an
...
AC_CACHE_CHECK, so it can be cross-compiled.
(This used to be commit f9fb07d2f9
)
2007-10-10 12:19:15 -05:00
Volker Lendecke
d1103534ba
r22126: Fix a bogus uninitialized variable warning
...
(This used to be commit 3be234effa
)
2007-10-10 12:19:15 -05:00
Volker Lendecke
4570f1c52a
r22125: Fix a warning
...
(This used to be commit 1c0ceb5fe2
)
2007-10-10 12:19:14 -05:00
Jeremy Allison
8710c0ddd2
r22124: Wow - NTCreateX sets the word count to 42, but returns 50 on
...
the wire. Strange.... But now we're returning Windows compatible
extended info. Next to fix the pipe returns and NTTrans Creates.
Jeremy.
(This used to be commit 57e46f2f80
)
2007-10-10 12:19:14 -05:00
Jeremy Allison
bd472a542a
r22123: Try and fix the csc ( #4404 ) bug by supporting the extended
...
response to NTCreateX - need to fix this also for
pipe open and NTTransCreate as well so this isn't
finished.
Jeremy.
(This used to be commit be742f2481
)
2007-10-10 12:19:14 -05:00
Jeremy Allison
bca29ddbba
r22122: Start to fix csc issue with Vista. Make smbd support
...
the extended 7 word response for tconX rather than the
3 word one we supported previously.
Jeremy.
(This used to be commit 137953226a
)
2007-10-10 12:19:14 -05:00
Jeremy Allison
b86758ebcc
r22113: Fix core dump when configfile in same directory.
...
From Steven Danneman <steven.danneman@isilon.com>.
Jeremy.
(This used to be commit 572c418b04
)
2007-10-10 12:19:14 -05:00
Jeremy Allison
725fcf3461
r22112: Fix memleak pointed out by Steven Danneman <steven.danneman@isilon.com>.
...
Jeremy.
(This used to be commit 7c45bd3a47
)
2007-10-10 12:19:14 -05:00
Jeremy Allison
4c6dfcf954
r22111: Allow readahead params to use size suffixes as K,M, etc.
...
Jeremy.
(This used to be commit e296f07e1d
)
2007-10-10 12:19:13 -05:00
Gerald Carter
ccb99cafa7
r22110: don't cache the S-1-22-{1,2} domain SID/uig/gid lookups in idmap_cache
...
(This used to be commit adfc2d3165
)
2007-10-10 12:19:13 -05:00
Simo Sorce
ca70c3cde7
r22109: Readonly is automatically set in the generic init code, let's just log the fact there
...
and remove the specific, but redundant, code in idmap_ad.c
(This used to be commit f127803734
)
2007-10-10 12:19:13 -05:00
Jeremy Allison
d4f1543335
r22108: Fix from <don.mccall@hp.com> to try and fix the HPUX builds.
...
Jeremy.
(This used to be commit 4de297112b
)
2007-10-10 12:19:13 -05:00
James Peach
fc9f6d6087
r22107: Fix typo.
...
(This used to be commit fd056b2426
)
2007-10-10 12:19:13 -05:00
Jeremy Allison
7ef93224ee
r22106: Fix the module name - it's vfs_readahead not vfs_linux_readahead.
...
Jeremy.
(This used to be commit bc2b6e3f32
)
2007-10-10 12:19:13 -05:00
Jeremy Allison
d946a78dde
r22105: Added vfs_readahead module that appears to do wonderful things
...
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.
(This used to be commit 97fdd67e83
)
2007-10-10 12:19:13 -05:00
Gerald Carter
a1e72969d5
r22104: BUG 4439: Fix the object picket on x64 WIndopws XP/2003.
...
Enable the DsRoleGetPrimaryDomainInfo() server code.
Tested by Win2000/XP/2003/Vista (x86) and WinXP (x64)
(This used to be commit eab9ca7e7d
)
2007-10-10 12:19:12 -05:00
Lars Müller
ab8bbffd65
r22103: No code change. This is a spring time end of line clesnup checkin.
...
(This used to be commit 3ae99e5924
)
2007-10-10 12:19:12 -05:00
Lars Müller
a6209ac56a
r22102: Remove obsoleted SHLIBS_PROGS from {Makefile,configure}.in.
...
As NSS_MODULES is added to the all rule the resulting set of binaries
are the same.
(This used to be commit 3bebb5f4c1
)
2007-10-10 12:19:12 -05:00
Gerald Carter
4361e7cebe
r22101: remove RedHat 9 packaging files after annoncement on the samba ml
...
(This used to be commit 8849524355
)
2007-10-10 12:19:12 -05:00
Lars Müller
0fea15acb3
r22099: Revert parts of revision 22056 as proto_exists is not required by
...
@WINBIND_NSS@, bin/pam_winbind.@SHLIBEXT@, and bin/pam_smbpass.@SHLIBEXT@.
(This used to be commit 641edac6ec
)
2007-10-10 12:19:12 -05:00
Jeremy Allison
826d6e4b7f
r22097: Add detection for linux readahead() syscall.
...
Jeremy.
(This used to be commit 4e3232aad4
)
2007-10-10 12:19:12 -05:00
Jeremy Allison
bc45c82904
r22096: become_root_uid_only() is unneeded - it's only used in
...
messages.c. Refactor to use become_root() instead and
make it local to messages.c
Jeremy.
(This used to be commit f3ffb3f984
)
2007-10-10 12:19:11 -05:00
Gerald Carter
90dc261315
r22095: BUG 4484: Add more checks to set %a for Vista clients (based on absence of native OS and Lanman strings in the session setup request)
...
(This used to be commit e5c9fc937d
)
2007-10-10 12:19:11 -05:00
James Peach
74cfa0fdce
r22094: Clarify that SMB_VFS_LOCK should not be used to get lock status.
...
(This used to be commit 395fd99edb
)
2007-10-10 12:19:10 -05:00
Stefan Metzmacher
14ac7712f3
r22093: send also the correct OID_KERBEROS5 not only the broken
...
OID_KERBEROS_OLD one.
metze
(This used to be commit 294c69334f
)
2007-10-10 12:19:10 -05:00
Stefan Metzmacher
eceb926df9
r22092: - make spnego_parse_auth_response() more generic and
...
not specific for NTLMSSP
- it's possible that the server sends a mechOID and authdata
if negResult != SPNEGO_NEG_RESULT_INCOMPLETE, but we still
force the mechOID to be present if negResult == SPNEGO_NEG_RESULT_INCOMPLETE
metze
(This used to be commit e9f2aa22f9
)
2007-10-10 12:19:10 -05:00
Volker Lendecke
bcab9254cc
r22091: Fix an uninitialized variable warning
...
(This used to be commit a6e1e39f1d
)
2007-10-10 12:19:10 -05:00
Jeremy Allison
7a70d9cc87
r22080: Fix directory recycle module bug #4486 .
...
Jeremy.
(This used to be commit 17b1d11bbb
)
2007-10-10 12:19:10 -05:00
Jeremy Allison
4899c6b806
r22079: Tsk, tsk, Metze didn't compile before check-in :-).
...
Merge the memory leak fix (with fix :-) to 3.0.25.
Jeremy.
(This used to be commit ab3150fe4e
)
2007-10-10 12:19:09 -05:00
Stefan Metzmacher
98c300ab90
r22078: fix memory leak in not often used code, we only use it if the server
...
doesn't support GSS-SPNEGO in SASL
can someone please review this, maybe it's also for 3.0.25
metze
(This used to be commit 8c6930b701
)
2007-10-10 12:19:09 -05:00
Andrew Bartlett
23d3a1956b
r22071: Make the error message for incorrect use of '-c' show the parameter as used.
...
This means that smbpasswd -c user (which in htpasswd creates a new file)
and smbpasswd -c /not/my/smb.conf should give errors an admin will
think to chase down.
Andrew Bartlett
(This used to be commit 721375e14c
)
2007-10-10 12:19:09 -05:00
Gerald Carter
06ec19e2fb
r22069: BUG 4447: Fix compile failure on AIX 5.2 (patch from William Jojo <jojowil@hvcc.edu>)
...
(This used to be commit c1cb6d059b
)
2007-10-10 12:19:09 -05:00
Stefan Metzmacher
f5d3d29f72
r22067: - fix --with-fhs, where confdir is set to \${sysconfdir}
...
but sysconfdir wasn't defined in our Makefile
- add localstatedir for completeness
metze
(This used to be commit a70af6d457
)
2007-10-10 12:19:09 -05:00
Gerald Carter
3bdd0e3650
r22066: Ensure that winbind can resolve SIDs in the S-1-22-{1,2}
...
domain to a uid.gid using the idmap_passdb backend.
(This used to be commit fc1aeee52d
)
2007-10-10 12:19:09 -05:00
Jeremy Allison
97e3cb896f
r22065: First logic change I've found :-(. We were being too
...
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
(This used to be commit 70875f92a2
)
2007-10-10 12:19:08 -05:00
Jeremy Allison
cab91684e5
r22064: Fix the DFS code to work better with Vista clients. Allow
...
"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.
(This used to be commit 1a0f69bb21
)
2007-10-10 12:19:08 -05:00
Jeremy Allison
7f8d89bc54
r22062: Fix the parsing of info level 3. Flags is not a flags
...
field, but an offset. Fixed 64-bit display of ACLs on
printers.
Jeremy.
(This used to be commit 0c8949ff5d
)
2007-10-10 12:19:07 -05:00
Gerald Carter
01c8809f76
r22061: Fix the krb5 user ticket refresh event timeout in winbindd
...
(This used to be commit 4a99b89618
)
2007-10-10 12:19:07 -05:00
Jeremy Allison
9b807d4f87
r22060: Fix for AIX quotas from Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
...
Jeremy.
(This used to be commit 8d95cdf8c0
)
2007-10-10 12:19:07 -05:00
Volker Lendecke
2498a973ac
r22059: Over-allocate and NULL out 100 bytes for lanman.c.
...
Volker
(This used to be commit 0eea6b84ce
)
2007-10-10 12:19:06 -05:00
Günther Deschner
f1ab10b2ec
r22058: Add test_nss_modules to check NSS modules for unresolved symbols.
...
Guenther
(This used to be commit 21d092f4f9
)
2007-10-10 12:19:06 -05:00
Günther Deschner
21024aa589
r22056: Adding some missing proto_exists calls (for PAM and NSS modules)
...
Guenther
(This used to be commit 04705aa190
)
2007-10-10 12:19:06 -05:00
Jelmer Vernooij
0389cad7c4
r22055: Port the endpoint mapper (and functions it requires) to Samba 3.
...
(This used to be commit ad98126187
)
2007-10-10 12:19:06 -05:00