summaryrefslogtreecommitdiffstats
path: root/source4/param
Commit message (Expand)AuthorAgeFilesLines
* ldbsamba: Lowercase library name.Jelmer Vernooij2010-11-071-1/+1
* s4-modules: get rid of the remaining static prototypes for modulesAndrew Tridgell2010-11-011-2/+2
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-69/+0
* s4-build: removed some unnecessary dependenciesAndrew Tridgell2010-10-301-1/+1
* s4-tdb: make tdb-wrap into a private libraryAndrew Tridgell2010-10-301-1/+1
* s4-ldbwrap: split ldb-wrap out from the LDBSAMBA subsystemAndrew Tridgell2010-10-301-2/+2
* s4-modules: remove LD_SAMBA_MODULE_PATHAndrew Tridgell2010-10-301-2/+1
* talloc: change pytalloc-util to be a public library.Jelmer Vernooij2010-10-261-2/+2
* waf: Remove lib prefix from libraries manually.Jelmer Vernooij2010-10-261-6/+6
* s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij2010-10-261-1/+1
* s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij2010-10-241-6/+6
* s4-param: added a libshares grouping libraryAndrew Tridgell2010-10-211-0/+5
* s4 param: change messaging directory name from messaging to msgMatthieu Patou2010-10-151-1/+1
* s4-param Refactor secrets code to not require an event context.Andrew Bartlett2010-10-113-7/+4
* wafsamba: Fix handling of pyembed/pyext.Jelmer Vernooij2010-10-101-2/+2
* ldb-samba: Rename samdb_relative_path to ldb_relative_path, as it's not samdb...Jelmer Vernooij2010-10-101-1/+1
* secrets: Add missing dependency on ldbsamba.Jelmer Vernooij2010-10-101-1/+1
* wafsamba: Clarify needs_python argument name, use pyembed/pyext whereJelmer Vernooij2010-10-101-2/+2
* s4-kerberos Move 'set key into keytab' code out of credentials.Andrew Bartlett2010-09-242-0/+29
* s4/eventlog6: Build and hook EventLog6 RPC endpont mapper and idlAnatoliy Atanasov2010-09-231-1/+1
* s4-param: Fix more memory leaks, invalid memory context.Jelmer Vernooij2010-09-221-1/+1
* s4-param: Check type when converting python object to lp_ctx, fix someJelmer Vernooij2010-09-222-3/+30
* s4-selftest: Move more tests to scripting/python, simplifies running of tests.Jelmer Vernooij2010-09-211-57/+0
* s4-secrets: fixed shadowed variable warningAndrew Tridgell2010-09-151-4/+4
* s4-secrets: fetch secure channel type with domain SIDAndrew Tridgell2010-09-152-1/+17
* s4-auth: when we are a DC enable winbind authAndrew Tridgell2010-09-151-1/+3
* param: Add prototype for lpcfg_private_dir(), used by openchange.Jelmer Vernooij2010-09-141-0/+1
* param: Only include param_proto.h for Samba builds, provide thoseJelmer Vernooij2010-09-132-1/+7
* s4:param/secrets.c - reorganise importsMatthias Dieter Wallnöfer2010-09-111-4/+0
* s4-param: removed the lp_ varients of the functionsAndrew Tridgell2010-09-111-18/+9
* s4-param: move back to auto-generation of loadparm prototypesAndrew Tridgell2010-09-112-158/+4
* s4-build: use @PACKAGE_VERSION@ in s4 pc.in filesAndrew Tridgell2010-08-091-1/+1
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-1610-129/+129
* s4-loadparm: change lp_*() to lpcfg_*() and provide s3 compatibility lp_*()Andrew Tridgell2010-07-162-553/+623
* s4:secrets Ensure secrets.ldb uses the same hooks as the rest of SambaAndrew Bartlett2010-06-291-40/+3
* s4-python: python is not always in /usr/binAndrew Tridgell2010-06-241-1/+1
* testparm: Check netbios name and workgroup characters and length.Jelmer Vernooij2010-06-201-2/+2
* pyparam: Support Loadparm.get(p, "global")Jelmer Vernooij2010-06-201-52/+52
* pyparam: Allow specifying None as section name to LoadparmContext.get()Jelmer Vernooij2010-06-201-1/+1
* s4-python: Add LoadparmService.dump()Jelmer Vernooij2010-06-201-0/+40
* s4-python: Implement LoadParm.dump().Jelmer Vernooij2010-06-201-0/+23
* python: Use samba.tests.TestCase, make sure base class tearDown andJelmer Vernooij2010-06-191-2/+3
* pyglue: Trim dependencies.Jelmer Vernooij2010-06-191-1/+1
* s4-waf: Don't include pytalloc when embedding python.Jelmer Vernooij2010-06-181-1/+1
* s4: Build more python convenience files as subsystems rather than as python m...Jelmer Vernooij2010-06-181-4/+6
* s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library.Stefan Metzmacher2010-06-162-2/+1
* s4:provision Allow a specific prefix map to be loaded into a new schema provi...Andrew Bartlett2010-06-152-2/+9
* param/share: Use static prototypes.Jelmer Vernooij2010-06-132-2/+15
* s4-python: Remove cruft to deal with static python modules, which are noJelmer Vernooij2010-05-311-3/+0
* s4:param/loadparm.c - fix "asprintf" callMatthias Dieter Wallnöfer2010-05-281-2/+3