Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r22149: BUG 4500: patch from Jorge Santos <jorge_a_santos@hotmail.com> | Gerald Carter | 2007-04-10 | 1 | -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 (calls | Jim McDonough | 2007-04-10 | 1 | -2/+1 | |
| | | | | | | | | _file). Thanks to Gomati Mohanan. | |||||
| * | r22147: Next try | Volker Lendecke | 2007-04-10 | 1 | -1/+1 | |
| | | ||||||
| * | r22146: Attempt to fix the build | Volker Lendecke | 2007-04-10 | 1 | -1/+1 | |
| | | ||||||
| * | r22145: Fix bug #4494 - reported by Kevin Jamieson <bugzilla@kevinjamieson.com>. | Jeremy Allison | 2007-04-09 | 2 | -3/+5 | |
| | | | | | | | | | | If returning a mapped UNIX error from sendfile, don't call chain_reply. Jeremy. | |||||
| * | r22135: Check in most of Michael Adam's net conf utility. A good share of ↵ | Volker Lendecke | 2007-04-09 | 9 | -784/+1977 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| * | r22132: I hate inefficiency. Don't call conv_str_size() | Jeremy Allison | 2007-04-08 | 2 | -42/+89 | |
| | | | | | | | | | | | | | | on every pread/sendfile call, initialize these variables in an allocated struct at connection time and just refer to them directly. Jeremy. | |||||
| * | r22129: Fix the nttrans create extended response for pipes | Jeremy Allison | 2007-04-08 | 1 | -5/+44 | |
| | | | | | | | | | | | | and files (tested with Win32 code). Bug #4404 should now be dead :-). Jeremy. | |||||
| * | r22128: Fix the pipe open response with EXTENDED_RESPONSE_REQUIRED | Jeremy Allison | 2007-04-08 | 1 | -1/+24 | |
| | | | | | | | | | | set. Only the NTTrans create left to fix for csc. Jeremy. | |||||
| * | r22127: Wrap the AC_TRY_RUN detection for Linux getgrouplist in an | James Peach | 2007-04-07 | 1 | -12/+22 | |
| | | | | | | | | AC_CACHE_CHECK, so it can be cross-compiled. | |||||
| * | r22126: Fix a bogus uninitialized variable warning | Volker Lendecke | 2007-04-07 | 1 | -1/+1 | |
| | | ||||||
| * | r22125: Fix a warning | Volker Lendecke | 2007-04-07 | 1 | -1/+1 | |
| | | ||||||
| * | r22124: Wow - NTCreateX sets the word count to 42, but returns 50 on | Jeremy Allison | 2007-04-07 | 1 | -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 extended | Jeremy Allison | 2007-04-07 | 2 | -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 support | Jeremy Allison | 2007-04-07 | 3 | -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 Allison | 2007-04-06 | 1 | -0/+7 | |
| | | | | | | | | | | From Steven Danneman <steven.danneman@isilon.com>. Jeremy. | |||||
| * | r22112: Fix memleak pointed out by Steven Danneman <steven.danneman@isilon.com>. | Jeremy Allison | 2007-04-06 | 1 | -1/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | r22111: Allow readahead params to use size suffixes as K,M, etc. | Jeremy Allison | 2007-04-06 | 1 | -4/+28 | |
| | | | | | | | | Jeremy. | |||||
| * | r22110: don't cache the S-1-22-{1,2} domain SID/uig/gid lookups in idmap_cache | Gerald Carter | 2007-04-06 | 1 | -0/+13 | |
| | | ||||||
| * | r22109: Readonly is automatically set in the generic init code, let's just ↵ | Simo Sorce | 2007-04-06 | 2 | -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 Allison | 2007-04-06 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | r22107: Fix typo. | James Peach | 2007-04-06 | 1 | -1/+1 | |
| | | ||||||
| * | r22106: Fix the module name - it's vfs_readahead not vfs_linux_readahead. | Jeremy Allison | 2007-04-06 | 2 | -4/+4 | |
| | | | | | | | | Jeremy. | |||||
| * | r22105: Added vfs_readahead module that appears to do wonderful things | Jeremy Allison | 2007-04-06 | 3 | -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 Carter | 2007-04-06 | 4 | -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üller | 2007-04-06 | 2 | -132/+132 | |
| | | ||||||
| * | r22102: Remove obsoleted SHLIBS_PROGS from {Makefile,configure}.in. | Lars Müller | 2007-04-06 | 2 | -11/+6 | |
| | | | | | | | | | | As NSS_MODULES is added to the all rule the resulting set of binaries are the same. | |||||
| * | r22099: Revert parts of revision 22056 as proto_exists is not required by | Lars Müller | 2007-04-06 | 1 | -3/+3 | |
| | | | | | | | | @WINBIND_NSS@, bin/pam_winbind.@SHLIBEXT@, and bin/pam_smbpass.@SHLIBEXT@. | |||||
| * | r22097: Add detection for linux readahead() syscall. | Jeremy Allison | 2007-04-06 | 1 | -0/+19 | |
| | | | | | | | | Jeremy. | |||||
| * | r22096: become_root_uid_only() is unneeded - it's only used in | Jeremy Allison | 2007-04-05 | 6 | -58/+41 | |
| | | | | | | | | | | | | 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 Carter | 2007-04-05 | 1 | -0/+5 | |
| | | | | | | | | absence of native OS and Lanman strings in the session setup request) | |||||
| * | r22094: Clarify that SMB_VFS_LOCK should not be used to get lock status. | James Peach | 2007-04-05 | 1 | -0/+3 | |
| | | ||||||
| * | r22093: send also the correct OID_KERBEROS5 not only the broken | Stefan Metzmacher | 2007-04-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | OID_KERBEROS_OLD one. metze | |||||
| * | r22092: - make spnego_parse_auth_response() more generic and | Stefan Metzmacher | 2007-04-05 | 4 | -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 | |||||
| * | r22091: Fix an uninitialized variable warning | Volker Lendecke | 2007-04-05 | 1 | -2/+1 | |
| | | ||||||
| * | r22080: Fix directory recycle module bug #4486. | Jeremy Allison | 2007-04-04 | 1 | -16/+37 | |
| | | | | | | | | Jeremy. | |||||
| * | r22079: Tsk, tsk, Metze didn't compile before check-in :-). | Jeremy Allison | 2007-04-04 | 1 | -1/+1 | |
| | | | | | | | | | | Merge the memory leak fix (with fix :-) to 3.0.25. Jeremy. | |||||
| * | r22078: fix memory leak in not often used code, we only use it if the server | Stefan Metzmacher | 2007-04-04 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | doesn't support GSS-SPNEGO in SASL can someone please review this, maybe it's also for 3.0.25 metze | |||||
| * | r22071: Make the error message for incorrect use of '-c' show the parameter ↵ | Andrew Bartlett | 2007-04-04 | 1 | -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 | |||||
| * | r22069: BUG 4447: Fix compile failure on AIX 5.2 (patch from William Jojo ↵ | Gerald Carter | 2007-04-04 | 1 | -0/+4 | |
| | | | | | | | | <jojowil@hvcc.edu>) | |||||
| * | r22067: - fix --with-fhs, where confdir is set to \${sysconfdir} | Stefan Metzmacher | 2007-04-04 | 1 | -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 Carter | 2007-04-04 | 2 | -2/+24 | |
| | | | | | | | | domain to a uid.gid using the idmap_passdb backend. | |||||
| * | r22065: First logic change I've found :-(. We were being too | Jeremy Allison | 2007-04-04 | 1 | -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. Allow | Jeremy Allison | 2007-04-03 | 3 | -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 flags | Jeremy Allison | 2007-04-03 | 4 | -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 winbindd | Gerald Carter | 2007-04-03 | 1 | -9/+32 | |
| | | ||||||
| * | r22060: Fix for AIX quotas from Heinrich Mislik <Heinrich.Mislik@univie.ac.at>. | Jeremy Allison | 2007-04-03 | 1 | -0/+30 | |
| | | | | | | | | Jeremy. | |||||
| * | r22059: Over-allocate and NULL out 100 bytes for lanman.c. | Volker Lendecke | 2007-04-03 | 1 | -4/+8 | |
| | | | | | | | | Volker | |||||
| * | r22058: Add test_nss_modules to check NSS modules for unresolved symbols. | Günther Deschner | 2007-04-03 | 1 | -0/+12 | |
| | | | | | | | | Guenther | |||||
| * | r22056: Adding some missing proto_exists calls (for PAM and NSS modules) | Günther Deschner | 2007-04-03 | 1 | -5/+5 | |
| | | | | | | | | Guenther |