Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r22224: merge from samba4: | Stefan Metzmacher | 2007-04-15 | 1 | -5/+25 | |
| | | | | | | | | | | | | make comparing of struct tm more verbose and portable metze | |||||
| * | r22221: merge from samba4: | Stefan Metzmacher | 2007-04-15 | 12 | -16/+1429 | |
| | | | | | | | | | | | | - libreplace unsetenv() and strptime() replacements metze | |||||
| * | r22214: Fix incompatible pointer type warnings. Simo, please check and merge ↵ | Volker Lendecke | 2007-04-14 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | to 3_0_25 if appropriate. Volker | |||||
| * | r22213: We can't use become_root() here, as it does DEBUG() | Volker Lendecke | 2007-04-14 | 2 | -5/+15 | |
| | | | | | | | | | | | | | | | | itself. become_root_uid_only did not :-) Revert 21868, we need to find a better way. Volker | |||||
| * | r22212: Cope with signature errors on sessionsetupX logins | Jeremy Allison | 2007-04-14 | 1 | -0/+20 | |
| | | | | | | | | | | | | where the server just reflects our signature back to us. Allow the upper layer to see the real error. Jeremy. | |||||
| * | r22211: Don't return a value from void functions ! | Jeremy Allison | 2007-04-13 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r22210: Fix typo in testing for non-centry entries. | Jeremy Allison | 2007-04-13 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r22209: Fix the storage of time_t -> make it 64 bits (use the | Jeremy Allison | 2007-04-13 | 2 | -14/+117 | |
| | | | | | | | | | | | | | | | | | | same load/store function as NTTIME). Add a version number string to the winbindd cache so we can tell if it needs upgrading. THIS WILL DELETE ANY EXISTING winbindd_cache.tdb on first startup regardless of offline auth status. Once this is done we're in good shape though. Jeremy. | |||||
| * | r22207: Fill in the validation functions. Now to test... | Jeremy Allison | 2007-04-13 | 1 | -28/+73 | |
| | | | | | | | | Jeremy. | |||||
| * | r22206: Added boilerplate to be filled in for other validation functions. | Jeremy Allison | 2007-04-13 | 1 | -0/+163 | |
| | | | | | | | | Jeremy. | |||||
| * | r22205: Add some flesh to the bones of the cache validation code. | Jeremy Allison | 2007-04-13 | 1 | -59/+209 | |
| | | | | | | | | Jeremy | |||||
| * | r22204: Workaround to quickly close bug #4508 | Simo Sorce | 2007-04-12 | 3 | -6/+36 | |
| | | | | | | | | | | This hack makes thing work, but we will need to try again to make the getpw* calls fully async, that's the real fix. | |||||
| * | r22202: Volker is clever :-). Use TDB_NOMMAP to prevent any wild pointer | Jeremy Allison | 2007-04-12 | 1 | -1/+4 | |
| | | | | | | | | | | | | problems when validating the winbindd cache. Wish I'd have thought of that. Jeremy. | |||||
| * | r22181: Fix for EISCON in open_any_socket_out from William Jojo | Jeremy Allison | 2007-04-12 | 1 | -0/+3 | |
| | | | | | | | | | | for bug #3632. Jeremy. | |||||
| * | r22173: BUG 4491, 4501: Additional fixes for protecting against | Gerald Carter | 2007-04-11 | 2 | -45/+62 | |
| | | | | | | | | | | | | | | crashes in allocate_id(). BUG 4501: Fix segv in idmap_ad caused by resetting the entry iterator when parsing search results. | |||||
| * | r22172: FSCTL_RECALL_FILE is 0x90117 according to my traces. Record it here. | Alexander Bokovoy | 2007-04-11 | 1 | -1/+1 | |
| | | ||||||
| * | r22164: Fix missing lock count release in transaction cancel. | Jeremy Allison | 2007-04-11 | 1 | -0/+2 | |
| | | | | | | | | | | Found by Taj Khattra <taj.khattra@gmail.com>. Jeremy. | |||||
| * | r22163: Pure reformatting. I hate 4 space tabstops :-). | Jeremy Allison | 2007-04-11 | 1 | -15/+15 | |
| | | | | | | | | Jeremy. | |||||
| * | r22159: BUG 4501 (second half of fix): Just disable the | Gerald Carter | 2007-04-10 | 1 | -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 Carter | 2007-04-10 | 1 | -6/+16 | |
| | | | | | | | | nss_info_{rfc2307,sfu} plugin with idmap_ad. | |||||
| * | r22157: Fix bug #3634 - stop nmbd segfaulting with bad interface line. | Jeremy Allison | 2007-04-10 | 1 | -0/+7 | |
| | | | | | | | | Jeremy. | |||||
| * | r22155: Fixed warning #4498 from jason@ncac.gwu.edu. | Jeremy Allison | 2007-04-10 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | r22154: Make struct smbdb_ctx an opaque pointer so users of the API | Jeremy Allison | 2007-04-10 | 2 | -6/+7 | |
| | | | | | | | | | | don't need to have tdb.h. Jeremy. | |||||
| * | r22153: fix LDAP SASL "GSSAPI" bind against w2k3, this isn't critical | Stefan Metzmacher | 2007-04-10 | 1 | -5/+10 | |
| | | | | | | | | | | | | | | because we try "GSS-SPNEGO" first and all windows version support that. metze | |||||
| * | r22151: remove netgr functions from libreplace they're not used | Stefan Metzmacher | 2007-04-10 | 4 | -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 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) |