summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-09-15Make current_sam_methods a const - Patch by Kai KrügerJelmer Vernooij1-3/+3
2002-09-14Use HAVE_SENDFILE64, not SENDFILE64.Jeremy Allison1-2/+5
2002-09-14Added fix for broken Linux (no sendfile64). When offset + count > 2GBJeremy Allison2-0/+64
2002-09-13wrong alignment size calculationSimo Sorce1-1/+3
2002-09-13Updated some comments in the NET_USER_INFO_3 structure for the other_sidsTim Potter1-3/+3
2002-09-12Fixed up FreeBSD sendfile code - only Solaris left then I can add theJeremy Allison2-23/+56
2002-09-12Changed profile version number to 7 - added sendfile statistics.Jeremy Allison1-1/+1
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-12Merge undone cleanups.Tim Potter3-26/+27
2002-09-12Merge of winbind auth cleanups from appliance.Tim Potter3-30/+34
2002-09-12First cut at portable sendfile code. Only used in readX at the momentJeremy Allison5-17/+261
2002-09-12Merge of cut&paste fix from appliance.Tim Potter1-1/+1
2002-09-12Spelling fix.Tim Potter1-2/+2
2002-09-11merge from APP_HEAD for GetJob()Gerald Carter1-15/+23
2002-09-11DelPrinterDrvEx() fix from APP_HEADGerald Carter1-10/+12
2002-09-11Merge the cli_shutdown change from 2_2. All except one call toVolker Lendecke2-2/+1
2002-09-11added gencache implementation from mimir - thanks!Andrew Tridgell5-2/+652
2002-09-11Implemented getpw{nam,uid} functions.Tim Potter3-0/+109
2002-09-11Added char *, uid_t and gid_t types to generic conversion routines.Tim Potter2-1/+26
2002-09-11Fix some dodgy stuff that accidentally was committed.Tim Potter1-8/+0
2002-09-11Fix imports for printerdata browser.Tim Potter1-1/+1
2002-09-11Put pid number in invalid request size debug.Tim Potter1-2/+2
2002-09-11Bugfix merge:Tim Potter1-0/+1
2002-09-11Ignore *.pycTim Potter1-0/+1
2002-09-11Formatting tidyups before I look at implementing the sendfile in READX.Jeremy Allison1-194/+185
2002-09-11Change 'import spoolss' to 'from samba import spoolss'.Tim Potter1-1/+1
2002-09-11Ensure we've failed a lock with a lock denied message before automaticallyJeremy Allison2-9/+12
2002-09-11Fix missing braces around push lock call.Jeremy Allison2-3/+4
2002-09-10removing compiler warnings about shadowed globalsGerald Carter1-18/+18
2002-09-10removed warning about shadowed globalsGerald Carter1-5/+5
2002-09-10AbortPrinter() fix merged from APP_HEAD.Gerald Carter2-6/+52
2002-09-10Patch from Andy Levine andyl@epicrealm.com who discovered that W2K DMB'sJeremy Allison1-1/+5
2002-09-10Check in examples for tdb packerMartin Pool2-0/+207
2002-09-10Updated examples for new top level module layout.Tim Potter3-8/+25
2002-09-10change notify merge from APP_HEADGerald Carter3-77/+282
2002-09-10Added final Steve French patch for "required" attributes with oldJeremy Allison4-30/+147
2002-09-09Merged Steve French's fix for OS/2 EA return error being removed.Jeremy Allison2-10/+15
2002-09-09Patch from Steve French to fix difference in responses toJeremy Allison1-1/+5
2002-09-09lowercase global_myname in %L substitutionHerb Lewis1-2/+7
2002-09-09Merged Volkers (correct) fix from 2.2 for crash on unable to connect.Jeremy Allison1-4/+6
2002-09-09Add python_install target. Not called by default. Delegates mostMartin Pool1-0/+5
2002-09-09Put all Python modules into the 'samba' subpackage. Now you need toMartin Pool2-1/+16
2002-09-09Build py_tdbpack as well.Martin Pool1-0/+5
2002-09-09Python's setup.py does not need to be munged by configure.in -- it isMartin Pool5-14/+8
2002-09-09Actually, I think Jerrys patch was incorrect as it didn't everJeremy Allison1-40/+8
2002-09-09Import my code to do reasonably fast tdbpack/unpack from PythonMartin Pool1-0/+662
2002-09-09Update documentation for newly merged modulesMartin Pool1-35/+9
2002-09-09This patch has now been applied and no longer needs to exist separatelyMartin Pool1-69/+0
2002-09-09Add --with-python=PYTHONNAME configure option, so that the librariesMartin Pool3-812/+844