summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r22127: Wrap the AC_TRY_RUN detection for Linux getgrouplist in anJames Peach2007-10-101-12/+22
| | | | | AC_CACHE_CHECK, so it can be cross-compiled. (This used to be commit f9fb07d2f9f142b4bcef02b8b3fc40789a6995d7)
* r22126: Fix a bogus uninitialized variable warningVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit 3be234effacd370dbdae11f6fcfddfe37d0623b3)
* r22125: Fix a warningVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit 1c0ceb5fe217bd7210072869a1313c7ac67ff118)
* r22124: Wow - NTCreateX sets the word count to 42, but returns 50 onJeremy Allison2007-10-101-1/+7
| | | | | | | 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 57e46f2f80db153fc7ce0eb09f24afa78aa27349)
* r22123: Try and fix the csc (#4404) bug by supporting the extendedJeremy Allison2007-10-102-11/+25
| | | | | | | | 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 be742f248178ae606dfa3a90c6148a18b42128e3)
* r22122: Start to fix csc issue with Vista. Make smbd supportJeremy Allison2007-10-103-1/+30
| | | | | | | the extended 7 word response for tconX rather than the 3 word one we supported previously. Jeremy. (This used to be commit 137953226a2d691259e7e84d6ae0dc24755e5a3a)
* r22113: Fix core dump when configfile in same directory.Jeremy Allison2007-10-101-0/+7
| | | | | | From Steven Danneman <steven.danneman@isilon.com>. Jeremy. (This used to be commit 572c418b04eb1dbce8da7643fe7e236b06fce57b)
* r22112: Fix memleak pointed out by Steven Danneman <steven.danneman@isilon.com>.Jeremy Allison2007-10-101-1/+2
| | | | | Jeremy. (This used to be commit 7c45bd3a47fc2b24c5f1351a241ace2201c857d2)
* r22111: Allow readahead params to use size suffixes as K,M, etc.Jeremy Allison2007-10-101-4/+28
| | | | | Jeremy. (This used to be commit e296f07e1d3a14fe05a444ccdc752cd945fee5bc)
* r22110: don't cache the S-1-22-{1,2} domain SID/uig/gid lookups in idmap_cacheGerald Carter2007-10-101-0/+13
| | | | (This used to be commit adfc2d31656f642c76a3d8eeddf5a67804a4917d)
* r22109: Readonly is automatically set in the generic init code, let's just ↵Simo Sorce2007-10-102-5/+1
| | | | | | | log the fact there and remove the specific, but redundant, code in idmap_ad.c (This used to be commit f127803734f9ae16e400b8a91e1e1910fd49b7f3)
* r22108: Fix from <don.mccall@hp.com> to try and fix the HPUX builds.Jeremy Allison2007-10-101-2/+2
| | | | | Jeremy. (This used to be commit 4de297112b9d87e58d870889007001169265e084)
* r22107: Fix typo.James Peach2007-10-101-1/+1
| | | | (This used to be commit fd056b2426dea059fec50fe1c90e4fdd48f916d7)
* r22106: Fix the module name - it's vfs_readahead not vfs_linux_readahead.Jeremy Allison2007-10-102-4/+4
| | | | | Jeremy. (This used to be commit bc2b6e3f32ab50444bb478efffd7a8b505536c6c)
* r22105: Added vfs_readahead module that appears to do wonderful thingsJeremy Allison2007-10-103-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. (This used to be commit 97fdd67e83bb2706106a9bae95b32d8d9f8b4066)
* r22104: BUG 4439: Fix the object picket on x64 WIndopws XP/2003.Gerald Carter2007-10-104-40/+34
| | | | | | Enable the DsRoleGetPrimaryDomainInfo() server code. Tested by Win2000/XP/2003/Vista (x86) and WinXP (x64) (This used to be commit eab9ca7e7d8d7dc3e705720f8bc5dff5c8ec5f5f)
* r22103: No code change. This is a spring time end of line clesnup checkin.Lars Müller2007-10-102-132/+132
| | | | (This used to be commit 3ae99e5924a8d20f920faddf823f43fb73ee4c6e)
* r22102: Remove obsoleted SHLIBS_PROGS from {Makefile,configure}.in.Lars Müller2007-10-102-11/+6
| | | | | | As NSS_MODULES is added to the all rule the resulting set of binaries are the same. (This used to be commit 3bebb5f4c1c09493e81a96efdc09742abd9adacf)
* r22101: remove RedHat 9 packaging files after annoncement on the samba mlGerald Carter2007-10-1014-1108/+0
| | | | (This used to be commit 884952435598430ee74c7ef5a925025321d422c7)
* r22099: Revert parts of revision 22056 as proto_exists is not required byLars Müller2007-10-101-3/+3
| | | | | @WINBIND_NSS@, bin/pam_winbind.@SHLIBEXT@, and bin/pam_smbpass.@SHLIBEXT@. (This used to be commit 641edac6ece16aa51fef240a5356c1aa5afaa644)
* r22097: Add detection for linux readahead() syscall.Jeremy Allison2007-10-101-0/+19
| | | | | Jeremy. (This used to be commit 4e3232aad4179e4ca9a1138bc43addec2ea6d9cc)
* r22096: become_root_uid_only() is unneeded - it's only used inJeremy Allison2007-10-106-58/+41
| | | | | | | messages.c. Refactor to use become_root() instead and make it local to messages.c Jeremy. (This used to be commit f3ffb3f98472b69b476b702dfe5c0575b32da018)
* r22095: BUG 4484: Add more checks to set %a for Vista clients (based on ↵Gerald Carter2007-10-101-0/+5
| | | | | | absence of native OS and Lanman strings in the session setup request) (This used to be commit e5c9fc937d40046030c0d3bcfced505410a14caf)
* r22094: Clarify that SMB_VFS_LOCK should not be used to get lock status.James Peach2007-10-101-0/+3
| | | | (This used to be commit 395fd99edba8a75eab5d13c9fac5616bcd6ecf2c)
* r22093: send also the correct OID_KERBEROS5 not only the brokenStefan Metzmacher2007-10-101-1/+1
| | | | | | | OID_KERBEROS_OLD one. metze (This used to be commit 294c69334fce1cbb74ae9eb5a06e17b397f994df)
* r22092: - make spnego_parse_auth_response() more generic andStefan Metzmacher2007-10-104-11/+18
| | | | | | | | | | 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 e9f2aa22f90208a5e530ef3b68664151960a0a22)
* r22091: Fix an uninitialized variable warningVolker Lendecke2007-10-101-2/+1
| | | | (This used to be commit a6e1e39f1dcd9ebcb5db199fd152a861b9be929b)
* r22080: Fix directory recycle module bug #4486.Jeremy Allison2007-10-101-16/+37
| | | | | Jeremy. (This used to be commit 17b1d11bbb8353e309c8410128a3e9c5964ea766)
* r22079: Tsk, tsk, Metze didn't compile before check-in :-).Jeremy Allison2007-10-101-1/+1
| | | | | | Merge the memory leak fix (with fix :-) to 3.0.25. Jeremy. (This used to be commit ab3150fe4ed2a629eb371db5f43ae09b9c583a64)
* r22078: fix memory leak in not often used code, we only use it if the serverStefan Metzmacher2007-10-101-3/+3
| | | | | | | | | 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 8c6930b7013b185af0530b04a7d5a49bc2ce7831)
* r22071: Make the error message for incorrect use of '-c' show the parameter ↵Andrew Bartlett2007-10-101-1/+1
| | | | | | | | | | | 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 721375e14cfcef88061c9e4d4a1f3ca2f33fa9aa)
* r22069: BUG 4447: Fix compile failure on AIX 5.2 (patch from William Jojo ↵Gerald Carter2007-10-101-0/+4
| | | | | | <jojowil@hvcc.edu>) (This used to be commit c1cb6d059b2a8539bc8a05ea4467d136bbb2ff38)
* r22067: - fix --with-fhs, where confdir is set to \${sysconfdir}Stefan Metzmacher2007-10-101-0/+2
| | | | | | | | but sysconfdir wasn't defined in our Makefile - add localstatedir for completeness metze (This used to be commit a70af6d457fede7f6bec822d4118abe658613d67)
* r22066: Ensure that winbind can resolve SIDs in the S-1-22-{1,2}Gerald Carter2007-10-102-2/+24
| | | | | domain to a uid.gid using the idmap_passdb backend. (This used to be commit fc1aeee52d8cb6c8d5d306dbbec18127bd2674bc)
* r22065: First logic change I've found :-(. We were being tooJeremy Allison2007-10-101-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 (This used to be commit 70875f92a22985539dc41e26a084218a45e1a13f)
* r22064: Fix the DFS code to work better with Vista clients. AllowJeremy Allison2007-10-103-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. (This used to be commit 1a0f69bb21fd03a18514dfc93c84568708144e28)
* r22062: Fix the parsing of info level 3. Flags is not a flagsJeremy Allison2007-10-104-11/+39
| | | | | | | field, but an offset. Fixed 64-bit display of ACLs on printers. Jeremy. (This used to be commit 0c8949ff5d742dbe59f2af0f57a289f238e3592c)
* r22061: Fix the krb5 user ticket refresh event timeout in winbinddGerald Carter2007-10-101-9/+32
| | | | (This used to be commit 4a99b89618948f5518b9c685d1cdcfaad69bfc80)
* r22060: Fix for AIX quotas from Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.Jeremy Allison2007-10-101-0/+30
| | | | | Jeremy. (This used to be commit 8d95cdf8c0a46abc6b5cbcec3fd8bf246d49ee4b)
* r22059: Over-allocate and NULL out 100 bytes for lanman.c.Volker Lendecke2007-10-101-4/+8
| | | | | Volker (This used to be commit 0eea6b84cec7e2a3fc1f784d5a9b162f71cc8a02)
* r22058: Add test_nss_modules to check NSS modules for unresolved symbols.Günther Deschner2007-10-101-0/+12
| | | | | Guenther (This used to be commit 21d092f4f9aca1371f2cf97a39da6f30ddc62eba)
* r22056: Adding some missing proto_exists calls (for PAM and NSS modules)Günther Deschner2007-10-101-5/+5
| | | | | Guenther (This used to be commit 04705aa190936510fc672ee92a4dbe540e18cf45)
* r22055: Port the endpoint mapper (and functions it requires) to Samba 3.Jelmer Vernooij2007-10-1017-12/+4442
| | | | (This used to be commit ad981261877e6a2dce0c4f4e71fd9127aa31538a)
* r22054: merge from samba4:Stefan Metzmacher2007-10-101-77/+0
| | | | | | | remove broken samba3 specific stuff from tdbtool metze (This used to be commit 9b34cd8d8917bc640c861783e56a1c121c7c47f9)
* r22051: use libreplace headersStefan Metzmacher2007-10-101-13/+4
| | | | | metze (This used to be commit 1017ca3eaa5cb8f4537886df5a1ee62439fff2f0)
* r22050: Fix a couple of off-by-one errors in the rapJeremy Allison2007-10-102-7/+29
| | | | | | | | call patch. Jerry, this works now for displaying shares on Win9x (and hopefully everything else as well :-). Jeremy. (This used to be commit 728a4cc71376f9cfff2578d21a47602f8b7c6531)
* r22049: HPUX build fixes from <don.mccall@hp.com>.Jeremy Allison2007-10-102-12/+49
| | | | | Jeremy. (This used to be commit b70af25e851b2695e552b10f1befb16e336fb36f)
* r22045: As Volker noticed, skip_string's last argument isJeremy Allison2007-10-1013-145/+145
| | | | | | redundent. Remove it. Jeremy. (This used to be commit 140881cfbb59ce4a699b5900efe02bf315be7bd5)
* r22044: Remove the only skip_string(...,2) callerVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit 08ea2b83b26968990fce191cdafe26d3183518a6)
* r22043: Comparing lanman.c with -r22013 is now MUCH easier, thanks! This ↵Volker Lendecke2007-10-101-3/+0
| | | | | | | | | | | | | | | looks much easier to review! Damn close to what I had in my tree, just the fn names were slightly different. This removes one unnecessary dupe. Next thing is to get rid of the parameter "n" of skip_string, there is only one (!) caller that does not pass in 1.... Volker (This used to be commit 2878c1e93a8d71288fa3144cff57bce66c592e22)