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