summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* r26101: remove some unused includesJelmer Vernooij2007-12-217-7/+1
* r26100: Also check for SWIG.Jelmer Vernooij2007-12-215-35/+4
* r26099: Don't depend on nonexistant auth_util.h header.Jelmer Vernooij2007-12-211-1/+0
* r26098: Make missing python no longer fatal.Jelmer Vernooij2007-12-211-5/+12
* r26097: Consider python modules special modules rather than special libraries.Jelmer Vernooij2007-12-214-10/+11
* r26096: No longer include removed headerJelmer Vernooij2007-12-213-3/+1
* r26095: Add function for import a generic configuration file in a loadparm co...Jelmer Vernooij2007-12-213-22/+41
* r26090: Make building tdb python bindings independent of use of external tdb.Jelmer Vernooij2007-12-214-10/+6
* r26089: Move python detection to a separate file, and don't make it an error ...Jelmer Vernooij2007-12-213-151/+118
* r26088: Import some native-python python modules and move original python swi...Jelmer Vernooij2007-12-2121-683/+480
* r26087: Fix include, add setup.py for tdbJelmer Vernooij2007-12-212-0/+9
* r26080: Import updated LDB bindings.Jelmer Vernooij2007-12-211-133/+460
* r26079: Some cleanups in the old SWIG wrappers: - remove old torture tests fo...Jelmer Vernooij2007-12-214-110/+13
* r26078: Import Python bindings for system_session functions (still needs tests).Jelmer Vernooij2007-12-212-0/+51
* r26077: Import updated TDB bindings.Jelmer Vernooij2007-12-217-274/+353
* r26076: Remove some SWIG code that is already commonly available.Jelmer Vernooij2007-12-213-60/+4
* r26075: Ignore registry python test for now.Jelmer Vernooij2007-12-211-0/+1
* r26074: Add SWIG magic for NTSTATUS and WERROR return codes.Jelmer Vernooij2007-12-211-0/+39
* r26073: Import Python bindings for the registry.Jelmer Vernooij2007-12-214-1/+191
* r26072: Import trivial SWIG wrapper for talloc.Jelmer Vernooij2007-12-211-0/+24
* r26071: Move DCE/RPC SWIG bindings closer to the code they're wrapping.Jelmer Vernooij2007-12-214-253/+124
* r26070: Skip credentials python tests for now.Jelmer Vernooij2007-12-211-0/+1
* r26069: Import python bindings for credentials.Jelmer Vernooij2007-12-214-0/+182
* r26068: Import improved Python bindings for LDB, including tests.Jelmer Vernooij2007-12-2112-217/+485
* r26067: Merge improvements building Python modules.Jelmer Vernooij2007-12-215-9/+79
* r26066: Use TALLOC_CTX consistently for talloc contexts rather than void \* (...Jelmer Vernooij2007-12-211-36/+36
* r26060: Add some error codes from remote join api.Günther Deschner2007-12-212-0/+8
* r26054: ndr: remove ndr_push/pull_saveStefan Metzmacher2007-12-213-43/+0
* r26053: IPC_RAP: don't use ndr_pull_save anymoreStefan Metzmacher2007-12-211-6/+6
* r26052: ndr_krb5pac: don't use ndr_pull_save anymoreStefan Metzmacher2007-12-211-3/+3
* r26051: ndr_string: don't use ndr_pull_save anymoreStefan Metzmacher2007-12-211-4/+4
* r26050: ndr: don't use ndr_push_save anymoreStefan Metzmacher2007-12-211-7/+7
* r26049: pidl: don't use ndr_pull_save anymoreStefan Metzmacher2007-12-211-3/+3
* r26048: spoolss: Fix test_SecondaryClosePrinter.Kai Blin2007-12-211-5/+7
* r26047: spoolss: OpenPrinterEx with an invalid server/printer name returns WE...Kai Blin2007-12-211-2/+2
* r26029: In RAW-STREAMS test listing of streamsVolker Lendecke2007-12-211-27/+116
* r26027: libreplace: rename AC_LIBREPLACE_LD_ALLOW_SHLIB_UNDEF_FLAG into AC_LI...Stefan Metzmacher2007-12-211-7/+7
* r26026: libreplace: split some linker macrosStefan Metzmacher2007-12-211-21/+58
* r26025: libreplace: AC_LIBREPLACE_LD_ALLOW_SHLIB_UNDEF_FLAG should fill LD_AL...Stefan Metzmacher2007-12-211-6/+9
* r26024: fix make installStefan Metzmacher2007-12-211-2/+3
* r26020: GENCACHE depends on TDB_WRAPStefan Metzmacher2007-12-211-1/+2
* r26019: use <tdb.h> instead of "tdb.h"Stefan Metzmacher2007-12-211-1/+1
* r26018: dsdb/schema/proto.h doesn't exist anymoreStefan Metzmacher2007-12-211-1/+0
* r26017: db_wrap.h doesn't exist anymore and we now need tdb_wrap.hStefan Metzmacher2007-12-211-1/+1
* r26016: remove unneeded includeStefan Metzmacher2007-12-211-1/+0
* r26015: fix dependeciesStefan Metzmacher2007-12-211-1/+3
* r26006: Improve some dependencies.Jelmer Vernooij2007-12-218-10/+19
* r26005: Notice the user about LD_LIBRARY_PATH or equivalent when building wit...Jelmer Vernooij2007-12-213-2/+14
* r26004: Add some simple credentials tests.Jelmer Vernooij2007-12-213-0/+122
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-2162-167/+308