Jelmer Vernooij
7e583a7ec4
python: Accept loadparm filename rather than loadparm object, too.
2008-01-14 19:53:07 +01:00
Jelmer Vernooij
4c87af9531
pidl/python: Pass credentials and loadparm context when connecting using DCE/RPC.
2008-01-14 19:53:06 +01:00
Jelmer Vernooij
8a97886e24
r26654: libcli/smb_composite: Rather than specifying each of the gazillion options for SMB individually, just specify the smbcli_options struct.
2008-01-03 12:33:36 -06:00
Jelmer Vernooij
2f29f80e07
r26639: librpc: Pass iconv convenience on from RPC connection to NDR library, so it can be overridden by OpenChange.
2008-01-01 16:12:15 -06:00
Jelmer Vernooij
2596b479ab
r26627: param: Provide a call for loading the system smb.conf.
2007-12-29 12:21:04 -06:00
Jelmer Vernooij
2227fb6df6
r26596: Fixed upgrade.py.
...
Added blackbox tests for provision and upgrade Python scripts.
Clean up temporary files created by the Python tests.
2007-12-26 11:57:08 -06:00
Jelmer Vernooij
85679f3fc9
r26592: Finish fixing the samba3dump script.
2007-12-26 11:57:06 -06:00
Kai Blin
e59c2eaf68
r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const.
...
Also rename the corresponding wrap_ functions.
2007-12-26 11:57:05 -06:00
Jelmer Vernooij
f1997dabed
r26580: Include sentinel in build.h, in case the list is empty.
2007-12-24 01:51:07 -06:00
Jelmer Vernooij
ba8be2dfc0
r26576: Allow the static module loading code to be used for the Python modules.
...
Simplify the way module initialization functions are handled.
2007-12-24 01:51:06 -06:00
Jelmer Vernooij
15038d9586
r26572: Fix warnings in the Python code.
2007-12-24 01:51:04 -06:00
Jelmer Vernooij
c550c03372
r26570: - Trim size of the swig-generated Python bindings by removing a bunch of {}'s.
...
- Start working on Python equivalents for various EJS tests.
- Fix regression in argument order for reg_diff_apply() in EJS bindings.
2007-12-24 01:51:03 -06:00
Jelmer Vernooij
7a15b486ba
r26517: Add functions for setting and getting parameters on a LoadParm.
...
Pass loadparm context along to Ldb contexts.
Other minor Python improvements.
2007-12-21 05:51:23 +01:00
Jelmer Vernooij
d240225166
r26505: Add python bindings for some samdb-related functions, improve provisioning in python.
2007-12-21 05:51:09 +01:00
Jelmer Vernooij
1b89311e5f
r26503: Change order of arguments in param interface so it's easier to make the
...
section name optional. Fix several smaller bits and pieces in the Python code.
2007-12-21 05:51:06 +01:00
Jelmer Vernooij
8795697db5
r26498: Fix memory leak in iconv code.
2007-12-21 05:50:54 +01:00
Jelmer Vernooij
2b7cfa5d9a
r26464: Tighten dependencies.
2007-12-21 05:50:29 +01:00
Jelmer Vernooij
a07050be33
r26461: Tighten dependencies.
2007-12-21 05:50:27 +01:00
Jelmer Vernooij
2b59df2af9
r26456: Provide default config object, fix typo.
2007-12-21 05:50:24 +01:00
Jelmer Vernooij
760fcc8bfa
r26454: Add simple SWIG macro for wrapping talloced types.
2007-12-21 05:50:22 +01:00
Jelmer Vernooij
d3643c2152
r26449: Support configuration without a known configuration dir.
2007-12-21 05:50:14 +01:00
Jelmer Vernooij
ccfab20dcc
r26448: Add basic tests for param python module.
2007-12-21 05:50:14 +01:00
Jelmer Vernooij
44098e6a40
r26447: Forgot to add param.i file.
2007-12-21 05:50:13 +01:00
Jelmer Vernooij
94e5f9c92f
r26446: Convert param module to SWIG.
2007-12-21 05:50:13 +01:00
Jelmer Vernooij
8858cf3972
r26440: Remove more uses of global_loadparm.
2007-12-21 05:50:08 +01:00
Jelmer Vernooij
f3395db91a
r26436: Remove default of 0 for integer parameters when a lp_ctx of NULL is specified
2007-12-21 05:50:04 +01:00
Jelmer Vernooij
a76625994a
r26434: Remove display charset from iconv convenience context.
2007-12-21 05:50:04 +01:00
Jelmer Vernooij
7f28b53b57
r26433: Don't crash when a NULL lp_ctx is specified to a lp_parm_* function.
2007-12-21 05:50:03 +01:00
Jelmer Vernooij
d37136b7ab
r26429: Avoid use of global_smb_iconv_convenience.
2007-12-21 05:49:56 +01:00
Jelmer Vernooij
bf072c6fb3
r26427: Avoid global_smb_iconv_convenience.
2007-12-21 05:49:53 +01:00
Stefan Metzmacher
61d2f1a03b
r26425: fix crash bug, sorry I should have tested that...
...
metze
2007-12-21 05:49:51 +01:00
Stefan Metzmacher
5b62180946
r26423: try to fix the build on solaris
...
metze
2007-12-21 05:49:51 +01:00
Stefan Metzmacher
7c6d9edffb
r26415: LIBSAMBA-CONFIG used dlopen(), so it has to depend on LIBREPLACE_EXT for -ldl
...
This fixes the pidl/ndr_string test.
metze
2007-12-21 05:49:46 +01:00
Stefan Metzmacher
cdb64b4101
r26391: samba4 doesn't support 'lmhosts' as resolve module
...
metze
2007-12-21 05:49:21 +01:00
Jelmer Vernooij
6d4c598534
r26382: Remove more uses of global_loadparm.
2007-12-21 05:49:17 +01:00
Jelmer Vernooij
2d61e7c96e
r26357: Add separate subsystem for auth_sam_reply parsing.
2007-12-21 05:49:02 +01:00
Jelmer Vernooij
5d589a0d94
r26355: Eliminate global_loadparm in more places.
2007-12-21 05:49:01 +01:00
Jelmer Vernooij
d0d5c1a823
r26352: Don't make lp_load create a new context.
2007-12-21 05:48:56 +01:00
Jelmer Vernooij
c6da76b614
r26351: Fix handling of flags when there are multiple loadparm contexts around.
2007-12-21 05:48:55 +01:00
Jelmer Vernooij
87799f55d5
r26350: More tests.
2007-12-21 05:48:55 +01:00
Jelmer Vernooij
c440b130a9
r26349: More tests.
2007-12-21 05:48:54 +01:00
Jelmer Vernooij
eebcf7e1b0
r26348: Avoid use of autofree context.
2007-12-21 05:48:53 +01:00
Jelmer Vernooij
5d927b5ca7
r26347: More tests.
2007-12-21 05:48:53 +01:00
Jelmer Vernooij
064a2329e1
r26346: Add tests for loadparm.
2007-12-21 05:48:52 +01:00
Jelmer Vernooij
e8065a7f8f
r26345: Fix dumping an individual parameter.
2007-12-21 05:48:52 +01:00
Jelmer Vernooij
966248108f
r26344: Fix memory access.
2007-12-21 05:48:51 +01:00
Jelmer Vernooij
6c3ca6aa81
r26343: Remove bLoaded global variable.
2007-12-21 05:48:51 +01:00
Jelmer Vernooij
2c9e17cb96
r26342: Fix initialization.
2007-12-21 05:48:50 +01:00
Jelmer Vernooij
2be4e8a444
r26340: Add special handlers for debuglevel and logfile.
2007-12-21 05:48:50 +01:00
Jelmer Vernooij
1e02cd8db1
r26339: Make loadparm talloc-allocated.
2007-12-21 05:48:49 +01:00