summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
* | r22275: merge from samba4:Stefan Metzmacher2007-04-162-1/+11
| | | | | | | | | | | | | | | | - provide __LINESTR__ macro - add __STRINGSTRING() macro to really create a string of __LINE__ - fix __location__ macro metze
* | r22272: merge from samba4: Stefan Metzmacher2007-04-162-0/+7
| | | | | | | | | | | | | | | | provide __location__ in replace.h and see how the build-farm likes this simpler version metze
* | r22269: merge from samba4:Stefan Metzmacher2007-04-161-4/+6
| | | | | | | | | | | | protect #define __location__ with an #ifndef metze
* | r22266: Fix bug #4512 - we were returning a volume label greater thanJeremy Allison2007-04-164-12/+21
| | | | | | | | | | 32 unicode chars. Windows XP doesn't like that :-). Jeremy
* | r22265: merge from samba4:Stefan Metzmacher2007-04-162-2/+2
| | | | | | | | | | | | | | use AC_HAVE_DECL() because AC_CHECK_DECLS() defines to 1 or 0 and #ifndef doesn't work. metze
* | r22255: merge from samba4:Stefan Metzmacher2007-04-161-7/+56
| | | | | | | | | | | | | | - make the strtoll tests more verbose - add initial strtoull tests metze
* | r22251: merge from samba4:Stefan Metzmacher2007-04-162-1/+7
| | | | | | | | | | | | add prototype of setenv metze
* | r22248: merge from samba4:Stefan Metzmacher2007-04-161-1/+0
| | | | | | | | | | | | only test strtoll once metze
* | r22245: merge from samba4:Stefan Metzmacher2007-04-161-2/+0
| | | | | | | | | | | | remove useless printf's metze
* | r22241: merge from samba4:Stefan Metzmacher2007-04-161-2/+2
| | | | | | | | | | | | use strlcpy instead of strcpy to make the IBM checker happy metze
* | r22230: Let's just cast here, the 2 calls have different allocation mechanisms.Simo Sorce2007-04-151-3/+9
| | | | | | | | | | | | | | We just let domname and name hang on the mem ctx until the call returns, and the context will be destroyed. Simo.
* | r22228: merge from samba4:Stefan Metzmacher2007-04-152-1/+24
| | | | | | | | | | | | move discard_const macros to librelace metze
* | r22225: merge from samba4:Stefan Metzmacher2007-04-151-5/+25
| | | | | | | | | | | | make comparing of struct tm more verbose and portable metze
* | r22220: merge from samba4:Stefan Metzmacher2007-04-1512-16/+1429
| | | | | | | | | | | | - libreplace unsetenv() and strptime() replacements metze
* | r22219: merge from samba3/4:Stefan Metzmacher2007-04-153-1/+17
| | | | | | | | | | | | merge stdint.h stdbool.h replacement fix to 3.0.25 branch metze
* | r22212: Cope with signature errors on sessionsetupX loginsJeremy Allison2007-04-141-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 Allison2007-04-131-1/+1
| | | | | | | | Jeremy.
* | r22210: Fix typo in testing for non-centry entries.Jeremy Allison2007-04-131-1/+1
| | | | | | | | Jeremy.
* | r22209: Fix the storage of time_t -> make it 64 bits (use theJeremy Allison2007-04-132-15/+118
| | | | | | | | | | | | | | | | | | 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.
* | r22204: Workaround to quickly close bug #4508Simo Sorce2007-04-123-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.
* | r22181: Fix for EISCON in open_any_socket_out from William JojoJeremy Allison2007-04-121-0/+3
| | | | | | | | | | for bug #3632. Jeremy.
* | r22173: BUG 4491, 4501: Additional fixes for protecting against Gerald Carter2007-04-112-45/+62
| | | | | | | | | | | | | | crashes in allocate_id(). BUG 4501: Fix segv in idmap_ad caused by resetting the entry iterator when parsing search results.
* | r22169: Merge from 3.0Andrew Bartlett2007-04-111-1/+1
| | | | | | | | | | | | | | | | Print the correct variable (configfile), when complainig that it cannot be loaded. This makes it much more clear when the command line option is misused (like -c is create for the apache htpasswd utility). Andrew Bartlett
* | r22164: Fix missing lock count release in transaction cancel.Jeremy Allison2007-04-111-0/+2
| | | | | | | | | | Found by Taj Khattra <taj.khattra@gmail.com>. Jeremy.
* | r22163: Pure reformatting. I hate 4 space tabstops :-).Jeremy Allison2007-04-111-16/+16
| | | | | | | | Jeremy.
* | 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
| |
* | 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.
* | 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.