summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Actually, I think Jerrys patch was incorrect as it didn't everJeremy Allison2002-09-091-40/+8
| | | | | | | | | | add the printing msg flag, only remove it. Also, we already refcount the printer backchannel connection to add the connection tdb flag just before after we register/deregister the notification message handler. Jerry please check ! Jeremy. (This used to be commit c45364ae82e06364cbb11545d1262032e12a21b1)
* Import my code to do reasonably fast tdbpack/unpack from PythonMartin Pool2002-09-091-0/+662
| | | | (This used to be commit 1f7ed8bb863fdacd0b9f3bc2e1e5d72ec7051feb)
* Update documentation for newly merged modulesMartin Pool2002-09-091-35/+9
| | | | (This used to be commit a0e58fd2cef5891e874a08f71d5d7a3f10ec6454)
* This patch has now been applied and no longer needs to exist separatelyMartin Pool2002-09-091-69/+0
| | | | (This used to be commit 5b2fa5260e22c0d8bc9fb0973a6247ad99d2ed4b)
* Add --with-python=PYTHONNAME configure option, so that the librariesMartin Pool2002-09-093-812/+844
| | | | | get linked for the appropriate version. (This used to be commit 2ea647bbfaba5a4ee7cb232ae1a21acbd2a9b5c6)
* Merge tpot's Python patch. ./configure now writes to the PythonMartin Pool2002-09-092-697/+700
| | | | | | makefile-equivalent (setup.py). Remember to do "cvs update -d" to get the new directory. (This used to be commit 87396c559b60780e6f0613170f78ce863f0b71fd)
* Merge tpot's patch to add targets to build Python stuff. It's notMartin Pool2002-09-091-0/+39
| | | | | built by default. (This used to be commit 452769f595c87ba14bde96cebf06e442e79402f3)
* Add little meta noteMartin Pool2002-09-091-0/+6
| | | | (This used to be commit c651720633e3affb192eef9e676fad37a0ad4fae)
* Fix crash bugs in getprinter info level code (yay unit tests).Tim Potter2002-09-091-8/+3
| | | | | | Let the cli_spoolss function return invalid info level error rather than checking for it ourselves. (This used to be commit fc5e186821abc429ea8314d0785b76cbe1ec5f74)
* Pass level keyword down to cli_spoolss_getform()Tim Potter2002-09-091-1/+1
| | | | (This used to be commit 69bb58b92e92113b3ce2c72a3bfa46ed3056c261)
* Formatting tidyup.Tim Potter2002-09-091-1/+1
| | | | (This used to be commit 4132d9680a0b6ed829663399bba209a49ca41d56)
* Return WERR_UNKNOWN_LEVEL for unknown info levels.Tim Potter2002-09-091-3/+12
| | | | (This used to be commit d30da51956accfc4ea4662cece00d4df223421cd)
* Return WERR_UNKNOWN_LEVEL for getprinterdriver level 6 as we don'tTim Potter2002-09-091-0/+3
| | | | | know how to decode a printer driver into a DRIVER_INFO_6 structure. (This used to be commit 1338f623c2a1e539ee9ee5fedbaf16baf3eb171e)
* Remove todo comment.Tim Potter2002-09-091-1/+0
| | | | (This used to be commit 95831c8266119284264f7f42b08fb4d8e21e9deb)
* Check no extra fields are present when parsing credentials.Tim Potter2002-09-091-2/+17
| | | | (This used to be commit fff081d3440373071d8859b7a7d71cf6489126a4)
* Update patch.Tim Potter2002-09-081-15/+15
| | | | (This used to be commit 31feae9e8f0c9831284cfa85f9b771113549ed2f)
* Patch from Kai Krüger for the new SAM systemJelmer Vernooij2002-09-081-2/+9
| | | | (This used to be commit 771878a2d94009b6eccef5f98d4e782cd85c291e)
* Patch from Stefan (metze) Metzmacher with more updates for the SAM subsystemJelmer Vernooij2002-09-083-181/+398
| | | | (This used to be commit 56cb03bfc68727384df46bde6df03950f7cdfcf9)
* change parametric option name to vfs_recycle_bin it is more sane and do not ↵Simo Sorce2002-09-081-30/+41
| | | | | | | | | | | pollute standard options namespace too much changed also the mode options to be indipendente boolean values, make it easier to understand how to configure them eg: vfs_recycle_bin:keeptree=yes vfs_recycle_bin:versions=yes (This used to be commit d904d50d3945f5f6a80b59850a82f3e37863c125)
* forgot to commit configure with configure.inSimo Sorce2002-09-081-2/+2
| | | | (This used to be commit db883ae1e659496696c17f2901634cada5e4aa13)
* "disable charset" -> "display charset". oopsJelmer Vernooij2002-09-073-1240/+2683
| | | | (This used to be commit 67543ea43d6c76f10f6757ae35a29044ce0020c5)
* merge of printer change notify fix from APP_HEADGerald Carter2002-09-071-8/+40
| | | | (This used to be commit 6a53a9cb7c56927423dea125c65d66605fae566f)