summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-09-17another const cleanupAndrew Tridgell1-1/+1
2002-09-17Added --with-ldap (default=yes) option. We should now be able toTim Potter1-8/+27
2002-09-17Rerun configure.Tim Potter1-862/+893
2002-09-17Added --with-ads option, defaults to yes. If you run ./configureTim Potter4-49/+74
2002-09-17Rerun autoconf.Tim Potter1-708/+718
2002-09-17Default to "python" for --with-python option. This saves having to runTim Potter1-1/+8
2002-09-17Added FreeBSD sendfile configure tests. Richard please test...Jeremy Allison4-20/+112
2002-09-17Attempt to make broken Linux sendfile work.... Still in progress.Jeremy Allison6-26/+48
2002-09-17Added autoconf detection for sendfile for Linux. lib/sendfile.c codeJeremy Allison4-819/+1062
2002-09-16Update to add DEVELOPER option to more parameters.John Terpstra1-182/+182
2002-09-16Committing changes before I lose them. Work still in progress.John Terpstra1-53/+290
2002-09-16Applied new display mode FLAGS for SWAT.John Terpstra1-170/+178
2002-09-16Changed Major/Minor version info reported to Server Manager to 4.9.John Terpstra1-8/+12
2002-09-15Don't display debugs of the nt user token twice.Tim Potter1-4/+0
2002-09-15Merge of 'other_sids' patch from appliance.Tim Potter1-4/+19
2002-09-15Put unixsocket calls between #ifdef HAVE_UNIXSOCKET's - required for Stratus VOSJelmer Vernooij2-0/+9
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