Age | Commit message (Expand) | Author | Files | Lines |
2007-12-21 | r26118: Remove whitespace that causes empty if statement to be generated. | Jelmer Vernooij | 1 | -2/+1 |
2007-12-21 | r26117: Fix DESTDIR use for bindir. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26116: Mention python in the config.status summary. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26114: Allow keyword-arguments. | Jelmer Vernooij | 3 | -2/+3 |
2007-12-21 | r26113: Build tdb python bindings even when not using system tdb. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26112: Do proper error checking in __contains__. | Jelmer Vernooij | 1 | -18/+8 |
2007-12-21 | r26111: Fix an uninitialized variable | Volker Lendecke | 1 | -1/+1 |
2007-12-21 | r26110: Create separate function for connecting, add helper for creating resu... | Jelmer Vernooij | 1 | -5/+25 |
2007-12-21 | r26109: Use new SWIG helpers in autogenerated DCE/RPC SWIG files. | Jelmer Vernooij | 1 | -32/+14 |
2007-12-21 | r26108: Add makefile rules for building, installing and checking python bindi... | Jelmer Vernooij | 2 | -4/+19 |
2007-12-21 | r26107: Add more tests. | Jelmer Vernooij | 1 | -0/+22 |
2007-12-21 | r26106: Add targets for building, installing and checking python bindings. | Jelmer Vernooij | 2 | -6/+20 |
2007-12-21 | r26105: Add targets for building and installing the python bindings. | Jelmer Vernooij | 2 | -2/+15 |
2007-12-21 | r26104: Revert 26103 -- breaks make test | Volker Lendecke | 1 | -12/+0 |
2007-12-21 | r26103: Leave streams around to unlink | Volker Lendecke | 1 | -0/+12 |
2007-12-21 | r26102: libreplace: remove system/printing.h as it only contains samba3 stuff | Stefan Metzmacher | 2 | -51/+0 |
2007-12-21 | r26101: remove some unused includes | Jelmer Vernooij | 7 | -7/+1 |
2007-12-21 | r26100: Also check for SWIG. | Jelmer Vernooij | 5 | -35/+4 |
2007-12-21 | r26099: Don't depend on nonexistant auth_util.h header. | Jelmer Vernooij | 1 | -1/+0 |
2007-12-21 | r26098: Make missing python no longer fatal. | Jelmer Vernooij | 1 | -5/+12 |
2007-12-21 | r26097: Consider python modules special modules rather than special libraries. | Jelmer Vernooij | 4 | -10/+11 |
2007-12-21 | r26096: No longer include removed header | Jelmer Vernooij | 3 | -3/+1 |
2007-12-21 | r26095: Add function for import a generic configuration file in a loadparm co... | Jelmer Vernooij | 3 | -22/+41 |
2007-12-21 | r26090: Make building tdb python bindings independent of use of external tdb. | Jelmer Vernooij | 4 | -10/+6 |
2007-12-21 | r26089: Move python detection to a separate file, and don't make it an error ... | Jelmer Vernooij | 3 | -151/+118 |
2007-12-21 | r26088: Import some native-python python modules and move original python swi... | Jelmer Vernooij | 21 | -683/+480 |
2007-12-21 | r26087: Fix include, add setup.py for tdb | Jelmer Vernooij | 2 | -0/+9 |
2007-12-21 | r26080: Import updated LDB bindings. | Jelmer Vernooij | 1 | -133/+460 |
2007-12-21 | r26079: Some cleanups in the old SWIG wrappers: - remove old torture tests fo... | Jelmer Vernooij | 4 | -110/+13 |
2007-12-21 | r26078: Import Python bindings for system_session functions (still needs tests). | Jelmer Vernooij | 2 | -0/+51 |
2007-12-21 | r26077: Import updated TDB bindings. | Jelmer Vernooij | 7 | -274/+353 |
2007-12-21 | r26076: Remove some SWIG code that is already commonly available. | Jelmer Vernooij | 3 | -60/+4 |
2007-12-21 | r26075: Ignore registry python test for now. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26074: Add SWIG magic for NTSTATUS and WERROR return codes. | Jelmer Vernooij | 1 | -0/+39 |
2007-12-21 | r26073: Import Python bindings for the registry. | Jelmer Vernooij | 4 | -1/+191 |
2007-12-21 | r26072: Import trivial SWIG wrapper for talloc. | Jelmer Vernooij | 1 | -0/+24 |
2007-12-21 | r26071: Move DCE/RPC SWIG bindings closer to the code they're wrapping. | Jelmer Vernooij | 4 | -253/+124 |
2007-12-21 | r26070: Skip credentials python tests for now. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26069: Import python bindings for credentials. | Jelmer Vernooij | 4 | -0/+182 |
2007-12-21 | r26068: Import improved Python bindings for LDB, including tests. | Jelmer Vernooij | 12 | -217/+485 |
2007-12-21 | r26067: Merge improvements building Python modules. | Jelmer Vernooij | 5 | -9/+79 |
2007-12-21 | r26066: Use TALLOC_CTX consistently for talloc contexts rather than void \* (... | Jelmer Vernooij | 1 | -36/+36 |
2007-12-21 | r26060: Add some error codes from remote join api. | Günther Deschner | 2 | -0/+8 |
2007-12-21 | r26054: ndr: remove ndr_push/pull_save | Stefan Metzmacher | 3 | -43/+0 |
2007-12-21 | r26053: IPC_RAP: don't use ndr_pull_save anymore | Stefan Metzmacher | 1 | -6/+6 |
2007-12-21 | r26052: ndr_krb5pac: don't use ndr_pull_save anymore | Stefan Metzmacher | 1 | -3/+3 |
2007-12-21 | r26051: ndr_string: don't use ndr_pull_save anymore | Stefan Metzmacher | 1 | -4/+4 |
2007-12-21 | r26050: ndr: don't use ndr_push_save anymore | Stefan Metzmacher | 1 | -7/+7 |
2007-12-21 | r26049: pidl: don't use ndr_pull_save anymore | Stefan Metzmacher | 1 | -3/+3 |
2007-12-21 | r26048: spoolss: Fix test_SecondaryClosePrinter. | Kai Blin | 1 | -5/+7 |