Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s4-python: rename samba.glue to samba._glue to indicate it's private. | Jelmer Vernooij | 2010-04-08 | 1 | -4/+4 |
| | |||||
* | s4-python: Install external included packages only if they're not present on ↵ | Jelmer Vernooij | 2010-03-31 | 1 | -2/+2 |
| | | | | the system. | ||||
* | python: Fix rule for generating docs using pydoctor. | Jelmer Vernooij | 2010-03-29 | 1 | -4/+5 |
| | |||||
* | s4-python: Move dnspython to lib/, like the other Python modules | Jelmer Vernooij | 2010-03-29 | 1 | -1/+1 |
| | | | | | This also avoids it from being installed if it's already present on the system. | ||||
* | python: Add 'make pylint' convenience rule. | Jelmer Vernooij | 2010-03-01 | 1 | -0/+5 |
| | |||||
* | Add 'pyflakes' rule. | Jelmer Vernooij | 2010-03-01 | 1 | -0/+5 |
| | |||||
* | s4-build: avoid finding python symlinks | Andrew Tridgell | 2010-02-12 | 1 | -1/+1 |
| | | | | | emacs creates symlinks to .py files while you are editing them. This could cause build failures. | ||||
* | pyxattr: Move to the same directory as the xattr code. | Jelmer Vernooij | 2010-01-25 | 1 | -21/+0 |
| | |||||
* | s4: add python bindings for wrap_(s|g)etxattr | Matthieu Patou | 2010-01-21 | 1 | -0/+21 |
| | |||||
* | Import testtools as well, required for subunit. | Jelmer Vernooij | 2010-01-16 | 1 | -1/+1 |
| | |||||
* | Fix installation path of the subunit python modules. | Timur I Bakeyev | 2009-06-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | ||||
* | python: Move helper functions for using param into a separate file rather | Jelmer Vernooij | 2009-06-02 | 1 | -1/+1 |
| | | | | than linking against the python module. | ||||
* | s4:scripting/python: we should not silence warnings on handwritten python ↵ | Stefan Metzmacher | 2009-02-02 | 1 | -1/+1 |
| | | | | | | bindings metze | ||||
* | s4:auth: the python bindings don't use swig anymore | Stefan Metzmacher | 2009-02-02 | 1 | -1/+1 |
| | | | | metze | ||||
* | s4:python glue: fix dependecy to pyldb | Stefan Metzmacher | 2009-01-21 | 1 | -1/+1 |
| | | | | metze | ||||
* | Convert auth python module to "plain" C rather than using SWIG. | Jelmer Vernooij | 2008-12-21 | 1 | -1/+1 |
| | |||||
* | py: Fix initialisation of subtypes, fix segfaults. | Jelmer Vernooij | 2008-12-21 | 1 | -5/+5 |
| | |||||
* | Use plain C implementation for misc Python module rather than SWIG. | Jelmer Vernooij | 2008-12-20 | 1 | -6/+4 |
| | |||||
* | Fix installation of Samba 4 during merged build. | Jelmer Vernooij | 2008-10-30 | 1 | -1/+1 |
| | |||||
* | Move pytalloc to talloc directory. | Jelmer Vernooij | 2008-10-24 | 1 | -1/+1 |
| | |||||
* | Move all subunit files to lib directory. | Jelmer Vernooij | 2008-10-08 | 1 | -2/+2 |
| | |||||
* | Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c | Andrew Bartlett | 2008-05-31 | 1 | -1/+1 |
| | | | | | | | | This commit broke the build, because not all files (libreplace, popt) were updated. Andrew Bartlett (This used to be commit 3faacf4351d68a10aea78b53768571d2059772ae) | ||||
* | Move CFLAGS handling out of smb_build. | Jelmer Vernooij | 2008-05-30 | 1 | -1/+1 |
| | | | | (This used to be commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c) | ||||
* | dcerpc is now samba.dcerpc, avoid including source code in API documentation. | Jelmer Vernooij | 2008-05-23 | 1 | -1/+3 |
| | | | | (This used to be commit a28a8ed53557451749007a119e979f561c6b0f59) | ||||
* | Fix CFLAGS for SWIG files. | Jelmer Vernooij | 2008-05-22 | 1 | -1/+1 |
| | | | | (This used to be commit 8ee4f075046e0b181ec8a4ac1eaf3ea5621a56bf) | ||||
* | Fix dependencies and imports. | Jelmer Vernooij | 2008-05-22 | 1 | -2/+2 |
| | | | | (This used to be commit 37ef86f8de9039b8226b190254d842e92b5faad7) | ||||
* | Move more modules inside of the samba package. | Jelmer Vernooij | 2008-05-21 | 1 | -2/+7 |
| | | | | (This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a) | ||||
* | Move CFLAGS overrides for SWIG modules to Makefile. | Jelmer Vernooij | 2008-05-21 | 1 | -0/+2 |
| | | | | (This used to be commit 58665a8a8e4b10435aebbf2c95b6a8e50db232d6) | ||||
* | Use src dir. | Jelmer Vernooij | 2008-05-18 | 1 | -6/+6 |
| | | | | (This used to be commit 63f2b66f0e1120a516d3dfcd03b38db2e4aaddd0) | ||||
* | Use variables for source path in libnet/ and scripting/python. | Jelmer Vernooij | 2008-05-18 | 1 | -6/+6 |
| | | | | (This used to be commit fb10a81b9484642099ecbe896eabe00a4417bc42) | ||||
* | Install python modules by default. | Jelmer Vernooij | 2008-05-16 | 1 | -0/+2 |
| | | | | (This used to be commit 4c098e4c9f071592e134c979388891f5bf16452d) | ||||
* | Remove smbpython. | Jelmer Vernooij | 2008-05-11 | 1 | -5/+0 |
| | | | | (This used to be commit e83f7b11963f2996e3ced0251087a09eb55c347c) | ||||
* | Complete dependencies for python modules (actually matters when built ↵ | Jelmer Vernooij | 2008-05-11 | 1 | -1/+7 |
| | | | | | | standalone). (This used to be commit a89b6d8ad71d71271f30d156de20129866ef6aeb) | ||||
* | Install standalone python modules (so we can use stock python rather than ↵ | Jelmer Vernooij | 2008-05-10 | 1 | -6/+0 |
| | | | | | | smbpython). (This used to be commit bb5c9fc64b6ad275abdd98a19f018953c9d79cbd) | ||||
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 2008-04-25 | 1 | -0/+6 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: source/Makefile source/auth/config.mk source/auth/gensec/config.mk source/build/m4/public.m4 source/build/make/python.mk source/build/make/rules.mk source/build/smb_build/header.pm source/build/smb_build/main.pl source/build/smb_build/makefile.pm source/dsdb/config.mk source/dsdb/samdb/ldb_modules/config.mk source/kdc/config.mk source/lib/events/config.mk source/lib/events/events.c source/lib/ldb/config.mk source/lib/nss_wrapper/config.mk source/lib/policy/config.mk source/lib/util/config.mk source/libcli/smb2/config.mk source/libnet/config.mk source/librpc/config.mk source/nbt_server/config.mk source/ntptr/ntptr_base.c source/ntvfs/posix/config.mk source/ntvfs/sysdep/config.mk source/param/config.mk source/rpc_server/config.mk source/rpc_server/service_rpc.c source/scripting/ejs/config.mk source/scripting/python/config.mk source/smb_server/config.mk source/smbd/server.c source/torture/config.mk source/torture/smb2/config.mk source/wrepl_server/config.mk (This used to be commit 13bbd420681519894a4036729c43273912c9b402) | ||||
| * | Fix the build. | Jelmer Vernooij | 2008-04-15 | 1 | -10/+0 |
| | | | | | | | | (This used to be commit ecaa5bb83b5cf319718d15aff96152d70fa19f7f) | ||||
| * | Fix unresolved symbols. | Jelmer Vernooij | 2008-04-14 | 1 | -3/+5 |
| | | | | | | | | (This used to be commit 8573e828d1b68c47b3c1754e9be230b2e78d9d52) | ||||
| * | Use _OBJ_FILES variables in a couple more places. | Jelmer Vernooij | 2008-04-14 | 1 | -3/+6 |
| | | | | | | | | (This used to be commit 92856d5054106894b65cd1a1b5119c0facfc4cff) | ||||
| * | Move standard make compilation rules to build/make. | Jelmer Vernooij | 2008-04-14 | 1 | -16/+1 |
| | | | | | | | | (This used to be commit ceda3312a98b069d0711f3cb33de3ae71e91ebaa) | ||||
| * | build: we don't rely on bash yet:-) '==' should be just '=' | Stefan Metzmacher | 2008-03-13 | 1 | -1/+1 |
| | | | | | | | | | | metze (This used to be commit 17997dd9bcd385fcf27646d832ad824cc2a0800a) | ||||
| * | Fix typos, avoid DEPEND_LIST from growing with empty elements. | Jelmer Vernooij | 2008-02-29 | 1 | -2/+1 |
| | | | | | | | | (This used to be commit b30fd477ff0d97bb4de3c5301a6cdc47867451ee) | ||||
| * | use gmake to handle .py file copies. | Jelmer Vernooij | 2008-02-29 | 1 | -0/+4 |
| | | | | | | | | (This used to be commit d54421a9eeadbd76791917c5e3c460c897259ede) | ||||
| * | Remove sDefault as static variable. | Jelmer Vernooij | 2008-02-28 | 1 | -1/+1 |
| | | | | | | | | (This used to be commit 16f36ce499e93860dd535034a584ec2b93e7a172) | ||||
* | | Fix includes. | Jelmer Vernooij | 2008-03-04 | 1 | -0/+2 |
| | | | | | | | | (This used to be commit 99e61dade2bd9ae2a5dfe17f766528012c09e46c) | ||||
* | | Move object file lists to the Makefile. | Jelmer Vernooij | 2008-03-03 | 1 | -3/+6 |
| | | | | | | | | (This used to be commit a7e6d2a1832db388fdafa1279f84c9a8bbfc87d6) | ||||
* | | Fix pydoctor. | Jelmer Vernooij | 2008-02-26 | 1 | -5/+2 |
| | | | | | | | | (This used to be commit 023025e4de119aa234f885aa6e5594660bd8f358) | ||||
* | | use make macro for python. | Jelmer Vernooij | 2008-02-26 | 1 | -27/+0 |
| | | | | | | | | (This used to be commit b0408abb08648c0155d8f5da5fb299b1acbc09b6) | ||||
* | | use gmake to handle .py file copies. | Jelmer Vernooij | 2008-02-16 | 1 | -0/+4 |
|/ | | | | (This used to be commit 33111f98df7e8f9bb7d62599c6b13a1a4479a2e1) | ||||
* | Fix syntax of docstrings, set project name when generating Python API ↵ | Jelmer Vernooij | 2008-02-09 | 1 | -1/+1 |
| | | | | | | documentation. (This used to be commit 68f13d87eb034fdbc712169f2d1b1a0475751ec5) | ||||
* | python: Build shared python modules for generic use. | Jelmer Vernooij | 2008-01-16 | 1 | -2/+8 |
| | | | | (This used to be commit 502424955237ace5a276d4c91c62e95233ecd978) |