summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge of 'other_sids' patch from appliance.Tim Potter2002-09-151-4/+19
| | | | | | | | (This used to be commit 7decd4b3a9e6900ab35f7bf5b266361f308aa58d)
| * Put unixsocket calls between #ifdef HAVE_UNIXSOCKET's - required for Stratus VOSJelmer Vernooij2002-09-152-0/+9
| | | | | | | | | | (Double checked) (This used to be commit dc3c14fc2b661a62a1876149e96af6de07a2c4a6)
| * Make current_sam_methods a const - Patch by Kai KrügerJelmer Vernooij2002-09-151-3/+3
| | | | | | | | (This used to be commit bd7245dc6fcff805fcb69f6bd1f4852dadf5aa84)
| * Add document on tracing system callsJelmer Vernooij2002-09-151-0/+129
| | | | | | | | (This used to be commit 1e14815f4cd9e8a9ca5c0d41de902f9c0dd6410c)
| * Add reference to CUPS documentation about how to use unix -> windowsJelmer Vernooij2002-09-151-1/+4
| | | | | | | | | | clients using samba (This used to be commit 898f30fffb4e613e4a7efa0463c54fbc3b1f3cca)
| * Use HAVE_SENDFILE64, not SENDFILE64.Jeremy Allison2002-09-141-2/+5
| | | | | | | | | | Jeremy. (This used to be commit 7e2f9769c9a7ee5d11267a8a8864371fc0aa8f50)
| * Added fix for broken Linux (no sendfile64). When offset + count > 2GBJeremy Allison2002-09-142-0/+64
| | | | | | | | | | | | then return ENOSYS and let the upper layer handle it. Jeremy (This used to be commit 872dfd87cda585c33c3823b06580cb301567a9b9)
| * wrong alignment size calculationSimo Sorce2002-09-131-1/+3
| | | | | | | | | | spot by Florian Weimer <Weimer@CERT.Uni-Stuttgart.DE> (This used to be commit eda0e7589f2591edc29e6c1eef44aa21628977be)
| * Updated some comments in the NET_USER_INFO_3 structure for the other_sidsTim Potter2002-09-131-3/+3
| | | | | | | | | | field. (This used to be commit d153d692a0f8499e1d6dac791a4d119cd9c15e45)
| * Fixed up FreeBSD sendfile code - only Solaris left then I can add theJeremy Allison2002-09-122-23/+56
| | | | | | | | | | | | configure tests... Jeremy. (This used to be commit 9dad88e1d4d09f61da87dab2633c6e989a9dd77f)
| * Changed profile version number to 7 - added sendfile statistics.Jeremy Allison2002-09-121-1/+1
| | | | | | | | | | Jeremy. (This used to be commit 2d080d7579c0a59bcb03608600c6b28243bbe353)
| * HPUX takes offset, not pointer to offset.Jeremy Allison2002-09-121-2/+2
| | | | | | | | | | Jeremy. (This used to be commit d7024e8cb94a20cba789deb2c5b70221f6cca4fd)
| * Fixup sendfile to match HPUX semantics with signal interrups. This wasJeremy Allison2002-09-121-12/+52
| | | | | | | | | | | | fiddly.... :-(. Jeremy. (This used to be commit 2b33a500a8ad13acdd7e4f593aba65229dc8dd96)
| * Merge undone cleanups.Tim Potter2002-09-123-26/+27
| | | | | | | | (This used to be commit d87c1f507d38444e627bce59b6c765d9c9479ac6)
| * Merge of winbind auth cleanups from appliance.Tim Potter2002-09-123-30/+34
| | | | | | | | (This used to be commit 26d486aa740e283f546efc1f2ca40af3452a4f52)
| * First cut at portable sendfile code. Only used in readX at the momentJeremy Allison2002-09-125-17/+261
| | | | | | | | | | | | | | | | | | and doesn't actually call sendfile. Needs to be vectored through the VFS and tested on all supported platforms (Solaris/HPUX/FreeBSD/Linux). Linux doesn't actually work (2.4.19 kernel) at the moment because it doesn't have a 64-bit clean sendfile. Jeremy. (This used to be commit fd772ca7b16cd86e0d50c7ed8d537c202976a6d2)
| * Merge of cut&paste fix from appliance.Tim Potter2002-09-121-1/+1
| | | | | | | | (This used to be commit f75d61b03a3377f3a791b56fc307dc7e56e4707a)
| * Spelling fix.Tim Potter2002-09-121-2/+2
| | | | | | | | (This used to be commit d9fa865e5ce8ba0b7539f9a218fc7dd132eb3d38)
| * merge from APP_HEAD for GetJob()Gerald Carter2002-09-111-15/+23
| | | | | | | | (This used to be commit 3524a4a348686ae5144a744696606123e4a66622)
| * DelPrinterDrvEx() fix from APP_HEADGerald Carter2002-09-111-10/+12
| | | | | | | | (This used to be commit 7841753a03f7fdbd2f7f22e1b184dc1891118283)
| * Merge the cli_shutdown change from 2_2. All except one call toVolker Lendecke2002-09-112-2/+1
| | | | | | | | | | | | | | | | attempt_netbios_... assumed that cli_shutdown was _not_ called on error anyway... Volker (This used to be commit f0c741594f0dad2da16b1d5692dd56a48b4157f1)
| * added gencache implementation from mimir - thanks!Andrew Tridgell2002-09-115-2/+652
| | | | | | | | (This used to be commit 05a202c287f5daeb1ccbaf9479aa93e7928e93db)
| * Implemented getpw{nam,uid} functions.Tim Potter2002-09-113-0/+109
| | | | | | | | (This used to be commit 19adbf1faed3d076207ec55e398f15f87d48c9f7)
| * Added char *, uid_t and gid_t types to generic conversion routines.Tim Potter2002-09-112-1/+26
| | | | | | | | (This used to be commit a938863914cbfec247586c92fd06203fec7febde)
| * Fix some dodgy stuff that accidentally was committed.Tim Potter2002-09-111-8/+0
| | | | | | | | (This used to be commit d6d0f121d95b79d4acc68354b35fb0fb3e42e1c0)
| * Fix imports for printerdata browser.Tim Potter2002-09-111-1/+1
| | | | | | | | (This used to be commit d36fd6651726ffee059f4b39211da66b5b6d7ec1)
| * Put pid number in invalid request size debug.Tim Potter2002-09-111-2/+2
| | | | | | | | (This used to be commit e63afabf98350353fac79ffc2ae2ddf88d61260f)
| * Bugfix merge:Tim Potter2002-09-111-0/+1
| | | | | | | | | | | | | | >Initialise user_rid value in WINBIND_USERINFO structure returned by >the rpc version of query_user(). This fixes a caching bug found by >Gavrie Philipson from disksite. (This used to be commit 77bde1fa33cc387accda8f38bf654377310f5dbe)
| * Ignore *.pycTim Potter2002-09-111-0/+1
| | | | | | | | (This used to be commit 9d639cd4156e6b8fcb84e20e0b8adaa3fc5dc5ba)
| * Formatting tidyups before I look at implementing the sendfile in READX.Jeremy Allison2002-09-111-194/+185
| | | | | | | | | | Jeremy. (This used to be commit 640f061ab2c0fa772c0b181a5492aaf94b21fd3e)
| * Change 'import spoolss' to 'from samba import spoolss'.Tim Potter2002-09-111-1/+1
| | | | | | | | (This used to be commit 06f6e7110029d5d60c4f34123f470bfb4c96364a)
| * Ensure we've failed a lock with a lock denied message before automaticallyJeremy Allison2002-09-112-9/+12
| | | | | | | | | | | | pushing it onto the blocking queue. Jeremy. (This used to be commit 237e36124cedf0485deaff81f34688fa862c3317)
| * Fix missing braces around push lock call.Jeremy Allison2002-09-112-3/+4
| | | | | | | | | | Jeremy. (This used to be commit c93b40f43d5f5027f26c9b6bb906011a9075db2d)
| * removing compiler warnings about shadowed globalsGerald Carter2002-09-101-18/+18
| | | | | | | | (This used to be commit 6f0561acadd139e37f86e30a2bbf10f428178eaf)
| * removed warning about shadowed globalsGerald Carter2002-09-101-5/+5
| | | | | | | | (This used to be commit 8021bbbd0c5fad6db45a4c862848ea667cad0b79)
| * AbortPrinter() fix merged from APP_HEAD.Gerald Carter2002-09-102-6/+52
| | | | | | | | (This used to be commit 97ede49e1271fa00c6ffdf9e6e3c2330ea935461)
| * Patch from Andy Levine andyl@epicrealm.com who discovered that W2K DMB'sJeremy Allison2002-09-101-1/+5
| | | | | | | | | | | | return empty NetServerEnum2 on port 445, but not on port 139. Jeremy. (This used to be commit a9112a1e4b24ccd94be4d0d055ddc9d1bdfef1be)
| * Check in examples for tdb packerMartin Pool2002-09-102-0/+207
| | | | | | | | (This used to be commit e8f9fbd32b73f60db3683d23a979dc09e7204258)
| * Updated examples for new top level module layout.Tim Potter2002-09-103-8/+25
| | | | | | | | | | Fixed some bugs also. (This used to be commit 3e19e3afdb6fd1f63dee9ca52a5d33090670832e)
| * change notify merge from APP_HEADGerald Carter2002-09-103-77/+282
| | | | | | | | (This used to be commit b5227f0a645fdf2358fcb880f22e4662efdfe8e3)
| * Added final Steve French patch for "required" attributes with oldJeremy Allison2002-09-104-30/+147
| | | | | | | | | | | | dir listings. Added regression test in smbtorture (in HEAD) also. Jeremy. (This used to be commit 3c9d24d7c3bad2beb641880a97f0eda5cd3e4ec7)
| * Merged Steve French's fix for OS/2 EA return error being removed.Jeremy Allison2002-09-092-10/+15
| | | | | | | | | | Jeremy. (This used to be commit af2168c0344d49041b1fe78cd5219ac50308deb3)
| * Use SAM debug class in skeleton - patch from metzeJelmer Vernooij2002-09-091-7/+8
| | | | | | | | | | Shouldn't we use dynamic debug classes here? (This used to be commit db0f742e0ea619e69457f15cdb3740ae7c85cebd)
| * Patch from Steve French to fix difference in responses toJeremy Allison2002-09-091-1/+5
| | | | | | | | | | | | | | | | smbclient //server/share ls / on Samba and Windows 2000. Jeremy. (This used to be commit b3fe55838d23001f634f6a75f08330718353d3ad)
| * lowercase global_myname in %L substitutionHerb Lewis2002-09-091-2/+7
| | | | | | | | (This used to be commit 43a39e85b67c026a5edd93bcd58b76ae67315975)
| * Merged Volkers (correct) fix from 2.2 for crash on unable to connect.Jeremy Allison2002-09-091-4/+6
| | | | | | | | | | Jeremy. (This used to be commit 05e2aba52f9b027bbab7c65cc02fd5c83d3c61aa)
| * Add python_install target. Not called by default. Delegates mostMartin Pool2002-09-091-0/+5
| | | | | | | | | | of the work to setup.py (This used to be commit 29d7ee7e0d6eea53a596973d157d377fbaaab3d1)
| * Put all Python modules into the 'samba' subpackage. Now you need toMartin Pool2002-09-092-1/+16
| | | | | | | | | | | | | | | | | | | | | | write import samba.tdbutil samba.tdbutil.pack('f', ['hello']) You need 'cvs update -d' to get the new subdirectory for this to build properly. (This used to be commit 0d3276355e0511d6aff110a3943199629b3c00fd)
| * Build py_tdbpack as well.Martin Pool2002-09-091-0/+5
| | | | | | | | (This used to be commit fc5e8b8f672d461809f113fe14435841608b046f)
| * Python's setup.py does not need to be munged by configure.in -- it isMartin Pool2002-09-095-14/+8
| | | | | | | | | | | | sufficient to just pass the relevant variables to Python from the Makefile. Therefore, remove setup.py.in. (This used to be commit 8bebe9ee2b6bd56c297acc6b01cb0856aad1c4f3)