summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2002-10-01syncing up with HEAD. Seems to be a lot of differences creeping inGerald Carter4-9/+32
2002-10-01Updates from Samba HEAD:Andrew Bartlett1-6/+6
2002-10-01Fix Solaris sendfile detection. Add small fixes to sendfile code.Jeremy Allison1-3/+2
2002-09-30Added Solaris sendfile patch + configure tests from Pierre Belanger <belanger...Jeremy Allison1-3/+84
2002-09-30Don't zero out numwritten before using.... Found by Pierre Belanger belanger@...Jeremy Allison1-2/+2
2002-09-26sync with HEADGerald Carter1-2/+12
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter19-220/+290
2002-09-25This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2-0/+621
2002-09-25Kill of Get_Pwnam_Modify and smb_getpwnam(). The latter assumes some thingsAndrew Bartlett1-57/+0
2002-09-25Merge of "profile acls" code.Jeremy Allison1-2/+7
2002-09-21Merge back Richard's FreeBSD sendfile fixes.Jeremy Allison1-5/+5
2002-09-18HPUX sendfile is now detected correctly.Jeremy Allison1-1/+2
2002-09-17Never, *ever* hold a mutex lock in the message database where there mayJeremy Allison2-72/+2
2002-09-17Actually use sendfile if selected.Jeremy Allison1-2/+2
2002-09-17Attempt to make broken Linux sendfile work.... Still in progress.Jeremy Allison1-7/+17
2002-09-15Put unixsocket calls between #ifdef HAVE_UNIXSOCKET's - required for Stratus VOSJelmer Vernooij1-0/+5
2002-09-14Use HAVE_SENDFILE64, not SENDFILE64.Jeremy Allison1-2/+5
2002-09-14Added fix for broken Linux (no sendfile64). When offset + count > 2GBJeremy Allison1-0/+57
2002-09-12Fixed up FreeBSD sendfile code - only Solaris left then I can add theJeremy Allison1-22/+55
2002-09-12HPUX takes offset, not pointer to offset.Jeremy Allison1-2/+2
2002-09-12Fixup sendfile to match HPUX semantics with signal interrups. This wasJeremy Allison1-12/+52
2002-09-12First cut at portable sendfile code. Only used in readX at the momentJeremy Allison1-0/+158
2002-09-11added gencache implementation from mimir - thanks!Andrew Tridgell1-0/+319
2002-09-09lowercase global_myname in %L substitutionHerb Lewis1-2/+7
2002-09-07configure.in:Simo Sorce1-0/+13
2002-09-06As per the 'OK' at CIFS2002, only use the readline headers (and this crasyAndrew Bartlett1-0/+18
2002-09-06patch from metze: add a 'vfs' debug classAndrew Bartlett1-0/+1
2002-09-04Add bcast_msg_flags to connection struct. Allows sender to filter whenJeremy Allison1-3/+22
2002-09-02Fix typo - Thanks KaiJelmer Vernooij1-1/+1
2002-09-01wrong way to handle things, bug found by kaiSimo Sorce1-8/+6
2002-08-31Add a bit of 'const' and move a lot of our 'repeditive' DEBUG() statements toAndrew Bartlett2-53/+49
2002-08-30based on function prototype, the args were switched - this gave an errorHerb Lewis1-1/+1
2002-08-29Move samr_make_sam_obj_sd to lib/util_seaccess.c. samtest now compiles andJelmer Vernooij1-0/+41
2002-08-29Make debuglevel a string for use with debug classesJelmer Vernooij1-2/+2
2002-08-28Put in intermediate version of new SAM system. It's not stable yet, codeJelmer Vernooij2-0/+7
2002-08-28Make constJelmer Vernooij1-1/+1
2002-08-28Some debugs for panic_action.Tim Potter1-1/+11
2002-08-27add a trivial seeking function to xfile (tseek) that does not do SEEK_CURSimo Sorce1-0/+34
2002-08-26Updates!Andrew Bartlett2-6/+7
2002-08-26Try to support non-root-mode systems without getgrouplist().Andrew Bartlett1-0/+5
2002-08-25Clarify function commentsAndrew Bartlett1-0/+2
2002-08-25Patch from mimir to back out idra's attempted DOS mitigation patch.Andrew Bartlett1-2/+2
2002-08-23We never checked if the smb packet len is != 0Simo Sorce1-2/+2
2002-08-23We need to return the value here...Andrew Bartlett1-0/+1
2002-08-22added smb_xstrndup()Andrew Tridgell1-0/+11
2002-08-22added a useful unistr2 display functionAndrew Tridgell1-0/+10
2002-08-22Spelling fixes.Tim Potter1-2/+2
2002-08-22fix a few segfaultsGerald Carter1-6/+6
2002-08-21Patch from Paul Green <Paul.Green@stratus.com> to be more POSIX-compatibleJelmer Vernooij1-1/+1
2002-08-21Fix debug level initialization for net.cVolker Lendecke1-1/+1