summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2002-09-09Merge tpot's Python patch. ./configure now writes to the PythonMartin Pool2-697/+700
2002-09-09Merge tpot's patch to add targets to build Python stuff. It's notMartin Pool1-0/+39
2002-09-09Add little meta noteMartin Pool1-0/+6
2002-09-09Fix crash bugs in getprinter info level code (yay unit tests).Tim Potter1-8/+3
2002-09-09Pass level keyword down to cli_spoolss_getform()Tim Potter1-1/+1
2002-09-09Formatting tidyup.Tim Potter1-1/+1
2002-09-09Return WERR_UNKNOWN_LEVEL for unknown info levels.Tim Potter1-3/+12
2002-09-09Return WERR_UNKNOWN_LEVEL for getprinterdriver level 6 as we don'tTim Potter1-0/+3
2002-09-09Remove todo comment.Tim Potter1-1/+0
2002-09-09Check no extra fields are present when parsing credentials.Tim Potter1-2/+17
2002-09-08Update patch.Tim Potter1-15/+15
2002-09-08Patch from Kai Krüger for the new SAM systemJelmer Vernooij1-2/+9
2002-09-08Patch from Stefan (metze) Metzmacher with more updates for the SAM subsystemJelmer Vernooij3-181/+398
2002-09-08forgot to commit configure with configure.inSimo Sorce1-2/+2
2002-09-07merge of printer change notify fix from APP_HEADGerald Carter1-8/+40
2002-09-07This is the 'main' inclue for for winbind clients - all clients should includeAndrew Bartlett1-0/+16
2002-09-07Don't leak file desciptors in this (impossible?) error case.Andrew Bartlett1-0/+1
2002-09-07Winbind client-side cleanups.Andrew Bartlett8-39/+96
2002-09-07configure.in:Simo Sorce2-1/+14
2002-09-06As per the 'OK' at CIFS2002, only use the readline headers (and this crasyAndrew Bartlett2-18/+18
2002-09-06Seems I missed commiting this when I added the rest of metze's ADS patch.Andrew Bartlett1-0/+75
2002-09-06This is the 'easy' parts of the trusted domains patch n+3 patch fromAndrew Bartlett6-68/+93
2002-09-06Fix some missing ; on the end of our SAM_ASSERT()...Andrew Bartlett1-4/+4
2002-09-06Get our consts back in line with current norms - only for pointer protection.Andrew Bartlett1-7/+7
2002-09-06Make it possible to actually build these modules - process the Makefile.in atAndrew Bartlett2-3/+3
2002-09-06Updates to sam_skel from metze, add sam/group.c and add a DEBUG() to theAndrew Bartlett2-2/+198