Ignore compiled Python files.
[samba.git] / source4 / param /
2008-01-03 Jelmer Vernooijr26654: libcli/smb_composite: Rather than specifying...
2008-01-01 Jelmer Vernooijr26639: librpc: Pass iconv convenience on from RPC...
2007-12-29 Jelmer Vernooijr26627: param: Provide a call for loading the system...
2007-12-26 Jelmer Vernooijr26596: Fixed upgrade.py.
2007-12-26 Jelmer Vernooijr26592: Finish fixing the samba3dump script.
2007-12-26 Kai Blinr26588: Janitorial: Rename torture_*_add_*test to tortu...
2007-12-24 Jelmer Vernooijr26580: Include sentinel in build.h, in case the list...
2007-12-24 Jelmer Vernooijr26576: Allow the static module loading code to be...
2007-12-24 Jelmer Vernooijr26572: Fix warnings in the Python code.
2007-12-24 Jelmer Vernooijr26570: - Trim size of the swig-generated Python bindin...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha2' into v4-0-test
2007-12-21 Jelmer Vernooijr26517: Add functions for setting and getting parameter...
2007-12-21 Jelmer Vernooijr26505: Add python bindings for some samdb-related...
2007-12-21 Jelmer Vernooijr26503: Change order of arguments in param interface...
2007-12-21 Jelmer Vernooijr26498: Fix memory leak in iconv code.
2007-12-21 Jelmer Vernooijr26464: Tighten dependencies.
2007-12-21 Jelmer Vernooijr26461: Tighten dependencies.
2007-12-21 Jelmer Vernooijr26456: Provide default config object, fix typo.
2007-12-21 Jelmer Vernooijr26454: Add simple SWIG macro for wrapping talloced...
2007-12-21 Jelmer Vernooijr26449: Support configuration without a known configura...
2007-12-21 Jelmer Vernooijr26448: Add basic tests for param python module.
2007-12-21 Jelmer Vernooijr26447: Forgot to add param.i file.
2007-12-21 Jelmer Vernooijr26446: Convert param module to SWIG.
2007-12-21 Jelmer Vernooijr26440: Remove more uses of global_loadparm.
2007-12-21 Jelmer Vernooijr26436: Remove default of 0 for integer parameters...
2007-12-21 Jelmer Vernooijr26434: Remove display charset from iconv convenience...
2007-12-21 Jelmer Vernooijr26433: Don't crash when a NULL lp_ctx is specified...
2007-12-21 Jelmer Vernooijr26429: Avoid use of global_smb_iconv_convenience.
2007-12-21 Jelmer Vernooijr26427: Avoid global_smb_iconv_convenience.
2007-12-21 Stefan Metzmacherr26425: fix crash bug, sorry I should have tested that...
2007-12-21 Stefan Metzmacherr26423: try to fix the build on solaris
2007-12-21 Stefan Metzmacherr26415: LIBSAMBA-CONFIG used dlopen(), so it has to...
2007-12-21 Stefan Metzmacherr26391: samba4 doesn't support 'lmhosts' as resolve...
2007-12-21 Jelmer Vernooijr26382: Remove more uses of global_loadparm.
2007-12-21 Jelmer Vernooijr26357: Add separate subsystem for auth_sam_reply parsing.
2007-12-21 Jelmer Vernooijr26355: Eliminate global_loadparm in more places.
2007-12-21 Jelmer Vernooijr26352: Don't make lp_load create a new context.
2007-12-21 Jelmer Vernooijr26351: Fix handling of flags when there are multiple...
2007-12-21 Jelmer Vernooijr26350: More tests.
2007-12-21 Jelmer Vernooijr26349: More tests.
2007-12-21 Jelmer Vernooijr26348: Avoid use of autofree context.
2007-12-21 Jelmer Vernooijr26347: More tests.
2007-12-21 Jelmer Vernooijr26346: Add tests for loadparm.
2007-12-21 Jelmer Vernooijr26345: Fix dumping an individual parameter.
2007-12-21 Jelmer Vernooijr26344: Fix memory access.
2007-12-21 Jelmer Vernooijr26343: Remove bLoaded global variable.
2007-12-21 Jelmer Vernooijr26342: Fix initialization.
2007-12-21 Jelmer Vernooijr26340: Add special handlers for debuglevel and logfile.
2007-12-21 Jelmer Vernooijr26339: Make loadparm talloc-allocated.
2007-12-21 Jelmer Vernooijr26336: use offsets inside loadparm rather than pointer...
2007-12-21 Jelmer Vernooijr26335: Specify name_resolve_order to socket code.
2007-12-21 Jelmer Vernooijr26318: Don't rely on SAMDB functions in secrets database.
2007-12-21 Jelmer Vernooijr26316: Use contexts for conversion functions.
2007-12-21 Jelmer Vernooijr26315: Avoid using lp_ functions in libcharset.
2007-12-21 Jelmer Vernooijr26278: Tallocify convenience table for iconv handles.
2007-12-21 Jelmer Vernooijr26275: return loadparm context in lp_load.
2007-12-21 Jelmer Vernooijr26272: Remove global_loadparm in some more places.
2007-12-21 Jelmer Vernooijr26260: Store loadparm context in gensec context.
2007-12-21 Jelmer Vernooijr26252: Specify loadparm_context explicitly when creati...
2007-12-21 Jelmer Vernooijr26250: Avoid global_loadparm in a couple more places.
2007-12-21 Jelmer Vernooijr26236: Remove more uses of global_loadparm or specify...
2007-12-21 Jelmer Vernooijr26227: Make loadparm_context part of a server task...
2007-12-21 Jelmer Vernooijr26205: Pass loadparm_context to secrets_db_connect...
2007-12-21 Jelmer Vernooijr26203: Avoid using ldb_wrap for secrets database.
2007-12-21 Andrew Bartlettr26183: The idea of a self-seeding secrets.ldb is nice...
2007-12-21 Jelmer Vernooijr26128: Some formatting fixes in secrets.c, fix free...
2007-12-21 Jelmer Vernooijr26123: Use utility function for secrets.tdb path.
2007-12-21 Jelmer Vernooijr26095: Add function for import a generic configuration...
2007-12-21 Jelmer Vernooijr26006: Improve some dependencies.
2007-12-21 Jelmer Vernooijr26003: Split up DB_WRAP, as first step in an attempt...
2007-12-21 Jelmer Vernooijr25927: Move share tests to param directory.
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25547: Convert to standard bool type.
2007-10-10 Jelmer Vernooijr25471: Use macros for loadparm field names, should...
2007-10-10 Jelmer Vernooijr25463: revert accidently committed type changes for...
2007-10-10 Jelmer Vernooijr25462: Remove refernece to categories from js as well.
2007-10-10 Jelmer Vernooijr25461: Remove section headers in loadparm - trying...
2007-10-10 Jelmer Vernooijr25460: use common structure in param/generic.c
2007-10-10 Jelmer Vernooijr25456: Avoid externs for charsets for now - it breaks...
2007-10-10 Jelmer Vernooijr25449: Add convenience function for opening the defaul...
2007-10-10 Jelmer Vernooijr25446: Merge some changes I made on the way home from...
2007-10-10 Jelmer Vernooijr25430: Add the loadparm context to all parametric...
2007-10-10 Jelmer Vernooijr25410: Use C99 struct initialization.
2007-10-10 Jelmer Vernooijr25398: Parse loadparm context to all lp_*() functions.
2007-10-10 Jelmer Vernooijr25392: Add loadparm context as argument in a couple...
2007-10-10 Jelmer Vernooijr25379: Use loadparm context parameter in a lot more...
2007-10-10 Jelmer Vernooijr25308: Remove use of pstring.
2007-10-10 Andrew Bartlettr25051: Move SWAT back to the old-style form-submit...
2007-10-10 Jelmer Vernooijr25047: Fix more warnings.
2007-10-10 Jelmer Vernooijr25042: Avoid direct references to global loadparm...
2007-10-10 Jelmer Vernooijr25041: Use context in more places, fix warnings.
2007-10-10 Jelmer Vernooijr25039: Rename service -> loadparm_service, use context...
2007-10-10 Jelmer Vernooijr25038: Pass context in more places.
2007-10-10 Jelmer Vernooijr25037: Start passing the context around.
2007-10-10 Jelmer Vernooijr25035: Fix some more warnings, use service pointer...
2007-10-10 Jelmer Vernooijr25031: Use pointers to services rather than service...
2007-10-10 Jelmer Vernooijr25028: Fix more warnings.
2007-10-10 Jelmer Vernooijr25027: Fix more warnings.
2007-10-10 Jelmer Vernooijr25026: Move param/param.h out of includes.h
2007-10-10 Jelmer Vernooijr25016: Create context for loadparm variables.
next